﻿/*------------------------------------------------------------------
Basic Style sheet (for IE 6.0 browsers)
version: 2.0
website: http://www.e-u.cn
------------------------------------------------------------------*/
/* ---General properties--- */
* {
	SCROLLBAR-FACE-COLOR: #F6F6F6; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #ffffff; 
	SCROLLBAR-3DLIGHT-COLOR: #B4B3B3; 
	SCROLLBAR-ARROW-COLOR: #808080; 
	SCROLLBAR-TRACK-COLOR: #F6F6F6; 
	font-size:small;
	font-family: SimSun,verdana,arial,Tahoma; 
	SCROLLBAR-DARKSHADOW-COLOR: #B4B3B3; 
	SCROLLBAR-BASE-COLOR: #ffffff;
}
html, body {
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
	font-family: Arial, Helvetica, sans-serif
}
form {
	margin:0px;
	padding: 0px;
}
h4 {
	font-size:14px;
	margin:2px;
}
fieldset {
	border: #ccc 1px solid;
	padding:5px;
}
legend {
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
a {
	color:#000;
	border:0px;
	text-decoration: underline;
	font-size:12px;
}
a:hover {
	text-decoration: none;
}

/* ---Text properties--- */
a.pageTurningLinks {
	font-size:12px;
	font-weight:bold;
	color:red;
	text-decoration:none;
}
a.pages {
	text-indent:100px;
	font-size:12px;
	color:green;
}
a.messages {
	color:#333333;
}
a.messages:visited {
	color:#ff6600;
}
a.messages:hover {
	color:#000000;
}
a.index {
	font-size:12px;
	color: #000;
	text-decoration:none;
}
a.index:link {
	font-size:12px;
	color: #000;
	text-decoration:none;
}
a.index:visited {
	font-size:12px;
	color: #000;
	text-decoration:none;
}
a.index:active {
	font-size:12px;
	color: #000;
	text-decoration:none;
}
a.index:hover {
	font-size:12px;
	color: #ff6600;
}
a.navMenu {
	font-size:14px;
	font-weight:bold;
	color:#1A5704;
}
a.navMenu:hover {
	font-size:14px;
	font-weight:bold;
	color:#ff6600;
}
a.news {
	font-size:14px;
	color:#333333;
	text-indent:5px;
	font-weight:normal;
	text-decoration:none;
}

/* ---header piece begin--- */
#header {
    position: relative;
    left:0px;
    top:0px;
    width:100%;
    height:114px;
}
#header #index {
	position: relative;
	width:1004px;
	height:67px;
	background-image: url(../images/headerIndexBg.gif);
	background-repeat:repeat-x;
}
#header #functionLink {
    position: relative;
    width:1004px;
    height:47px;
    background-image: url(../images/functionLinkBg.gif);
    background-repeat: repeat-x;
}
/* ---header piece end--- */

/* ---help properties--- */
#help {
	position: relative;
	width: auto;
	margin:4px;
	background-color:#f7f7f7;
	border: 1px #ccc dashed;
	font-size:small;
}
#help #helpTitle {
	font-size:12px;
	color: red;
	padding-top:3px;
	padding-left:3px;
}
#help ol {
	margin:3px;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:10px;
	padding: 0px 3px 3px 3px;
	padding-left: 10px;
	text-indent: -16px;
}
#help ul {
	margin: 0px;
	padding-top:3px;
	padding-left:3px;
	padding-bottom:3px;
}
#help li {
	line-height:18px;
	list-style-position:inside;
}

#helpContent {
	font-size:12px;
	color:#333333;
}

/* ---query properties--- */
#query {
	position: relative;
	width:100%;
	text-align:center;
}
#query #mode {
	position:relative;
	width:30%;
	float:left;
	margin:2px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:4px;
	text-align:left;
	clear:both;
}
#query #condition {
	position:relative;
	width:69%;
	float:right;
	margin:2px;
	margin-top:0px;
	margin-bottom:4px;
	text-align:left;
	clear:both;
}
#inquire {
	position: relative;
	width:99%;
	margin-bottom:5px;
	padding:0px;
}
.freeQuery {
	position: relative;
	width:100%;
}
.freeQuery .left {
	position: relative;
	float:left;
	margin:2px;
	text-align:left;
	clear:both;
}
.freeQuery .right {
	position: relative;
	float:right;
	margin:2px;
	text-align:left;
	clear:both;
}

