﻿/*------PROSPECTIVE STUDENT---------*/

.div_listLeft{
     text-align:left; 
     width:48%; 
     float:left;
     padding-left: 5px;
}

.div_listRight{
     text-align:left; 
     width:51%; 
     float:left;
}

.divLightGreen {
	background-color: #98DCAE; 
	font-size: 10pt; 
	font-family: Verdana; 
	font-weight: bold; 
	height: 18px;
	text-align: left;
	width:100%;
	margin: 0px;
	display: block;
	/*clear: both;*/
}
	
.txt_gray_center {
	color: black;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    line-height: 1.2em;
    width: 100%;
    display: block;
    padding-top:0px;
}

.txt_question {
	float:left; 
	text-align: left;
	color: black;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
    line-height: 2em;
    width: 100%;
    height:27px;
}

.txt_body {
	float:left; 
	text-align: left;
	color: black;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10pt;
    line-height: 2em;
    width: 100%;
    height:27px;
    display: block;
}

.txt_bold {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9pt;
	font-weight: bold;
}

.divContainer{
	width:100%;
	height:27px;
	display: block;
	clear: both;
}

.divContainer_undertext{
	width:100%;
	height:14px;
	line-height:0.6em;
	padding-bottom:3px;
}

.divLeft20 {
    float:left;
    text-align:right;
    height: 30px;
    width:20%;
    font-family: Arial, sans-serif; 
	font-size: 9pt;
}

.divRight75 {
    float: right;
    text-align: left;
    height: 30px;
    width: 75%;
}

.divLeft {
    float:left;
    text-align:right;
    height: 30px;
    width:45%;
    font-family: Arial, sans-serif; 
	font-size: 9pt;
}
    
.divRight {
    float: right;
    text-align: left;
    height: 30px;
    width: 50%;
}

.MaskedEditFocus {
	 background: #FFFFCC;
}

.modalBackground{
	background-color:Gray;
	filter:alpha(opacity=70);
}

innerModalPopup
{
	padding:1px;
}

.modalPopUp{
	border: 2px solid Black;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 12px;
	margin-right: 12px;
	background-color:White;
}

/*-------AJAX VALIDATOR-------------*/

.CustomValidatorCalloutStyle  { 
   background-color: #FFFFCC; 
}

.divSpaceLineVenti{
    width: 100%; 
    height: 15px; 
    display: block;
    clear: both;
}

