
/* CSS Document */

body { 
   background-color:#293a6b;
   margin: 0;  
   padding: 0;
   height:100%;
  }
  
#wrapper {
   width: 996px;
   margin-left: auto;
   margin-right: auto;
   background-color:#293a6b;
   text-align: left;
   }
   
#header{
   width:996px;
   height:86px;
   float:left;
   background-image:url(../images/header.jpg);
   }
		
			
/*============Header Right=============*/
#header_right {
    width: 320px;
    float: right;
}
    #home
{
    width: 32px;
    height: 33px;
    margin-left: 5px;
    margin-top: 5px;
    float: left;
}

#signout {
    width: 70px;
    height: 21px;
    margin-top: 5px;
    margin-right: 8px;
    float: left;
}

#welcome_to {
    width: 110px;
    height: 21px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 10px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: 300;
    color: #fc8f26;
}

#search{
			width:80px;
			height:18px;
			margin-top:30px;
			margin-left:15px;
			margin-right:10px;
			float:left;
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight:bold;
			color:#074085;
			}
#search{
			width:55px;
			height:18px;
			margin-top:20px;
			margin-left:10px;
			margin-right:5px;
			float:left;
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			font-weight:bold;
			color:#074085;
			}		
			
#search_bar{
			width:145px;
			height:18px;
			margin-top:20px;
			margin-left:5px;
			margin-right:5px;
			float:left;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight:none;
			color:#074085;
			}

#search_botton{
			width:32px;
			height:20px;
			margin-top:20px;
			margin-left:0px;
			float:left;
			}		
/*========================================================Left Cont========================================================================*/

#left_cont{
			width:259px;
			margin-left:0px;
			height:auto;
			background-color:#d3edf5;
			float:left;
			}
			
			
#left_heading{
			margin-top:2px;
			margin-left:15px;
			margin-bottom:5px;
			width:240px;
			height:14px;
			float:left;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight:bold;
			color:#293a6b;
			}				
				
			
#link{
			width:260px;
			height:auto;
			background-color:#ffffff;
			float:left;
			}				
#close_wrap{
			margin-top:10px;
			margin-left:5px;
			margin-bottom:5px;
			width:255px;
			height:14px;
			float:left;
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			font-weight:bold;
			color:#293a6b;
			}			
			
#close{
			width:15px;
			height:9px;
			float:left;
			background-image:url(../images/close.jpg);
			margin-right:5px;
			margin-top:5px;
			}
			
#open_wrap{
			margin-top:2px;
			margin-left:15px;
			margin-bottom:5px;
			width:245px;
			height:14px;
			float:left;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight:bold;
			color:#293a6b;
			}				

#open{
			width:12px;
			height:12px;
			margin-right:5px;
			float:left;
			background-image:url(../images/open.jpg);
			}
			
#open_link{
			width:220px;
			height:12px;
			float:left;
			background-color:#0099FF;
			}			
/*====================================================Right Cont============================================================================*/

#right_cont{
			width:695px;
			height:auto;
			float:left;
			background-color:#e6e6e6;
			}

#banner{
			width:736px;
			float:left;
			background-color:#e6e6e6;
			background-image:url(../images/banner.jpg);
			}
			
#heading1{
			width:736px;
			padding-top:20px;
			float:left;
			background-color:#73877b;
			}
.heading1{
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight:bold;
			color:#fff;
			text-align:center;
			padding-top:10px;
			}

#heading2{
			width:736px;
			padding-top:20px;
			float:left;
			background-color:#e7e7e8;
			}
.heading2{
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight:bold;
			color:#293a6b;
			text-align:center;
			padding-top:10px;
			}
						
#content_wrap{
			width:996px;
			height:auto;
			margin-left:0px;
			float:left;
			background-color:#ffffff;
			}			
#content{
			width:726px;
			float:left;
			background-color:#f5f7ff;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight:none;
			color:#000000;
			padding-left:10px;
			padding-top:10px;
			padding-bottom:10px;
			}
			
#footer{
			width:996px;
			height:85px;
			float:left;
			background-image:url(../images/footer.jpg);
			background-repeat:no-repeat;
			}
.footer{			
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight:bold;
			color:#ffffff;
			text-align:center;
			}
.lout {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

/*============================================================Styles For CMS===========================================================================*/
#header_cms{
			width:996px;
			height:86px;
			margin-top:15px;
			float:left;
			background-image:url(../images/header_cms.jpg);
			}
/*=====================Left Cont cms=========================*/

#left_cont_cms{
			width:200px;
			margin-left:0px;
			background-color:#ffffff;
			float:left;
			margin-bottom:1px;
			height:auto;
			}	
			
		
#left_heading_cms{
			margin-top:10px;
			margin-left:5px;
			margin-bottom:5px;
			width:155px;
			height:auto;
			float:left;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight:bold;
			color:#293a6b;
			
			}			

			