/* ---List properties--- */
#list {
	position: relative;
	width:100%;
	text-align:center;
	vertical-align: top;
}
#listButton {
	position:relative;
	float:right;
	text-align:right;
	width:99%;
	height:28px;
	padding:4px;
}
#row {
	border:1px #A8BF84 solid;
	border-collapse:collapse;
	width:100%;
	text-align:left;
	margin-bottom:5px;
}
#row ul {
	margin: 0px;
}
#row li {
	line-height:18px;
}
/*----------------displaytag begin---------------*/
#row th {
	padding: 2px 0px 2px 0px;
	text-align: center;
	border:1px #A8BF84 solid;
	height:20px;
	font-weight:bold;
	white-space:nowrap;
}

#row thead tr {
	background-color: #CDDEB2;
}
#row td {
	padding: 2px 4px 2px 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #A8BF84;
	height:20px;

}
#row th.sorted {
	background-color: orange;
}
#row th a,th a:visited {
	color: black;
}
#row th a:hover {
	text-decoration: underline;
	color: black;
}

#row th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

#row th.sortable a {
	background-image: url(img/arrow_off.png);
	background-repeat:no-repeat
}

#row th.order1 a {
	background-image: url(img/arrow_down.png);
	background-repeat:no-repeat
}

#row th.order2 a {
	background-image: url(img/arrow_up.png);
	background-repeat:no-repeat
}

#row tr.odd {
	background-color: #fff
}

#row tr.tableRowEven,#row tr.even {
	background-color: #F7FDEC
}
#row td.tableCellError {
	font-weight: bold;
	color:red;
}
#row td.money {
	font-weight: bold;
	color: blue;
}
#row td a {
	color:red;
}
#rowNew {
	border: 1px #A8BF84 solid;
	border-collapse:collapse;
	width:100%;
	text-align:left;
	margin-bottom:5px;
}
#rowNew ul {
	margin: 0px;
}
#rowNew li {
	line-height:18px;
}
#rowNew th {
	padding: 0px;
	text-align: center;
	border:	1px #A8BF84 solid;
	height:22px;
	font-size:14px;
	font-weight:bold;
}

#rowNew thead tr {
	background-color: #CDDEB2;
}
#rowNew td {
	padding: 2px 4px 2px 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #A8BF84;
	height:22px;
	font-size:14px;
}
#rowNew th.sorted {
	background-color: orange;
}
#rowNew th a,th a:visited {
	color: black;
}
#rowNew th a:hover {
	text-decoration: underline;
	color: black;
}

#rowNew th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

#rowNew th.sortable a {
	background-image: url(img/arrow_off.png);
	background-repeat:no-repeat
}

#rowNew th.order1 a {
	background-image: url(img/arrow_down.png);
	background-repeat:no-repeat
}

#rowNew th.order2 a {
	background-image: url(img/arrow_up.png);
	background-repeat:no-repeat
}

#rowNew tr.odd {
	background-color: #fff
}

#rowNew tr.tableRowEven,#rowNew tr.even {
	background-color: #F7FDEC
}
#rowNew td.tableCellError {
	font-weight: bold;
	color:red;
}
#rowNew td.money {
	font-weight: bold;
	color: blue;
}
#rowNew td a {
	color:red;
}
#listFiles {
	border: 1px #A8BF84 solid;
	border-collapse:collapse;
	width:100%;
	text-align:left;
	margin-bottom:5px;
}
#listFiles th {
	padding: 0px;
	text-align: center;
	border: 1px #A8BF84 solid;
	height:22px;
	font-size:14px;
	font-weight:bold;
	white-space:nowrap;
}

#listFiles thead tr {
	background-color: #CDDEB2;
}
#listFiles td {
	padding: 2px 4px 2px 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #A8BF84;
	height:22px;
	font-size:14px;
}
#listFiles th.sorted {
	background-color: orange;
}
#listFiles th a,th a:visited {
	color: black;
}
#listFiles th a:hover {
	text-decoration: underline;
	color: black;
}

#listFiles th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

#listFiles th.sortable a {
	background-image: url(img/arrow_off.png);
	background-repeat:no-repeat
}

