﻿html,body
 {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: verdana, sans-serif, helvetica, arial;
	color: #333;	
	background: #cccccc;  
  	voice-family: inherit;
}

html>body { 
	font-size: small;
}



table.two1
{	
	position: relative;
	width: 118%;
	top: 75px;
	left: 68px;
	padding: 0px;
	padding-left:0px;
	margin: 0px 0px 10px 0px;
	background-color: #fff;
	FONT-WEIGHT: normal; 
	font: 11px/14px "arial", "lucida grande", "lucida sans unicode", lucida, verdana, helvetica, sans-serif;  
	BORDER: #cccccc 1px solid; 
}
td.s_tag4
{	
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 5px; 	 
	PADDING-BOTTOM: 1px; 
	PADDING-TOP: 1px; 
	font: 13px/15px "arial", "lucida grande", "lucida sans unicode", lucida, verdana, helvetica, sans-serif;  
	BACKGROUND-COLOR: #D5E8F4;
	text-align:left;
	text-indent: 0px;
	text-transform: none;
	WIDTH:560px;
	MARGIN-TOP:2px;
	COLOR:#2e7aa7;
	FONT-WEIGHT:bold;        
}
td.s_tag3
{
	PADDING-RIGHT: 4px; 
	PADDING-LEFT:4px; 
	FONT-WEIGHT: normal;
	margin: 0px 0px 0px 2px;
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px; 
	BORDER: 0px; 
	color: #2e7aa7;
	FONT: 12px/14px "arial", "lucida grande", "lucida sans unicode", lucida, verdana, helvetica, sans-serif;  
	BACKGROUND-COLOR: #EFF9FF;
	text-align: justify;
	text-transform:none;	
	width:30%;	
}
td.s_tag5
{
	PADDING-RIGHT: 4px; 
	PADDING-LEFT:4px; 
	FONT-WEIGHT: normal;
	margin: 0px 0px 0px 2px;
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px; 
	BORDER: 0px; 
	color: #ff6347;
	FONT: 12px/14px "arial", "lucida grande", "lucida sans unicode", lucida, verdana, helvetica, sans-serif;  
	BACKGROUND-COLOR: #fff;
	text-align: justify;
	text-transform:none;	
	width:60%;	
}
td.s_tag5a
{
	PADDING-RIGHT: 4px; 
	PADDING-LEFT:4px; 
	FONT-WEIGHT: normal;
	margin: 0px 0px 0px 2px;
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px; 	
	color: #ff6347;
	FONT: 12px/14px "arial", "lucida grande", "lucida sans unicode", lucida, verdana, helvetica, sans-serif;  
	BACKGROUND-COLOR: #fff;
	text-align: justify;
	text-transform:none;	
	width:60%;	
	border-bottom:#cccccc 1px solid;
}

