
/************************************************************************************************************
 *																											*
 *				字典模板中内容的样式																		*
 *				说明：对于字典：																			*
 *						  DataGrid如果是两列的话，如：左树右列表，左列表右列表，则不需要改变Width			*
 *											      单表简单的用DataGrid维护，则Width自己设为581				*	
 *						  DataGrid是可编辑的话，那么DataGrid的每一个cell应该定制其Width，					*
 *												里面的编辑控件使用PubTxtStyle样式，Width定制				*
 ************************************************************************************************************/
/* 列表中输入框得到焦点样式 */
.ItemFocusTxt
{
	border-right: #3167b1 1px solid;
	border-top: #3167b1 1px solid;
	border-left: #3167b1 1px solid;
	border-bottom: #3167b1 1px solid;
	height:18px;
	cursor:hand;
}
/* 列表中输入框失去焦点，也可用作Label样式  */
.ItemTxt
{
	border-right: 0px solid;
	border-top: 0px solid;
	border-left: 0px solid;
	border-bottom: 0px solid;
	height: 18px;
	background-color: transparent;
	cursor:hand;
}
/* 用来显示的只读TextBox样式  */
.ReadOnlyItemTxt
{
	border-right: 0px solid;
	border-top: 0px solid;
	border-left: 0px solid;
	border-bottom: 0px solid;
	height: 18px;
	cursor:hand;
	background-color: transparent;
}
/* 列表中数字输入框得到焦点样式 */
.ItemFocusNumTxt
{
	border-right: #3167b1 1px solid;
	border-top: #3167b1 1px solid;
	border-left: #3167b1 1px solid;
	border-bottom: #3167b1 1px solid;
	text-align:right;
	height:18px;
	cursor:hand;
}
/* 列表显示数字输入框中失去焦点样式 也可做数字形Label样式 */
.ItemNumTxt
{
	border-right: 0px solid;
	border-top: 0px solid;
	border-left: 0px solid;
	border-bottom: 0px solid;
	height: 18px;
	text-align:right;
	cursor:hand;
	background-color: transparent;
}
/* 只读显示数字的TextBox样式  */
.ReadOnlyItemNumTxt
{
	border-right: 0px solid;
	border-top: 0px solid;
	border-left: 0px solid;
	border-bottom: 0px solid;
	height: 18px;
	text-align:right;
	cursor:hand;
	background-color: transparent;
}
/*****************************************************************************************
 *						列表样式描述													 *
 ****************************************************************************************/
/* 列表整体描述 */
.Grid
{
	border-right: 0px;
	border-top: 0px;
	font-size: 9pt;
	border-bottom: 0px;
	font-family: 宋体;
	background-color: #5BA5FF;
	height:0px;
	width: 100%;
}
/* 列表的标题 */
.GridHeader
{
	border-right: white 1px solid;
	padding-right: 1px;
	padding-left: 1px;
	font-size: 9pt;
	background-image: none;
	padding-bottom: 1px;
	vertical-align: sub;
	color: #ffffff;
	padding-top: 1px;
	font-family: 宋体;
	height: 22px;
	background-color: #3167b1;
	text-align: center;
}
/* 列表的标题 */
.GridHeader1
{
	border-right: white 1px solid;
	padding-right: 1px;
	padding-left: 1px;
	font-size: 9pt;
	background-image: none;
	padding-bottom: 1px;
	vertical-align: sub;
	color: #ffffff;
	padding-top: 1px;
	font-family: 宋体;
	height: 22px;
	background-color: #1BA6F6;
	text-align: center;
}
/* 列表的标题(双标题的上部分） */
.GridDblHeader
{
	border-right: white 1px solid;
	border-bottom: white 1px solid;
	padding-right: 1px;
	padding-left: 1px;
	font-size: 9pt;
	background-image: none;
	padding-bottom: 1px;
	vertical-align: sub;
	color: #ffffff;
	padding-top: 1px;
	font-family: 宋体;
	height: 22px;
	background-color: #73A8DD;
	text-align: center;
}
/* 列表的标题(双标题的上部分） */
.GridDblHeader1
{
	border-right: white 1px solid;
	border-bottom: white 1px solid;
	padding-right: 1px;
	padding-left: 1px;
	font-size: 9pt;
	background-image: none;
	padding-bottom: 1px;
	vertical-align: sub;
	color: #000000;
	padding-top: 1px;
	font-family: 宋体;
	height: 22px;
	background-color: #73A8DD;
	text-align: center;
}
/* 列表一般行 */
.GridItem
{
	font-size: 9pt;
	/*cursor: hand;*/
	font-family: 宋体;
	height: 22px;
	background-color: #e7f2ff;
}
/* 列表一般行 */
.GridItem1
{
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 9pt;
	/*cursor: hand;*/
	font-family: 宋体;
	height: 22px;
	/*background-color: #e7f2ff;*/
}
/* 列表一般行 */
.GridItem2
{
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 9pt;
	/*cursor: hand;*/
	font-family: 宋体;
	height: 22px;
	/*background-color: #e7f2ff;*/
}
/* 列表一般行 */
.GridItem3
{
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 9pt;
	/*cursor: hand;*/
	font-family: 宋体;
	height: 18px;
	/*background-color: #e7f2ff;*/
}
/* 列表一般行 */
.GridItem4
{
	font-size: 9pt;
	/*cursor: hand;*/
	font-family: 宋体;
	height: 22px;
	background-color: #78BAFA;
}
/* 列表编辑行 */
.GridEditItem
{
	/*cursor:hand;
	/*background-color:AliceBlue;*/
	background-color: #bed0e4;
	height:22px;
}
/* 列表交替行 */
.GridAlternatingItem
{
	/*cursor: hand;*/
	height: 22px;
	background-color: #d8eaff;
}
/* 列表交替行 */
.GridAlternatingItem1
{
	/*cursor: hand;*/
	height: 22px;
	background-color: #D2E9F7;
}
/* 列表被选中行 */
.GridSelectedItem
{
	background-color: #bed0e4;
	height: 22px;
	cursor:hand;
}
/* 分页控制行 */
.GridPagination
{
	background-color: #bed0e4;
	height: 22px;
}
/* 列表被选中行ASP */
.RowOn
{
	background-color: #bed0e4;
	height: 22px;
	cursor:hand;
}
.HeadCenter
{
	text-align:center;
}
/* 按钮被鼠标悬浮 */
.ButtonMouseover
{
	background-image:;
	padding-left:2;
	padding-top:4;
	padding-right:2;
	border:1px inset #cccccc;
	background-color:#cccccc;
	cursor:hand;
	height:22;
	font:9pt;
	color:#ffffff;
}
/* 正常按钮 */
.ButtonNormal
{
	background-image: url('../images/btn_bg1.gif');
	padding-left:2;
    padding-top:4;
	padding-right:2;
    border:1px solid #6493BC;
    background-color:#ffffff ;
    cursor:hand;
    height:22;
    font:9pt
}
/* 正文层区域 */
.DivContent
{
	position:absolute;
	overflow: auto;
	width: 100%;
	height: 100%;
	text-align: left;
	scrollbar-darkShadow-color:#8CB1D6;
	scrollbar-3d-light-color:#8CB1D6;
	scrollbar-arrow-color:white;
	scrollbar-base-color:#EFEFFF;
	scrollbar-face-color:#8CB1D6;
	scrollbar-highlight-color:#EFEFFF;
	scrollbar-shadow-color:#EFEFFF;
	scrollbar-track-color:#EFEFFF
}