#listFiles th.order1 a {
	background-image: url(img/arrow_down.png);
	background-repeat:no-repeat
}

#listFiles th.order2 a {
	background-image: url(img/arrow_up.png);
	background-repeat:no-repeat
}

#listFiles tr.odd {
	background-color: #fff
}

#listFiles tr.tableRowEven,#listFiles tr.even {
	background-color: #F7FDEC
}
#listFiles td.tableCellError {
	font-weight: bold;
	color:red;
}
#listFiles td.money {
	font-weight: bold;
	color: blue;
}
#listFiles td a {
	color:red;
}
#listNew {
	border: 1px solid #76B0D6;
	border-collapse:collapse;
	width:100%;
	text-align:left;
	margin-bottom:5px;
}
#listNew th {
	padding: 0px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #76B0D6;
	height:22px;
	font-size:14px;
	font-weight:bold;
	white-space:nowrap;
}

#listNew thead tr {
	background-color: #E0E6EF;
}
#listNew td {
	padding: 2px 4px 2px 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #76B0D6;
	height:22px;
	font-size:14px;
}
#listNew th.sorted {
	background-color: orange;
}
#listNew th a,th a:visited {
	color: black;
}
#listNew th a:hover {
	text-decoration: underline;
	color: black;
}

#listNew th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

#listNew th.sortable a {
	background-image: url(img/arrow_off.png);
	background-repeat:no-repeat
}

#listNew th.order1 a {
	background-image: url(img/arrow_down.png);
	background-repeat:no-repeat
}

#listNew th.order2 a {
	background-image: url(img/arrow_up.png);
	background-repeat:no-repeat
}

#listNew tr.odd,#listNew tr.even {
	background-color: #fff
}

#listNew tr.tableRowEven {
	background-color: #EDF6FD
}
#listNew td.tableCellError {
	font-weight: bold;
	color:red;
}
#listNew td.money {
	font-weight: bold;
	color: blue;
}
#listFiles td a {
	color:red;
}
/*==========================*/
#list hr {
	color:#baa982;
	height:1px;	
	float:left;
}
div.exportlinks {
	background-color: #fbfbfb;
	padding: 2px 4px 2px 4px;
	margin: 0px 0 22px 0;
	display: block;
	width: 98%;
	text-align:left;
	font-size:12px;
}
div.exportlinks a {
	font-size:12px;
	color:green;
}
span.pagelinks a {
	font-size:12px;
	color:red;
}
span.export {
	padding: 3px 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
	font-size:12px;
}
span.pagebanner {
	background-color: #fbfbfb;
	padding: 2px 4px 2px 4px;
	width: 98%;
	margin: 0px;
	display: block;
	text-align:left;
	border-bottom:1px #f8f8f8 solid;
	font-size:12px;
	color:#333333;
}
span.pagelinks {
	background-color: transparent;
	padding: 2px 4px 2px 4px;
	width: 98%;
	display: block;
	border-top: none;
	margin-top:-22px;
	font-size:12px;
	color:#333333;
	text-align:right;
}
/*----------------displaytag end---------------*/
#unorderListButton {
	position:relative;
	float:right;
	display:block;
	text-align: center;
	height:25px;
	margin-bottom:5px;
	margin-right:4px;
}
#unorderList {
	border: 1px #A8BF84 solid;
	border-collapse:collapse;
	display:block;
	text-align:left;
	margin-bottom:5px;
}
#unorderList ul {
	margin: 0px;
}
#unorderList li {
	line-height:18px;
}
#unorderList th {
	padding: 0px !important;
	padding: 2px 4px 2px 4px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #A8BF84;
	height:20px;
	font-weight:bold;
	background-color: #CDDEB2;
}
#unorderList td {
	padding: 2px 4px 2px 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #A8BF84;
	height:20px;
}
#sugges {
	position:absolute;
	top:210px;
	right:282px;
	width:440px;
	height:220px;
	font-size: 12px;
}

/*----------------eduAdmin begin---------------*/
#eduAdmin {
	position:relative;
	width: 100%;
}
#eduAdmin #left {
	position: relative;
	width: 216px;
	float:left;
	padding:2px 0px 2px 2px;
}
#eduAdmin #right {
	position: relative;
	width:782px;
	float:right;
	padding:2px 2px 2px 0px;
	text-align:center;
}

