/************************************** 字体大小样式列表 *************************************/

.06					{font-size: 6px}
.07					{font-size: 7px}
.08					{font-size: 8px}
.09					{font-size: 9px}
.10					{font-size: 10px}
.11					{font-size: 11px}
.12					{font-size: 12px}
.14					{font-size: 14px}
.16					{font-size: 16px}
.18					{font-size: 18px}
.20					{font-size: 20px}
.24					{font-size: 24px}
.25					{font-size: 25px}
.28					{font-size: 28px}

/************************************** 字体颜色样式列表 *************************************/

.D0					{color: #000000}
.D1					{color: #111111}
.D2					{color: #222222}
.D3					{color: #333333}
.D4					{color: #444444}
.D5					{color: #555555}
.D6					{color: #666666}
.D7					{color: #777777}
.D8					{color: #888888}
.D9					{color: #999999}
.DA					{color: #AAAAAA}
.DB					{color: #BBBBBB}
.DC					{color: #CCCCCC}
.DD					{color: #DDDDDD}
.DE					{color: #EEEEEE}
.H					{color: #F7F7F7}
.W					{color: #FFFFFF}

.R					{color: #CC0000}
.C					{color: #FF6600}
.Y					{color: #FFFF00}
.G1					{color: #48981f}
.G2					{color: #006600}
.Q					{color: #009999}
.B					{color: #0033CC}
.P					{color: #6600CC}
.F					{color: #FF00FF}

/************************************** 字体效果样式列表 *************************************/

.bold					{font-weight:bold}
.italic					{font-style: italic}

.line_under				{text-decoration: underline}
.line_through				{text-decoration: line-through}

.space					{letter-spacing:5px}

/************************************* 字体行间距样式列表 ************************************/

.h100					{line-height: 100%}
.h120					{line-height: 120%}
.h150					{line-height: 150%}
.h180					{line-height: 180%}
.h200					{line-height: 200%}
.h250					{line-height: 250%}
.h300					{line-height: 300%}

/************************************** 滤镜效果样式列表 *************************************/

.shadow_D				{filter:dropshadow(color=#000000,offx=1,offy=1)}
.shadow_W				{filter:dropshadow(color=#FFFFFF,offx=1,offy=1)}
.shadow_G				{filter:dropshadow(offX=1,offY=1,color=#5EA800)}
.grow_W					{filter: Glow(Color=#FFFFFF, Strength=1);}

/************************************** 控制背景样式列表 *************************************/

.bg_11					{background-attachment: fixed; background-repeat: no-repeat; background-position: left top}
.bg_12					{background-attachment: fixed; background-repeat: no-repeat; background-position: center top}
.bg_13					{background-attachment: fixed; background-repeat: no-repeat; background-position: right top}
.bg_21					{background-attachment: fixed; background-repeat: no-repeat; background-position: left center}
.bg_22					{background-attachment: fixed; background-repeat: no-repeat; background-position: center center}
.bg_23					{background-attachment: fixed; background-repeat: no-repeat; background-position: right center}
.bg_31					{background-attachment: fixed; background-repeat: no-repeat; background-position: left bottom}
.bg_32					{background-attachment: fixed; background-repeat: no-repeat; background-position: center bottom}
.bg_33					{background-attachment: fixed; background-repeat: no-repeat; background-position: right bottom}
.bg_x01					{background-attachment: fixed; background-repeat: repeat-x; background-position: left top}
.bg_x02					{background-attachment: fixed; background-repeat: repeat-x; background-position: left center}
.bg_x03					{background-attachment: fixed; background-repeat: repeat-x; background-position: left bottom}
.bg_y01					{background-attachment: fixed; background-repeat: repeat-y; background-position: left top}
.bg_y02					{background-attachment: fixed; background-repeat: repeat-y; background-position: center top}
.bg_y03					{background-attachment: fixed; background-repeat: repeat-y; background-position: right top}

/************************************** 鼠标形状样式列表 *************************************/

.sb_hand				{cursor: hand}
.sb_arrow				{cursor: default}
.sb_text				{cursor: text}
.sb_help				{cursor: help}
.sb_e_resize				{cursor: e-resize}
.sb_s_resize				{cursor: s-resize}

/************************************** 表单元素样式列表 *************************************/

input,select				{font-size: 12px; color: #333333}
input.text				{color:#333333; border:#999999 1px solid; background-color:#FFFFFF; height:19px}
input.text02				{color:#006600; border:0px; background-color:#FFFFFF}
input.button				{color:#333333; border:#999999 1px solid; background-color:#F4F4F4}
.table_border         /*表格边框css定义*/
{border: 1px solid #BAF384;}
.link_table_title     /* 表格标题css定义*/
{background:url(/Images/Default/btbg.gif);
	color: #000000;
	height:30px;
	text-align: center;
	font-weight:bold;
	background-color: #EFFCE3;
	font-size: 16px;
}
