﻿@charset "utf-8";

/*
样式表应用
V0.0.4 2007年11月20日9:08:09
主色值为：#00afdd
*/
/*主表格样式*/
.tbMain
{
	border: 1px solid #25493b;
}
/*表格标题*/
.tbHeader
{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #25493b;
	padding-left:4px;
	background-image: url(images/BG_tbHeader_Blue3D.gif);
	height: 26px;
	text-align: left;
}
/*表格标题链接*/
.tbHeader a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.tbHeader a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.tbHeader a:hover
{
	color: #E1F9FF;
	text-decoration: underline;
}
.tbHeader a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

/*表格内容*/
.tbContent
{
	background-color: #EBEBEB;
}
/*单元格文本样式*/
.tdText
{
	font-size: 12px;
	background-color: #FFFFFF;
	color: #666666;
	width: -25%;
	text-align:left;
}
.tdText a:link
{
	color: #0066CC;
	text-decoration: none;
}
.tdText a:visited
{
	color: #993399;
	text-decoration: none;
}
.tdText a:hover
{
	color: #CC3300;
	text-decoration: underline;
}
.tdText a:active
{
	color: #0066CC;
	text-decoration: none;

}


/*单元格标签样式*/
.tdLabel
{
	font-size: 12px;
	color: #0087ae;
	background-color: #FFFFFF;
	text-align: right;
}
/*单元格提示区域*/
.tdTipbox
{
	font-size: 12px;
	color: #999999;
	background-color: #F3F8F8;
	text-align: center;
}
/*按钮单元格样式*/
.tdButtonbox
{
	font-size: 12px;
	color: #666666;
	background-color: #FCFEFD;
	text-align: right;
	line-height: 22px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #489174;
	padding: 3px;
}
/*带首行缩进正文样式*/
.tdContent

{
	line-height: 1.6em;
	text-indent: 2em;
	text-align: left;
}
 /*带首行缩进正文的列表项*/
.tdContent li
{
	text-indent: 0px;
}
 /*带首行缩进正文的链接*/
.tdContent a:link, a:visited, a:hover, a:active
{
	color: #0000FF;
	text-decoration: underline;
}
/*警告字体样式*/
.textWarning
{
	color: #997300;
}
/*信息字体样式*/
.textInformation
{
	color: #000099;
}
/*错误字体样式*/
.textError
{
	font-weight: bold;
	color: #FF0000;
}
/*提示字体样式*/
.textTip
{
	color: #999999;
}
.textRequired {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

/*强调样式*/
.textPoint
{
	font-weight: bold;
	color: #CC3300;
	text-decoration: underline;
}
/*文本标题*/
.textTitle
{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

/*水平线样式 FOR DIV*/
.lineDashed
{
	background-image: url(images/BG_line.gif);
	background-repeat: repeat-x;
	height: 1px;
	font-size: 0px;
}
/*链接分隔样式*/
.linkSpan {
	font-size: 10px;
	color: #CCCCCC;
}
.BnDefault {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding: 2px 5px 2px 5px;
	letter-spacing: 0.5em;
}
.TxDefault {
	font-size: 14px;
	color: #333333;
	width: 99%;
	line-height: 16px;
	height: 16px;
}
/*自己写的样式开始*/
.TextBoxInput
{
	height: 20px;
	width: 150px;
	background-repeat: no-repeat;
	background-position: right center;
	border: 0.02cm solid #336699;
	vertical-align: middle;
}

.dataGroup
{
	border: 1px solid #9db0bc;
	padding: 5px;
	width: 95%;
}
.id-car-tit
{
	font-size: 14px;
	color: #82634b;
	font-weight: bold;
	text-decoration: none;
}
.id-car-tit:hover
{
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}
.change-car-tit
{
	font-size: 14px;
	color: #50a118;
	font-weight: bold;
	text-decoration: none;
}
.change-car-tit:hover
{
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}

/*自己写的样式结束*/

/*DIV分隔 BEGIN*/
.divSpan5 {
	height: 5px;
	font-size: 0px;
}
.divSpan7 {
	height: 7px;
	font-size: 0px;
}
.divSpan10 {
	height: 10px;
	font-size: 0px;
}
.divSpan20 {
	height: 20px;
	font-size: 0px;
}
/*DIV分隔 END*/