#menu {
	position:relative;
	float: left;
	top:0px;
	width:100%;
	background-repeat: repeat-y;
	overflow:auto;
	background-color:#f8f8f8;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li a {
  	height: 29px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 21px;
  	font-weight:bold;
	text-decoration: none;
}	
#menu li a:link, #menu li a:visited {
	color: #222222;
	display: block;
	background: url(../images/middle_menuBg.gif);
	padding: 8px 0 0 25px;
}
#menu li a:hover, #menu li #current, #menu li a:active {
	color: #BB3204;
	background: url(../images/middle_menuBg.gif) 0 -29px;
	padding: 8px 0 0 25px;
}
div.lineBorder {
	border-left: 1px #bfbfbf solid;
}

/*----------------eduAdmin end-----------------*/
/*---------popup begin---------*/
#popup {
	margin: 0px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:8px;
	color:#333333;
}
#popup ul {
	margin:0px;
}
#popup li {
	line-height:18px;
	text-align:justify;
	text-justify:distribute;
}
#popup hr {
	color:#baa982;
	height:1px;	
	float:left;
}
#errormsg {
	font-size:12px;
	color:red;
}
#Custom {
	margin:0px;
	padding:0px;
}
#Custom fieldset {
	border:0 white none;
}
.disableCustom {
	border:0px white none;
}
#userCustom {
	border: 1px #A8BF84 solid;
	background-color: #f7f7f7;
	margin-bottom:4px;
}
#userCustom th {
	background-color:#CDDEB2;
	color:#000;
	font-weight:bold;
	height: 24px;
	text-align:left;
	padding-left: 4px;
	padding-top:2px;
	padding-bottom:2px;
}
#userCustom tr {
	height:24px;
}
#userCustom .img {
	text-align:center;
	vertical-align:middle;
	background-position: center center;
}
#userCustom td {
	color: #000000;
	height:24px;
	padding: 2px 4px 2px 4px;
	text-align:justify;
	text-justify:distribute;
	text-decoration: none;
	word-break:break-all;
}
#userCustom .radio {
	text-align:center;
	vertical-align:middle;
	background-position: center center;
}
#userCustomButton {
	width:98%;
	margin-bottom: 2px;
	text-align:center;
}

#freeForm {
	color:#333333;
	border: 1px #A8BF84 solid;
	border-collapse:collapse;
	text-align:left;
	font-size:small;
}
#freeForm thead {
	background-color: #bdb587;
}
#freeForm th {
	padding: 2px 4px 2px 4px;
	text-align: center;
	border: 1px #A8BF84 solid;
	height:22px;
	background-color:#CDDEB2;
	color:#333333;
	font-weight:bold;
	white-space:nowrap;
}
#freeForm tr {
	height:24px;
}

#freeForm td {
	padding: 2px 4px 2px 4px;
	border: 1px #A8BF84 solid;
	height:22px;
	word-break:break-all;
}
#freeFormButton {
	position:relative;
	display:block;
	text-align: center;
	width:99%;
	padding-top: 5px;
}
#viewInfo {
	border: 1px #A8BF84 solid;
	background-color: #f7f7f7;
	margin-bottom:4px;
}
#viewInfo th {
	background-color:#CDDEB2;
	color:#000;
	font-weight:bold;
	height: 24px;
	text-align: center;
	padding-left: 4px;
	padding-top:2px;
	padding-bottom:2px;
}
#viewInfo tr {
	height:24px;
}
#viewInfo img {
	text-align:center;
	vertical-align:middle;
	background-position: center center;
}
#viewInfo td {
	color: #000000;
	height:24px;
	padding-left: 4px;
	padding-top:2px;
	padding-bottom:2px;
}
#viewInfoButton {
	width:98%;
	margin-bottom: 2px;
	text-align:center;
}
/*---------popup end---------*/

/*----------------treeForm begin-----------------*/
#treeForm {
	position:relative;
	width: 100%;
}
#treeLeft {
	width:22%;
	overflow: auto;
	position: relative;
	padding-top:3px;
	margin:2px;
	float:left;
	clear:both;
	background-color:#f8f8f8;
}
#treeRight {
	position:relative;
	width:76.6%;
	overflow-x: auto;
	margin:2px;
	float:right;
	clear:both;
}