.left_link_cms{
			margin-top:2px;
			margin-left:15px;
			margin-bottom:5px;
			width:150px;
			height:16px;
			float:left;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:normal;
			color:#293a6b;
			
			}				

			
/*===============Middle Cont CMS===========================*/

#middle_cont{
   width:790px;
   height:auto;
   float:left;
   background-color:#e1e7f6;
   margin-bottom:20px;
   }



#cont_heading_cms{
			margin-top:10px;
			margin-left:5px;
			margin-bottom:5px;
			width:200px;
			height:6px;
			float:left;
			font-family:Arial, Helvetica, sans-serif;
			font-size:15px;
			font-weight:bold;
			color:#293a6b;
			}
#cont_heading_cms_renew{
margin-top:12px;
margin-left:5px;
margin-bottom:5px;
width:200px;
height:10px;
float:right;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#CC3300;
}

#cont_cms{
   margin-top:10px;
   margin-left:5px;
   margin-bottom:5px;
   width:780px;
   height:auto;
   float:left;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:none;
   color:#293a6b;
   }
			
			.GD1_subbox1
{
	border-top: 1px solid #cec4ab;
	border-bottom: 1px solid #cec4ab;
	border-left: 1px solid #cec4ab;
	border-right: 1px solid #cec4ab;
}
.standard-text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #464544;
}
 
 .GD1_headbox1
{
	font-size: 11px;
	font-family: arial,helvetica,sans-serif;
	font-weight: bolder;
	border-top: 1px solid #C2C4B9;
	border-bottom: 1px solid #C2C4B9;
	border-left: 1px solid #A1B5B1;
	border-right: 1px solid #A1B5B1;
	background-image: url('../images/msg_box_top_bg.gif');
}
.GD1_butn		{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
	width:53px;
	height:18px;
	padding-left: 4px;
	padding-right:4px;
	background-position:center;
	background-repeat:repeat-x;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #313C4E;
	border-bottom: 1px solid #313C4E;
	border-left: 1px solid #FFFFFF;
	text-align:center;
	background-color: #C3CBD8;
}
/*======================Right Cont CMS========================*/			
#right_cont_cms{
			width:90px;
			height:auto;
			float:left;
			background-color:#ffffff;
			margin-bottom:20px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			}
			
			
