﻿/*
Description .... Global elemnets define
Date ........... 2008-07-27
Author ......... JackZhao
*/


/*============================================== global elements ================================================*/
body
{
	padding: 0px;
	margin: 0px; /*background-color: #798288;*/
	background-color: #c1d8f1;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	background-image: url('../Images/bg_Bottom.gif' );
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 100%;
}

a
{
	text-decoration: none;
}

/*定义1像素边框表格样式*/
.listTable
{
	text-align: left;
	background-color: #CCCCCC;
}

.listTable .tr1
{
	height: 30px;
	line-height: 30px;
}

.listTable td
{
	padding: 5px;
	background-color: #FFFFFF;
}

.listTable td ul li
{
	list-style-type: none;
	float: left;
	margin-left: 2px;
}
/*定义直线样式*/
.line
{
	height: 1px;
	background-color: #e0e0e0;
}

/*定义文本输入框样式*/
.txtinput
{
	border: 1px solid #696969;
	background-image: url(                     '../Images/HeaderBg.gif' );
	background-repeat: repeat-x;
	height: 26px;
	line-height: 26px;
	padding-left: 8px;
}
/*定义提示信息样式*/
.warning
{
	height: 22px;
	line-height: 22px;
	background-image: url(                        '../Images/warning.gif' );
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #F9F3DF;
	font-size: 12px;
	color: #666666;
	border: 1px solid #999999;
	padding-left: 22px;
}
/*定义错误信息样式*/
.ErrorMessage
{
	height: 30px;
	line-height: 30px;
	background-image: url(                        '../Images/deleted.gif' );
	background-repeat: no-repeat;
	background-position: 3px center;
	background-color: #F9F3DF;
	font-size: 12px;
	color: #666666;
	border: 1px solid #999999;
	padding-left: 22px;
}

.divFrame
{
	padding: 0px;
	min-width: 780px !important;
	max-width: 998px !important;
	width: 998px;
	text-align: left;
}

.divFrame h4
{
	color: #0066CC;
	font-size: 12px;
	font-family: 宋体;
	font-weight: bold;
}

.itemTilte
{
	width: 265px;
	height: 40px;
	background-image: url('../Images/ItemTitle.gif');
	background-repeat: no-repeat;
	color: #000000;
	padding-left: 25px;
	line-height: 32px;
	font-size: 12px;
	font-weight: bold;
}
/*======================= global divBottom style ====================================== */
#divTop
{
	height: 45px;
	background-color: #2455c5;
	background-image: url(                                         '../Images/bg_Top.gif' );
	background-repeat: repeat-x;
	text-align: left;
}

#divBanner
{
	color: #999;
	margin-top: 12px;
	margin-left: 400px;
}

#divBanner a
{
	color: #999;
	text-decoration: none;
}

#divBanner a:hover
{
	color: #33CCFF;
	text-decoration: underline;
}

#divBanner ul li
{
	padding-right: 10px;
	list-style-type: none;
	float: left;
	font-size: 14px;
}


#divBottom
{
	color: #333;
	height: 80px;
	clear: both;
	font-size: 14px;
	z-index: 10;
}
#divBottom a
{
	color: #333;
	font-size: 14px;
	text-decoration: none;
}

#divBottom a:link
{
	color: #333;
	text-decoration: none;
}
#divBottom a:hover
{
	color: #17a5ff;
}
/*============================================== default page frame clsss ================================================*/
#trTitle
{
	height: 40px;
	background-image: url(../Images/bg_TableTitle.gif);
	background-repeat: repeat-x;
}
#trTitle td
{
	padding-left: 5px;
	color: #9a9a9a;
	font-family: 宋体;
	font-size: 12px;
	font-weight: bold;
}


.depart
{
	padding: 40px 0px 0px 15px;
	width: 265px;
	height: 110px;
	color: #333333;
	font-family: 宋体;
	font-size: 12px;
	word-spacing: 1px;
	line-height: 20px;
}

#MainTable
{
	width: 660px;
	margin-top: 20px;
	background-color: #CCCCCC;
}

#MainTable td
{
	height: 150px;
	background-color: #fff;
	color: #808080;
}

/*=================================================================*/
.divDownload
{
	height: 35px;
	position: absolute;
	bottom: 8px;
	text-align: right;
	width: 100%;
	border-top: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
	padding-top: 2px;
}
.divDownload img
{
	cursor: hand;
	border: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
}
/*=================================================================*/
.moduleLeft
{
	height: auto;
	clear: both;
}
