/* CSS Document */

body,table,div,span,input{ font-family:"Microsoft Yahei",SimHei,Arial,SimSun;}

.mytable {
    margin:0px 0px 0px 0px;
	padding: 0;
}


caption {

	text-align: left  ;
	border-bottom: 1px solid #C1DAD7;
	
}

.mytable th {	
	color: #4f6b72;
	/*border-right: 1px solid #C1DAD7;	
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;*/
	font-size :13px;
	font-weight :normal ;
	text-align: left   ;	
}

.mytable th.nobg {
	border-top: 0;
	border-left: 0;
	/*border-right: 1px solid #C1DAD7;*/
	background: none;
}

.mytable td {
	/*border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;*/
	background: #fff;	
	color: #4f6b72;
}



.mytable td.alt {
	background: #F5FAFA;
	color: #797268;
}

.mytable th.spec {
     
	/*border-left: 1px solid #C1DAD7;*/
	border-top: 0;
	/*background: #fff url(../images1/TableImages/bullet1.gif) no-repeat;*/

}

.mytable th.specalt {
	/*border-left: 1px solid #C1DAD7;*/
	border-top: 0;
	/*background: #f5fafa url(../images1/TableImages/bullet2.gif) no-repeat;*/
	color: #797268;
}


.addtable {
    margin:20px 0px 0px 0px;
	padding: 0;
}

.addtable th {	
	color: #4f6b72;
	/*border-right: 1px solid #C1DAD7;	
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;*/
	font-size :13px;
	font-weight :normal ;
	text-align: left   ;	
}

.addtable td.alt {
	background: #F5FAFA;
	color: #797268;
}

.addtable th.spec {
	/*border-left: 1px solid #C1DAD7;*/
	border-top: 0;
	/*background: #fff url(../images1/TableImages/bullet1.gif) no-repeat;*/
}
.btnNormal
{
	background-image:url(../images/button.gif);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#ffffff;
	border:none;
	width:64px;
	height:22px;
	cursor:default;
}
.btnOver
{
	background-image:url(../images/button.gif);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#FFFF00;
	border:none;
	width:64px;
	height:22px;
	cursor:pointer;
}