#trees {
	position:relative;
	width:99%;
	height:460px;
	border-top:0px #A8BF84 solid;
	border-left:1px #A8BF84 solid;
	border-right:1px #A8BF84 solid;
	border-bottom:1px #A8BF84 solid;
	background-color: #ffffff;
}
/*----------------treeForm end-----------------*/
/*----------------table style begin------------------*/
#sysConfig {
	border: 1px #A8BF84 solid;
	background-color: #ffffff;
	margin-bottom:4px;
}
#sysConfig th {
	background-color:#CDDEB2;
	color:#000;
	font-weight:bold;
	text-align: center;
	border:1px #A8BF84 solid;
	height: 20px;
}
#sysConfig td {
	color: #000000;
	height:20px;
	text-align:left;
	text-indent:2px;
}
#sysConfigButton {
	width:98%;
	margin-bottom: 2px;
	text-align:center;
}
#Calendar {
	border: 1px #A8BF84 solid;
	border-collapse:collapse;
	display:block;
	width:98%;
	text-align:center;
}
#Calendar th {
	padding: 0px !important;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #A8BF84;
	height:22px;
	font-weight:bold;
	white-space:nowrap;
}
#Calendar td {
	padding: 2px 4px 2px 4px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #A8BF84;
	height:22px;
}
#Calendar thead {
	background-color: #CDDEB2;
}
#Calendar .year {
	color:#000099;
	font-weight:bold;
	layout-flow: vertical-ideographic;
	letter-spacing: 15px;
}
#Calendar .information {
	text-align:left;
}
#trainPlan {
	border: 1px #A8BF84 solid;
	border-collapse:collapse;
	display:block;
	text-align:center;

}
#trainPlan th {
	padding: 2px 4px 2px 4px;
	text-align: center;
	border: 1px #A8BF84 solid;
	height:20px;
	background-color:#CDDEB2;
	color:#000;
	font-weight:bold;
	white-space:nowrap;
}
#trainPlan td {
	padding: 2px 4px 2px 4px;
	border: 1px #A8BF84 solid;
	height:20px;
}
#trainPlan tr.odd {
	background-color:#F7FDEC;
}
#trainPlan tr.even {
	background-color:#ffffff;
}
#tabsFilament {
	border: 1px #A8BF84 solid;
	border-collapse:collapse;
	display:block;
	text-align:center;
	margin-bottom:5px;
}
#tabsFilament th {
	padding: 0px !important;
	text-align: center;
	border: 1px #A8BF84 solid;
	height:22px;
	background-color:#CDDEB2;
	color:#000;
	font-weight:bold;
	white-space:nowrap;
}
#tabsFilament td {
	padding: 2px 4px 2px 4px;
	border: 1px #A8BF84 solid;
	height:20px;
}
#tabsDelicate {
	border: 1px #A8BF84 solid;
	border-collapse:collapse;
	display:block;
	text-align:center;
	margin-bottom:5px;
}
#tabsDelicate th {
	padding: 2px 4px 2px 4px;
	border: 1px #A8BF84 solid;
	height:22px;
	background-color:#CDDEB2;
	color:#053A2B;
	font-weight:bold;
	white-space:nowrap;
}
#tabsDelicate td {
	padding: 2px 4px 2px 4px;
	border: 1px #A8BF84 solid;
	height:22px;
	background-color:#FFFFFF
}
#tabsDelicate table,#tabsDelicate table th,#tabsDelicate table td,#tabsDelicate table th{
	border: #a8bf84 0px solid; 
}
#tabsTurquoise {
	border: 1px #AFCCF0 solid;
	border-collapse:collapse;
	display:block;
	margin-bottom:5px;
}
#tabsTurquoise th {
	padding: 2px 4px 2px 4px;
	height:22px;
	background-color:#BBCED8;
	background-image:url(../images/Turquoise.gif);
	background-repeat:repeat-x;
	color:#053A2B;
	font-weight:bold;
	white-space:nowrap;
}
#tabsTurquoise td {
	padding: 2px 4px 2px 4px;
	height:22px;
	background-color:#BBCED8;
	background-image:url(../images/Turquoise.gif);
	background-repeat:repeat-x;
}
.msgBoard {
	padding: 0px 11px 6px 11px;
}
#msgBoardTab {
	border: 1px solid #ACC5CF;
	border-collapse:collapse;
}
#msgBoardTab th,#msgBoardTab td {
	border-width: 1px;
	border-style: solid;
	border-color: #ACC5CF;
	padding:3px 3px 3px 5px;
}
.msgBoardTabColor {
	background-color:#87C4E4;
}
.msgBoardImg {
	background-image: url(../images/msgBoard_answer.gif);
	background-repeat:no-repeat;
}
.msgBoardTitle {
	color : #52595C;
	font-size : 24px;
	font-weight : bold;
}

