
/**基本标签属性设置**/
body {
    margin: 0;
    text-align:center;
    font: 12px Tahoma, Verdana, "宋体";
    /*overflow: scroll;*/
    /*overflow-x: hidden;*/
    /*overflow-x: auto !important;*/
   /* background:url(images/right_bg.gif) no-repeat #01215C;*/
    color: #000;
}


table {
    border-collapse:collapse;
    border-spacing:0;

}
A img {border:0;}


a:hover {text-decoration: none;color: #F90;}
ul{
    font-size: 12px;
    color: #009900;
    margin:8px
}
li{
    list-style-type:none
}
/**基本标签属性重设**/
.horizontal  ul{
    list-style-type:none;
    width:100%;
}
.horizontal  ul li{
    width:80px;
    float:left;
}


button
{
    background-image: url(images/btn.gif);
    border: 0;
    width:50px;
    height:23px;
    font-size: 12px;
    color: #545452;
}
 .typebutton
{
    background-image: url(images/btn.gif);
    border: 0;
    width:50px;
    height:23px;
    font-size: 12px;
    color: #545452;
}
input.flatInput{border:0;border-bottom:1px solid gray;width:180px;background:transparent;color:black}
input.readInput{border:0 solid;width:180px;background:transparent;color:white}
input.longFlatInput{border:1px solid #B7B6B6;width:360px;}
input.blankInput{border:0 solid ;width:180px;}

/**必填项*样式**/
.star{color: #FF7E00;}
.tip{font-size: 9px;color: #168910;}


a.nav:link, a.nav:visited {
    text-decoration: none;
    color: #FF7E00;
}
a.nav:hover,a.nav:active
{
	color:#FF7E00;
}

DIV.pageTab{
    margin:15px 5px 0 10px;padding-left:3px;padding-bottom:5px;
    text-align:right;
}

DIV.pageTab A{
   padding:5px 3px 5px 3px;border-top:1px solid gray;border-left:1px solid gray; border-right:1px solid gray;color:black; font-size:13px
}
DIV.pageTab A:visited{color:black}
DIV.pageTab A.normal:hover{background:orange}
DIV.pageTab A.normal{
    background:#efefef
}

DIV.pageTab A.selected{
    background:orange;padding-top:8px;
}

DIV.info{background:infobackground;
    font-size:9pt;
    width:94%;
    text-align:left;
    border:1px dotted black;
    padding:8px
}

#divProgess{width:300px;height:20px;background:#EEE;text-align:left;display:none}
#divPer{width:10px; height:20px;background:#778899;color:white;text-align:center;}
#font_color{background:yellow;text-align:center;color:white;}
SPAN.topMenu{font-size: 15px;color: #FFFFFF;}
SPAN.topMenuCurrent{font-size: 15px;color:#F39F0B;}

.button0{font:12px "宋体";width:75px;height:25px;background:url(images/an1_bg.gif);border:0;text-align:center;cursor:pointer;padding-top:4px}
.button{font:12px "宋体";width:75px;height:25px;background:url(images/an2_bg.gif);border:0;text-align:center;cursor:pointer;padding-top:4px}

.errorMessage SPAN{color:red;font-weight:bold;padding:5px}













