@import url("css/menu.css");

*{font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
 
 body{margin-top:5px;}
 
 /* links */
 
 
.esopDB
{
    background-color: #213973;
}

.esopLB
{
    background-color: #9CA4D1;
}

.esopMB
{
    background-color: #809BD0;
    
}

.esopOrange
{
    background-color: #F16321;   
}

.pagemaster
{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}
.skinmaster
{
    height: 100%;
    background-color: #FFFFFF;
    border: 0px solid #000000;
    width: 1000px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
}
.skinheader {
}
.skingradient
{
    height: 30px;
    background-color: #213973;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 0px;
}
.bottompane {
	width: 100%;
	height: 40px;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.footerpane
{
    height: 40px;
    width: 100%;
}
a:link.footer_links, a:visited.footer_links, a:active.footer_links{color:#FFFFFF;}
a:hover.footer_links{color:#F16321;}

.bannerPane
{
    padding: 5px; 
}

.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}

#efw_link
{
    font-size: 10px;
}

.verticalMenu
{
    width: 50px;
}

.whiteFont
{
    color: #FFFFFF;
}

.esopSpacer
{
    height: 5px;
}

/*------ BottomPane ------*/
.bottompane a:link, .bottompane a:visited, .bottompane a:active{color:#213973;}
.bottompane a:hover{color:#FFFFFF;}

/*------ User Links ------ */
a:link.User, a:visited.User, a:active.User{color: #F16321;}
a:hover.User{color: #9CA4D1;}


/*------ Global Styles ------*/
a:link, a:visited, a:visited{text-decoration:none; color: #F16321;}
a:hover{color: #9CA4D1; text-decoration:none;}

/*------ CommandButton ------*/
a:link.CommandButton, a:visited.CommandButton, a:active.CommandButton{color: #F16321; text-decoration:none;}
a:hover.CommandButton{color: #9CA4D1; text-decoration:none;}

/*------ Head and SubHead Classes ------*/
.Head{color: #809BD0;}
.SubHead{color:#213973;}

/*------ StandardButton ------*/
.StandardButton{border:none; cursor:pointer; font-weight:bold;}

/*------ NormalTextBox ------*/
input.NormalTextBox{border:dotted 1px #809BD0; color:#213973;}