/*----------------table style end--------------------*/

/* ---Misc properties--- */


/*--uportal style begin--*/





.uportal-head14-bold{
	color : #1A5704;
	font-weight : bold;
}

.uportal-text11-bold{
	color : Black;
	font-weight : bold;        
}

.uportal-text12-bold{
	color : Black;
	font-weight : bold;        
}

.uportal-text{
	color : Black;
	text-align:justify;
	text-justify:distribute;
}
.uportal-text-small{
	color : Black;
	font-size : 12px;
}
input.uportal-button{
	border: #95AE6D 1px solid;
	background-image:url('../images/publicBtnBg.gif');
	background-color: #ffffff;
	font-size: 12px;
	height: 24px;
	line-height: 20px;
}
.uportal-label{
	color : Black;
	font-weight : bold;
}
.uportal-input-text{
	border:1px #aaaa77 solid;
}
.uportal-text-reversed{
	color : White;
}


a.uportal-nav-small-white{
	color : #ffffff;
	font-weight : bold;
}

a.uportal-nav-small-black{
	color : #000000;
	font-weight : bold;
}

a.uportal-navigation-category{
	color : Black;
	font-weight : bold;
}
a.uportal-navigation-category:visited{
	color : Black;
	font-weight : bold;
}
a.uportal-navigation-category:hover{
	color : #666699;
	font-weight : bold;
}
.uportal-navigation-category-selected{
	font-weight : bold;
	color : #666699;
}
a.uportal-navigation-channel{
	color : Black;
	font-size : 14px;
}
a.uportal-navigation-channel:visited{
	color : Black;
	font-size : 14px;
}
a.uportal-navigation-channel:hover{
	color : #666699;
	font-size : 14px;
}
.uportal-navigation-channel-selected{
	background : Black;
	font-size : 14px;
	color : White;
}
.uportal-crumbtrail{
	color : #666666;
}
.uportal-copyright{
	color : Black;
	font-style : italic;
}
.uportal-channel-text{
	color : Black;
}
.uportal-channel-title{
	color : #000000;
	font-weight : bold;
	font-size:12px;
}
.uportal-channel-title-reversed{
	color : #FFFFFF;
	font-weight : bold;
}
.uportal-channel-subtitle{
	color : #069;
	font-weight : bold;
}
.uportal-channel-subtitle-reversed{
	color : #333333;
	font-weight : bold;
}
.uportal-channel-emphasis{
	font-weight : bold;
	font-size : 12px;
	color: #1A5704;
}
.uportal-channel-strong{
	font-weight : bold;
	font-size:12px;
}
.uportal-channel-code{
	color : Black;
	text-indent:0.5em;
}
.uportal-channel-warning{
	font-weight: bold;
	color : #FF0000;
}
.uportal-channel-error{
	color : red;
}
.uportal-channel-table-caption{
	color : #6666FF;
	font-weight : bold;
	text-align: center;
}
.uportal-channel-table-header{
	color : #666699;
	font-weight : bold;
	text-align: left;
}
.uportal-text-blue{
	color : #0044DD;
}
.uportal-background{
	background : #84A67C;
}
.uportal-background-dark{
	background : #B0BAAF;
}
.background-camel {
	background-color: #DDEAC7;
}
.background-carnation {
	background:#fedfd3;
}
.background-olivegreen-tinge{
	background-color:#eff7e0;
}
.background-beige-tinge{
	background-color:#ffffee;
}
.smalt {
	background-color:#D3DDED;
}
.background-olive {
	background-color:#F7FDEC;
}
.uportal-background-med{
	background : #B7CC96;
}
.uportal-background-light{
	background : #fff9e7;
}
.uportal-background-content{
	background : #FFFFFF;
}
.uportal-background-highlight{
	background : #D9E9CB;
}
.uportal-background-shadow{
	background : #ecf7db;
}
.uportal-background-warning {
	background-color: #ff0000;
}
.uportal-background-tinge{
	background-color: #A8BF84 ;
}
.uportal-background-grayish{
	background-color:#F6F7F7;
}
.uportal-background-border{
	border: 1px #A8BF84 solid;
	color : Black;
	font-size : 12px;

}
/*--uportal style end--*/
a.headerText {
	font-size:12px;
	color:#333333;
	line-height:22px;
}
a.headerText:hover {
	font-size:12px;
	color:#333333;
}
a.headerText:visited {
	font-size:12px;
	color:#ff6600;
}
.tabBorderBg {
	background-color: white;
	border: 1px #999999 solid;
	width: 250px;
}
.tabBorderBg_1 {
	background-image: url(img/tabBorderBg.gif);
	background-repeat:no-repeat;
	width:162px;
	height:24px;
	line-height:24px;
	display:block;
	text-decoration:none;
}
.tabBorderIndent {
	text-indent:5px;
	text-align:left;
}.tabLineX {
	background-image: url(../images/lineX.gif);
	background-repeat:repeat-x;
}
.tabLineX {
	background-image: url(../images/lineX.gif);
	background-repeat:repeat-x;
}
.tabLineY {
	background-image: url(../images/lineY.gif);
	background-repeat:repeat-y;
	background-position:right;
}


