﻿body
{
	padding: 0;
	margin: 0;
	border-width: 0;
	height: 100%;
}
p
{
	margin: 12px 0;
}
a:link
{
	color: blue;
	text-decoration: none;
}
a:visited
{
	color: blue;
	text-decoration: none;
}
a:hover
{
	color: Red;
	text-decoration: underline;
}
#totalPage
{
	width: 100%; /* ---- 全局宽度 ---- */
	min-width: 800px;
}
#header
{
}
#headerTitle
{
	height: 35px;
	background-image: url('images/hd-bg.gif');
	background-position: 0 0px;
	background-color: #efefef;
}
.headerSiteName
{
	padding: 7px 0 0 8px;
	font: 16px tahoma, arial, sans-serif;
	color: white;
}
.headerSiteName a:link
{
	color: white;
	text-decoration:none;
}
.headerSiteName a:visited
{
	color: white;
	text-decoration:none;
}
.headerSiteName a:hover
{
	color: white;
	text-decoration:none;
}
.headerLoginItems
{
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 12px;
}
.headerLoginItems span
{
	color:#eee;
}
.headerLoginItems a:link
{
	color: #ccc;
	text-decoration: none;
	padding: 2px 3px 1px 3px;
	font-size: 12px;
}
.headerLoginItems a:visited
{
	color: #ccc;
	text-decoration: none;
}
.headerLoginItems a:hover
{
	color: Red;
	text-decoration: underline;
}

#navBar
{
	background-color: #dfe8f6;
}
#navBarMenu
{
	padding: 2px 2px 1px 2px;
}

#wrapper
{
	min-height: 330px;
	_height: 330px;
}
#wrapperBody /*-- site.master --*/
{
	background-color: #fcfcfc;
}
#wrapper #left
{
	width: 180px;
	min-height: 480px;
	_height: 480px;
    position:fixed;
	_position: absolute;
	left: 0;
	font-size:12px;
}
#wrapper #right
{
	margin-left: 180px;
	min-height: 480px;
	_height: 480px;
	font-size:12px;
}

#wrapper #right a:link
{
	color: blue;
}
#wrapper #right a:visited
{
	color: blue;
}
#wrapper #right a:hover
{
	color: Red;
	text-decoration: underline;
}

#footer
{
	bottom: 0px;
	background-color: #fff;
	padding: 3px;
	font-size: 10px;
	font-family: Arial;
	color: blue;
}


/* 正在更新中的块 */

.boxUpdating
{
	position: fixed !important;
	z-index: 10;
	_position: absolute;
	top: 50%;
	left: 50%;
	height: 18px;
	width: 120px;
	padding-top: 2px;
	border: solid 1px #aaa;
	background-color: #eee;
	font-size: 12px;
}

.boxUpdating span
{
	margin: 5px;
	padding-left: 18px;
	color: Black;
	background: url(images/Loading.gif) no-repeat;
}

.spnNoNull
{
    color:Red;
    font-size:14px;
    padding-right:10px;
}

/* 可编辑的span */
.spanEditable
{
	display: inline-block;
	min-width: 30px;
	padding: 2px 15px 1px 2px;
}
.spanEditable:hover
{
	background-color: #e9eef7;
	padding: 1px 15px 0 1px;
	border: solid 1px #8a909e;
}


/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.2;
}

.modalPopup
{
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}


.blank0
{
    display: block;
    height: 0px;
    clear: both;
    overflow: hidden;
}
.blank5
{
    display: block;
    height: 5px;
    clear: both;
    overflow: hidden;
}
.blank8
{
    display: block;
    height: 8px;
    clear: both;
    overflow: hidden;
}
.blank10
{
    display: block;
    height: 10px;
    clear: both;
    overflow: hidden;
}
.blank12
{
    display: block;
    height: 12px;
    clear: both;
    overflow: hidden;
}
