/*要放在开头才有效，为什么？？*/
html,body {}

.mydiv {

background-color: #FFCC66;

border: 1px solid #f00;

text-align: center;

line-height: 40px;

font-size: 12px;

font-weight: bold;

z-index:999;

width: 200px;

height: 80px;
display: block; 

left:55%;/*FF IE7*/

top:20%;/*FF IE7*/

margin-left:-150px!important;/*FF IE7 该值为本身宽的一半 */

margin-top:-60px!important;/*FF IE7 该值为本身高的一半*/

margin-top:0px;

position:fixed!important;/*FF IE7*/

position:absolute;/*IE6*/

_top:       expression(eval(document.compatMode &&

            document.compatMode=='CSS1Compat') ?

            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/

            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/

}

.bg,.popIframe {

background-color: #666; display:none;

width: 100%;

height: 100%;

left:0;

top:0;/*FF IE7*/

filter:alpha(opacity=50);/*IE*/

opacity:0.5;/*FF*/

z-index:1;

position:fixed!important;/*FF IE7*/

position:absolute;/*IE6*/

_top:       expression(eval(document.compatMode &&

            document.compatMode=='CSS1Compat') ?

            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/

            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/

} 

.popIframe {

filter:alpha(opacity=0);/*IE*/

opacity:0;/*FF*/

}

/*功能页面样式*/
.SubPageMainTable
{
	
	LEFT: 0px; POSITION: static; TOP: 0px;
	
	background: #ffffff;
	margin-left: auto;
	width: 720px;
	margin-right: auto;
	font-size:12pt;
	
	
	
}
.style22 {
	font-size: 36px;
	font-weight: bold;
}
.style1 {color: #EE0000}
.style3 {font-family: Arial, Helvetica, sans-serif}
.style7 {color: #000000}
.style11 {
	font-size: x-large;
	font-weight: bold;
}
.style12 {color: #FF6600}
.style2 {font-size: small}
.style31 {	font-size: 36px;
	font-weight: bold;
}
.style4 {color: #57ADDB}
.STYLE38 {font-size: 32px; font-weight: bold; }

.AppTitle {font-size: 32px; font-weight: bold; }
.AppVersion {font-family: Arial, Helvetica, sans-serif}

.ttt{
    display:inline;
    
    position:relative;
    left:16px;
}
.tt1{
    display:inline;
    
    position:relative;
    left:15px;
}

.divLink{
    width:100%;
    text-align: left;
}

.divLogin{
    text-align: left;
}

.divwrap{
    margin:0 auto;
    width:980px;
    background-color:#ffffff;
}

#mainbody{
    width:100%;
    /*background-color:#cccccc;*/
    border-style:solid;
    border-color:#ffffff;
}




.hidden{display:none;} 

	
/*细框表格*/
.bk {
	background-color: #000000;
}
.bk td {
	background-color: #FFFFFF;
}

.gridview1{	font-size:14px;	}
	
	
.pagination a:hover,.pagination a:active{border:1px solid #e4393c;background-image:none}

.pagination{padding:3px;margin:3px;margin-top:20px;text-align:right;font-size:.85em}

.pagination .pagination{margin-top:0;margin-bottom:0}

.pagination.center{text-align:center}

.pagination a{border:1px solid #ccdbe4;margin-right:3px;padding:2px 8px;background-position:bottom;text-decoration:none;color:#777}

.pagination a.next{border:1px solid #ccdbe4;margin:0 0 0 10px}

.pagination a.next:hover{border:1px solid #e4393c}

.pagination a.prev{border:1px solid #ccdbe4;margin:0 10px 0 0}

.pagination a.prev:hover{border:1px solid #e4393c}

.pagination span.current{margin-right:3px;padding:2px 6px;font-weight:bold;color:#e4393c}

.pagination span.disabled{padding:2px 5px 2px 5px;margin:2px;border:1px solid #EEE;color:#DDD}

.pagination li
{
    list-style-type: none;
    float: left;
    /*min-width: 15px;*/
}

.pagination li.active a{
    /*background-color:#5a98de;*/
    color: #fff;
    background-color: #5a98de;
    border-color: #5a98de;
}
/*.pagination li:active{border:1px solid #e4393c;background-image:none}*/

