/* 换行 */
td { word-break: break-all; }


/* 字号 */
td, tr, th, table, body { font-size: 12px; }

.fs12 { font-size: 12px; }
.fs14 { font-size: 14px; }
.fs15 { font-size: 15px; }
.fs16 { font-size: 16px; }
.fs20 { font-size: 20px; }

/* 行高 */
.lh18 { line-height: 18px; }
.lh20 { line-height: 20px; }
.lh22 { line-height: 22px; }
.lh24 { line-height: 24px; }
.lh26 { line-height: 26px; }

/* 细边框表格 */
.table { border-collapse: collapse; }


/* 字体属性 [定义规则，小写f加属性名称] */
.fb {font-weight: bold;}


/* 颜色属性 [定义规则，小写c加颜色名称] */
.cWhite { color: #FFFFFF; }
.cRed { color: #FF0000; }


/* 补白留白 */
.pt10 { padding-top: 10px; }
.p5 { padding: 5px; }
.p5 { padding: 5px; }
.p10 { padding: 10px; }
.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pr0 { padding-right: 0px; }

.mt10 { margin-top:10px; }
.mt5 { margin-top:5px; }
.mb5 { margin-bottom:5px; }


/* 去白 */
form { margin: 0px; }

h1, h2, h3, h4, h5, h6 { margin: 0px; }


/* 隐藏/显示 */
.hide { display: none; }
.display { display: blok; }


/* 图片、flash边框 */
.imgbordergray img { border: 1px solid #cccccc; }
.imgborderwhite img { border: 1px solid #FFFFFF; }
.flashborderblack object { border: 1px solid #000000; }


/* input边框属性 */
.text
{
	height: 20px; background-color: #FFFFFF; color: #000000; font-weight: 12px; 
	border: 1px solid #cccccc;
}


/* 虚线 */
.dotted { border: 1px dotted #cccccc; }


/* 链接打开方式 */
.self a:active { text:expression(target="_self"); }/* 本窗 */
.blank a:active { text:expression(target="_blank"); }/* 新窗 */


/* 链接属性 */
a:link 	  { color: #000000; text-decoration: none }
a:visited { color: #000000; text-decoration: none }
a:hover   { color: #000000; text-decoration: underline }
a:active  { color: #000000; text-decoration: none }


/*
注意：
1、这种CSS样式的写法不能用于<a class='thead'>，但是能用于<td class='thead'>、tr、table...
2、冒号和link之间不能有空格	
*/
.a_white a:link    { color: #FFF; text-decoration: none }
.a_white a:visited { color: #FFF; text-decoration: none }
.a_white a:hover   { color: #FFF; text-decoration: underline}
.a_white a:active  { color: #FFF; text-decoration: none }

.a_blue a:link    { color: #276C83; text-decoration: none }
.a_blue a:visited { color: #276C83; text-decoration: none }
.a_blue a:hover   { color: #276C83; text-decoration: underline}
.a_blue a:active  { color: #276C83; text-decoration: none }

.aRed a:link    { color: #970100; text-decoration: none }
.aRed a:visited { color: #970100; text-decoration: none }
.aRed a:hover   { color: #970100; text-decoration: underline}
.aRed a:active  { color: #970100; text-decoration: none }


.aWhite a:link    { color: #FFF; text-decoration: none }
.aWhite a:visited { color: #FFF; text-decoration: none }
.aWhite a:hover   { color: #FFF; text-decoration: underline}
.aWhite a:active  { color: #FFF; text-decoration: none }

.aSpa a:link    { color: #c25318; font-size:14px;font-weight:bold;text-decoration: none }
.aSpa a:visited { color: #c25318; font-size:14px;font-weight:bold;text-decoration: none }
.aSpa a:hover   { color: #c25318; font-size:14px;font-weight:bold;text-decoration: underline}
.aSpa a:active  { color: #c25318; font-size:14px;font-weight:bold;text-decoration: none }

/*
注意：
1、这种CSS样式的写法不能用于<td class='thead'>、tr、table...，只能用于<a class='thead'>
2、冒号和link之间不能有空格	
*/
.a_black:link 	{ color: #000000; text-decoration: none }
.a_black:visited { color: #000000; text-decoration: none }
.a_black:hover 	{ color: #FF0000; text-decoration: underline }
.a_black:active	{ color: #000000; text-decoration: none }

.cWhite { color: #FFF; }
.cWhite_td td { color: #FFF; }
.cRed { color: #F00; }
.cReadYW { color: #970100; }
.cGray_span span { color: #747474; }
.cGree { color: #04629F; }
.cWhite_td td { color: #FFF; }