/* ===================================
	CSS for LI elements on MasterVendor Sites
	===================================
*/


body {
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
}

/* Buttons */
input.button1 { 
	background-color: #003366; 
/*	background-color: #990000; */
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border-top: #587A9B solid 1; 
	border-bottom: #002142 solid 1; 
	border-right: #002142 solid 1; 
	border-left: #587A9B solid 1; 
	cursor: hand; }


input.button3 { 
	background-color: #333399;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-top: #587A9B solid 1; 
	border-bottom: #002142 solid 1; 
	border-right: #002142 solid 1; 
	border-left: #587A9B solid 1; 
	cursor: hand; }

	
.mediumOutline {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #000000;
	background-color: #015840;
	color: #FFFFFF;
	font-variant: small-caps;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
	
.BodyGreen{
	background-color: #026F52;
}

.sm{
list-style: disc;
list-style-position: inside;
font-size: 10px;
}	

/* Added for defaultProgramPopUp window with Program Descriptions */
.dppBody {
/*	background-color: #FFFFFF;*/
}

.dppBorder {
	border: 2px solid #000000;
	background-color: #FFFFFF;
}

#dppTitle{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
}

.dppEm {
	color: #015840;
	font-weight: bold;
}

.dppFooterText{
color: White;
}

#dppLogo {
/*	background-color: #0F2E5A;*/
	width: 100%;
	padding: 10px;
}
#dppHeaderLine {
	background-color: #000000;
	height: 3px;
}
#dppText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	width: 98%;
}
#dppText p{
	font-size: 12px;
	paddng-right: 30px;
}
	
/* Added for the left navigaytion links */

.leftNavHeader{
	padding-left: 18px;
	padding-bottom: 8px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: Bold;
	color: #333333
}

.leftNavLinks {
	padding-left: 22px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

.emphasize{
	font-weight: Bold;
	font-size: 16px;
}

.medium {
	font-size: 11px;
}


.calloutField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	height: 105px;
	width: 203px;
	padding-left: 4px;
	border: 1px solid #999999;
	background-color: #FAFAFA;
	background-image: url(../../../../images/global/formShadow.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

a:link, a:visited {
	color: #00008B;
	text-decoration: underline;

}

a:hover {
	color: #033C69;
	text-decoration: none;
}

.callOutTableInside {
	background-color: #D8CFB4;
	border: 1px solid #033C69;
}
.callOutTableInsideGray {
/*	background-color: #DAD5D1; */
	background-color: ActiveBorder;
	border: 1px solid #033C69;
}

.callOutTableOutside {
	margin-bottom: 5px;
	margin-left: 5px;
}

.standardField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
/*	color: #033C69; */
	color: #000000;
	border: 1px solid #999999;
	background-color: #FAFAFA;
	background-image: url(../../../../images/global/formShadow.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 18px;
	padding-left: 4px;
	background-position: -1px -1px;
}




.requiredItem {
	color: #FF0000;
	font-size: 11px;
}



	
/* ===================================
	CSS for AdditionalChoices.cfm template
	===================================
*/
.thx {
	font: bold 20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy;
}

.attention1 {
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy;
	text-decoration: underline;
}

.attention2 {
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy;
}

.attention3 {
	font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy;
}

.altName {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: Navy;
}
	
	
/* Default list formatting */

li {
	list-style: none;
	margin-top: 10px;
	margin-left: 5px;
}

.collegeDescription {
	padding-left: 11px;
}
