﻿/*------------------------------------初始设置----------------------------------*/
fieldset
{
    width: 98%;
    color:Black;
    border-right: navy 1px solid; 
    border-top: navy 1px solid; 
    border-left: navy 1px solid; 
    border-bottom: navy 1px solid;
}
legend
{
    width:80px;
    text-align:center;
    color:Black;
    font-weight:bold;
}
a:link       { text-decoration:none;color:#474747 }
a:visited    { text-decoration:none;color:#474747 }
a:hover      { text-decoration:none;color:#006BF0 }
body
{
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
}
body,table,tr,td,span,div
{
	font-size:9pt;
	font-family: Arial,Courier New,宋体;
}
td,span,div
{
	line-height:150%;
}
.TextBox
{
	width:150px;
}
.Button
{
	width:120px;
	height:25px;
	vertical-align:middle;
}
.Select
{
    font-family:Arial,Courier New,宋体;	
    font-size:9pt;
    background-color:#EEEEEE;
}
.ImageShow
{
    border-right: lightskyblue 1px dashed;
    border-top: lightskyblue 1px dashed; 
    border-left: lightskyblue 1px dashed; 
    color: royalblue; 
    border-bottom: lightskyblue 1px dashed; 
    background-color: transparent;
}
.pg1
{
    width:15%;
    text-align:right;
}
.pg2
{
    width:85%;
    text-align:left;
}
ui
{
    background-color:InfoBackground;
    list-style-type:circle;
}
.mnuItem
{
    border-top:solid 0px silver;
    border-left:solid 0px silver;
    border-right:solid 0px silver;
    border-bottom:solid 1px silver;
    width:125px;
    background-color:InfoBackground;
    text-align:left;    
}
/*------------------------------------初始设置结束----------------------------------*/