/*
 * WebControl.css
 * 
 * 用途：默认控件库样式定义
 * 
 * 作者					日期				备注
 * Huafeng Lin			2006/08/16			新增
 * Huafeng Lin			2006/09/04			修改
 * 
 */

/* TextBox */
.textbox-enabled
{
	width:156px;
	border-right: #0b4a9f 1px solid;
	border-top: #0b4a9f 1px solid;
	font-size: 12px;
	border-left: #0b4a9f 1px solid;
	border-bottom: #0b4a9f 1px solid;
	background-color: #ffffff;
	font-family: "宋体,arial";
}
.textbox-disabled
{
	width: 156px;
	background-color: #E9E9E9;
	font-family: "宋体,arial";
	color: #999999;
}

/* HtcButton */
.htcbutton-itemover
{
	background-color: #FFEEC2;
	color: black;
	border: solid 1px #4B4B6F;
	cursor: hand;
}

/* Menu */
.menu-vertical-style1
{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	font-family: "宋体";
}
.menu-vertical-style2
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-family: "宋体";
}
.menu-vertical-left
{
	height: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #9FCB42;
	border-bottom-color: #BDBDBD;
	background-color:#F1F1F1;
	text-align: left;
	text-indent: 2px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.menu-horizontal
{
	font-size: 14px;
	font-weight: bold;
	color: #BC3603;
}
.menu-horizontal-td
{
	font-size: 12px;
	color: #000000;
}
.menu-horizontal-tddot
{
	border-bottom: #BDBDBD 1px dotted;
	height: 18px;
}

/* NavigateBar */
.navigatebar-style1
{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	font-family: "宋体";
}
