/* CSS Document */
#container {
	position: relative;
	width: 1164px;
	height: 100%;
	margin-left: -582px;
	left: 50%;
	font-size: 9pt;
	text-align: justify;
	border-left: 1px solid #900;
	border-right: 1px solid #900;
	border-bottom: 1px solid #900;
}

#header {
	position: relative;
	width: 1164px;
	margin-left: -582px;
	left: 50%;
	font-size: 42pt;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	background-color: #900;
	border-left: 1px solid #900;
	border-right: 1px solid #900;
	color: #fff;
}

#footer {
	position: relative;
	width: 1164px;
	margin-left: -582px;
	left: 50%;
}

#login {
	width: 1164px;
	height: 450px;
	float: left;
}

#mainContainerHome {
	width: 1162px;
	height: 800px;
	background: #fff;
}

#mainAreaLeft {
	float: left;
	width: 900px;
	height: 790px;
	border-right: 1px solid #900;
}

#mainAreaRight {
	float: left;
	width: 261px;
	height: 800px;
}

#contentTitle {
	float: left;
	width: 900px;
	height: 60px;
}

#contentLeft {
	float: left;
	width: 900px;
	height: 730px;
	overflow: auto;
}

#contentUser {
	width: 251px;
	height: 160px;
	padding: 5px;
	float: left;
	border-bottom: 1px solid #900;
}

#contentRight {
	width: 251px;
	height: 640px;
	float: left;
}

#menu {
	float: left;
	width: 1164px;
	height: 26px;
	text-align: left;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #900;
}

#menu ul { list-style-type: none; }

#menu .navItemSelect a  { color: #69f; }
#menu .navLogout a      { color: #900; }

#menu .navItem a,
#menu .navItemSelect a,
#menu .navLogout a {
	float: left;
	display: block;
	width: auto;
	text-decoration: none;
	padding: 5px 10px;
}

#menu .navItem a:hover,
#menu .navItemSelect a:hover,
#menu .navLogout a:hover {
	text-decoration: none;
	background-color: #69f;
	color: #fff;
}

#info table, tr, td {
	font-size: 9pt;
}

