*
{
	margin:0;
	padding:0;
}
body
{
	cursor: default;
    margin: 0;
    text-align: left;
     background: none repeat scroll 0 0 #FAFCFF;
      font-family: Serif;
    font-size: 12px;
    font-weight: 400;
     padding:20px;
 }
 a
 {
	color: #002D82;
    text-decoration: none;
 }
 .clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
/*栏目说明*/
.title
{
	background: url("../images/submenubg.jpg") repeat-x scroll center top #5B98D0;   
       height: 30px;
    line-height: 30px;
    padding-left: 10px;
    
}
.tipdiv
{
	color: #0055BB;
    font-size: 13px;
    font-weight: bold;
}

/*显示区*/
.Context
{
	 padding: 10px 0;
}
.tableboxcss {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #BDD1EA;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 5px;
}
.thead {
    background: url("../images/one_title_bg2.gif") repeat-x scroll 0 0 #DAE9FE;
}

.thead TD {
    border-bottom: 1px solid #BDD1EA;
    border-right: 1px solid #C4D2DD;
    color: #336699;
    height: 20px;
    line-height: 16px;
    padding: 3px;
    text-align: center;
	white-space: nowrap;
}
.tableboxcss TD {
     border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    color: #333333;
    font-family: Arial;
    font-weight: normal;
    line-height: 18px;
    padding: 3px 4px;    
}
.graytr {
    background: none repeat scroll 0 0 #F6F6F6;
}
.tableboxcss TD.secondcolortd {
    background: none repeat scroll 0 0 #E8EEF6;
    font-size: 12px;
}
.tableboxcss TD.firstcolortd {
    background: none repeat scroll 0 0 #EFF5FE;
    font-size: 12px;
}

table {
    border-collapse: collapse;
   font: 9pt/150% verdana;
}
.center
{
	text-align:center;
}
.red
{
	color:Red;
}
.tableboxcss  .highlight
{
	color:Red;
	
}
/*分页*/
.pageHTML
{ 
    color: #666666;
    font-size: 12px; 
    padding: 3px;
    text-align: left;
    vertical-align: middle;
    padding-right:20px;
    line-height:20px;
 }
 .pageHTML STRONG {
    background-color: #669ACC;
    border-color: #669ACC;
    
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    display: inline-block;
    
    line-height: 18px;
    margin: 2px;
    padding: 2px 8px;
    white-space: nowrap;    
}
.pageHTML A {
    border-color: #6699CC;
    
    border-style: solid;
    border-width: 1px;
    color: #669ACC;
    display: inline-block;
    line-height: 16px;
    margin: 2px;
    padding: 2px 8px;
    text-decoration: none;
    white-space: nowrap;
    
}
.pageHTML .next {
    display: inline-block;
    line-height: 16px;
    padding-left: 12px;
    padding-right: 12px;
    white-space: nowrap;
}
.pageHTML .pagenum
{
	float:right;
	line-height:20px;
}
.pageHTML .leftpage
{
	float:left;
	width:300px;
	line-height:20px;
	
	color: #666666;
}