/* Default CSS Stylesheet for College of Pharmacy Application project */

body
{
	background-color:#ffffff;
	margin: 0pt;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 12pt;
}

#header {
	background-color: #E9ECFE;
	background-image: url(Assets/COP4.gif);
	background-repeat: no-repeat;
	height: 60px;
	margin: 0px;
	padding: 0px;

}

#content {
	margin:6px;

}

#content h1{
	font-size: 12pt;	
}


a
{
	font-size:9pt; 
	color:#669999; 
	text-decoration:none; 
}

a:link
{ 
	font-size:9pt; 
	color:#669999; 
	text-decoration:none; 
}

a:active			
{ 
	font-size:9pt; 
	color:#669999; 
	text-decoration:none; 
}

a:visited			
{ 
	font-size:9pt; 
	color:#006666; 
	text-decoration:none; 
}

a:hover				
{ 
	font-size:9pt; 
	color:#ff9900; 
	text-decoration:none; 
}

.radioButton
{
	font-size: 8pt; 
	font-style: normal; 
	font-weight: normal; 
	padding:2pt 0pt 3pt 3pt;
}

.errorMessage
{
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	color: #CC0000;

}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

}
textarea, .textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: thin solid #999999;
}
.screenOnScreen {
	background-image: url(Assets/screen.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 18px;
	padding-bottom: 26px;
	margin: 0px;
	padding-left: 25px;
	padding-right: 25px;
	list-style-type: none;
	text-align: left;
	position: relative;
	left: 25%;
	right: 25%;

}
#content ul {
	list-style-type: none;
}
.button {
	border: 1px solid #666666;
}
.MainHeading {
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-align: center;
	color: #F8F8F8;







}
.blackLine {
	background-image: url(../Assets/black_dot.gif);

}
