﻿/****************************************************************

*****************************************************************/
/**
*公用样式表
*请为每个样式定义写说明
**/
body
{
	color: #000000;
	font-size: 12px;
	margin: 0;
	font-family: 宋体; /*add by mzy 17/08/2007*/
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #919192;
	SCROLLBAR-3DLIGHT-COLOR: #f1f1f1;
	SCROLLBAR-ARROW-COLOR: #919192;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}
form
{
	margin: 0px;
	padding: 0px;
}
/**
*表格部分样式定义
**************************************************************
*框架页表格样式
**/

table.frame
{
	background: #FFFFFF;
	height: 100%;
	width: 100%;
	font-family: 宋体;
}
/**
*详细信息页样式
**/
table.detail
{
	background-color: #CCCCCC;
	width: 98%;
	height: 100%;
	font-size: 12px;
	font-family: 宋体;
}
/**
*GridView的样式
**/
table.list
{
	width: 98%;
	font-size: 12px;
	font-family: 宋体;
}
/**
*Search表格的样式
**/
table.search
{
	width: 98%;
	background-color: #CCCCCC;
	font-size: 12px;
	font-family: 宋体;
}

/**
*行部分样式定义
**/
/**
*页面标题部分样式
**/
td.title
{
	color: #000000;
	vertical-align: middle;
	height: 40px;
	font-size: 12px;
	font-family: 宋体;
}
td.title2
{
	color: #000000;
	vertical-align: middle;
	height: 40px;
	font-size: 12px;
	font-family: 宋体;
	padding-left: 20px;
}
/**
*页面标题右边背景的样式
**/
td.title_right_back
{
	width: auto;
	background-image: url(../images/title_back.gif);
}
/**
*gradView所在单元格的样式
**/
td.listStyle
{
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: 宋体;
}
/**
*search所在单元格的样式
**/
td.searchStyle
{
	background-color: #FFFFFF;
	height: 50px;
	font-size: 12px;
	font-family: 宋体;
}
/**
*search内嵌表格左单元格样式
**/
td.left
{
	width: 50%;
	height: 25px;
	text-align: left;
	font-size: 12px;
	padding-left: 10px;
	font-family: 宋体;
}
/**
*search内嵌表格右单元格样式
**/
td.right
{
	width: 50%;
	height: 25px;
	text-align: right;
	font-size: 12px;
	padding-right: 10px;
	font-family: 宋体;
}
/**
*GridView分页头显示样式
**/
td.pagehead
{
	height: 30px;
	font-size: 12px;
	font-family: 宋体;
}
/**
*行公用样式
**/
tr.common
{
	height: 20px;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 宋体;
}
/**
* 行活动区样式
**/
tr.action
{
	background-color: #FFFFFF;
	height: 20px;
	font-size: 12px;
	font-family: 宋体;
}
/**
*工具栏部分样式，主要有增加，编辑，删除，返回按钮
**/
td.tools
{
	height: 100%;
	text-align: right;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background: #FFFFFF;
	font-size: 12px;
	font-family: 宋体;
}
/**
*GridView中内嵌隐藏的selectCommand按钮的样式 
**/
td.selectButton
{
	display: none;
	background-color: #FFFFFF;
}
th.selectButton
{
	display: none;
	background-color: #FFFFFF;
}
/**
*表格选中行样式
**/
td.selected
{
	color: #ff0000;
	vertical-align: middle;
	font-size: 12px;
	font-family: 宋体;
	background-color: Yellow;
}
/**
*Form控件部分样式定义
**/
input.action
{
	height: 20px;
	color: #ffffff;
	background: #696969;
	border: 1px solid #696969;
	font-size: 12px;
	font-family: 宋体;
}
input.action2
{
	height: 20px;
	color: #FFFF00;
	background: #696969;
	border: 1px solid #696969;
	font-size: 12px;
	font-family: 宋体;
}
input.head
{
	color: #ffffff;
	background: #003366;
	border: 1px solid #003366;
	font-size: 12px;
	font-family: 宋体;
}
input.text, input.file
{
	border-style: solid;
	border-color: #404040;
	border-width: 1px;
	width: 100%;
	height: 15px;
	font-size: 12px;
	font-family: 宋体;
	margin: 0px;
}
input.textreadonly
{
	border-style: solid;
	border-color: #404040;
	border-width: 1px;
	background-color: #ebebeb;
	width: 100%;
	height: 15px;
	font-size: 12px;
	font-family: 宋体;
	margin: 0px;
}
textarea.text
{
	border-style: solid;
	border-color: #404040;
	border-width: 1px;
	width: 100%;
	font-size: 12px;
	font-family: 宋体;
}
textarea.textreadonly
{
	border-style: solid;
	border-color: #404040;
	border-width: 1px;
	background-color: #ebebeb;
	width: 100%;
	height: 15px;
	font-size: 12px;
	font-family: 宋体;
	margin: 0px;
}
select
{
	border-style: solid;
	border-color: #404040;
	border-width: 1px;
	padding: 0px;
	width: 120px;
	height: 15px;
	font-size: 12px;
	font-family: 宋体;
}
/**
*获得连接部分样式
**/
a:link, a:visited
{
	text-decoration: underline;
	color: #0000FF;
	font-size: 12px;
	font-family: 宋体;
}
a:hover
{
	color: #FF0000;
	text-decoration: underline;
	font-size: 12px;
	font-family: 宋体;
}
.Title
{
	font-size: 20px;
	font-weight: bold;
	font-family: 宋体;
	text-align: center;
	height: 45px;
}
.SmallTilte
{
	font-size: 14px;
	font-weight: bold;
	font-family: 宋体;
	text-align: left;
	height: 25px;
	background-color: #A6BFFB;
}
/**
*自定义样式区
**/
/**
* 登陆输入框的样式
**/
.LoginInput
{
	border-bottom: #7F9DB9 1px solid;
	background-color: #ffffff;
	border-left: #7F9DB9 1px solid;
	border-right: #7F9DB9 1px solid;
	border-top: #7F9DB9 1px solid;
	font-size: 9pt;
	font-family: Arial,宋体;
}
.textbox
{
	border-bottom: #7F9DB9 1px solid;
	background-color: #ffffff;
	border-left: #7F9DB9 1px solid;
	border-right: #7F9DB9 1px solid;
	border-top: #7F9DB9 1px solid;
	font-size: 9pt;
	font-family: Arial,宋体;
}
.textbox_readonly
{
	border-bottom: #7F9DB9 1px solid;
	border-left: #7F9DB9 1px solid;
	border-right: #7F9DB9 1px solid;
	border-top: #7F9DB9 1px solid;
	font-size: 9pt;
	font-family: Arial,宋体;
	background-color: #EFF8FF;
}
.LoginLab
{
	font-size: 14px;
	text-align: right;
	font-family: 宋体;
}
/**
*通用按钮的样式
**/
.stbtm1
{
	border-right: #336699 1px solid;
	border-top: buttonface 1px solid;
	font-size: 9pt;
	border-left: buttonface 1px solid;
	width: 65px;
	color: #000000;
	border-bottom: #336699 1px solid;
	height: 20px;
	background-color: #A6BFFB;
	font-family: 宋体;
}
/**
* 专门用于添加检定证书按钮使用
**/
.stbtm2
{
	border-right: #336699 1px solid;
	border-top: #336699 1px solid;
	font-size: 9pt;
	border-left: #336699 1px solid;
	width: 45px;
	color: #000000;
	border-bottom: #336699 1px solid;
	height: 20px;
	background-color: #FFFFFF;
	font-family: 宋体;
}
/**
*label标签的样式
**/
.label
{
	background-color: #EBEBEB;
	width: 100px;
	height: 20px;
	font-size: 12px;
	padding-left: 5px;
	font-family: 宋体;
	padding-right: 5px;
}
/**
* 为label添加背景
*/
.labelcolor
{
	background-color: #EBEBEB;
	padding-left: 5px;
}

/**
*label标签的样式
**/
.label_MyDesk
{
	background-color: #EBEBEB;
	width: 100px;
	height: 20px;
	font-size: 12px;
	color: Red;
	padding-left: 5px;
	font-family: 宋体;
	padding-right: 5px;
}
/**
*label(常用)标签的样式
*该标签没有对宽度作限制
**/
.label2
{
	background-color: #EBEBEB;
	height: 20px;
	font-size: 12px;
	padding-left: 5px;
	font-family: 宋体;
	padding-right: 5px;
	text-align: left;
	color: #3399ff;
}
/**
*label标签的样式
*文字颜色为红色，字体为粗体
**/
.labelMsg
{
	background-color: Transparent;
	height: auto;
	font-family: 宋体;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: Red;
}
/**
*数据区样式
**/

/**
*框架页面样式
**/

/**
*向导样式
**/
.wizard
{
	background-color: #FFFFFF; /*#EFF3FB;*/
	width: 100%;
	height: 100px;
	font-size: 12px;
	padding-left: 0px;
	font-family: 宋体;
	padding-right: 0px;
	vertical-align: top;
	border-color: #B5C7DE;
	border-width: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wizard_SideBar
{
	background-color: #EBEBEB; /*#507CD1;*/
	width: 15%;
	height: 160px;
	white-space: nowrap;
	font-size: 12px;
	padding-left: 10px;
	font-family: 宋体;
	padding-right: 5px;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 15px;
}
.wizard_SideBarList
{
	font-size: 12px;
	font-family: 宋体;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wizard_SideBarButton
{
	font-size: 12px;
	font-family: 宋体;
	text-decoration: underline;
	white-space: nowrap;
	color: White;
	vertical-align: top;
	background-color: #507CD1;
}
wizard_SideBarButtonSelected
{
	font-size: 12px;
	font-family: 宋体;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	color: Yellow;
	vertical-align: top;
	background-color: #507CD1;
}
.wizard_StepBar
{
	background-color: Transparent;
	font-size: 12px;
	padding-left: 5px;
	font-family: 宋体;
	padding-right: 5px;
	vertical-align: top;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.linkNone
{
	display: none;
}
.List_Grid
{
	background-color: #A4B6D7;
	font-size: 12px;
	font-family: 宋体;
	color: #000000;
	width: 98%;
}
.List_HeaderStyle
{
	background-image: url(../images/bgbg.gif);
	font-size: 12px;
	font-family: 宋体;
	height: 21px;
	color: #043C82;
	text-align: center;
	font-weight: normal;
}
.List_FooterStyle
{
	background-image: url(../images/head_bg.gif);
	font-size: 12px;
	font-family: 宋体;
	height: 21px;
	color: #043C82;
}
.List_AlternatingRowStyle
{
	background-color: #EDF6FF;
	color: #000000;
	font-size: 12px;
	font-family: 宋体;
	height: 21px;
}
.List_SelectedRowStyle
{
	background-color: Yellow;
	color: #000000;
	font-size: 12px;
	font-family: 宋体;
	height: 21px;
}
.List_RowStyle
{
	background-color: #FFFFFF;
	color: #000000;
	height: 21px;
	font-size: 12px;
	font-family: 宋体;
}
.List_PagerStyle
{
	border-top: #90B4DD 1px solid;
	border-left: #90B4DD 1px solid;
	border-right: #90B4DD 1px solid;
	border-bottom: #90B4DD 1px solid;
	background-color: #FFFFFF;
	color: #3399FF;
	font-size: 12px;
	font-family: 宋体;
	height: 21px;
}
/**
*版权信息的样式
*/
.CopyRight
{
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
	height: 20px;
}
/*
*公用字体样式
*/
.CommonFont
{
	font-size: 12px;
	color: #000000;
	padding-left: 15px;
}
/**
* 使Datagrid列表显示的数据居左显示
**/


TH
{
	font-weight: normal;
}
/**
* 没有任何记录label的显示样式
*/
.labNoRecord
{
	height: 20px;
	background-color: #FFFFFF;
	color: Red;
}
.btton
{
	background-image: url(../images/menu/titlebg.jpg);
	border-bottom: #90B4DD 1px solid;
	border-left: #90B4DD 1px solid;
	border-right: #90B4DD 1px solid;
	border-top: #90B4DD 1px solid;
	height: 21px;
	font-size: 9pt;
	font-family: Arial,宋体;
}
.grid_header
{
	border-top: #90B4DD 1px solid;
	border-left: #90B4DD 1px solid;
	border-right: #90B4DD 1px solid;
	border-bottom: #90B4DD 1px solid;
	background-image: url(../images/bgbg.gif);
	border-collapse: collapse;
	text-align: center;
	height: 21px;
	font-size: 9pt;
	font-family: Arial,宋体;
	font-weight: bold;
	line-height: 19px;
	color: #000F5B;
}
.grid_column
{
	border-top: #90B4DD 1px solid;
	border-left: #90B4DD 1px solid;
	border-right: #90B4DD 1px solid;
	border-bottom: #90B4DD 1px solid;
	padding: 2 4 1 4;
	margin-left: 6px;
	border-collapse: collapse;
	height: 21px;
	font-size: 9pt;
	font-family: Arial,宋体;
	text-align: left;
	word-break: keep-all;
}
.grid_right_item
{
	border-top: #90B4DD 1px solid;
	border-left: #90B4DD 1px solid;
	border-right: #90B4DD 1px solid;
	border-bottom: #90B4DD 1px solid;
	padding: 2 4 1 4;
	margin-left: 6px;
	border-collapse: collapse;
	height: 21px;
}
.grid_right
{
	border-top: #90B4DD 1px solid;
	border-left: #90B4DD 1px solid;
	border-right: #90B4DD 1px solid;
	border-bottom: #90B4DD 1px solid;
	padding: 2 4 1 4;
	margin-left: 6px;
	border-collapse: collapse;
	height: 21px;
	text-align: right;
}
.grid_right_header
{
	border-top: #90B4DD 1px solid;
	border-left: #90B4DD 1px solid;
	border-right: #90B4DD 1px solid;
	border-bottom: #90B4DD 1px solid;
	padding: 2 4 1 4;
	margin-left: 6px;
	border-collapse: collapse;
	height: 21px;
	text-align: center;
}
.backhui
{
	background-color: #EDF6FF;
	font-weight: normal;
	padding: 2 4 1 4;
	margin-left: 6px;
	border-collapse: collapse;
	height: 21px;
	font-size: 9pt;
	font-family: Arial,宋体;
	text-align: left;
}
.queryInfo
{
	background-color: #EFEFEF;
	font-weight: normal;
	padding: 2 4 1 4;
	margin-left: 6px;
	border-collapse: collapse;
	height: 21px;
	font-size: 9pt;
	font-family: Arial,宋体;
	text-align: left;
}

/*分页控件样式 add by mzy*/
p, table, tr, td, li
{
	font-size: 9pt;
	font-family: Arial,宋体;
}

/*树边框样式 add by mzy*/
.module_tree
{
	overflow: auto;
	white-space: nowrap;
	OVERFLOW-Y: auto;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #919192;
	SCROLLBAR-3DLIGHT-COLOR: #f1f1f1;
	SCROLLBAR-ARROW-COLOR: #919192;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	font-family: 宋体;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	letter-spacing: 1pt;
	text-align: left;
	width: 180px;
	height: 570px;
	border: 1px solid #003370;
}

.ShowDiv
{
	overflow: auto;
	white-space: nowrap;
	OVERFLOW-Y: auto;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #919192;
	SCROLLBAR-3DLIGHT-COLOR: #f1f1f1;
	SCROLLBAR-ARROW-COLOR: #919192;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	font-family: 宋体;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	letter-spacing: 1pt;
	text-align: left;
	width: 100%;
	height: 270px;
	border: 1px solid #003370;
}

/*左面标题 add by fj*/
.HeaderCaptionText
{
	margin-left: 6px;
	font-family: Verdana;
	font-size: 9pt;
	font-family: Arial,宋体; /*font-weight: bold;*/
	margin: 3px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	color: #000000;
	background-color: #EDF6FF;
	line-height: 23px;
	width: 200px;
}

/*用户登录状态提示 add by mzy */
.WarningMsg
{
	padding: 5px 5px 5px 25px;
	border: 1px solid #00A8FF;
	background: #E2F5FF url(../Images/standard_msg_warning.gif) 5px 5px no-repeat;
	color: #000;
}

.ErrorMsg
{
	padding: 5px 5px 5px 25px;
	border: 1px solid #F60;
	background: #FFF2E9 url(../Images/standard_msg_error.gif) 5px 5px no-repeat;
	color: #000;
}

.OkMsg
{
	padding: 5px 5px 5px 25px;
	border: 1px solid #00BE00;
	background: #E6FFE6 url(../Images/standard_msg_ok.gif) 5px 5px no-repeat;
	color: #000;
}
.mouseOver
{
	background-color: #000000;
	font-family: verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	width: 79;
	height: 21;
	text-align: center;
	cursor: hand;
}
.mouseOut
{
	background-color: #777777 font-family:verdana;
	font-weight: bold;
	font-size: 8pt;
	width: 79;
	height: 21;
	text-align: center;
}
.selected
{
	background-color: Gray;
	font-family: verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	width: 79;
	height: 21;
	text-align: center;
}
.hei
{
	font-size: 9pt;
	background-color: #90B4DD;
	font-family: Arial,宋体;
	color: #000000;
}

.LightColumn
{
	font-size: 9pt;
	background-color: #ffffff;
	font-family: Arial,宋体;
	color: #000000;
	height: 21px;
	text-align: left;
}

.DeepColumn
{
	background-color: #EFEFEF;
}

a:active
{
	text-decoration: none;
	color: #FF0000;
}
a:hover
{
	color: #FF0000;
	text-decoration: none;
	clip: rect( );
}
a:link
{
	color: #006699;
	text-decoration: none;
}
a:visited
{
	color: #006699;
	text-decoration: none;
}
.ss
{
	/*add by mzy 17/08/2007*/
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #919192;
	SCROLLBAR-3DLIGHT-COLOR: #f1f1f1;
	SCROLLBAR-ARROW-COLOR: #919192;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}

.validateMessage
{
	color: Red;
}
/*tabs*/
.tabstitle, .tabstitleover
{
	width: 104px;
	line-height: 18px;
	cursor: pointer;
}
.tabstitle
{
	float: left;
	color: #000000;
	background: url(        "../images/tab_3.gif" ) left -24px;
	width: 104px;
	padding-top: 4px;
}
.tabstitleover
{
	color: #000000;
	background: url(        "../images/tab_3.gif" );
	padding-top: 4px;
	font-weight: bold;
}

.grdHeader
{
	background-image: url(../images/skin_modern_header.png);
	border-right: 0px solid #B5B5B5;
	border-left: 1px solid #FDFDFD;
	border-top: 1px solid #FDFDFD;
	border-bottom: 0px solid #B5B5B5;
	background-color: transparent;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #055A78;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
	height: 22px;
}
. QueryGrid
{
	border: solid 1px black;
	width: 100%;
	background-color: transparent;
	white-space: nowrap;
	font-family: Tahoma, Arial, sans serif;
	border-collapse: collapse;
}
.QueryGrid th
{
	border: solid 1px black;
	background-image: url(../images/skin_modern_header.png);
	background-color: transparent;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	height: 23px;
}
.QueryGrid tr td
{
	border: solid 1px black;
	vertical-align: middle;
}
.QueryGirdHeader
{
	background-color: #EFEFEF;
}
.QueryButton
{
	background-image: url(../images/buttonback.png);
	border-bottom: #7A7D86 1px solid;
	border-left: #7A7D86 1px solid;
	border-right: #7A7D86 1px solid;
	border-top: #7A7D86 1px solid;
	height: 21px;
	font-size: 9pt;
	font-family: Arial,宋体;
}
.DataGridHeader
{
	border: solid 1px black;
	background-image: url(../images/skin_modern_header.png);
	background-color: transparent;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	height: 23px;
}


.InfoGrid
{
	background-color: transparent;
	white-space: nowrap;
	font-family: Tahoma, Arial, sans serif;
}
.InfoGrid th
{
	background-image: url(../images/skin_modern_header.png);
	background-color: transparent;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
.InfoGrid tr td
{
	border: solid 1px black;
}

/*浮动的div*/
.popdiv
{
	border: solid 1px #1e83b6;
}
.captitle
{
	background-image: url(../images/dvtitle.jpg);
}

.QueryGrid1
{
	border: solid 1px black;
	width: 100%;
	background-color: transparent;
	white-space: nowrap;
	font-family: Tahoma, Arial, sans serif;
}
.QueryGrid1 th
{
	background-image: url(../../images/skin_modern_header.png);
	border: solid 1px black;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
.QueryGrid1 tr td
{
	border: solid 1px black;
}
.FixedColumn
{
	width: 100px;
	z-index: 100;
	background-color: White;
	position: relative;
	border-width: 0px;
	left: expression(this.offsetParent.scrollLeft);
}
.FixedTopColumn
{
	position: relative;
	border-width: 0px;
	top: expression(this.offsetParent.scrollTop);
}
.FixedTopLeftCol
{
	z-index: 999;
	position: relative;
	border-width: 0px;
	top: expression(this.offsetParent.scrollTop);
	left: expression(this.offsetParent.scrollLeft);
}
.LeftTD
{
	border: solid 1px black;
	width: 40%;
	height: 25px;
	background-color: #EFEFEF;
	text-align: center;
}

.videonav
{
	width: 345px;
	margin: 0px 0px 4px 4px;
	border-bottom: 1px solid #ABBCD2;
	padding-left: 3px;
	height: 28px;
}
.videonav li
{
	float: left;
	text-align: center;
	line-height: 28px;
	margin: 0px 1px;
}
.videonav .txt_3
{
	background: url(../images/videonav.gif) no-repeat 0px -29px;
	width: 110px;
	height: 28px;
}
.videonav .txt_3_1
{
	background: url(../images/videonav.gif) no-repeat 0px 0px;
	width: 110px;
	height: 28px;
}

.videonav1
{
	margin: 0px 0px 4px 4px;
	border-bottom: 1px solid #ABBCD2;
	padding-left: 3px;
	height: 28px;
}
.videonav1 li
{
	float: left;
	text-align: center;
	line-height: 28px;
	margin: 0px 1px;
}
.videonav1 .txt_3
{
	background: url(../images/videonav.gif) no-repeat 0px -29px;
	width: 110px;
	height: 28px;
}
.videonav1 .txt_3_1
{
	background: url(../images/videonav.gif) no-repeat 0px 0px;
	width: 110px;
	height: 28px;
}

.fontTitle
{
	font-family: 宋体;
	font-size: 29;
}
.FixedRowCol
{
	z-index: 999;
	position: relative;
	top: expression(this.offsetParent.scrollTop);
	left: expression(this.offsetParent.scrollLeft);
}
.WH
{
	width: 600;
	height: 300;
	overflow: auto;
	position: relative;
}

.WH1
{

	height: 400;
	overflow: auto;
	position: relative;
}


.FixedCol
{
	z-index: 666;
	position: relative;
	left: expression(this.offsetParent.scrollLeft);
	background: White;
}


.FixedRow
{
	position: relative;
	top: expression(this.offsetParent.scrollTop);
}
.Div
{
	height: 480;
	overflow: auto;
	position: relative;
	
}

.css
{
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	line-height: 21px;
}
.DataCss
{
	text-align: right;
}
.DataType
{
	text-align: center;
}
/* 下 */
.border_b
{
	border-left: solid 0px black;
	border-top: solid 0px black;
	border-right: solid 0px black;
	border-bottom: solid 1px black;
}
/* 左 下 */
.border_lb
{
	border-left: solid 1px black;
	border-top: solid 0px black;
	border-right: solid 0px black;
	border-bottom: solid 1px black;
}
/* 左 右 下 */
.border_lrb
{
	border-left: solid 1px black;
	border-top: solid 0px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}

/* 右 下 */
.border_rb
{
	border-left: solid 0px black;
	border-top: solid 0px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}

/*  上 下 左*/
.border_ltb
{
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-right: solid 0px black;
	border-bottom: solid 1px black;
}
/*  上 下*/
.border_tb
{
	border-left: solid 0px black;
	border-top: solid 1px black;
	border-right: solid 0px black;
	border-bottom: solid 1px black;
}
/*  左右*/
.border_lr
{
	border-left: solid 1px black;
	border-top: solid 0px black;
	border-right: solid 1px black;
	border-bottom: solid 0px black;
}
/*  上 下 右*/
.border_rtb
{
	border-left: solid 0px black;
	border-top: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}
/*  上 左*/
.border_lt
{
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-right: solid 0px black;
	border-bottom: solid 0px black;
}
/*  上 左右*/
.border_lrt
{
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 0px black;
}
/* 右 上 */
.border_rt
{
	border-left: solid 0px black;
	border-top: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 0px black;
}
/*  上 */
.border_t
{
	border-left: solid 0px black;
	border-top: solid 1px black;
	border-right: solid 0px black;
	border-bottom: solid 0px black;
}
/* 全部 */
.border_all
{
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}
. QueryGrid2
{
	width: 100%;
	background-color: transparent;
	white-space: nowrap;
	font-family: Tahoma, Arial, sans serif;
	border-collapse: collapse;
}
.QueryGrid2 th
{
	background-image: url(../images/skin_modern_header.png);
	background-color: transparent;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	height: 23px;
}
.QueryGrid2 tr td
{
	vertical-align: middle;
	height: 23px;
}
.QueryGirdHeader
{
	background-color: #EFEFEF;
}
.showDatatable
{
	color:Red; font-size:12px;
}