@charset "utf-8";
*
{
padding: 0px;
margin: 0px;
}

body
{
background: #ffffff url('../images/bk.gif') repeat-x;
font-size: 11px;
font-family: "trebuchet ms", helvetica, sans-serif;
color:#666666;
line-height: 18px;
}

#outer
{

position: relative;
width: 950px;
margin: 0 auto;
background: #fff url('../images/abg3.gif') repeat-y;
}
#outer:after {
                        content: '.'; 
                        display: block; 
                        clear: both; 
                        visibility: hidden; 
                        height: 0; 
                        line-height: 0;
                }
#inner
{
position: relative;
padding: 73px 30px 13px 30px;
z-index: 2;
}

#upbg
{
position: absolute;
top: 0px;
left: 0px;
background: #fff url('../images/upbg3.gif') no-repeat;
width: 950px;
height: 250px;
z-index: 1;
}
#header
{
position:relative;
background: #C65F13 url('../images/logo-1.gif') no-repeat;
width: 235px;
height:125px;
color: #FFF;
padding-left:10px;
float:left;
}
#topRight{
position:relative;
width: 630px;
height:125px;
float:left;
margin-left:15px;
background:#fff;
}

#topBanner{
width: 630px;
height: 90px;
background: #000066 url('../images/banner.gif') no-repeat;
float:left;
clear:both;
}
#header span
{
font-weight: normal;
}

#header h1
{
position: relative;
font-size: 30px;
letter-spacing: -1px;
top: 20px;
line-height: normal;
}

#header h2
{
position: relative;
font-size: 16px;
font-weight: normal;
color: #FCE2CA;
top: 20px;
}

#leftContent{
position: relative;
width: 245px;
float: left;
padding-top:20px;
}
#leftContent .titleBar{
	background: #333 url('../images/ex-bar.gif') no-repeat;
	height:15px;
	width:225px;
	color:#FFFFFF;
	font-size:130%;padding:9px 10px 9px 10px;
}
#leftContent .titleBar2{
	background: #333 url('../images/bar-1.gif') no-repeat;
	height:15px;
	width:225px;
	color:#FFFFFF;
	font-size:130%;padding:9px 10px 9px 10px;
}
#leftContent .box{
border-left:1px solid #ccc;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
padding:10px 10px 10px 10px;
margin-bottom:15px;
width:223px;
font-size: 109%;
}
#leftContent img{
margin:3px; 
padding:3px; 
border:10px solid #F3F3F3;
}
#rightContent{
position: relative;
width: 620px;
float: left;
padding-top:20px;
padding-left:20px;
}
#flash,#frame{
width:560px;
padding:20px;
border:1px solid #F5F5F5;
float:left;
clear:both;
font-size:115%;
margin-top:10px;margin-bottom:10px;
background-image: url(../images/fading_corner_1.gif);
background-repeat: no-repeat;
background-position: top left;
}

#flash img{
float:left;
margin:5px; 
padding:5px; 
border:10px solid #F3F3F3;
}
#flash ul{

padding:5px 0px 5px 5px; 
}
#flash li{
list-style-position:inside;
padding:5px 0px 0px 15px; 
}
#flash h3{
padding:0px 0px 10px 0px; 
margin:0px 0px 10px 0px; 
}
#box_in{
width:200px;
float:left;
margin-right:3px;
padding-left:3px;
}
#box_in img{
border:1px solid #F3F3F3;
padding:7px;
}
#box_in p{
margin-bottom:10px;
padding:7px;
}
#box_in .titleBar{
	background: #333 url('../images/bar-2.gif') no-repeat;
	height:15px;
	width:170px;
	text-align:center;
	color:#999999;
	font-size:120%;
	padding:9px 10px 9px 10px;
}
#footer{
position:relative;
float:left;
clear:both;
background: #333 url('../images/bk-f-2.gif') repeat-x;
height:100px;
width:100%;
}
#fouter{
width: 900px;
margin: 0 auto;
padding:20px;
}
#fouter .left{
 
 
 float:left;
 width:500px;
}
#fouter .big{
 font-size:300%;
 font-weight:bold;
 color:#1E1E1E;
 padding:20px 0px 10px 0px;
}
#fouter .small{
  font-size:110%;
  line-height:20px;
  color:#666666;
 }
#fouter .right{
text-align:right;
 color:#CCCCCC;
 padding:20px 0px 20px 0px;
 float:left;
 width:400px;
}
#fouter .right a:link {
 	 color:#999999;
	 text-decoration: none;
	 font-size:105%;
 
}

#fouter .right a:hover {
 	color:#CCCCCC;
	 text-decoration: none;
	 font-size:105%;
 }
