body {
	background-color: #ffffff;
	margin: 0px;
	font-size: 12px;
	height: 100%;
}

table {
	font-size: 12px;
	border-collapse: collapse;
	border-color: #CCCCCC;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	border-right-color: #ffffff;
	border-top-color: #ffffff;
	bg-color: #ffffff;
}

td.contitle {
	font-size: 12px;
	color: #696969;
	background-image: url("../images/headerBg.gif");
	background-repeat: repeat;
	border-left: 0px #cc9ee4 solid;
	border-right: 0px #cc9ee4 solid;
	height: 20px;
	padding-left: 10px;
}

td.contitle1 {
	font-size: 12px;
	color: #696969;
	background-image: url("../images/header_bg1.gif");
	background-repeat: repeat;
	border-left: 0px #cc9ee4 solid;
	border-right: 0px #cc9ee4 solid;
	height: 20px;
	padding-left: 10px;
}

ul {
	list-style: none;
}

img {
	border: none;
}



.oneLine { /* 禁止自动换行 */
	white-space: nowrap;
	/* 隐藏超出部分 */
	overflow: hidden;
	text-overflow: ellipsis;
}

#wrapper {
	margin-right: 1px;
	margin-left: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	BORDER-LEFT: #4EB435 1px solid;
	BORDER-RIGHT: #4EB435 1px solid;
	background-color: #ffffff;
}

#theFrameset0 {
	BORDER-LEFT: #4EB435 1px solid;
	BORDER-RIGHT: #4EB435 1px solid;
}

/*******************************header strat********************************************/
#header {
	width: 100%;
	height: 96px;
	background: url("../images/header_bg.jpg") bottom left repeat-x;
}

#header1 {
	height: 50px;
	width: 100%;
}

#header1 div {
	height: 72px;
	width: 100%;
	background: url("../images/header_title.jpg") top left no-repeat;
}

#logo {
	height: 50px;
	width: 228px;
	margin-left: 79%;
	margin-top: 8px;
	/*
	background: url(../images/logo.gif) top right no-repeat;
	*/
}

#header2 {
	height: 24px;
	width: 100%;
	position: relative;
}

/**************navi**************/
#mainMenu {
	position: absolute;
	height: 24px;
	bottom: 0px;
}

#mainMenu li {
	height: 17px;
	float: left;
	text-align: center;
	padding-top: 7px;
	padding-left: 30px;
	padding-right: 30px;
}

#header2 a:link {
	color: #eacbfe;
}

#header2 a:visited {
	color: #eacbfe;
}

#header2 a:hover {
	color: #ffffff;
}

#header2 a:active {
	color: #884403;
}

#header2 li.selected {
	background: url("../images/headerMenu.jpg") repeat-x left bottom;
}

#header2 li.selected span {
	color: #ffffff;
}

.btn_layout {
	float: left;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	BACKGROUND-IMAGE: url("../images/btn_layout.gif");
	margin-left: 5px;
}

.btn_layout a {
	height: 14px;
	width: 14px;
}

.hiddenLeft {
	background-position: -26px 0px;
}

.hiddenHeader {
	background-position: 0px 0px;
}

.hiddenHeader2 {
	background-position: -13px 0px;
}

.hiddenLeft a:hover {
	background-image: url("../images/btn_layout2.gif");
	background-position: -26px 0px;
}

.hiddenHeader a:hover {
	background-image: url("../images/btn_layout2.gif");
	background-position: 0px 0px;
}

.hiddenHeader2 a:hover {
	background-image: url("../images/btn_layout2.gif");
	background-position: -13px 0px;
}

/*******************************header end***********************************************/
	/*******************************content********************************/
#content {
	background-color: #ffffff;
	width: 986px;
	padding: 0px;
	margin: 0px;
}

/************************right panel**************************/
#rightPanel {
	position: absolute;
	top: 96px;
	right: 2px;
	width: 12px;
	background: url("../images/rightLine.jpg") repeat-y right top;
	margin: 0px;
	height: 100%;
}

/************************left panel***********************************************************/
#leftPanel {
	float: left;
	width: 148px;
	background: url("../images/left_bg.gif") repeat-y left top;
}

#leftA3 {
	width: 148px;
	height: 36px;
	background: url("../images/navigation.jpg") no-repeat left top;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

/*****
#winTitle {
	color:#349641;
}***/
#leftMenu {
	width: 148px;
	height: 100%;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	background: url("../images/left_bg.gif") repeat-y left top;
}

#logo2 {
	position: absolute;
	width: 110px;
	height: 89px;
	top: 420px;
	right: 15px;
	background: url("../images/logo2.gif") no-repeat right top;
	display: block;
}

	/*******************************user info panel start **********************************/
#panelA {
	float: left;
	width: 100%;
	height: 29px;
	background: url("../images/panelA_bg.gif") repeat-x left top;
	color: #eacbfe;
}

#panelA a:link {
	color: #eacbfe;
}

#panelA a:visited {
	color: #eacbfe;
}

#panelA a:hover {
	color: #ffffff;
}

#panelA a:active {
	color: #ffffff;
}

#panelA ul li {
	padding: 3px 3px 3px 3px;
}

#panelA1 {
	position: absolute;
	left: 15px;
	top: 8px;
	width: 900px;
}

#panelA1 ul li {
	float: left;
}

#panelA2 {
	position: absolute;
	right: 100px;
	top: 8px;
}

#panelA3 {
	position: absolute;
	right: 10px;
	top: 8px;
}

#panelA3 span {
	padding-right: 10px;
}

/*******************************user info panel end **********************************/
#welcome {
	width: 100%;
	height: 178px;
	background: url("../images/welcome.jpg") no-repeat right bottom;
	/***margin-top: 305px; ***/
	position: absolute;
	bottom: 2px;
	right: 2px;
}

.textCol1 {
	color: red;
}

.textBold {
	font-weight: bold;
}

.styleBtn {
	width: 12px;;
	height: 8px;
}

.styleBtn a {
	width: 12px;;
	height: 8px;
}

/************************input style button style**************************/
.buttonA {
	height: 21px;;
	margin: 4px 8px 4px 0px;;
	display: block;;
	float: right;;
	cursor: hand;
	font-size: 12px;
}

.buttonAl {
	float: left;;
	width: 10px;;
	height: 21px;;
	background: url("../images/btnAl.gif") no-repeat top left;
}

.buttonAlh {
	float: left;;
	width: 10px;;
	height: 21px;;
	background: url("../images/btnAlh.gif") no-repeat top left;
}

.buttonAc {
	float: left;;
	height: 21px;;
	background: url("../images/btnAc.gif") repeat-x top left;;
	padding: 5px 10px 0px 10px;;
	text-align: center;
}

.buttonAch {
	float: left;;
	height: 21px;;
	background: url("../images/btnAch.gif") repeat-x top left;;
	padding: 5px 10px 0px 10px;;
	text-align: center;
}

.buttonAr {
	float: left;;
	width: 10px;;
	height: 21px;;
	background: url("../images/btnAr.gif") no-repeat top left;
}

.buttonArh {
	float: left;;
	width: 10px;;
	height: 21px;;
	background: url("../images/btnArh.gif") no-repeat top left;
}
tr.odd {
	background-color: #FFFFFF;
}
tr.even {
	background-color: #F0F8FF;
}
