﻿body 
{
	font-family:Arial ; 
	font-size: 10pt; 
	font-weight: normal; 
	line-height: 150%; 
}
#divContent {
   /* background-color :yellow;*/
}
#Table1
{
	width :880px;
	border-bottom: purple 1px solid; 
	border-right: purple 1px solid; 
	border-top: purple 1px solid; 
	border-left: purple 1px solid;
}
#Table2
{
	width :880px;
	border-bottom: purple 1px solid; 
	border-right: purple 1px solid; 
	border-top: purple 1px solid; 
	border-left: purple 1px solid;
}
DropDownList
{
	font-size :10pt;
    font-family :Arial;
}

#GV1
{
	font-family :Arial;
	font-size :10pt;
}
TextBox
{
     background: #ffffff;
     border: 1px #93bee2 solid;
     color: #93bee2;
     font-family: "arial";
     font-size: 10pt;
     width:80px;
	 height :15px;
     padding: 1px; 
}

Button
{
     font-family: "tahoma", "宋体"; /*www.52css.com*/
     font-size: 10pt; color: #0066cc;
     border: 1px #93bee2 solid;
     border-bottom: #93bee2 1px solid;
     border-left: #93bee2 1px solid;
     border-right: #93bee2 1px solid;
     border-top: #93bee2 1px solid;
     background-image:url(../images/blue_button_bg.gif);
     background-color: #ffffff;
     cursor: hand;
     font-style: normal ;
}
.selectbuttoncss1 {
     font-family: "tahoma", "宋体";
     font-size:9pt; color: #003399;
     border: 1px #003399 solid;
     color:#006699;
     border-bottom: #93bee2 1px solid;
     border-left: #93bee2 1px solid;
     border-right: #93bee2 1px solid;
     border-top: #93bee2 1px solid;
     background-image:url(../images/bluebuttonbg.gif);
     background-color: #e8f4ff;
     cursor: hand;
     font-style: normal ;
     width:60px;
     height:22px;
}
/*选择按钮*/
.selectbuttoncss{
     font-family: Arial ; 
     font-size: 10pt; color: #0066cc;
     border: 1px #93bee2 solid;
     border-bottom: #93bee2 1px solid;
     border-left: #93bee2 1px solid;
     border-right: #93bee2 1px solid;
     border-top: #93bee2 1px solid;
     background-image:url(../images/buttons/b_l_1_modle.jpg);
     background-color: #ffffff;
     cursor: hand;
     font-style: normal ;
}


.GridViewStyle
{   
    width:995px;
    Font-Size:10pt;
}
.GridViewStyle a
{
    color: #FFFFFF;
}
.GridViewHeaderStyle th
{
    border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
}
.GridViewHeaderStyle
{
    background-color: #507CD1;
    font-weight: bold;
    color: White;
    Font-Size:10pt;   
    font-family :Arial ;
}
.GridViewFooterStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}
.GridViewRowStyle
{
    background-color:#EFF3FB;
    color: #333333;
}
.GridViewAlternatingRowStyle
{
    background-color: #FFFFFF;
   color: #284775;
}
.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
    border: 1px solid #EBE9ED;
}
.GridViewSelectedRowStyle
{
    background-color: #E2DED6;
   font-weight: bold;
    color: #333333;
}
.GridViewPagerStyle
{
    background-color: #284775;
    color: #FFFFFF;
}
.GridViewPagerStyle table /* to center the paging links*/
{
    margin: 0 auto 0 auto;
}



