/*================================
	OctEportal Default Style Sheet
==================================*/

body
{
	text-align: center;
}

.MainContainer
{
	min-width: 750px;
	max-width: 1000px;
	_width: expression(document.body.clientWidth > 1020 ? "1000px" : document.body.clientWidth < 770 ? "750px" : "98%");
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	min-height: 500px;
	_height: 500px;
}

.ContentPanel
{
	padding-top: 140px;
	padding-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
}
.LeftRight .ContentPanel,
.Left .ContentPanel
{
	padding-left: 205px;
}
.LeftRight .ContentPanel,
.Right .ContentPanel
{
	padding-right: 205px;
}
.Admin .ContentPanel
{
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
}
.ContentPane
{
	text-align: left;
}

.Header
{
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 100px;
	background-image: url(../../../0/header_bg.jpg);
	background-color: #216;
	border-top: solid 1px #216;
	border-left: solid 1px #216;
	border-right: solid 1px #216;
}
.Header .HeadLogo
{
	position: absolute;
	top: 0;
	left: 0;
}
	
.LeftPanel
{
	position: absolute;
	top: 140px;
	left: 0;
	width: 200px;
	min-height: 100px;
	_height: 100px;
	padding-bottom: 30px;
}
.LeftPane
{
	height: 100%;
}
	
.RightPanel
{
	position: absolute;
	top: 140px;
	right: 0;
	width: 200px;
	min-height: 100px;
	_height: 100px;
	margin-bottom: 25px;
	padding-bottom: 30px;
}
.RightPane
{
	height: 100%;
}

.MenuBar
{
	position: absolute;
	top: 105px;
	left: 0;
	width: 100%;
	height: 25px;
	background-color: #cde;
	border: solid 1px #216;
}

.UserContainer
{
	position: absolute;
	top: 3px;
	right: 2px;
}
.UserContainer a:link,
.UserContainer a:visited,
.UserContainer a:active,
.UserContainer a:hover
{
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
.UserContainer a:hover
{
	background-color: #216;
	color: #cde;
}


.mainMenuItem,
.mainMenuSelectedItem,
.mainMenuUnselectedItem
{
	cursor: hand;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
}
.mainMenuSelectedItem
{
	background-color: #216;
	color: #cde;
}
.mainMenuSubMenu
{
	background-color: #cde;
	border: solid 1px #216;
}

.Footer
{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 100%;
	background-color: #216;
	color: #fff;
	font-size: 65%;
	padding-top: 5px;
}
.Footer .FooterLeft
{
	position: absolute;
	left: 2px;
	top: 5px;
	width: 200px;
	height: 100%;
}
.Footer .FooterMiddle
{
	padding-left: 200px;
	padding-right: 200px;
	height: 100%;
	text-align: center;
}
.Footer .FooterRight
{
	position: absolute;
	top: 5px;
	right: 2px;
	height: 100%;
	width: 200px;
	text-align: right;
}

.Footer A:link.FooterLink,
.Footer .FooterLink A:link,
.Footer A:visited.FooterLink,
.Footer .FooterLink A:visited,
.Footer A:active.FooterLink,
.Footer .FooterLink A:active,
.Footer A:hover.FooterLink,
.Footer .FooterLink A:hover
{
	color: #fff;
	text-decoration: none;
}
.Footer A:hover.FooterLink,
.Footer .FooterLink A:hover
{
	text-decoration: underline;
}
