Body
{
	font-size: 9pt;
	SCROLLBAR-FACE-COLOR:#E3F6D2; 
	SCROLLBAR-HIGHLIGHT-COLOR: #F5F9FF; 
	SCROLLBAR-SHADOW-COLOR: #828282; 
	SCROLLBAR-3DLIGHT-COLOR: #828282; 
	SCROLLBAR-ARROW-COLOR: #797979; 
	SCROLLBAR-TRACK-COLOR: #ECECEC; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}

/* 主Table */
.Table
{
	font-size: 9pt;
	width: 750;
}

/* 隐藏文本框 */
.HDTextBox
{
	visibility: hidden;
	width: 0;
}

/* 手形标签 */
.HandLabel
{
	cursor: pointer;
}

/* 顶部图片 */
.TopImg
{
	background-image: url(images/TopGZ.gif);
	font-size: 9pt;
	height: 83;
}

/* 导航菜单 */
.TopTD
{
	background-image: url(images/TopDT.gif);
	font-size: 9pt;
	height: 27;
}

/* 右面行 */
.RightTR
{
	font-size: 9pt;
	background-image: url(images/RTD_GZ.gif);
	height: 24;
}

/* 左面行 */
.LeftTR
{
	font-size: 9pt;
	background-color: #B5DB79;
	height: 24;
}

/* Grid */
.Grid
{
	font-size: 9pt;
	width: 100%;
}

/* Grid头 */
.GridHead
{
	background-color: #B5DB79;
	height: 25;
}

/* Grid项 */
.GridItem
{
	height: 25;
}

/* Grid交替项 */
.GridAlternatingItem
{
	background-color: #EEEEEE;
	height: 25;
}

/* 连接按钮 */
.LinkButton
{
	color: "#000000";
	text-decoration: none;
}

/* Frame */
.Frame
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 100%;
}

/* 左边菜单底 */
.LeftBaseTD
{
	height: 12;
	background-color: #BCE280;
}

/* 左边菜单Grid按钮 */
.IndexGridButton
{
	background-image: url(images/GridButtonGZ.gif);
	width: 140;
	height: 24;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-size: 9pt;
	cursor: pointer;
}

/* 选择地区/时间背景 */
.SelectTD
{
	background-color: #E3F6D2;
	font-size: 9pt;
	font-weight: bold;
}

/* 地区/时间列表背景 */
.AreaListTD
{
	background-color: #FCFFF9;
	font-size: 9pt;
	height: 24;
}

/* 菜单连接 */
.LinkTD
{
	/*border-top: #8EB452 1px solid;
	border-bottom: #8EB452 1px solid;*/
	background-image: url(images/TopLinkTD.gif);
	height: 40;
}

/* 菜单连接 */
.LinkText
{
	color: #5b3bb5;
	font-size: 9pt;
	text-decoration:none;
}

.CheckBox
{
	font-size:9pt;
}

.DropdownList
{
	font-size:9pt;
}

.RadioButton
{
	font-size:9pt;
}


/* 单个菜单 */
.OneLinkTD
{
	BORDER-RIGHT: #8EB452 1px solid;
}

/* 返回首页*/
.ToHomgPage
{
	FONT-SIZE: 9pt;
	COLOR: red;
	TEXT-DECORATION: none
}





