@IMPORT url("global-static.css");

@IMPORT url("office-menu.css");

@IMPORT url("../template/resources/style/paginator_global_static.css");

@IMPORT url("site-header.css");

html,body {
	margin: 0;
	padding: 0;
	margin-left: 1px;
	margin-right: 1px;
	background: #F3F3F3 url(../images/bg.gif) repeat-x;
	font: normal 12px Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	color: #333;
	background: #F3F3F3 url(../images/bg.gif) repeat-x;
}

.ad-container {
	padding: 0px 3px 0px 3px;
}

.page-container {
	margin-left: 100px;
	margin-right: 100px;
	background: #fff;
	overflow: hidden;
	min-width: 800px;
}

* html .page-container {
	width: 800px;
}

/*页面功能区*/
.office-content {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding-top: 3px;
	/*
	clear: both;
	white-space: nowrap !important;*/
}

/*功能区主功能导航区*/ /*左边功能导航样式开始*/
.main-left {
	float: left;
	width: 166px;
	background: #fff;
	padding-bottom:0px;
}

.main-left .main-left-top {
	height: 14px;
	background: transparent url(../images/gzs_left_top_bg.jpg);
	width: 168px;
}

.main-left .main-left-title {
	height: 36px;
	padding-top: 8px;
	padding-left: 10px;
	background: transparent url(../images/gzs_left_title_top.jpg) no-repeat;
}

.main-left .main-left-container {
	background: transparent url(../images/gzs_left_title_bg.jpg);
	padding: 6px 9px 0px 9px;
	margin-top: -8px;
}

.main-left .main-left-bottom {
	height: 6px;
	background: transparent url(../images/gzs_left_title_bottom.jpg)
		no-repeat;
}

/*左边功能导航样式结束*/ /*功能区－展示区*/
.main-right {
	background: #fff;
	margin-left: 166px;
}

* html .main-right {
	float: right;
	margin-left: 0px;
}

.main-right-title {
	padding: 5px 0px 0px 5px;
	height: 30px;
	background: #F7F7F7 url(../images/gzs_right_top_bg.jpg);
	border: #ccc 0px solid;
}

.main-right-title .tip-message {
	margin-top: 2px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: transparent;
	text-align: left;
	border: 0px;
}

.main-right-content {
	padding: 0px;
	width: 700px;
}

.footer-ad {
	clear: both;
	height: 40px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	padding: 13px 25px;
	line-height: 18px;
}

.footer-site {
	clear: both;
	height: 66px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #c9c9c9;
	border-top: 1px solid #efefef;
	padding: 13px 25px;
	line-height: 18px;
}

.footer-site a {
	color: #c9c9c9;
	text-decoration: none;
}

.footer-site a:hover {
	color: #db6d16;
}

.footer-site .altnav {
	clear: both;
	width: 350px;
	float: right;
	text-align: right;
	padding-top: 13px;
}

.footer-site .copyright {
	padding-top: 13px;
}

/*数据列表属性样式*/
.gridContainer {
	width: 100%;
	BORDER: 0px solid;
}

.grid td { /*COLOR: #7b7b7b;*/
	BORDER-BOTTOM: 1px dotted;
	padding-left: 5px;
	padding-right: 5px;
}

.grid th { /*COLOR: #7b7b7b;*/
	BORDER-BOTTOM: 0px dotted;
}

/*列表工具栏样式*/
.toolbarContainer {
	height: 30px;
}

.toolbarContainer .toolbar {
	padding: 2px;
	float: right;
}

.toolbarContainer .toolbar span {
	background: url(images/toolbar.gif) no-repeat;
	color: #446A02;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	display: block;
	width: 66px; /* IE 6 treats width as min-width */
	min-width: 66px;
	height: 25px; /* IE 6 treats height as min-height */
	min-height: 25px;
	padding-top: 6px;
	display: block;
}

.toolbarContainer .toolbar a:hover span {
	text-decoration: none;
	color: red;
	font-weight: bold;
}