/* ---Mix properties--- */
.date {
	font-size:12px;
	color: #cc0000;
}
.info {
	font-size:12px;
	color:red;
}
.dateline {
	font-size: 12px;
	color:#0f5c97;
}
.text {
	font-size:12px;
}
.text_accentuate {
	font-size:14px;
	color:#691d03;
	font-weight:bold;
}
.text_emphasis {
	font-size: 12px;
	color:#145571;
	font-weight:bold;
}
.disable {
	font-size:12px;
	color:#c0c0c0;
}
a.text_infontField {
	font-size:14px;
	color:#145571;
	font-weight:normal;
}
.text_light {
	font-size:14px;
	font-weight:bold;
	color:#e75500;
}
.text_subheader {
	font-size:14px;
	font-weight:normal;
	color:#691d03;
}
input.radio {
	font-size:14px;
	text-align:center
}
.remind {
	color:red;
}
input.btnInTab {
	border: #95AE6D 1px solid;
	background-image: url('../images/buttonBG.gif');
	background-repeat:repeat-x;
	height: 22px;
	line-height: 20px;
}
.uportal-input-text {
	border-top: 1px #808080 solid;
	border-right: 1px #d4d0c8 solid;
	border-bottom: 1px #d4d0c8 solid;
	border-left: 1px #808080 solid;
	background-color: #ffffff;
}
input.upload {
	border-top: 1px #808080 solid;
	border-right: 1px #d4d0c8 solid;
	border-bottom: 1px #d4d0c8 solid;
	border-left: 1px #808080 solid;
	background-color: #ffffff;
	font-size: 12px;
}
input.upload-hidden {
	border: 1px #808080 solid;
	background-color: #ffffff;
	border:#ffffff;
	width:0px;
} 
.textarea {
	border-top: 1px #808080 solid;
	border-right: 1px #d4d0c8 solid;
	border-bottom: 1px #d4d0c8 solid;
	border-left: 1px #808080 solid;
	background-color: #ffffff;
}
input.textReadOnly{
	border-top: 1px #808080 solid;
	border-right: 1px #d4d0c8 solid;
	border-bottom: 1px #d4d0c8 solid;
	border-left: 1px #808080 solid;
	background-color: #f3f3f3;	
}
select.dropDown {
	font-size: 12px;
}
.dropDownEmphasis {
	font-size: 12px;
	color:#ffffff;
	background-color:#ae0202;
}
.textNumber {
	text-align:right;
	float:right;
}
.textLeft {
	text-align:left;
}
.textCenter {
	text-align:center;
}
.textRight {
	text-align:right;
}
.verticalMiddle {
	vertical-align:middle
}
.border {
	border:solid 1px #B4B3B3;
}
input.number {
	border-top: 1px #808080 solid;
	border-right: 1px #d4d0c8 solid;
	border-bottom: 1px #d4d0c8 solid;
	border-left: 1px #808080 solid;
	background-color: #ffffff;
	text-align:right;
}
.textBottom {
	vertical-align:bottom;
}
.textTop {
	vertical-align:top;
}
a.text_printField {
	font-size:14px;
	color:#333;
	font-weight:normal;
}
a.text_printField:visited {
	font-size:14px;
	color:#333;
	font-weight:normal;
}
.commonText {
	padding:5px;
}
.commonSubText {
	padding-top:10px;
}
.commonSpace {
	padding-bottom:5px;
}
.comTitle {
	clear:both;
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:0px;
	border-bottom:#b2b2b2 1px dashed;
}
.comSubTitle {
	font-size:12px;
	color:#000;
}
.content {
	text-align:justify;
	text-justify:distribute;
}
.helpInfo {
	font-size:12px;
	color:#333333;
}
.lineHeight {
	line-height:180%;
}
.hoarGrounding {
	background-color:#F8F8F8;
}



