﻿/* -- base -- s */
body
{
	font-size:9pt; font-family: Arial, Helvetica, sans-serif, 宋体;
	text-align:center;
	padding:0;
	margin:0;
}

a
{
	text-decoration:none;
	color:#000;
}

a:hover
{
	text-decoration:underline;
	color:#F00;
}

.SolidTextBox
{
	border:solid 1px #000;
}

.CalenderTextBox
{
	border:solid 1px #000;
	width:69px;
}

.SolidButton
{
	border:solid 1px #BBB;
	height:20px;
	line-height:17px;
	padding-left:3px;
	padding-right:3px;
	cursor:hand;
}

.SolidTable, .SolidTable tr, .SolidTable tr td, .SolidTable tr th
{
	border-collapse:collapse;
	border:solid 1px #BBB;
}

.colorBar
{
	text-align:center;
	border:solid 1px #bbb;
	padding-top:3px;
	padding-bottom:3px;
}

.colorBar .colorBlock
{
	border:solid 1px #fff;
	height:15px;
	width:15px;
}
/* -- base -- e */

/* -- topsTop -- s */
.topsTop
{
	background-color:#F8F8F8;
	height:20px;
	line-height:20px;
	border:solid 1px #E6E6E6;
	text-align:center;
	color:#A1A0A0;
}

.topsTop a, .topsTop a:hover
{
	color:#A1A0A0;
	text-decoration:none;
}

.topsTop div
{
	width:910px;
	text-align:right;
}
/* -- topsTop -- e */

.topBigTitle
{
	margin-top:15px;
	border:solid 1px #D6D7D6;
	width:908px;
	height:120px;
	text-align:left;
}

.topBigTitle .topBigTitlesLeft
{
	background-image:url("../image/Index/titlePicTEMP.jpg");
	background-repeat:no-repeat;
	background-position:right;
		
	float:left;
	height:120px;
	line-height:100px;
	background-color:#fff;
	width:908px;
	text-align:left;
	text-indent:15px;
	color:#1F4A53;
	font-size:18pt;
	font-weight:bold;
}

/*.topBigTitle .topBigTitlesRight
{
	float:right;
	height:100px;
	line-height:40px;
	background-color:#fff;
	width:180px;
	text-align:left;
	text-indent:15px;
}*/

/* -- topMenu -- s */
.topMenu
{	
	margin-top:2px;
	
	height:54px;
	line-height:54px;
	width:910px;
	background-image:url("../image/a1.gif");
	background-repeat:repeat-x;
	border:solid 1px #ddd;
}

.topMenu .lineOne
{
	padding-left:18pt;
	text-align:left;
	height:27px;
	line-height:27px;
	color:#fff;
}

.topMenu .lineOneCol
{
	float:left;
	width:87px;
	text-align:center;
	margin-left:1px;
	margin-top:4px;
	height:24px;
	line-height:24px;
	cursor:hand;
}

.topMenu .Selected
{
	color:#E45E04;
	font-weight:bold;
	background-color:#fff;
}

.topMenu .NotSelected
{
	
}

.topMenu .NotDisplay
{
	display:none;
}

.topMenu .lineTwo
{
	padding-left:18pt;
	text-align:left;
	height:25px;
	line-height:25px;
	color:#1F4A53;
	border:solid 1px #E45E04;
	border-width:0px 1px 1px 1px;
}

.topMenu .lineOne a, .topMenu .lineOne a:hover
{
	color:#FFF;
}

.topMenu .lineTwo a, .topMenu .lineTwo a:hover
{
	color:#1F4A53;
}
/* -- topMenu -- e */

div .BlockTitle
{
	font-family:黑体;
	font-weight:bolder;
	font-size:16pt;
	color:#E45E04;
}

/* --  -- b */
.Color_FFF5EE
{
	background-color:#FFF5EE;
}

.FloatLeft
{
	float:left;
	border-width:0px;
	background-color:#eee;
	width:100px;
}

.FloatLeft2
{
	float:left;
	border-width:0px;
	background-color:#eee;
	width:120px;
}

.TextAlignLeft
{
	text-align:left;
}

.TextAlignRight
{
	text-align:right;
}

.Width100
{
	width:100%;
}
/* --  -- e */

.Note
{
	border:solid 1px #aaa;
	background-color:#eee;
	color:#000;
	padding:5px 10px 5px 10px;
	margin-bottom:5px;
}

.Note a
{
	color:#f00;
}

.Note2
{
	border:solid 1px #aaa;
	background-color:#eee;
	color:#000;
	padding:5px 10px 5px 10px;
	margin-bottom:5px;
	width:858px;
	padding-top:8px;
}

.Note2 a
{
	color:#f00;
}

.PublicQueryBar
{
	border:solid 1px #aaa;
	background-color:#eee;
	color:#000;
	padding:3px 10px 5px 10px;
	margin-bottom:5px;
	margin-top:5px;
}

.PublicQueryBarTitle
{
	height:100%;
	font-weight:bold;
	float:left;
	line-height:35px;
	margin-right:5px;
}

.PublicQueryBar .SolidTextBox
{
	width:100px;
}

.MouseBox
{
	font-weight:bold;
	border:solid 1px #aaa;
	background-color:#eee;
	color:#000;
	padding-left:2px;
	height:15px;width:15px;
	position:absolute;
	z-index:3
}