﻿    #breadcrumb, #breadcrumb a, #breadcrumb a:hover 
{
	width: 100%;
	font-family: Verdana;
	font-size: 9pt;
	color :White;
	text-decoration : none;
}
.left-floated
{
	float: left;
	margin-right: 8px;
}
#UserInfo
{
	position: fixed;
	top: 35px;
	left: 178px;
	color: white;
	font-family: Verdana;
	font-size: 9pt;
	min-width: 700px;
	z-index: 9999;
    width: 1325px;
    height: 47px;
        }    

#header {
    position: fixed;
	margin-left: 0px;
	margin-bottom: 0px;
	height: 75px;
    width: 100%;
	background-color: #57778F;	
	border-bottom:solid 2px #030039;
	z-index: 1;
}
#content {
	width: 100%;
}

#content-left {
    position: fixed;
    left: 5px;
    top: 90px;
    width: 174px;
    overflow: auto;
    z-index: 9999;
    background-color: White;
    height: 87%;
    border-right:1px solid #8CA7BB;
	}

#logoutPanel {
    position: fixed;
    width: 85px;
    right: 50px;
    top: 7px;
    z-index: 9999;
    text-align: center;
}

#content-right {
    padding: 0px !important;
    top: 80px;
    left: 190px;
    position: absolute;
    width: 85%;
    max-width: 1500px;
    min-width: 700px;
	border: 0;
}
body {
	width:100%;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	color:Black;
    background-color: White;
}		
#MainTitle
{
	position: fixed;
	top: 3px;
	left: 178px;
	color: white !important;
	font-size: 14pt !important;
	min-width: 700px;
	z-index: 9999;
            width: 1267px;
        }
#space
{
	padding-top: 5px;
}
#imagePos
{
	position: fixed;
	left: 5px;
	z-index: 9993;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #11599F;}
	
.menu_nodeStyle
{
	color:Black;
	font-family:"Verdana";
	font-size:8pt;
	padding: 5px 5px 5px 5px;
	width:100%;
	border:solid 1px White;
}

.menu_hoverNodestyle
{
	padding: 5px 5px 5px 5px;
	color: #BC0C1C;
}

.menu_selectedNodestyle
{
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	color: #BC0C1C;
}

.advanceLabel 
{
    display: block;
}