/*页面的基本风格*/
body
{
	font-family: "宋体";
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
/*……链接……*/
/*链接的默认定义*/
a:link {
	font-family: "宋体";
	font-size: 9pt;
	font-weight: normal;
	color: #003483;
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 14pt;
}
a:visited {
	font-family: "宋体";
	font-size: 9pt;
	color: #003483;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 14pt;
}
a:hover {
	font-family: "宋体";
	font-size: 9pt;
	line-height: normal;
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 14pt;
}
a:active {
	font-family: "宋体";
	font-size: 9pt;
	text-decoration:none;
	color: #ff0000;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 14pt;
}
/*自定义链接*/

/*……标题……*/
/*页面标题PageHeader*/
.PageHeader{
	font-family: "宋体";
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
/*意群标题GroupHeader*/
.GroupHeader{
	font-family: "宋体";
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
/*注册页面的意群标题*/
.RegistGroupHeader
{
	font-family: "宋体";
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
}
/*menu标题MenuHeader*/
.MenuHeader
{
	font-family: "宋体";
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
}

/*……提示……*/
/*操作提示Hint*/
.Hint
{
	font-family: "宋体";
	font-size: 9pt;
	font-weight: normal;
	color: #E79302;
}
/*操作结果提示ResultHint*/
.ResultHint
{
	font-family: "宋体";
	font-size: 9pt;
	font-weight: normal;
	color: #014DCB;
}
/*页面提示*/
.PageHint
{
	font-family: "宋体";
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}
/*出错信息提示ErrorHint*/
.ErrorHint
{
	font-family: "宋体";
	font-size: 9pt;
	font-weight: normal;
	color: #FF0000;
}
/*首页显示信息HeaderHint*/
.HeaderHint
{
	font-family: "宋体";
	font-size: 9pt;
	font-weight: normal;
	letter-spacing:2px;
	color: #ffffff;
}

/*……输入框……*/
/*可写输入框TextBox*/
.textbox
{
	border: 1px solid #ABC0E3;
	background-color: #ffffff;

}
/*只读输入框ReadonlyTextBox*/
.readonlytextbox
{
	background-color: #ffffff;
	border: 1px solid #ABC0E3;/*border: 1px solid #C5C5C5;*/
	font-weight:bold ;
}


/*……表格……*/
/*列表头<tr  class="listheader">*/
.listheader
{
	background-color: #E2ECFB;
	font-family: "宋体";
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-align:left;
	padding-left:5px;
	line-height: 23px;
}
/*列表行 <tr class="listitem">*/
.listitem
{
	background-color: #ffffff;
	font-family: "宋体";
	font-size: 9pt;
	line-height: 22px;
	font-weight: normal;
	text-align:left;
	padding-left:5px;
	color: #000000;
}
/*交替行<tr class="listaltem">*/
.listaltern
{
	background-color: #F6FAFE;
	font-family: "宋体";
	font-size: 9pt;
	line-height: 22px;
	font-weight: normal;
	text-align:left;
	padding-left:5px;
	color: #000000;
}
/*鼠标所在行 <tr class="listietmhover">*/
.listitemhover
{
	background-color: #FFFFFF;
	font-family: "宋体";
	font-size: 9pt;
	line-height: 22px;
	font-weight: normal;
	text-align:left;
	padding-left:5px;
	color: #000000;
}
/*选中行 <tr class="listitemselected">*/
.listitemselected
{
	font-family: "宋体";
	font-size: 9pt;
	line-height: 22px;
	font-weight: normal;
	text-align:left;
	padding-left:5px;
	color: #000000;
}
/*列表脚<tr class="listfooter">*/
.listfooter
{
	font-family: "宋体";
	font-size: 9pt;
	line-height: 22px;
	color: #000000;
	text-align:left;
	padding-left:5px;
	background-color: #E2ECFB;
}
/*换页显示行*/
.ListPager
{
	font-family: "宋体";
	font-size: 9pt;
	line-height: 22px;
	text-align:right;
	color: #000000;
	background-color: #c2d6fa;
}


/*……分割线……*/
/*页面标题下分割线PageHeaderLine*/
.PageHeaderLine{
	font-size: xx-small;
	color: #95B4EA;
}
/*意群标题下分割线GroupHeaderLine*/
.GroupHeaderLine{
	font-size: xx-small;
	color: #95B4EA;
}


/*……按钮……*/
/*按钮Button*/
.Button
{
	background-image: url(/gzpiimages/blue/button_2.gif);
	border: none;
	height: 30px;
	width: 80px;
    color:#ffffff;
    cursor:hand ;
}
.Button2
{
	background-image: url(/gzpiimages/blue/button_2.gif);
	border: none;
	height: 30px;
	width: 80px;
    color:#ffffff;
    cursor:hand ;
}
.Button3
{
	background-image: url(/gzpiimages/blue/button_3.gif);
	border: none;
	height: 30px;
	width: 85px;
    color:#ffffff;
    cursor:hand ;
}
.Button4
{
	background-image: url(/gzpiimages/blue/button_4.gif);
	border: none;
	height: 30px;
	width: 101px;
    color:#ffffff;
    cursor:hand ;
}
.Button5
{
	background-image: url(/gzpiimages/blue/button_5.gif);
	border: none;
	height: 30px;
	width: 113px;
    color:#ffffff;
    cursor:hand ;
}
.Button6
{
	background-image: url(/gzpiimages/blue/button_6.gif);
	border: none;
	height: 30px;
	width: 126px;
    color:#ffffff;
    cursor:hand ;
}
.Button7
{
	background-image: url(/gzpiimages/blue/button_7.gif);
	border: none;
	height: 30px;
	width: 137px;
    color:#ffffff;
    cursor:hand ;
}
.Button8
{
	background-image: url(/gzpiimages/blue/button_8.gif);
	border: none;
	height: 30px;
	width: 151px;
    color:#ffffff;
    cursor:hand ;
}
.Button9
{
	background-image: url(/gzpiimages/blue/button_9.gif);
	border: none;
	height: 30px;
	width: 161px;
    color:#ffffff;
    cursor:hand ;
}
.Button10
{
	background-image: url(/gzpiimages/blue/button_10.gif);
	border: none;
	height: 30px;
	width: 173px;
    color:#ffffff;
    cursor:hand ;
}
.SelectButton
{
	background-image: url(/gzpiimages/blue/selectbutton.gif);
	border: none;
	height: 22px;
	width: 55px;
	cursor:hand ;
}
.CheckUserNameButton
{
	background-image: url(/gzpiimages/blue/checkeusernamebutton.gif);
	border: none;
	height: 22px;
	width: 80px;
	cursor:hand ;
}
.ExamineButton
{
	background-image: url(/gzpiimages/blue/examinebutton.gif);
	border: none;
	height: 21px;
	width: 54px;
	cursor:hand ;
}
/*数字*/
.Num {
	font-family: "Arial", "Verdana", "Helvetica", "sans-serif"; 
	font-size: 9px;
	font-weight: normal;
}
/*粗数字*/
.Num-B {
	font-family: "Arial", "Verdana", "Helvetica", "sans-serif";
	font-size: 9px;
	font-weight: bold;
}

/*……正文……*/
/*一般正文样式Text*/
.Text
{
	font-family: "宋体";
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	line-height: 14pt;
}
/*需要强调的文字的样式StrongText*/
.StrongText
{
	font-family: "宋体";
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}
/*注册的表格样式，无top*/
.RegistTable
{
	border-right: #1d82d0 1px solid; 
	border-left: #1d82d0 1px solid; 
	border-bottom:#1d82d0 1px solid;
}
/*首页框的表格样式*/
.HomePageTable
{
	border-top: #1d82d0 1px solid; 
	border-right: #1d82d0 1px solid; 
	border-left: #1d82d0 1px solid; 
	border-bottom:#1d82d0 1px solid;
}

/*list的箭头样式*/
.ArrowList
{
	list-style-image:url(/gzpiimages/blue/arrowdot.gif) ;
	list-style-position:outside;
	margin-left:20px ;
}

/*——只读区域风格——*/

/*题头*/
.Title
{
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	line-height: 14pt;
}
/*内容*/
.Content
{
	font-weight: normal;
	font-size: 9pt;
	color: #0000a0;
	text-align: left;
	letter-spacing: normal;
	line-height: 14pt;
}
/*重要内容*/
.ImportantContent
{
	font-weight: bold;
	font-size: 9pt;
	color: #ff0000;
	text-align: left;
	line-height: 14pt;
	letter-spacing: normal;
}
/*变动过的内容*/
.ChangeContent
{
	font-weight: bold;
	font-size: 9pt;
	color:Green;
	text-align: left;
	line-height: 14pt;
	letter-spacing: normal;
}

