﻿/* -------------- Css Classes ----------- */
div{
    position:inherit;
    z-index:0;
}
.menuBar-Menu{
	background-color:#0452A7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0000A6;
	border-right-color: #0000A6;
	border-bottom-color: #0000A6;
	border-left-color: #0000A6;
	width:160px;
}
.menuBar-Static-SubMenu{
	background-color:#0452A7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0000A6;
	border-right-color: #0000A6;
	border-bottom-color: #0000A6;
	border-left-color: #0000A6;
}
.menuBar-SubMenu{
	background-color:#0452A7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0000A6;
	border-right-color: #0000A6;
	border-bottom-color: #0000A6;
	border-left-color: #0000A6;
}
.menuBar-Static-Item{
	height:36px;
	padding-left:5px;
	padding-right:5px;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0000A6;
	border-right-color: #0000A6;
	border-bottom-color: #0000A6;
	border-left-color: #0000A6;
	font-style: normal;
	font-weight: normal;
	color:#FFFFFF;
	background-color:#2222FF;
	vertical-align:middle;
}
.menuBar-Dynamic-Item{
	height:36px;
	padding-left:5px;
	padding-right:5px;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0000A6;
	border-right-color: #0000A6;
	border-bottom-color: #0000A6;
	border-left-color: #0000A6;
	font-style: normal;
	font-weight: normal;
	color:#FFFFFF;
	background-color:#2222FF;
	vertical-align:middle;
}
.menuBar-Dynamic-Item a{
	height:16px;
	display:block;
}
.menuBar-Static-Item a{
	height:16px;
	display:block;
}
.menuBar-Item-Hover{
	height:36px;
	padding-left:5px;
	padding-right:5px;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0000A6;
	border-right-color: #0000A6;
	border-bottom-color: #0000A6;
	border-left-color: #0000A6;
	font-style: normal;
	font-weight: normal;
	color:#000000;
	background-color:#0099FF;
}

/* -------------- Css IDs ----------- */
#page{
}
#pageheader{
	height:78px;
}
#pagecenter {
	background-color:#0000A6;
}
#leftmenu {
	background-color:#0000A6;
}
#contenttitle{
	padding-top:10px;	
}
#contenttext{
	
}
