body
{
	background-color: #E5E5DA;
	font-size: 15px;
	color: #003452;
	overflow-y: hidden;
	scrollbar-arrow-color:gray;
	scrollbar-base-color:#E3EAEF;
	scrollbar-face-color:#E3EAEF;
	scrollbar-darkshadow-color:#E3EAEF;
	SCROLLBAR-TRACK-COLOR: #F0F0F0; 
	empty-cells: show;
	
}

/*input[type=text], input[type=password], textarea
{
	background-color: #E5E5DA;	
	
}*/

input, textarea, option
{
	/*background-color: #F1FAFF;	*/
	background-color: #F4F9FC;
	line-height: 15px;
	
}


#Back
{
	position: absolute;
	left: 0px;
	top: 0px;
	/*width: expression(document.body.clientWidth);*/
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: #E5E5DA;
	
	
}

#TopImage
{
	position: absolute;
	left: 0px;
	top: 0px;
		
}


#Base
{
	position: relative;
	top: 15px;
	left: 0px;
	width: 100%;
	/*width: 760px;*/
	height: 100%;
	padding: 0px;
	
}



.Window
{
	/*background-color: #DBDBCD;
	border: solid 1px #989898;*/
	background-color: #F1FAFF;
	border: solid 1px #1E6C98;
	border-top-width: 16px;
	padding: 4px; 
	height: 100%;
	
	
	

}






#Menu
{
	position: absolute;
	top: 100px;
	left:20px;
	width: 110px;
	height: 205px;
	line-height: 25px;
	
}

a:link, a:visited
{
	text-decoration: underline;
	color: #0367A1;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
	color: gray;
	
}



#Main
{
	position: absolute;
	left: 150px;
	top: 100px;
	/*min-width: 400px;*/
	/*width:expression(document.documentElement.clientWidth<760? 400 : document.documentElement.clientWidth-360);*/
	/*width:expression(document.body.clientWidth<760? 400 : document.body.clientWidth-360);*/
	/*width:expression( (new getObj('main').style.width )<760? 400 : document.body.clientWidth-360);*/
	overflow: visible;
	background-color: #F1FAFF;
	border: solid 1px #1E6C98;
	padding: 4px; 
	
		
}




#MainBody
{
	position:relative;
	left:0px;
	width: 100%;
	overflow: auto;	
	top:50px;
	

	
}


/*#Main .Window
{
	background-color: #F1FAFF;
	border-top: solid 9px #1E6C98;
	border-right: solid 1px #1E6C98;
	border-left: solid 1px #1E6C98;
	border-bottom: solid 1px #1E6C98;
}*/





select
{
	height: 20px;
	line-height: 15px;
	
	
}

table
{
	font-size: 15px;
	table-layout: auto;
	border-width: 0px;
	border-collapse: collapse;
	padding: 0px;
	border-spacing:0px;
	line-height: 15px;
	
	
}

img
{
	border: solid 0px transparent;
	/*alpha: 50%;*/
}

a:link
{

}

a:hover
{

}

.MenuItem
{
	/* FILTERS ARE IE-SPECIFIC! THIS DOESN'T WORK IN ANYTHING BUT IE */
	filter:alpha(opacity=80);
}
