/* CSS Document */
body {
 background-color:#333333;
 margin:0px;
}

#mainFrame {
 width:1012px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 margin-left:auto;
 margin-right:auto;
 color:#333333;
 background:url(../images/bg.jpg) repeat-y center #F7FADE;
}

#mainFrame a{
 color:#003366;
 text-decoration:none;
}

#mainFrame a:hover{
 color:#333333;
 text-decoration:underline;
}

#header {
 background:url(/images/top-bg.jpg) no-repeat center;
 height:154px;
 width:100%;
}

#mainWindow {
 width:100%;
 }

#footer {
 width:100%;
 text-align:center;
 font-size:10px;
}

#footer td{
 font-size:10px;
}

.menuHomeBottom {
 background:url(../images/menu_bg.jpg);
 height:280px;
}

.menuBottom {
 background:url(../images/menu_bg.jpg);
 height:280px;
}

.boxRightBg{
 background:url(../images/box_right_bg.gif) repeat-y;
 }
 
 .boxHmBg{
 background:url(../images/box_hm_bg_big.gif) repeat-y;
 }
 
 
 #leftMenu td{
 font-size:10px;
}
 
 #leftMenu a:hover{
 color:#FFFFFF;
 text-decoration:none;
}

.noteStyle {
  background:#EEEEEE;
  border:#FFCC00 1px solid;
  padding:7px;
  font-weight:bold;
 }
 
.invalidFieldErrorText 
{
    font-size:10PX;
    color:#990000;
}

.formTableStyle
{
    background-color:#F0F5C2;
    border:1px solid #E4ED94;
}

.disabledField 
{
    border:1px solid #999999;
    background-color:#EEEEEE;
}

.height33 
{
    height:33px;
}

.subMenu {
	background: url(/images/menu_inner_bg.gif) repeat-y left; 
	height: 20px;
	padding-top:6px;"
	padding-left:20px;
}