﻿body
{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	font-size: 9pt;
	font-family: Verdana;
	background-color:White;
}
.divScroll
{
	scrollbar-face-color: #f5f5f5;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #666666;
	scrollbar-3dlight-color: #f5f5f5;
	scrollbar-darkshadow-color: #f5f5f5;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #666666;
}
.ListShowTitle
{
	background-image: url(../images/titile_bg.bmp);
	background-position: center top;
	width: 214px;
	height: 27px;
	border-bottom: solid 1px #cccccc;
}
.ListHideTitle
{
	background-color: White;
	width: 16px;
	border-bottom: solid 1px #cccccc;
}
.DoubleBorder
{
	border-left: double 3px #9EBFE8;
	border-right: double 3px #9EBFE8;
	border-top: double 3px #9EBFE8;
	border-bottom: double 3px #9EBFE8;
}
.divBorder
{
	filter: progid:DXImageTransform.Microsoft.Shadow(strength:3,color:#cccccc,direction=150);
}
.EditTable td
{
	font-size: 9pt;
	padding: 3px 3px 3px 3px;
	font-family: Verdana;
}
.tdName
{
	text-align: right;
	color: #666666;
	font-family: Verdana;
}
.tdEdit
{
	text-align: left;
}

a
{
	font-size: 9pt;
	text-decoration: none;
	font-family: Verdana;
}
A:link
{
	color: #333333;
	text-decoration: none;
}
A:visited
{
	color: #333333;
	text-decoration: none;
}
A:hover
{
	color: red;
	text-decoration: underline;
}
input
{
	font-size: 9pt;
	font-family: Verdana;
}
.must
{
	color: Red;
	margin-right: 5px;
}
.buttonSize
{
	border: solid 1px #cccccc;
	cursor: hand;
}

/**普通控件项样式**/
#ProcessPrompt
{
	padding-top: 5px;
	width: 140px;
	position: absolute;
	height: 30px;
	background-color: white;
	text-align: center;
	border-top: solid 1px #7B9EBD;
	border-bottom: solid 1px #7B9EBD;
	border-left: solid 1px #7B9EBD;
	border-right: solid 1px #7B9EBD;
}
.button
{
	background-image: url(../images/button_bg.gif);
	border: none;
	width: 78px;
	height: 20px;
	font-size: 9pt;
	font-family: Verdana;
}
.input
{
	border-top: solid 1px #7B9EBD;
	border-right: solid 1px #7B9EBD;
	border-bottom: solid 1px #7B9EBD;
	border-left: solid 1px #7B9EBD;
	height: 19px;
	width: 150px;
	font-family: Verdana;
}
/**即时消息框**/
.MsgTitle
{
	width: 15px;
	color: #7B9EBD;
	background-image: url(../images/MouseOver_bg.gif);
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	padding: 2px 2px 2px 4px;
}
/**车辆列表样式**/
.aVehicle
{
	margin-left: 3px;
	text-decoration: none;
	color: Blue;
}
.aVehicle:hover
{
	text-decoration: underline;
	color: red;
}
.divCompany, .divMotorCade
{
	color: #00006f;
}
.divCompany:hover, .divMotorCade:hover
{
	text-decoration: underline;
	color: red;
}

/**DataGrid样式**/
.dgHeader
{
	height: 27px;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/titile_bg.bmp);
	background-repeat: repeat-x;
	padding: 0 0 0 0;
}
.dgFooter
{
	background-color: #eff7fc;
	height: 25px;
	border-bottom: solid 1px #9cb6c5;
	border-left: solid 1px #9cb6c5;
	border-right: solid 1px #9cb6c5;
}
.DataGrid
{
	margin: auto;
}
.DataGrid td
{
	padding: 3px 3px 3px 3px;
}
.dgHeader td
{
	padding: 0 3px 0 3px;
}
.btnPage
{
	margin-right: 5px;
}
.btnRedirect
{
	border: outset 1px #7B9EBD;
	height: 20px;
	width: 25px;
	background-color: White;
	vertical-align: middle;
	text-align: center;
}
.btnSwitch
{
	border-right: solid 1px #cccccc;
	border-bottom: none;
	border-left: none;
	border-top: none;
	background-color: White;
	cursor: hand;
	height: 20px;
	width: 100%;
	color: Blue;
	text-align: center;
	vertical-align: middle;
}
/**操作等待框**/
.Disabled
{
	position: absolute;
	z-index: 1000;
	background-color: black;
	filter: Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	left: 0px;
	top: 0px;
}
/**工具栏**/
.ToolBar
{
	height: 27px;
	background-image: url(../images/top_bg2.gif);
	background-position: left bottom;
	vertical-align: top;
	text-align: left;
	padding-top: 4px;
}
.ToolItem:hover
{
	text-decoration: underline;
	color: Red;
}
.ToolItem
{
	text-align: center;
	text-decoration: none;
	color: Black;
	border-right: inset 2px white;
}
