/*================================
	OctEportal Default Style Sheet
==================================*/

body
{
}

.MainContainer
{
	min-width: 750px;
	max-width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	min-height: 600px;
	_height: 600px;
}

.ContentPanel
{
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}
.Admin .ContentPane
{
	width: 700px;
	text-align: left;   
	min-height: 300px;
	_height: 300px;
}

.Header
{
	position: relative;
	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
{
	width: 200px;
	vertical-align:top;
	height: 300px;
}
.LeftPane
{
}
	
.RightPanel
{
	width: 200px;
	vertical-align:top;
	height: 300px;
}
.RightPane
{
}

.MenuBar
{
	height: 20px;
	padding-top: 2px;
	background-color: #cde;
	border: solid 1px #216;
}

.UserContainer
{
    float: right;
    margin-right: 4px;
    color: #000;
}
.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: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	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;
}
