﻿/*-------------------------*/
/*-------------------------*/
/* 0 Base */

body
 {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family:  arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	color: #000000;
}

table {
	border: 0;
	padding:0;
	font-size:9pt;
	
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a {
	text-decoration: none;
	color: blue;
	font-size: 9pt;
	margin: 0;
}

a:visited {
	color: #980000;
}

a:hover {
	text-decoration: underline;
	color: #980000;
	font-size: 9pt;
}

a:active {
	color: #980000;
}

img {
	border-width: 0;
}
.mframe
{
	text-align:left;
}
.mframe td.tm
{
	height:30px;
	border-top:4px solid #2B90F5;
	background:#F0F0F0
}
.dvSelReg
{
	background-color:lightblue;
	border:1px solid lightblue;
	height:10px;
}
.dvUnselReg
{
	background-color:silver;
	border:1px solid silver;
	height:10px;
}
.trSelTile
{
	font-weight:bold;
}
.trUnSelTile
{
	font-weight:normal;
}
.GridViewStyle
{
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: Black;
}
.GridViewTitle
{
	background-color: #cccccc;
}
/* 1 HEADER */
/* 1.1 头部背景样式 */

.header {
	background-color: #174577;
	background-repeat: no-repeat;
	width: 100%;
	height: 82px;
	margin: 0px;
	border: 0px;
}
/* 1.1 系统标识样式 */
.LOGO
{
	background-image: url(Images/LOGO.gif);
	background-repeat:no-repeat;
	width: 188px;
	height: 52px;
	margin: 0px;
	border: 0px;
	float: left;
	
}
.LOGO_Industry
{
	background-image: url(Images/LOGO_Industry.gif);
	background-repeat:no-repeat;
	width: 188px;
	height: 52px;
	margin: 0px;
	border: 0px;
	float: left;
}
.TopTip
{
	height: 52px;
	width: 300px;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	font-weight: normal;
	color: White;
	text-align:center;
	float: left;
	padding: 15px 0px 0px 0px;
}
/*导航样式*/
#NavBox
{
	height: 30px;
	clear: both;
	margin:0 auto;
	padding: 0px;
	
}
.NavBox
{
	height: 30px;
	clear: both;
	margin:0px;
	padding: 0px;
	position: absolute;
	left:0px; top:52px;
	
}
/* 1.1 个人设置和退出背景样式 */
.setup
{
	width:200px;
	height: 32px;
	margin:0;
	float:right;
	
}
.tdsetup
{
	/*background-image:url(Images/Tdsetup_Bg.gif);
	border-left-color: Black;
	border-left-style: solid;
	border-left-width: 1px;*/
	width: 60px;
	height:10px;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	font-weight: normal;
	color: White;
	text-align:center;
	cursor: hand;
}
.tdsetup_cp
{
	/*background-image:url(Images/Tdsetup_Bg.gif);
	border-left-color: Black;
	border-left-style: solid;
	border-left-width: 1px;*/
	width: 120px;
	height:10px;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	font-weight: normal;
	color: White;
	text-align:center;
	cursor: hand;
}
.tdsetuped
{
	/*background-image:url(Images/Tdsetup_Bg.gif);
	background-color:Blue;
	border-left-color: Black;
	border-left-style: solid;
	border-left-width: 1px;*/
	width: 60px;
	height:10px;
	margin:0;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	font-weight: normal;
	color: White;
	text-align:center;
	cursor: hand;
	text-decoration: underline;
}
.tdsetuped_cp
{
	/*background-image:url(Images/Tdsetup_Bg.gif);
	background-color:Blue;
	border-left-color: Black;
	border-left-style: solid;
	border-left-width: 1px;*/
	width: 120px;
	height:10px;
	margin:0;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	font-weight: normal;
	color: White;
	text-align:center;
	cursor: hand;
	text-decoration: underline;
}
.tdsetuptext
{
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	font-weight: normal;
	color: White;
	text-align: right;
}
.tdLogout
{
	color: White;
	height: 10px;
	width: 120px;
}
.MenuPadding
{
	width:5px;	
}
.MenuBase
{
	height:30px;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	text-align: center;
	border-top: solid 1px #03213e;
	border-left: solid 1px #03213e;
	border-right: solid 1px #03213e;
}
.MenuNormal
{
	font-weight: normal;
	color: White;
	background-image:url(Images/MenuBtn_Bg.gif);
	background-repeat: repeat-x;
	cursor: pointer;
}
.MenuOver
{
	font-weight: bold;
	color: #174577;
	background-image:url(Images/MenuBtn_Bg_Over.gif);
	background-repeat: repeat-x;
	background-color: #f2f2f2;
}
.Menu_Home
{
	width: 60px;
}
.Menu_Monitor
{
	width: 60px;
}
.Menu_DataManage
{
	width: 100px;
}
.Menu_SysSet
{
	width: 120px;
}
/* 2 Navigation */

.nav 
{
	background-color: #f2f2f2;
	width:100%;
	height:26px;
	margin:0;
	border-bottom: solid 1px black;
}

.tdnav
{
	/*background-image:url(Images/Tdnav_Bg.gif);
	border: solid 1px black;*/
	width: 120px;
	height:25px;
	margin:0;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	font-weight: normal;
	color: Black;
	text-align:center;
	vertical-align: middle;
	cursor: hand;
}
.tdsysnav
{
	/*background-image:url(Images/Tdnav_Bg.gif);*/
	border: solid 1px black;
	width: 80px;
	height:35px;
	margin:0;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	font-weight: normal;
	color: Black;
	text-align:center;
	cursor: hand;
}

.tdnav a:visited, .nav a:visited {
	color: #f5583a;
}

/* 3 TreeMenu */
/* 3.1 背景样式 */
.treemenu
{
	background-image: url(Images/TreeMenu_Bg.gif);
	background-repeat:repeat;
	width:220px;
	height:100%;
}
.treemenuhold
{
	background-color: #ffffff;
	width:220px;
	height:100%;
}
.Navigate
{
	border-bottom: solid 1px black;
	border-top: solid 1px black;
	background-color: #f2f2f2;
	font-size:9pt;
}
/* 3.2 导航图隔离线样式 */
.treeorange
{
	background-color: #ffffff;
	width:220px;
	height:3px;
}
/* 3.3 菜单分割线样式 */
.partitionline
{
	background-image: url(Images/Partition_Line.gif);
	/*background-color: White;*/
	background-repeat: no-repeat;
	width:218px;
	height:2px;
}
/* 3.4 菜单项样式 */
.treefun
{
	/*background-image: url(Images/Arrow.gif);
	background-repeat:no-repeat;*/
	width:220px;
	height:25px;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	font-weight: normal;
	color: Black;
	text-align:center;
	cursor: hand;
}
.treeSelfun
{
	background-image: url(Images/TreeMenuTip.gif);
	background-repeat:no-repeat;
	background-position:left center;
	background-color:#e9edf2;/*cfdcfc*/
	width:220px;
	height:25px;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	font-weight: normal;
	color:#000000;/*022d7c*/
	text-align:center;
	cursor: hand;
}
.treemenutitle
{
	background-color: #f2f2f2;
	width:220px;
	height:26px;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	font-weight:bold;
	color: Black;
	text-align:center;
	vertical-align: middle;
	border-bottom: solid 1px black;
}
.treemenutitle_SendCommand
{
	background-color: #f2f2f2;
	width:240px;
	height:26px;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	font-weight:bold;
	color: Black;
	text-align:center;
	vertical-align: middle;
	border-bottom: solid 1px black;
}
/* 3.4 菜单项样式yza */
.treefunSub
{
	/*background-image: url(Images/Arrow.gif);*/
	width: 220px;
	height: 25px;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: Green;
	text-align: center;
	cursor: hand;
	background-color: #99cccc;
}
.treeSelfunSub
{
	background-image: url(Images/TreeMenuTip.gif);
	background-repeat:no-repeat;
	background-position:left center;
	background-color:#e9edf2;/*cfdcfc*/
	width:220px;
	height:25px;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	font-weight:bold;
	color:#00bfff;/*022d7c*/
	text-align:center;
	cursor: hand;
}
.treemenutitleSub
{
	/*background-image: url(Images/Nav_Bg.gif);
	background-repeat:repeat-x;*/
	background-color: #ffff99;
	width:220px;
	height:26px;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	font-weight:bold;
	color: White;
	text-align:center;
	vertical-align: middle;
}
/* 3.5 菜单栏底部样式 */
.treebottom
{
	background-image: url(Images/TreeBottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height: 100%;
	margin: 0;
}
/* 3.6 显示和隐藏按钮样式 */
.show
{
	background-image: url(Images/Show.gif);
	background-repeat:no-repeat;
	margin:0;
	width:5px;
	height:49px;	
}
.hide
{
	background-image: url(Images/Hide.gif);
	background-repeat:no-repeat;
	margin:0;
	width:5px;
	height:49px;	
}

/* 4 PagerStyle */
/* 4.1 页面背景样式 */
.page
{
	background-image: url(Images/Page_Bg.gif);
	background-repeat: repeat-x;
	width: 98%;
	height:23px;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	color:White;
	text-align:center;
}
/* 4.2 工具栏背景样式 */
.tool
{
	background-image: url(Images/Tool_Bg.gif);
	background-repeat: repeat-x;
	position:absolute;
	top:78px;
	width: 100%;
	height:29px;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	color:black;
	text-align:left;
}

/*4.3 查询页面样式 */
.pagetitlefirst
{
	background-image: url(Images/Dialog_Title_Bg_First.gif);
	background-repeat: no-repeat;
	width: 1px;
	height:24px;
}
.pagetitle
{
	background-image: url(Images/Dialog_Title_Bg.gif);
	background-repeat:repeat-x;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	color: Black;
	text-align:left;
	height: 24px;
}
.Enpagetitle
{
	background-image: url(Images/Dialog_Title_Bg_3.gif);
	background-repeat:repeat-x;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	color: Black;
	text-align:left;
	height: 24px;
}
.pagetitleEpassenger
{
	background-image: url(Images/Dialog_Title_Bg.gif);
	background-repeat:repeat-x;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	color: Black;
	text-align:left;
	height: 4px;
}

.pagetitlelast
{
	background-image: url(Images/Dialog_Title_Bg_2.gif);
	background-repeat: no-repeat;
	width: 40px;
	height:24px;
}

.pagetitleline
{
	background-color:#0655a4;
	width:100%;
	height: 1px;
}
.needitem
{
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	color:red;
	text-align:right;
}
.ErrorMessage
{
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	color:#fa0707;
	text-align:Left;
}
/* 4.4 分页控件样式 */
.MovePageStyleFirst
{
	background-image: url(Images/Tool_Bg_First.gif);
	background-repeat: no-repeat;
	width: 1px;
	height:30px;
}
.MovePageStyle
{
	
	background-color: #f2f2f2;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size:9pt;
	height: 30px;
	vertical-align: middle;
	text-align: center;
}
.MovePageStyle1
{
	background-image: url(Images/MovePage_Bg.gif);
	background-repeat:repeat-x;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size:9pt;
	height: 30px;
	vertical-align: middle;
	text-align: center;
}
.Anti_MovePageStyleFirst
{
	background-image: url(Images/Anti_MovePage_First.gif);
	background-repeat: no-repeat;
	width: 1px;
	height:30px;
}
.Anti_MovePageStyle
{
	background-image: url(Images/Anti_MovePage_Bg.gif);
	background-repeat:repeat-x;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size:9pt;
	height: 30px;
	vertical-align: middle;
	text-align: center;
}
/* 5 TextStyle */
/* 5.1 文本输入框 */
.textbox
{
	border-color: #87aace;
	border-bottom-style:solid;
	border: 1px;
	background-color: #ffffff;
	height: 15px;
	width: 100%;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	color: #000000;
}
.TextBoxBlue
{
	border: 1px solid #87aace;
	font-size: 9pt;
	color: #000000;
	width: 98%;
	text-decoration: none;
}
.TextBoxBlueEPassenger
{
	border: 1px solid #87aace;
	font-size: 9pt;
	color: #000000;
	width: 394px;
	text-decoration: none;
}
.TextBoxBlue2
{
	border: 1px solid #87aace;
	font-size: 9pt;
	color: #000000;
	width: 200px;
	text-decoration: none;
}
.TextBoxBlue1
{
	border: 1px solid #87aace;
	font-size: 9pt;
	color: #000000;
	width: 97%;
	text-decoration: none;
}
.TextBoxBlue2
{
	border: 1px solid #87aace;
	font-size: 9pt;
	color: #000000;
	width: 95%;
	text-decoration: none;
}
/* 5.2 文本输入框只读 */
.TextBoxReadOnly
{
	border:1px solid #87aace;
	height: 18px;
	background-color:#F0FFFF;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size:9pt;
	color: #000000;
	width: 98%;
	text-decoration: none;
}
/* 5.3 文本区域 */
/* 5.3.1 文本区域 */
.TextArea
{
	border: 1px solid #0655a4;
	background-color: #dfeef5;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	text-decoration: none;
}
.TextArea td
{
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}
.tdstyle
{
	width: 15%;
	text-align: right;
}
.tdtxtstyle
{
	width: 35%;
	text-align: left;
}
/* 5.3.2 文本备注，内容，说明等区域 */
.TextMark
{
	border: 1px solid #87aace;
	background-color: #ffffff;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	overflow: auto;
	/*border:solid,1px,#e0e0e0;*/
}
/* 5.3.3 星号 */
.Asterisk
{
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	color: Red;
	text-align:center;
}
/* 5.4 Calendar */
.Calendar
{
	cursor: hand;
}
/* 6 Dialog */
.Dialog_Header
{
	background-image: url(Images/ModifyPW_BG.gif);
	background-repeat: repeat-x;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	height: 35px;
}
.Dialog_Div
{
	background-color: #dfeef5;
	width: 100%;
}
.btn
{
	width: 80px;
}
.btnOK
{
	background-image: url(Images/OK.gif);
	background-repeat:no-repeat;
	cursor: hand;
	width: 35px;
	height: 20px;
}
.btnCancel
{
	background-image: url(Images/Cancel.gif);
	background-repeat:no-repeat;
	cursor: hand;
	width: 35px;
	height: 20px;
}

/* 7 报表统计页面 */
/* 7.1 条件查询 */
.tdtext
{
	height: 20px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
/* 7.2 报表toolbar */
/*.crtoolbar
{
	width: 90%;
	height: 30px;
	background-color: Silver;
}*/
/* 7.3 报表 body */
.ReportView
{
	border: 1px;
	border-color: #0655a4;
	border-width: 1px;
	border-style: solid;
	width: 100%;
	height: 100%;
	background-color: #e2edff;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
/* 8 登录界面 */
/* 8.1 上部 */
.LoginHead
{
	background-image: url(Images/Login/Head_Bg.gif);
	background-repeat: no-repeat;
	height: 81px;
}
.LoginCenterBg
{
	background-image: url(Images/Login/Center_Bg.gif.gif);
	background-repeat: no-repeat;
	height: 438px;
}
/* 8.2 底部 */
.LoginFoot
{
	background-image: url(Images/Login/RedBlack.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	width: 100%;
	height: 5px;
}
/* 8.3 中部 */
.LoginCut
{
	background-image: url(Images/Login/Cut.gif);
	background-repeat: no-repeat;
	height:425px;
	width: 39px;
}
/* 8.4 左部Logo */
.LoginLogo
{
	background-image: url(Images/Login/Logo.gif);
	background-repeat: no-repeat;
	width: 83px;
	height: 99px;
}
/* 8.4 左部Title */
.LoginTitle
{
	background-image: url(Images/Login/Title.gif);
	background-repeat: no-repeat;
	width: 220px;
	height: 106px;
}
/* 8.5 右部装饰 */
.LoginRedGreen
{
	background-image: url(Images/Login/RedGreen.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 18px;
}
/* 8.5 条件查询 */
.LoginText
{
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	text-align: right;
	font-weight: normal;
}
/* 8.6 登录按钮 */
.LoginBtn
{
	background-image: url("Images/Login/Login_Btn.gif");
	background-repeat: no-repeat;
	width: 81px;
	height: 15px;
}
/* 9 班长席管理 */
/* 9.1 电话管理 */
/* 9.1.1 大标题 */
.CallTitleText
{
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
	font-weight:bold;
	height: 30px;
}
/* 9.1.2 表格 */
.CallTable
{
	border: 1px;
	border-color: #666666;	
}
/* 9.1.3 表格标题 */
.CallTableText
{
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	font-weight:bold;
	background-color: #94b2ee;
	height: 20px;
}
.CommandTableText
{
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	font-weight:bold;
	background-color: #999999;
	height: 20px;
}
/* 10 自定义报表 */
.btnSelectd
{
	color:#ffffff;
	background-image:url(../../App_Themes/Default/Images/Menu_Btn_Click.gif);
	border:none;
	height:30px;
	width:85px;
	font-weight:bold;
	cursor:default
}
.btnUnSelected
{
	color:#000000;
	background-image:url(../../App_Themes/Default/Images/Reportnav_Bg.gif);
	border:none;
	height:30px;
	width:85px;
	font-weight:bold;
	cursor:hand
}
.ReportTitleText
{
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
.ReportTitleStyle
{
	border:solid 1px #0655a4;
	vertical-align: middle;
	text-align: left;
	background-color: #619ce2;
}
/* 11 默认空白页 */
.DefaultBG
{
	background-image: url(../../App_Themes/Default/Images/Default_Bg.gif);
	background-repeat: repeat;
}
/* 12 选项卡按钮 */
.btnNoChosed
{
	border-left: solid 1px black;
	border-top: solid 1px black;	
	border-right: solid 1px black;
	border-bottom:none 0px #f0f4fb;
	background: f0f4fb;
	cursor:hand;
}
.btnChosed
{
	border-left: solid 1px black;
	border-top: solid 1px black;	
	border-right: solid 1px black;
	border-bottom:solid 0px black;
	background: white;
}
.btnAntiSelectStyle
{
	border-left: solid 1px black;
	border-top: solid 1px black;	
	border-right: solid 1px black;
	border-bottom:solid 1px black;
	background: #acb9c9;
	height:16px;
	cursor:hand;
}

/* 13 用户查找样式 */
.HoldQuery_Title
{
	background-image: url(../../App_Themes/Default/Images/HoldQuery_TitleBg.gif);
	background-repeat: no-repeat;
	width: 214px;
	height: 26px;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	color: #428eff;
	text-decoration: none;
	font-weight:bold;	
}
.HoldQuery_Title_Close
{
	background-image: url(../../App_Themes/Default/Images/HoldQuery_TitleBg_Close.gif);
	background-repeat: no-repeat;
	width: 214px;
	height: 26px;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	color: #428eff;
	text-decoration: none;
	font-weight:bold;	
}
.QueryTextArea
{
	border: 1px solid #000000;
	background-color: #d6dff7;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	text-decoration: none;
	overflow: auto;
}
/*终端参数设置*/
.tdCommandStyle
{
	border: solid 1px black;
	
	height:20px;
	margin:0;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	font-weight: normal;
	color: Black;
}
.btnSave
{
	border-bottom-color: Black;
	border-bottom-style:solid;
	border-right-color: Black;
	border-right-style:solid;
	border-top-color: Silver;
	border-left-color: Silver;
	border-width: 1px;
	background-color: #f0f4fb;
	height: 20px;
	cursor: hand;
}
/*报表中心*/

.ReportTree
{
	/*background-image: url(Images/TreeMenuHold_Bg.gif);
	background-repeat:repeat;*/
	background-color: #96b5f5;
	width:220px;
	/*height:100%;*/
}

.ReportBlackBorder
{
	background-color: #add7f0;
	border: solid 1px #000000;
	border-top: solid 1px #ffffff;
	height: 24px;
	width: 120px;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	color: Black;
	vertical-align: middle;	
	text-align: right;
	padding: 5px;
}
.ReportTextStyle
{
	border: solid 1px #000000;
	border-top: solid 1px #ffffff;
	border-left-width: 0px;
	text-align: left;
	width: 200px;
	padding:5px;
}
/* CSS container shadow */
.container 
{
    border:solid 1px black; 
    margin:2px;
}
/* CSS container shadow */
/* 网上服务 */
.ModifyPW_BG
{
	background-image: url(Images/WebService/webGpsNet_05.jpg);
	background-repeat: repeat-x;
	padding-left:30px;
	border-bottom: solid 1px #888a89;
	height: 24px;
	font-family: arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	font-size: 9pt;
	font-weight: normal;
	color: Black;
	vertical-align: middle;		
}
.ModifyPW_BG span{background:url(Images/WebService/webGpsNet_10.jpg) left no-repeat;display:block;padding-left:20px;}
.OptionBorder
{
	background:#C7D9FF;
 			 height:26px;
 			 width: 120px;
			 line-height:26px;
			 color:#103D7F;	
			 padding-left:25px;
			 text-align:left;
			 border:solid #2157A9;
			 border-width:0px 1px 1px 0px;
}
.BorderStyle
{
	padding-left:20px;
             border-bottom:1px solid #2157A9;
			 text-align:left;
}
.Cho0seObjectStyle
{
	width: 145px;
}
.FeetableSytle
{
	border: solid 1px black;
}
/* 新的网上服务样式开始 */

/*Font CSS*/

.lwhite:link,.lwhite:visited,.lwhite:active{color:#ffffff;text-decoration:none;}
.lwhite:hover{color:#FFAE00;}

.lblue:link,.lblue:visited,.lblue:active{color:#203765;text-decoration:none;}
.lblue:hover{color:#C2E7FF}
.lblue01:link,.lblue01:visited,.lblue01:active{color:#203765;text-decoration:underline;}
.lblue01:hover{color:#1B5FC2;text-decoration:underline}
.lunderlines:link,.lunderlines:visited,.lunderlines:active,.lunderlines:visited{text-decoration:underline;}


.Farial{font-family:arial;}
.Funderlines{text-decoration:underline;}
.Fbolds{font-weight:bold}

/*Right CSS*/
.inputStyle{background:#ECF1F9;border:1px solid #6C8DBE;padding:2px;font-size:12px;width:150px;}
.TopBox{padding-top:10px;}
.RightBox{border:solid #2157A9;border-width:1px 1px 0px 1px}
.RightBox01{border:1px solid #2157A9;}
.pageBoxBorder{ border-bottom:1px solid #2157A9; border-left:1px solid #2157A9; border-right:1px solid #2157A9;}

.TitBox
{
    background:url(Images/WebService/webGpsNet_05.jpg);
    background-repeat: repeat-x;
    height:28px;
	border-bottom:1px solid #2157A9;
}
		
.TitBox01{
    	background:url(Images/WebService/webGpsNet_26.jpg) top repeat-x;
        height:30px;
		line-height:29px;
		}	
		
.TitBoxCon{background:url(Images/WebService/webGpsNet_29.jpg) right no-repeat;
           border-bottom:1px solid #2157A9;
		   text-align:center;
		   color:#2157A9;
		  }

  				
.TitBox span{background:url(Images/WebService/webGpsNet_10.jpg) left no-repeat;display:block;padding-left:20px;}
.ConTentLeft{
			 background:#C7D9FF;
 			 height:26px;
			 line-height:26px;
			 color:#103D7F;	
			 padding-left:25px;
			 text-align:left;
			 border:solid #2157A9;
			 border-width:0px 1px 1px 0px;
			 }
			 
.ConTentLeft01{
             border:solid #2157A9;
			 border-width:0px 1px 1px 0px;
			 text-align:center;
             }			 
.ConTentRight{
             padding-left:20px;
             border-bottom:1px solid #2157A9;
			 text-align:left;
             }
			 
.ConTentRight01{
             border-bottom:1px solid #2157A9;
			 text-align:left;
			 text-align:center;
             }
			 			 
.promptBox{color:#CB0000;padding-left:25px;}		 
.inforBox{line-height:150%;padding:15px;color:#666666;text-align:left;}
.inforBox p{text-indent:2em;}
.inforBotTitBox{background:#CFDCF8;height:22px;color:#103D7F;text-align:center;}
.inforBotTdBox{background:#E9F0FF;height:25px;text-align:center;}
.inforBotTdBox01{background:#F7F9FF;height:25px;text-align:center;}
.pageBox{background:#C2D3EE;text-align:center;color:#203765;}
/* 新的网上服务样式结束 */



/* 网站登录窗口样式 */
#BottomTopBox{background:#A1C3E6;height:29px;width:950px;padding-left:50px;margin:0 auto;}
#BottomTopBox h1{width:140px;float:left;}
#BottomTopBox h2{width:200px;float:left;padding-top:4px;}
#BottomTopBox h3{width:150px;float:left;padding-top:4px;}

.inputBorder{border:1px solid #5E93C7;height:17px;width:125px;background:#C9D9EA;}

.rightBgBox{background:#F7F9FB;}

.loginInput{border:1px solid #A1C3E6;width:90px;height:16px;}



/*轨迹回放 CSS*/
.BlueLine{border-bottom:1px solid #A4B7E7;}
.scrollBox{padding:5px 0px 5px 7px;float:left;}
.scrollFontBox{width:34px;float:left;}
.scroll{background:url(Images/guiji_03.png) no-repeat;width:150px;height:15px;float:left;POSITION: absolute; z-index:8;}
.scroll01Box{background:url(Images/guiji_04.png) repeat-x;margin:0px 1px 0px 1px;text-align:center; z-index:9; font-family:arial;width:148px;}

/*WebGIS 滚动条 */

.ScrollBar {
 scrollbar-highlight-color: #95AEE1;
 scrollbar-shadow-color: #95AEE1;
 scrollbar-3Dlight-color: #ffffff;
 scrollbar-track-color: #EBF3FB;
 scrollbar-arrow-color: #ffffff;
 scrollbar-darkshadow-color: #6C90DB;
 scrollbar-face-color:#e2f6ff;
}

/* DBMS 目标详细信息 */
.FontBlod
{
	font-family: arial, 宋体, verdana, 微软雅黑, sans-serif, helvetica ;
	font-size: 9pt;
	color: Black;
	font-weight: bold;
	vertical-align: middle;	
	text-align: left;
}


/* 滑动条 */
.imageSlider1 { margin:0;padding:0; height:20px; width:64px; background-image:url("Images/Slider/scrollbg_TrackHistory.gif");text-align:center; }
.imageBar1    { margin:0;padding:0; height:17px; width:10px; background-image:url("Images/Slider/scrfloat.gif");text-align:center; cursor:hand;}

.imageSlider2 { margin:0;padding:0; height:20px; width:600px; background-image:url("Images/Slider/horizBg.png");text-align:center; }
.imageBar2    { margin:0;padding:0; height:20px; width:18px; background-image:url("Images/Slider/horizSlider.png");text-align:center; cursor:hand; }

.imageSlider3 { margin:0;padding:0; height:20px; width:600px; background-image:url("Images/Slider/scrollbg.gif");text-align:center; }
.imageBar3    { margin:0;padding:0; height:17px; width:10px; background-image:url("Images/Slider/scrfloat.gif");text-align:center; cursor:hand;}

.winSlider    { margin:0;padding:0; height:15px; width:600px; background-color:#eee; border:2px solid #EAE6DD; }
.winBar       { margin:0;padding:0; height:15px; width:10px; border:2px outset buttonhighlight; background-color:#D4D0C8; }


/*个人公文包*/
.FolderMenuHead
{
  height: 24px;
  background-image: url('Images/bgground1.png');
  background-repeat: repeat-x;
    
  text-align:center;
  margin-left: 4px;
  font-family: arial;
  color: black;
  font-weight: bold;
  font-size:9pt;
}


.FileListMenu {
	background-image: url(Images/Folder_Bg.gif);
	background-repeat: repeat-x;
	height: 24px;
	text-align:left;
	vertical-align: middle;
	font-family: arial;
	color: white;
	font-weight: bold;
	font-size:9pt;
}
.FileDetailSplit
{
  background-image: url('Images/splitback.gif');
  background-repeat: repeat-x;
  border: 0px;
  font-size: 2px;
  width: 100%; 
  height: 5px;
}

/*提示框*/
.TipStyle
{
	background-color: #f7f2dd;
	border:solid 1px black;
}


/* 导航页 */
#NavPageTitle
{
	color: #71610a;
	margin: 20px 0px 20px 20px;
	font-family: Arial;
	font-size:18pt;
	font-weight: bolder;
}
.NavOneMenu
{
	background-image: url(Images/NavArrow1.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 10px 0px 10px 50px;
	padding: 0px 0px 0px 30px;
	font-size: 12pt;
	font-family:arial, verdana,宋体, sans-serif, 微软雅黑, helvetica;
	cursor: pointer;
	text-decoration: underline;
	float: left;
	clear: both;	
}
.NavSencondMenu
{
	background-image: url(Images/NavArrow2.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 10px 0px 10px 60px;
	padding: 0px 0px 0px 30px;
	font-family:Arial;
	cursor: pointer;
	text-decoration: underline;
	float: left;	
	clear: both;
}
/*提示信息*/

.msg {
	PADDING-RIGHT: 24px; PADDING-LEFT: 24px; PADDING-BOTTOM: 2px; COLOR: #fff; PADDING-TOP: 4px
}
.errmsg {
	PADDING-RIGHT: 24px; PADDING-LEFT: 24px; PADDING-BOTTOM: 2px; COLOR: #fff; PADDING-TOP: 4px
}
.msg {
	BACKGROUND: #68af02
}
.errmsg {
	BACKGROUND: #ef8f00
}
.lgoo {
	Z-INDEX: 1; LEFT: 5px; POSITION: absolute
}
/*计划指令*/
.ScheduleDetail
{
	background-color: #f2f2f2;	
}
.LabelStyle
{
	font-weight: normal; color: Black;
}
