﻿.buttons
{
	margin: 10px auto 15px 5px;
	width: 70%;
	clear: both;
	text-align: center;
	padding-top: 5px;
}


a.button, .buttons a
{
	
	background-position: right bottom; 
	background: url('../images/Enrollment/bg_button_a.png') no-repeat scroll right bottom;
	color: #FFFFFF;
	display: block;
	float: left;
	font: bold 13px verdana, sans-serif;
	height: 24px;
	min-width: 55px;
	margin-right: 6px;
	padding-right: 18px;
	text-decoration: none;
	margin-top: 0px;
}
a.button span, .buttons a span
{
	background: transparent url('../images/Enrollment/bg_button_span.png') no-repeat;
	background-position: left bottom;
	display: block;
	line-height: 14px;
	text-align: center;
	padding: 5px 0px 5px 18px;
}

a.button:hover, .buttons a:hover
{
	background-position: top right;
	color: #FFFFFF;
	outline: none;
}
a.button:hover span, .buttons a:hover span
{
	background-position: left top;
	padding: 5px 0 5px 18px;
}

.FloatRight
{
	float: right;
}

.ErrorIconSpan
{
	float: left;
	margin-top: 3px;
}
.eCaption
{
	color: #333333;
	font-variant: normal;
	font-style: normal;
	font-weight: bolder;
	font-size: medium;
	font-family: Verdana;
}
.lblMessage
{
	color: #FF0000;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Times New Roman' , Times, serif;
}
.lblHeading
{
	color: #333333;
	font-variant: normal;
	font-style: normal;
	font-weight: bolder;
	font-size: medium;
	font-family: Verdana;
}
.lbltext
{
	color: #333333;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	font-size: x-small;
	font-family: Verdana;
}
.DropdownStyles
{
	font-size: 12px;
	color: White;
	background: #205A96;
	margin: 2px 10px;
	border: 1px double black;
	padding: 1px;
	font-weight: bold;
}
label
{
	color: #333333;
	font-variant: normal;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
}
.ErrorLabel
{
	color: #FF0000;
	font-variant: normal;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
}
.SuccessLabel
{
	color: #008000;
	font-variant: normal;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
}
.eLabel
{
	color: #333333;
	font-variant: normal;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
}

#eForm td
{
	text-align:left;
	padding-left:10px;	
}


.eTitle
{
	background: url('../images/Enrollment/titlebg.png') scroll right bottom;
	background-position: left bottom;
	display: block;
	line-height: 14px;
	/*text-align: left;*/
	padding: 5px 0px 5px 18px;
	font: bold 13px verdana, sans-serif;
	color:#ffffff;
}

th
{
	background: url('../images/Enrollment/titlebg.png') ;
	text-align: left;
	font: bold 13px verdana, sans-serif;
	color:#ffffff;
	padding-left:2px;
}

.eReadOnly
{
	background-color:#DBDBDB;
	border: 1px solid #7f9db9;
}

.eRow1
{
	padding-left:5px;
	background-color:#ffffff;
}

.eRow2
{
	padding-left:5px;
	background-color:#DBE5F1;
}
 .overlay {
        position: fixed;
        z-index: 1;
        top: 0px;
        left: 0px;
        background-color: #000000;
        width: 100%;
        height: 100%;
       -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
		filter: alpha(opacity=50);					
    }
    
    * html .overlay {
        position: absolute;
        height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
        width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
    }
    
    .loader {
        z-index: 100;
        position: fixed;
        width: 120px;
        margin-left: -60px;
        top: 45%;
        left: 40%;
      
    }
    * html .loader {
        filter: Alpha(Opacity=100);
        opacity: 1;
        -moz-opacity: 1;
        position: absolute;
        margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
    }
    
    .loader table
    {
		border:solid 1px black;
		filter:alpha(opacity=100%);
		background-color:#ffffff;
    }
    
    #dvContents{
		width:400px;
		height:200px;
		background: red;
		border:solid 1px red;		
		/* background: url('../images/Enrollment/titlebg.png');*/
		 z-index:100;
		
	}