span.rqrd
{color:  #ff6347 ;}
td.spacer
{background-color:#EFF9FF;}
.input 
{ 
	border: 1px solid #B5B8C8; 	
	height:15px;	
	width: 250px; 
	font: normal 1.2em arial, lucida grande, lucida sans unicode, lucida, verdana, helvetica, sans-serif; 
	color:#2e7aa7;
}

.input1 
{ 
	border: 1px solid #B5B8C8; 	
	height:15px;	
	width: 150px; 
	font: normal 1.2em arial, lucida grande, lucida sans unicode, lucida, verdana, helvetica, sans-serif; 
	color:#2e7aa7;
}



/* Validation */
.s_tag5.error { background-color: #fff; }
.s_tag5.error .input { border-color: #C8A5A5; background: url(./images/icon_error.png) no-repeat right center; }
.s_tag5.error .input1 { border-color: #C8A5A5; background: url(./images/icon_error.png) no-repeat right center; }
 
.w.valid { background-color: #fff; }
.w.valid .input { border-color: #A5C8A6; background:  url(./images/icon_valid.png) no-repeat right center; }
.w.valid .input1 { border-color: #A5C8A6; background:  url(./images/icon_valid.png) no-repeat right center; }
.w.valid span { display: none; }

.ddlNew
{
	color:#2e7aa7;
	font:Verdana; 
	font: 11px/12px "arial", "lucida grande", "lucida sans unicode", lucida, verdana, helvetica, sans-serif; 
	font-weight:normal;
	height:20px;
	padding:  0px 0px 0px 5px;
	
}

messagebox{
 position:absolute;
 width:100px;
 margin-left:30px;
 border:1px solid #c93;
 background:#ffc;
 padding:3px;
}
.messageboxok{
 position:absolute;
 width:auto;
 margin-left:30px;
 border:1px solid #349534;
 background:#C9FFCA;
 padding:3px;
 font-weight:bold;
 color:#008000;
}
.messageboxerror{
 position:absolute;
 width:auto;
 margin-left:20px;
 border:1px solid #CC0000;
 background:#F7CBCA;
 padding:3px;
 font-weight:bold;
 color:#CC0000;
}

.search1 {
	position:absolute;
	left:410px;
	top:3px;
	width:106px;
	height:20px;
	padding: 0px 12px 5px 8px;
	margin: 0px 0px 0px 0px;
	font: 12px/14px "arial", "lucida grande", "lucida sans unicode", lucida, verdana, helvetica, sans-serif; 
	font-weight: bold;
	color: #4d6fb4;
	background: #ffffff;
	text-decoration: none;
	/*background: url(../img/search.gif) no-repeat;*/
}






#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:550px;
width:800px;
background:#FFFFFF;
border:3px solid #000;
font-family: verdana, sans-serif, helvetica, arial; 
z-index:2;
padding-right:3px;
padding-top:2px;
font-size:12px;
color:#000;
font-size:11px;
font-style:italic;
font-weight:bold;
overflow:hidden;
}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #000;
z-index:1;
}
#contactArea
{
	width:500px;
	text-align:left;
	float:left;
	padding:20px;	
}





#popupContact4{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:150px;
width:300px;
background:#FFFFFF;
border:3px solid #000;
font-family: verdana, sans-serif, helvetica, arial; 
z-index:2;
padding-right:15px;
padding-top:2px;
font-size:12px;
color:#000;
font-size:11px;
font-style:italic;
font-weight:bold;

}
#backgroundPopup4{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #000;
z-index:1;
}
#contactArea4
{
	width:500px;
	text-align:left;
	float:left;
	padding:10px;	
}
#popupContact5{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:150px;
width:350px;
background:#FFFFFF;
border:3px solid #000;
font-family: verdana, sans-serif, helvetica, arial; 
z-index:2;
padding-right:15px;
padding-top:2px;
font-size:12px;
color:#000;
font-size:11px;
font-style:italic;
font-weight:bold;

}
#backgroundPopup5{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #000;
z-index:1;
}
#contactArea5
{
	width:500px;
	text-align:left;
	float:left;
	padding:10px;	
}





/* ############################# Starting Password Reminder ##################################################*/

.coh {
	position:absolute;
	left:20px;
	top:100px;
	width:256px;
	height:24px;
	text-align:center;
	
}

.coh1 {
	position:absolute;
	left:160px;
	top:0px;
	width:250px;
	height:15px;
	border:1px solid #B5B8C8;
	color:#2e7aa7;
	
}
.ddlcoh
{
	position:absolute;
	left:55px;
	top:140px;
	width:256px;
	height:24px;
	text-align:left;
}
.ddlcoh1 {
	position:absolute;
	left:125px;
	top:0px;
	width:253px;
	height:20px;
	border:1px solid #B5B8C8;
	color:#2e7aa7;
	
}

.txtcoh {
	position:absolute;
	left:20px;
	top:180px;
	width:256px;
	height:24px;
	text-align:center;
	
}

.txtcoh1 {
	position:absolute;
	left:160px;
	top:0px;
	width:250px;
	height:15px;
	border:1px solid #B5B8C8;
	color:#2e7aa7;
	
}

.search {
	position:absolute;
	left:260px;
	top:223px;
	width:106px;
	height:20px;
	padding: 0px 12px 5px 8px;
	margin: 0px 0px 0px 0px;
	font: 12px/14px "arial", "lucida grande", "lucida sans unicode", lucida, verdana, helvetica, sans-serif; 
	font-weight: bold;
	color: #4d6fb4;
	background: #ffffff;
	text-decoration: none;
	/*background: url(../img/search.gif) no-repeat;*/
}


/* Using Model PopUp */

#popupContact1{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:400px;
width:650px;
background:#FFFFFF;
border:3px solid #000;
font-family: verdana, sans-serif, helvetica, arial; 
z-index:2;
padding-right:15px;
padding-top:2px;
font-size:12px;
color:#000;
font-size:11px;
font-style:italic;
font-weight:bold;
overflow:hidden;
}
#backgroundPopup1{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #000;
z-index:1;
}
#contactArea1
{
	width:500px;
	text-align:left;
	float:left;
	padding:3px;	
}
#popupContact2{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:150px;
width:300px;
background:#FFFFFF;
border:3px solid #000;
font-family: verdana, sans-serif, helvetica, arial; 
z-index:2;
padding-right:15px;
padding-top:2px;
font-size:12px;
color:#000;
font-size:11px;
font-style:italic;
font-weight:bold;

}
#backgroundPopup2{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #000;
z-index:1;
}
#contactArea2
{
	width:500px;
	text-align:left;
	float:left;
	padding:10px;	
}
#popupContact3{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:150px;
width:350px;
background:#FFFFFF;
border:3px solid #000;
font-family: verdana, sans-serif, helvetica, arial; 
z-index:2;
padding-right:15px;
padding-top:2px;
font-size:12px;
color:#000;
font-size:11px;
font-style:italic;
font-weight:bold;

}
#backgroundPopup3{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #000;
z-index:1;
}
#contactArea3
{
	width:500px;
	text-align:left;
	float:left;
	padding:10px;	
}

/*  End Here */


/* ####################################### END Password Reminder  ############################################# */



.search1 {
	position:absolute;
	left:350px;
	top:223px;
	width:106px;
	height:20px;
	padding: 0px 12px 5px 8px;
	margin: 0px 0px 0px 0px;
	font: 12px/14px "arial", "lucida grande", "lucida sans unicode", lucida, verdana, helvetica, sans-serif; 
	font-weight: bold;
	color: #4d6fb4;
	background: #ffffff;
	text-decoration: none;
	cursor:pointer;
	/*background: url(../img/search.gif) no-repeat;*/
}