A { TEXT-DECORATION: none;color:#2F2F2F }
A:hover { color:Red;position: relative; right: 0px; top: 1px }
BODY { FONT-SIZE: 9pt; MARGIN: 0px; SCROLLBAR-HIGHLIGHT-COLOR: buttonface; SCROLLBAR-SHADOW-COLOR: buttonface; SCROLLBAR-3DLIGHT-COLOR: buttonhighlight; SCROLLBAR-TRACK-COLOR: #eeeeee; SCROLLBAR-DARKSHADOW-COLOR: buttonshadow }
TABLE { FONT-SIZE: 9pt }
.hyperwhite {color:White}
.foot {color:#004990;line-height:15pt}
.CategoryName {color:black;font-size:9pt;font-family:宋体;font-weight:bolder}
.position {color:#004990}

body table td {color:Black;}

.colorfocusYellow {
	border: 1px #4B4B6F double;
	background-color: #FFEEC2;
}
.colorblurYellow {
	border: 1px #cccccc double;
	background-color: #ffffff;
}

.colorfocusSilver {
	border: 1px #4B4B6F double;
	background-color: #F5F5F5;
}
.colorblurSilver {
	border: 1px #cccccc double;
	background-color: #ffffff;
}

.menuitemstyle {text-align:left;}

.admintitle {padding-top:3pt;padding-bottom:3pt;PADDING-LEFT:10pt;FONT-WEIGHT:bolder;color:#F68B0E}

h1.normalBold { font-size:9pt;font-weight:bolder; display : inline}

h1.RedBold { color:red; font-size:12pt;font-weight:bolder; display : inline}

.myTable,.myTable td {border:1px solid #cccccc;   border-collapse:collapse;  }   

.myTableNoBorder,.myTableNoBorder td {border:0px solid #cccccc;   border-collapse:collapse;  }   

/* GridView中当前页号风格*/
.myGridViewCurrentPageStyle table tr td table tr td span { color:red; font-weight:bolder}

.ProductTable {
    border-collapse: collapse; /*合并内外边框*/
    border: solid 2px #D3D3D3;
    width: 530px;
    margin:auto;
}

.ProductTable td {
        border: solid 1px #D3D3D3;
        padding: 8px;
        font-size: 9pt;
		text-align:left;
    }


body
{
    font-size: 9pt;
    margin: 0px;
}
body table td
{
    color: Black;
    font-family: 宋体,Arial;
}
table
{
    font-size: 9pt;
    font-family: 宋体,Arial;
}

a
{
    text-decoration: none;
    color: #2F2F2F;
    font-family: 宋体,Arial;
}
a:hover
{
    color: Red;
    position: relative;
    right: 0px;
    top: 1px;
    font-family: 宋体,Arial;
}

.hyperwhite
{
    color: White;
}

.foot
{
    color: #004990;
    line-height: 15pt;
}

.CategoryName
{
    color: black;
    font-size: 9pt;
    font-family: 宋体,Arial;
    font-weight: bolder;
}

.position
{
    color: #004990;
}

/*  文本段落段首缩进 */
.paraIndent
{
    text-indent: 0pt;
}

/* 文本框获得焦点与失去焦点样式 */
.colorfocusYellow
{
    border: 1px #4B4B6F double;
    background-color: #FFEEC2;
}

.colorblurYellow
{
    border: 1px #cccccc double;
    background-color: #ffffff;
}

.colorfocusSilver
{
    border: 1px #4B4B6F double;
    background-color: #F5F5F5;
}

.colorblurSilver
{
    border: 1px #cccccc double;
    background-color: #ffffff;
}

/* 菜单风格，如果不要边框，则把border-width设为0即可 */
.dynamicMenu
{
    width:120px;
    border-color: #D5D5D5;
    border-style: solid;
    border-width: 1px;
    text-align: left;
    font-family: 宋体,Arial;
    z-index: 100;
}

/*  前台栏目名、信息标题等样式，用于引擎优化  */
h1.normalBold
{
    font-size: 9pt;
    font-weight: bolder;
    display: inline;
    font-family: 宋体,Arial;
}
h1.RedBold
{
    color: red;
    font-size: 12pt;
    font-weight: bolder;
    display: inline;
    font-family: 宋体,Arial;
}

/* GridView中当前页号风格*/
.myGridViewCurrentPageStyle table tr td table tr td span
{
    color: red;
    font-weight: bolder;
    font-family: 宋体,Arial;
}

/* 必填字段提示 */
.RequiredFieldLabel
{
    color: Red;
    width: 130px;
    text-align: right;
    background-color: #F5F5F5;
}
.RequiredFieldLabel1
{
    color: Red;
    text-align: right;
    background-color: #F5F5F5;
}

/* 后台表单页面中表格左栏 */
.FormTableLeftColumn
{
    width: 130px;
    text-align: right;
    background-color: #F5F5F5;
}

/* 后台浏览页面隐藏/显示工具栏样式 */
.ShowHideToolBar
{
    text-align: right;
    padding-right: 10px;
}

/* 网站统计数据显示风格 */
.StatisticalDataLabel
{
    color: #636363;
    font-weight: bolder;
}
.StatisticalData
{
    color: #636363;
}

/* 表单表格，外边框2px，内边框1px */
.AdminFormTable
{
    border-collapse: collapse; /*合并内外边框*/
    border: solid 2px #D3D3D3;
    width: 98%;
}

.AdminFormTable td
{
    border: solid 1px #D3D3D3;
    padding: 6px;
}

/* 无边框线表格，用于TreeView */
.noBorder_table
{
    border-style: none;
    border: none 0 white;
}

.noBorder_table td
{
    border: none 0 white;
    padding: 4px;
}

/* 无边框线表格，用于屏蔽上层表格样式 */
.blank_table
{
    border-style: none;
    border: none 0 white;
}

.blank_table td
{
    border: none 0 white;
    padding: 2px;
}
/* 单线边框线表格 */
.SingleBorder_Table
{
    width: 98%;
    border-collapse: collapse; /*合并内外边框*/
    border-style: none;
    border: solid 1px #D3D3D3;
}

.SingleBorder_Table td
{
    border: solid 1px #D3D3D3;
    padding: 6px;
}

.DetailLeftStyle
{
    color: #D5A366;
    text-align:right;
}

.DetailRightStyle
{
    text-align:left;
}