/**
 add by yangjh,for login.jsp 
**/
table.backFrame {
	border: #E3E2E2 1px solid;
	background-color: #F9F8F8;
}
.text_copyright {
	font-family: "Arial", "Helvetica", "sans-serif","SimSun";
	color: #ffffff;
	font-size:12px;
	text-align: center;
}
input.text {
	border-right: #69AC29 1px solid;
	border-top: #69AC29 1px solid;
	font-size: 12px;
	background: #ffffff;
	border-left: #69AC29 1px solid;
	border-bottom: #69AC29 1px solid;
}
input.textFixedSize {
	border-top:#69AC29 1px solid;
	border-left:#69AC29 1px solid;
	border-right:#69AC29 1px solid;
	border-bottom:#69AC29 1px solid;
	background-color:#ffffff;
	font-size:12px;
	width: 115px;
	height: 21px;
}
input.passwordFixedSize {
	border-top:#69AC29 1px solid;
	border-left:#69AC29 1px solid;
	border-right:#69AC29 1px solid;
	border-bottom:#69AC29 1px solid;
	background-color:#ffffff;
	font-size:12px;
	width: 115px;
	height: 21px;
}

input.button {
	border: #C0A937 1px solid;
	font-size: 12px;
	background-image: url('../images/buttonBG2.gif');
	height: 23px;
	line-height: 20px;
}
a.menu {
    color:#ffffff;
    font-size: small;
	text-decoration: none;
	font-weight: bold;
}
a.menu:link {
    color:#ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
    color:#ff6600;
	text-decoration: none;
	font-weight: bold;
}
a.menu:visited {
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.handle {
    color:#C10100;
    font-size: 12px;
	text-decoration: none;
}
a.handle:visited {
	font-family: "Arial", "Helvetica", "sans-serif","SimSun";
	font-size: 12px;
	color: #C10100;
	text-decoration: none;
}
a.handle:hover {
	font-family: "Arial", "Helvetica", "sans-serif","SimSun";
	font-size: 12px;
	color: #ff6600;
	text-decoration: none;
}
a.handle:link {
	font-family: "Arial", "Helvetica", "sans-serif","SimSun";
	font-size: 12px;
	color: #C10100;
	text-decoration: none;
}
/**
 login.jsp over
**/

.contentHeader {
	font-size:24px;
	color:#ff0000;
	font-style: inherit;
	font-family: "SIMHEI"
}
#ListPlan {
	border: 1px #A8BF84 solid;
	border-collapse:collapse;
	display:block;
	text-align:center;
}
#ListPlan th {
	padding: 2px 4px 2px 4px;
	text-align: center;
	border: 1px #A8BF84 solid;
	height:20px;
	background:#CDDEB2 url(img/Liet_changecolor_title.gif) repeat-x left top;
	color:#000;
	font-weight:bold;
	white-space:nowrap;
	font-size:12px;
}
#ListPlan td {
	padding: 2px 4px 2px 4px;
	border: 1px #A8BF84 solid;
	font-size:12px;
	height:20px;
}
#ListPlan tr.odd {
	background-color:#F7FDEC;
}
#ListPlan tr.even {
	background-color:#FFFFFF;
}