#fouter .right a:visited {
	color:#999999;
	 text-decoration: none;
	 font-size:105%;
}
	#topMenu {
      float:left;
      width:100%;
      background:#fff;
      font-size:109%;
      line-height:normal;
	  border-bottom:1px solid #666;
      }
    #topMenu ul {
          margin:0;
          padding:10px 10px 0 10px;
          list-style:none;
      }
    #topMenu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #topMenu a {
      float:left;
      background:url("../images/tableft6.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #topMenu a span {
      float:left;
      display:block;
      background:url("../images/tabright6.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #topMenu a span {float:none;}
    /* End IE5-Mac hack */
    #topMenu a:hover span {
      color:#FFF;
      }
    #topMenu a:hover {
      background-position:0% -42px;
      }
    #topMenu a:hover span {
      background-position:100% -42px;
      }

      #topMenu #current a {
              background-position:0% -42px;
      }
      #topMenu #current a span {
              background-position:100% -42px;
      }


#LeftMenu{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px 10px 10px 10px;
	margin-bottom:15px;
	width:223px;
	font-size: 109%;
	
	}
#LeftMenu ul {
list-style-type:none;
list-style-position:inside

}	
#LeftMenu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	
	}	
	
#LeftMenu li a:link, #LeftMenu li a:visited {
	color:#666666;
	display: block;
	padding: 3px 0 0 10px;
	}
	
#LeftMenu li a:hover, #LeftMenu li #current {
	color:#940209;
	text-decoration:underline;
	padding: 3px 0 0 10px;
	}
		  
div.clsCtrl{
	width:38%;
	float:left;
	margin:5px 0px 0px 0px;
	padding:5px 0px 2px 5px;
	height:27px;
}


div.img{
	width:2%;
	float:left;
	padding:5px 0px 0px 2px;
	margin:5px 0px 0px 0px;
	height:27px;
}
div.txt{
	width:30%;
	float:left;
	padding:5px 0px 0px 0px;
	margin:5px 0px 0px 0px;
	height:27px;
	font-style:italic;
	
}
div.row{
	width:100%;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	clear:both;
}
label.clsLabel{
	width:25%;
	float:left;
	margin:5px 0px 0px 5px;
	padding:5px 0px 2px 5px;
	font-size:14px;
	height:27px;
	text-align:right;
}
div.clsCtrlTextArea{
	width:38%;
	float:left;
	margin:5px 0px 0px 0px;
	padding:5px 0px 2px 5px;
	
}
.clsInputBox {font-size:110;border:2px solid #333;padding-left:2px;}
.clsTextarea{font-size:110;border:2px solid #333;padding-left:2px;}

#rightContent .top{
	background: #FFFFFF url('../images/bar.gif') repeat-x;
	width:582px;	
	height:18px;
	color:#fff;
	font-size:130%;
	padding:9px 10px 9px 10px;
}
#rightContent .top2{
	background: #FFFFFF url('../images/a8.gif') repeat-x;
	width:350px;	
	height:18px;
	color:#fff;
	font-size:130%;
	padding:9px 10px 9px 10px;
}
#reports{padding:20px;width:520px;}
#reports ul{
list-style-position:inside;
}
.clsButton{background: #FFFFFF url('../images/button-bk.gif') repeat-x;height:35px;font-weight:bold;border:3px solid #eee;font-size:120%;color:#fff;width:160px;}


div.paging{
	width:90%;
	height:25px;
	border:3px solid #EEEEEE;
	float:left;
	margin:10px 10px 10px 0px;
	font-size:12px;

}
div.paging_cur{
	text-align:center;
	height:25px;
	color:#FF0000;
	font-weight:bold;
	float:left;
	border-right:1px solid #EEEEEE;
	width:30px;
	
}
div.paging_cur_MY{
	text-align:center;
	font-size:12px;
	height:25px;
	color:#FF0000;
	font-weight:bold;
	float:left;
	border-right:1px solid #EEEEEE;
	width:30px;
	
}
div.paging_no{
	height:25px;
	text-align:center;
	float:left;
	color:#009900;
	border-right:1px solid #EEEEEE;
	width:30px;
}
div.paging_dot{
	height:25px;
	text-align:center;
	float:left;
	color:#333333;
	border-right:1px solid #EEEEEE;
	width:30px;
}
div.paging_last_f{
	height:25px;
	width:30px;
	text-align:center;
	float:left;
	color:#FF6600;
	background-color:#FFFFCC;
	border-right:1px solid #EEEEEE;
	width:30px;
}
.p_t:link {
 	 color: #FF9900;
	 text-decoration: none;
	 font-weight:bold;
 
}
.p_t:hover {
 	color: #FF0000;
	text-decoration: none; 
 	 font-weight:bold;


}
.p_t:visited {
	color: #FF9900;
	text-decoration: none; 
	 font-weight:bold;
}
.p_n:link {
 	 color: #003399;
	 text-decoration: none;
 
}

.p_n:hover {
 	color: #FF0000;
 	text-decoration: none; 
 }
.p_n:visited {
	color: #0000CC;
	font-style: normal;
	text-decoration: none; 
}
.p_n_MY:link {
 	 color: #003399;
	 text-decoration: none;
	 font-size:12px;
 
}

.p_n_MY:hover {
 	color: #FF0000;
 	text-decoration: none; 
	font-size:12px;
 }
.p_n_MY:visited {
	color: #0000CC;
	font-size:12px;
	font-style: normal;
	text-decoration: none; 
}