﻿/********************************
* Title：服务器控件样式
* Update：2009-2-14
*********************************/

/*通用文本框样式*/
.textBox
{
	height: 16px;
	Font-Size: 12px;
	color:#0C4596;
	background-color: #F7F7F7;
	border-color:#85A3BA;
	border-width:1px;
	border-style:solid;
}

/*最短文本框样式*/
.textBoxShortest
{
	width: 110px;
	height: 16px;
	Font-Size: 12px;
	color:#0C4596;
	background-color: #F7F7F7;
	border-color:#85A3BA;
	border-width:1px;
	border-style:solid;
}

/*短文本框样式*/
.textBoxShort
{
	width: 150px;
	height: 16px;
	Font-Size: 12px;
	color:#0C4596;
	background-color: #F7F7F7;
	border-color:#85A3BA;
	border-width:1px;
	border-style:solid;
}

/*长文本框样式*/
.textBoxLong
{
	width: 364px;
	height: 16px;
	Font-Size: 12px;
	color:#0C4596;
	border-color:#85A3BA;
	border-width:1px;
	border-style:solid;
	event:expression(onmouseover = function(){this.style.backgroundColor = '#f2f7ff';},onmouseout = function(){this.style.backgroundColor = '#ffffff';})
}

/********************************/

/*短按钮样式*/
.buttonShort
{
	Height: 20px;
	Width: 47px;
	Font-Size: 12px;
	color:#174B73;
	border-style:None;
	background: url(Image/InfoManage/button1_bg.gif) no-repeat top;
	cursor:hand;
}

/*长按钮样式*/
.buttonLong
{
	Height: 20px;
	Width: 60px;
	Font-Size: 12px;
	color:#174B73;
	border-style:None;
	background: url(Image/InfoManage/button2_bg.gif) no-repeat top;
	cursor:hand;
}

/*选项卡按钮样式*/
.buttonTab
{
	Height: 23px;
	Width: 112px;
	Font-Size: 13px;
	font-weight: bold;
	color:#ffffff;
	border-style:None;
	background: url(Image/InfoManage/tabButton_bg1.gif);
}

/*登录窗口按钮样式*/
.buttonLogin
{
	Height: 22px;
	Width: 53px;
	Font-Size: 12px;
	color:#174B73;
	border-style:None;
	background: url(Image/Login/login_btn.gif) no-repeat top;
	cursor:hand;
}

/********************************/

/*通用下拉框样式*/
.dropDownList
{
	Font-Size: 12px;
	color:#0C4596;
	border-color:#f2f7ff;
	border-width:1px;
	border-style:solid;
	background-color: #F7F7F7;
}

/*最短下拉框样式*/
.dropDownListShortest
{
	width: 114px;
	Font-Size: 12px;
	color:#0C4596;
	border-color:#85A3BA;
	border-width:1px;
	border-style:solid;
	background-color: #f2f7ff;
}

/*短下拉框样式*/
.dropDownListShort
{
	width: 154px;
	Font-Size: 12px;
	color:#0C4596;
	border-color:#85A3BA;
	border-width:1px;
	border-style:solid;
	background-color: #f2f7ff;
}

/*长下拉框样式*/
.dropDownListLong
{
	width: 368px;
	Font-Size: 12px;
	color:#0C4596;
	border-color:#85A3BA;
	border-width:1px;
	border-style:solid;
	background-color: #f2f7ff;
}

/*********************************/

/*短日期选择框皮肤*/
.dataTimeShort
{
	width: 150px;
	height: 16px;
	Font-Size: 12px;
	color:#0C4596;
	background-image:url(Image/InfoManage/dataTime_bg.gif);
	border-color:#85A3BA;
	border-width:1px;
	border-style:solid;
}

/********************************/

/*提示标签样式*/
.labelMsg
{
	Font-Size: 12px;
	color:#ff0000;
}

/********************************/

/*gridView样式*/
table.gridView
{
	Width:100%;
	
	/*设置表格线*/
	border-collapse: collapse;
	border:solid 1px #d7d7d7;
	
	/*防止底边丢失*/
	border-bottom: solid 2px #d7d7d7;
	
	/*文字排版*/
	font-size:12px;
	text-align:center;
}
table.gridView td,th
{
	/*设置表格线*/
	border-collapse: collapse;
	border:solid 1px #d7d7d7;
}

/*gridView表头样式*/
.gridViewHead
{
	height:22px;
	background: url(Image/InfoManage/table_title_bg.gif);
	background-repeat:repeat-x;
	background-color:#efefef;
}
.gridViewHead a
{
	color:Black;
	text-decoration: none;
}
.gridViewHead a:hover
{
	color:#33597F;
}

/*gridView行高亮样式*/
.gridViewHover
{
	background: url(Image/InfoManage/gridView_Hover_bg.gif);
	background-repeat:repeat-x;
}

/*gridView隔行样式*/
.gridViewAlternatingRow
{
	background-color:#ffffff;
}

/********************************/

/*分页位置按钮样式*/
.buttonPagePosition
{
	cursor:hand;
	Font-Size:12px;
	text-decoration: none;
	color:#33597F;
}

/*分页位置标签样式*/
.labelPagePosition
{
	font-weight:bold;
	color:Red;
}

/*分页设置文本框样式*/
.textBoxpageSetting
{
	height: 16px;
	width:28px;
	Font-Size: 12px;
	color:#0C4596;
	background: #F7F7F7;
	border-color:#85A3BA;
	border-width:1px;
	border-style:solid;
}

/*分页设置按钮1样式*/
.buttonPageSetting1
{
	Height: 18px;
	Width: 15px;
	border-style:None;
	background: url(Image/InfoManage/GO1.gif) no-repeat top;
	cursor:hand;
}

/*分页设置按钮2样式*/
.buttonPageSetting2
{
	Height: 18px;
	Width: 16px;
	border-style:None;
	background: url(Image/InfoManage/GO2.gif) no-repeat top;
	cursor:hand;
}

/******************************************/

/*TreeView样式*/
.TreeViewNode
{
	color:#404040;
}

.TreeView table
{
	width:auto;
	border-collapse: collapse;
	border:solid 0px;
}
.TreeView tr td
{
	width:auto;
	border-collapse: collapse;
	border:solid 0px;
}
