
/* 页面的文本颜色，背景色，页面四边的空隙 */
body { color:#000000; background-color:#FFFFFF; margin:0px; background-image:url(images/bg_page.jpg); }

/* 页面文本的字体，字号，行间距 */
body,div,pre,span,td,th,p,li,caption,input,select,textarea,option,form,ul { font-size:9pt; line-height:150%; font-family:宋体; }

/* 页面文字链接的三种状态设置 
A:link    { text-decoration:none; color:#0000FF; }
A:visited { text-decoration:none; color:#800080; }
A:hover   { text-decoration:none; color:#FF0000; }
*/
/* sxw css plugin*/
A:link { text-decoration:none; color:black; font-size: 9pt}
A:visited { text-decoration:none; color:#888888; font-size: 9pt}
A:hover { text-decoration:underline ;font-weight:none; color:ff0000 ; font-size: 9pt}



A.title:link { text-decoration:none; color:white; font-size: 9pt}
A.title:visited{ text-decoration:none; color:white; font-size: 9pt}
A.title:hover { text-decoration:none; color:#00FFFF; font-size: 9pt}


A.title1:link { text-decoration:none; color:#ffffff; font-size: 9pt}
A.title1:visited{ text-decoration:none; color:#ffffff; font-size: 9pt}
A.title1:hover { text-decoration:underline; color:#ff0000; font-size: 9pt}


A.other:link { text-decoration:underline; color:#000000; font-size: 9pt}
A.other:visited{ text-decoration:underline; color:#000000; font-size: 9pt}
A.other:hover { text-decoration:none; color:#ff0000; font-size: 9pt}


.p9 {  font-family: "??"; color: #000000; font-size: 9pt}
td {  font-family: "??"; color: #000000; font-size: 9pt;}
li {  font-family: "??"; color: #000000; font-size: 9pt;line-height:13pt;}
select {  font-family: "??"; color: #000000; font-size: 9pt;}


.line{font-size: 9pt;line-height:15pt;}





/* 文本输入框的属性设置 */
input { line-height:9pt; height:20px; padding-top:3px; padding-left:3px; }

/* 按钮的属性设置（要求：按钮的名称应为两个汉字） */
input.button { line-height:9pt; height:22px; padding:2px 3px 0px 4px; }

/* 定义 Form 中下拉选择菜单的垂直对齐方式 */
/* select { vertical-align:middle; } */

/* 列表的符号显示，设置为实心圆点 */
li { list-style-type:disc; }

/* 页面标题设置 */
div.PageTitle { width:605px; font-family:宋体; font-size:10pt; font-weight:bold; letter-spacing:1px; margin-top:3px; text-decoration:underline; }

/* 定义需着重显示的文本的属性 */
span.bluebold { color:#0000FF; font-weight:bold; }

/* 定义页面内容区显示的文本内容块的宽度 */
.content { width:605px; }


/* 定义显示记录的表格行的背景色 */

tr.itemname { background-color:#F3FBF7; height:21px; vertical-align:middle; }
tr.singular { background-color:#E5F7EE; height:21px; vertical-align:middle; }
tr.dual     { background-color:#EEECF4; height:21px; vertical-align:middle; }

td.itemname { background-color:#F3FBF7; }

td.singular { background-color:#E5F7EE; height:21px; vertical-align:middle; }
td.dual     { background-color:#EEECF4; height:21px; vertical-align:middle; }


/* 定义 Form 中表格行的属性 */
tr.formline { height:32px; vertical-align:top; }

.intext {BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; FONT-SIZE: 12px; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid}
#aad {FONT-SIZE: 12px; LEFT: -10px; LINE-HEIGHT: 14pt; POSITION: relative; TOP: 60px}.BOX {  padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; border: thin #006600 dashed}
.BOX1 { padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; border: #000066; border-style: dotted; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}
.BOX2 { padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; border: #FF9900; border-style: dashed; border-top-width: auto; border-right-width: auto; border-bottom-width: auto; border-left-width: auto}
.BOX3 { padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; border: thin #006600 solid}
