/* CSS Document */
/*Pop ups for text links (system overview pages)*/


.PopUpText{
	display: none; 
	position: absolute;
	margin-left:50px;
	margin-top:0px;
	text-decoration:none;
	border: solid #FFD100 1px; 
	padding: 10px; 
	background-color: #FFFFFF; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;		 
	width: 335px;
}



/*

whoever made this somehow understands how to make and include external style sheets
and yet, at the same time, doesn't understand waht a css class is and how to use it.
for real. this is insane
 |
 |
 \/

*/
/*

haha Yes. yes it is. Will fix here in the near future.
*/
#PopUpText, #PopUpText1, #PopUpText2, #PopUpText3, #PopUpText4, #PopUpText5, #PopUpText6, #PopUpText7, #PopUpText8{
	display: none; 
	position: absolute;
	margin-left:50px;
	margin-top:0px;
	text-decoration:none;
	border: solid #FFD100 1px; 
	padding: 10px; 
	background-color: #FFFFFF; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;		 
	width: 335px;
}

/*pop ups on Culture page*/
#PopUp, #PopUp1, #PopUp2, #PopUp3, #PopUp4{
	display: none;
	position: absolute;
	margin-left:15px;
	margin-top:-80px;
	text-decoration:none;
	border: solid #FFD100 1px;
	padding: 10px;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	width: 335px;
}


/*Pop ups on Chester River page*/
/*Specialty Care Areas*/
#SidePopUp0, #SidePopUp1, #SidePopUp2, #SidePopUp3, #SidePopUp4{
	display:none;
	position: absolute;
	margin-left:-360px;
	margin-top:-10px;
	text-decoration:none;
	border: solid #FFD100 1px;
	padding: 10px;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	width: 335px;
}

/*Developments*/
#DevPopUp0, #DevPopUp1{
	display:none;
	position: absolute;
	margin-left:-360px;
	margin-top:-110px;
	text-decoration:none;
	border: solid #FFD100 1px;
	padding: 10px;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	width: 335px;
}