a:link{font-family:Verdana; font-size:11px; color:#165be3; text-decoration:none; font-weight:400;  }
			
a:visited{font-family:Verdana; font-size:11px; color:#165be3; text-decoration:none; font-weight:400;  }
			
a:active{font-family:Verdana;	font-size: 11px;color:#165be3; text-decoration: none; font-weight:400;  }

a:hover{font-family:Verdana;	font-size: 11px; color: #16387c;	text-decoration: underline; font-weight:400;   }



.GD1_headbox
{
	border-top: 1px solid #C2C4B9;
	border-bottom: 1px solid #C2C4B9;
	border-left: 1px solid #A1B5B1;
	border-right: 1px solid #A1B5B1;
	background-image: url(../Images/msg_box_top_bg.gif);
}


.GD1_hline
{
	color: #10395A;
	font-size: 11px;
	font-family: arial,helvetica,sans-serif;
	font-weight: bolder;
	background-image: url(../images/msg_box_grip.gif);
	width: 13px;
	height: 19px;
	background-position: left;
	background-repeat: no-repeat;
}


.GD1_subbox
{
	border-top: 0;
	border-bottom: 1px solid #C2C4B9;
	border-left: 1px solid #A1B5B1;
	border-right: 1px solid #A1B5B1;
}

.GD1_normall
{
	color: #000000;
	font: 8pt/11pt verdana;
}

.msgError
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Red;
}
 .search_heading{
   margin-top:5px;
   margin-left:0px;
   float:left;
   width:100%;
   height:19px;
   background-color:#f7f7f9;
   border-style:solid ;
   border-color:#cec4ab;
   border-width:1px;
   font-weight:bold;
   vertical-align:top;
   background-image:url('../images/msg_box_top_bg.gif');
   background-repeat:repeat-x;

   
  }
  
  .search_bg1{
   margin-top:-1px;
   margin-left:0px;
   float:left;
   width:100%;
   height:Auto;
  
   background-color:#f7f7f9;
   border-style:solid ;
   border-color:#cec4ab;
   border-width:1px;
  
  }
  
  .gridetop2{

   margin-left:0px;
   float:left;
   width:100%;
   height:auto;
   background-color:#f7f7f9;
   border-style:solid ;
   border-color:#cec4ab;
   border-width:0px;
    text-align:right;
    color:#10395A;
    font-size:11px;
    font-family:arial,helvetica,sans-serif;
    font-weight: bolder;
  }
  
  .gride2{
   margin-top:1px;
   margin-left:2px;
   float:left;
   width:768px;
   height:auto;
   background-color:#f7f7f9;
   border-style:solid ;
   border-color:#cec4ab;
   border-width:1px;
   
  }
  .gride_Body{

   margin-left:0px;
   float:left;
   width:100%;
   height:auto;
   background-color:#f7f7f9;
   border-style:solid ;
   border-color:#cec4ab;
   border-width:0px;
   
  }
  .trhead_grid      
{border-top: 1px solid #C2C4B9;
				 border-bottom: 1px solid #C2C4B9;
				 border-left: 1px solid #A1B5B1;
				 border-right: 1px solid #A1B5B1;
				background-image:url('../images/msg_box_top_bg.gif');
   background-repeat:repeat-x; 
   font-weight:700;
   line-height:9px;
		 
					
                }
                
                .trDes
{
	                color:#000000;
                    font:9pt verdana;
					background-color: #FFFFFF;
					text-align: left;
					text-indent: 4px;
					line-height:normal;
}

 .textdisable
{
	                color:#F7F6F3;
                    font:9pt verdana;
					
					text-align: left;
					text-indent: 4px;
					line-height:normal;
}
.textdisable_White
{
	                color:#f7f7f9;
                    font:9pt verdana;
					
					text-align: left;
					text-indent: 4px;
					line-height:normal;
}
.trDes22       {color:#000000;
                    font:9pt verdana;
					background-color: #F7F7F9;
					text-align: left;
					text-indent: 4px;
					line-height:normal;
					
                }		
                
                .Paging       
{				border-top: 1px solid #C2C4B9;
				 border-bottom: 1px solid #C2C4B9;
				 border-left: 1px solid #A1B5B1;
				 border-right: 1px solid #A1B5B1;
				 background-image:url(../Images/msg_box_top_bg.gif);
				 
				 
                }		
				
  .search_grid{
   margin-top:1px;
   margin-left:12px;
   float:left;
   width:700px;
   height:auto;
   background-color:#f7f7f9;
   border-style:solid ;
   border-color:#cec4ab;
   border-width:1px;
   
  }
 .error_msg2{
   margin-top:10px;
   margin-left:2px;
   float:left;
   width:768px;
   height:auto;
   background-color:#ffffff;
   border-style:solid ;
   border-color:#cec4ab;
   border-width:0px;
   font-weight:bold;
	color:#10395A;
	font-size:11px;
	font-family:arial,helvetica,sans-serif;
	font-weight: bolder;
	color:Red;
   
  }
  
  .error_msg{
   margin-top:10px;
   margin-left:0px;
   float:left;
   width:100%;
   height:auto;
   background-color:#f7f7f9;
   border-style:solid ;
   border-color:#cec4ab;
   border-width:0px;
   font-weight:bold;
	color:#10395A;
	font-size:11px;
	font-family:arial,helvetica,sans-serif;
	font-weight: bolder;
	color:Red;
	
   
  }
  .search_doc{
   margin-top:10px;
   margin-left:13px;
   float:left;
   width:750px;
   height:auto;
   background-color:White;
   background-image:url(images/Globe.jpg);
   border-style:solid ;
   border-color:#cec4ab;
   border-width:0px;
	color:#10395A;
	font-size:11px;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
   
  }
  
  .msgSuccess
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:Green;
}


	
#contcms_renew
{
	margin-top:8px;
	height:20px;
	width:200px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CC3300;
	}
	
#visible div.hidden
{
	background: #EBF0F0;
	border: 1px solid #D4D5DA;
	padding: 8px 8px 4px;
	margin-top: 6px;
	margin-bottom: 12px;
}

.wmDocSearch
{
	background-image: url(../Images/Globe.jpg);
	background-position: 70px 0px;
	background-attachment:scroll;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	
}	

#searchContent{
width:100%;
float:left;
background-color:#ffffff;
font-family: Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#000000;
padding-left:0px;
height:auto;
padding-top:0px;
padding-bottom:0px;
}
.thead
{
	background: #E0E0E0  repeat-x top left;
	color: #666666;
	font: bold 10px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.margin
{
	margin: 0px 26px 0px 18px;
	padding-top: 2px;
}	

.drp_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464544;
}	



.alt1, .alt1Active
{
	background: #F6F6F6;
	color: #000000;
}


#LoadingMaster
{
	position: absolute;
	width: 1000px;
	height: 2000px;
	z-index: 1;
	left: 0px;
	visibility: visible;
	top: 0px;
	background-color:Transparent;
	opacity: 0.15;
}
#Loading
{
	position: absolute;
	left: 160px;
	top: 150px;
	width: 300px;
	height: 200px;
	z-index: 2;
	border: solid 0px;
}

#lexeis {
    width: 175px;
    height: 35px;
    margin-top: 0px;

    margin-right: 16px;
    background-image: url(../Images/LEXEIS.jpg);
    float: right;
}