﻿*
{
	margin: 0;
	padding: 0;
}
html
{
	width: 100%;
	height: 100%;
}
body
{
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 8pt;
	background: #CCC;
	color: #333;
	overflow: auto;
}
#left
{
	left: 0;
	top: 0;
	width: 200px;
	position: absolute;
	background-color: #CCC;
	height: 100%;
}
#right
{
	left: 200px;
	top: 0;
	width: 900px;
	position: absolute;
}
a
{
	color: #0D324F;
}
input
{
	font-size: 24px;
	background: #F4F4F4;
	border: 1px solid #A5ACB2;
	height: 30px;
	overflow: hidden;
}
input.bt
{
	height: 40px;
	padding: 4px;
	border: 3px double #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	background: url(../Images/butt.png) #EEE repeat-x left top;
}
h1
{
	position: absolute;
	width: 180px;
	color: #525252;
	font-size: 12pt;
	left: 0;
	padding: 10px 0 8px 20px;
	border-bottom: 3px solid #525252;
}
#loginForm
{
	width: 400px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -200px;
	background: #FFF;
	border: 3px solid #999;
}
#loginForm h3
{
	background: #000;
	color: #FFF;
	margin: 0 0 10px 0;
	padding: 10px;
}
#loginForm label
{
	display: block;
	padding: 12px 20px;
}
#loginForm label span
{
	display: block;
	position: absolute;
	padding: 8px 0 0 0;
}
#loginForm label input
{
	width: 200px;
	margin: 0 0 0 80px;
}
#globalNav
{
	position: absolute;
	top: 40px;
	left: 0;
}
#globalNav li a
{
	display: block;
	width: 180px;
	padding: 5px;
	background: #666;
	border-bottom: 3px solid #525252;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#globalNav li a:hover
{
	background: #585858;
	border-right: 3px solid #333;
}
#globalNav li ul li a
{
	background: #585858;
	font-weight: normal;
	color: #99CCFF;
}
#globalNav li ul li a:hover
{
	text-decoration: underline;
}
#frameBord
{
	border-left: 3px solid #666;
	height: 800px;
	width: 900px;
}
