﻿html, body
{
	height: 100%;
}
body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #6A7872;
}

a:link 
	{
		color: #003366;
		text-decoration:none;
	}
a:hover 
	{
		color: #FF0000;
		text-decoration:none;
	}
a:active 
	{
		color: #003366;
		text-decoration:none;
	}
a:visited 
	{
		color: #003366;
		text-decoration:none;
	}
/* ----------styles-------------- */
.s1
{
	margin-top: 10px;
	margin-left:30px;
	width: 100%;
	font-size: 24px;
	color: #000033;
}
.s2
{
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0px;
	width: 100%;
	color: #000033;
}
.s3
{
	margin: 0;
	width: 100%;
}
.s4
{
	font-size: 11px;
}
.s5
{
	font-size: 14px;
	font-weight: bold;
	width: 100%;
}
/* ----------container to center the layout-------------- */
#container
{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: #A6C4EA;
}
.clear
{
	clear: both;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
/* ----------banner for logo-------------- */
#banner
{
	background-color: #A6C4EA;
	text-align: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
	overflow: hidden;
}
#banner img
{
	padding: 0;
	margin: 0;
}
#banner img.center
{
	display: block;
	margin: 0 auto;
	text-align: center;
}
#logo
{
	width: 625px;
	height: 50px;
	text-align: center;
	background-color: #A6C4EA;
	float: left;
}
/* ----------separator-------------- */
#separator
{
	background-color: #000033;
	height: 5px;
	width: 100%;
	margin:0px;
	padding:0px;
}
/* ----------left menu-------------- */
#left
{
	float: left;
	width: 200px; /*height: 600px; 	min-height: 600px;*/
	margin: 0; /*background-color:#A6C4EA;*/ /*overflow: hidden;*/
}
#left ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#left ul li
{
	border-bottom: 1px solid #F4FFE4;
}
#left ul li a
{
	color: #003366;
	line-height: 16px;
	letter-spacing: .1em;
	display: block;
	padding: 8px 6px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#left ul li a:hover
{
	color:Silver;
	line-height: 16px;
	letter-spacing: .1em;
	display: block;
	padding: 8px 6px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#left ul li 
{
}
    
#left div.adjmtg
{
    text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


a:hover
{
	color:Silver;
	background-color: #003366;
}
/* ----------content area-------------- */
#content
{
	margin-top:0px;
	padding:0px;
	margin-left: 200px;
	min-height: 600px;
	background-color: #FFFFFF;
	/*height: expression(this.scrollHeight > 600 ?  "auto" : "600px" );*/
}
/* ----------quick app area-------------- */
#quickApp
{
	/*float:left;*/
	margin-top: 0px;
	margin-left: 40px;
	padding-bottom: 10px;
	width: 550px;
	background-color: #333366;
	color: #FFFFFF;
	font-size: 12px;
}
#quickApp #title
{
	display: block;
	margin: 0 auto;
	text-align: center;
	font-weight:bolder;
	font-size:14px;
}
#quickApp #fields
{
	margin-left: 5px;
	margin-top:5px;
	margin-bottom:5px;
}

#quickApp #fields .label
{	
	vertical-align:middle;
	padding-right:3px;
	padding-left:3px;
}

#quickApp #fields .txtbox
{
	height: 15px;
	width: 100px;
	vertical-align:middle;
}

/* ----------mainContent area-------------- */
#mainContent
{
	margin-top:0px;
	margin-left: 20px;
	width: 595px;	
	margin-bottom:0;
}

#mainContent h1
{
	display: block;
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#mainContent .clear
{
	line-height:normal;
	height:0;
}
/* ----------floating area-------------- */
#floatingWindow
{
	float: right; 
	overflow: hidden; 
	margin: 0; 
	padding: 0;
}

#didyouknow
{
	width: 200px; /*182px;*/
	min-height: 600px;
	height: 600px;
	background-color: #D6D8D7;
}
#didyouknow .img
{
	padding: 0px;
	margin: 0px;
}
#didyouknow #title #txtarea
{
	width: 100%;
	color: #666666;
	line-height: 15pt;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: auto;
}
/* ----------footer area-------------- */
#footer
{
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-size: 10px;
	background-color:#000033;		
	/*height: 16px;*/
	color: #FFFFFF;
	width:100%;
}

#footer #footer-text
{
	margin: 0 auto;	
	width: 800px;
}

/* ----------modal area-------------- */
#modal_container {  
     padding:5px;  
     background-color:#fff;  
     border:1px solid #666;  
     overflow:auto;      
     font-size:12px;  
     color:#333;  
     text-align:left;  
} 
#modal_overlay 
{
	     background-color:#000;  
}  
/* ----------dialog area-------------- */
#dialog1
{	
	/*background-color: #666666;*/
	/*color: #FFFFFF;*/
	margin-bottom: 2px;
	
}
#dialog1 .hd
{		
	padding:0 10px;
	font-size:93%;
	line-height:2;
	font-weight:bold;
	color:#000;
	background:url(images/sprite.png) repeat-x 0 -200px;	
}
	
#dialog1 .bd
{
	/*background-color:#F2F2F2;*/
	margin-left: 20px;
	width:500px;
}
/*
#dialog1 .bd .label
{	
	/*float:left;*//*
	text-align:right;
	width: 250px;	
	margin-left:10px;	
}
#dialog1 .bd .textbox
{
	width: 160px;
}
#dialog1 .bd .ddl
{
	width: 155px;
}

#dialog1 .bd .field
{
	display:block;
	float:left;
}

#dialog1 .bd #app
{
	margin-left: 25px;
	width: 500px;	
}

#dialog1 .bd #app .tr
{	
	/* height:25px; *//*
}
#dialog1 .bd #app .textarea
{
	margin-left:10px;
	/* width: 300px;	*//*
}
*/
#dialog1 .bd .td_left
{
     width:330px;
     font-size:12px;
     height:25px;
     padding-right:10px;
     font-weight:bold;
     text-align:right;
}
#dialog1 .bd .td_right
{
     width:220px;
     font-size:12px;
     height:25px;
     padding-right:10px;
     font-weight:bold;
     text-align:left;
}
#dialog1 .bd .td_right_ddl
{
     width:200px;
     font-size:12px;
     padding-right:10px;
     text-align:left;
     vertical-align:middle
}
#dialog1 .bd .td_right_tb
{
     width:200px;
     font-size:12px;
     padding-right:10px;
     text-align:left;
     vertical-align:middle     
}
#dialog1 .bd #app .button
{
	border-style:none;
	cursor: hand;
	font-size:10px;
	color: #FFFFFF;
	background-color:#000000;
	background: #000000 url(images/button.png) repeat-x;
	width: 50px;
	height: 25px;
	margin-right:150px;
}

.err
{
	margin-left: 160px;
}

#dialog1 .bd #app .cancel
{
	border-style:none;
	cursor: hand;
	font-size:10px;
	color: #FFFFFF;
	background-color:#000000;
	background: #000000 url(images/bg-gray.png) repeat-x;
	width: 50px;
	height: 25px;
}

.yui-ac{position:relative;font-family:arial;font-size:100%;margin-top:0; padding-top:0;}
.yui-ac-input{position:absolute;width:100%;}
.yui-ac-container{position:absolute;top:1.6em;width:100%;}
.yui-ac-content{position:absolute;width:100%;border:1px solid #808080;background:#fff;overflow:hidden;z-index:9050;}
.yui-ac-shadow{position:absolute;margin:.3em;width:100%;background:#000;-moz-opacity:0.10;opacity:.10;filter:alpha(opacity=10);z-index:9049;}
.yui-ac-content ul{margin:0;padding:0;width:100%;}
.yui-ac-content li{margin:0;padding:2px 5px;cursor:default;white-space:nowrap;}
.yui-ac-content li.yui-ac-prehighlight{background:#B3D4FF;}
.yui-ac-content li.yui-ac-highlight{background:#426FD9;color:#FFF;}


#dictionary
{
	line-height:normal;
}

#definition
{
	display:block;
	overflow:auto;
	height: 500px;
}
