/* Main CSS Document */
.noPrint {
	display: none;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	font-size: 9pt;
	font-family: Arial, "新细明体";
}

form {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

.form a {
	text-decoration: underline;
	cursor: pointer;
}

.input {
	font-size: 9pt;
	border-width: 1px;
	border-color: threedface;
	border-style: inset;
	background-color: #ffffff;
	padding: 1px;
	vertical-align: middle;
	font-family: Arial, "新细明体";
}

textarea {
	font-size: 9pt;
	border-top: 1px solid;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, "新细明体";
}

select {
	font-size: 9pt;
	border-width: 1px;
	border-color: #c0c0c0;
	background-color: #ffffff;
	cursor: pointer;
	color: #000000;
	font-family: Arial, "新细明体";
}

dl {
	margin: 0;
}

dl .title {
	background-color: #233f6e;
	color: #ffffff;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: 0;
}

dt {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	margin-top: 5px;
	color: #000000;
	background: #fcf5e6;
	background-repeat: repeat-y;
	height: auto;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 96%;
	line-height: 18px;
}

dd {
	margin-left: 0;
	border: 1px solid #ffffff;
	width: 98%;
}

ol li {
	margin-bottom: 5px;
}

th {
	background-image: url(../images/bg_colheader.gif);
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	font-size: 9pt;
	vertical-align: top;
}

td {
	font-size: 9pt;
	line-height: 30px;
}

img {
	border: 0;
}

.warningImg {
	width: 25px;
	height: 25px;
}

h1 {
	border-top-width: 0px;
	padding-right: 0px;
	display: inline;
	padding-left: 0px;
	border-left-width: 0px;
	font-size: 1.46em;
	border-bottom-width: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-right-width: 0px
}

h2 {
	border-top-width: 0px;
	padding-right: 0px;
	display: inline;
	padding-left: 0px;
	border-left-width: 0px;
	font-size: 1.15em;
	border-bottom-width: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-right-width: 0px
}

.logintxt {
	width: 95%;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
}

.btn_mouseout {
	background-color: #666666;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	height: 30px;
	cursor: default;
	font-family: Arial, "新细明体";
	border: 0;
}

.btn_mouseout_red {
	background-color: #cc0000;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 9pt;
	font-weight: bold;
	cursor: default;
	color: #ffffff;
	height: 30px;
	font-family: Arial, "新细明体";
	border: 0;
}

.btn_mouseover,.btn_mouseover_red {
	background-color: #ff6600;
	padding-left: 6px;
	font-size: 9pt;
	font-weight: bold;
	cursor: default;
	color: #ffffff;
	height: 30px;
	font-family: Arial, "新细明体";
	padding-right: 6px;
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
}

.checkbox,.radio {
	margin: 0;
	padding: 0;
}

.form table {
	background-color: #f0f0f0;
	width: 100%;
	margin-bottom: 2px;
	table-layout: fixed;
}

.form table tr td {
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.form ul li {
	margin-left: 2px;
	margin-right: 2px;
	display: inline;
}

.form ul {
	height: 32px;
	margin-top: 10px;
	margin-left: 0;
	list-style: none;
	background-color: #f0f0f0;
	text-align: right;
}

.form div {
	width: 100%;
	text-align: right;
}

.page {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	width: 80%;
	text-align: right;
	width: 80%;
}

.page a {
	text-decoration: underline;
	color: #000000;
	font-size: 9pt;
}

.list {
	border: 1px solid #84B1E3;
	width: 80%;
	margin: 10px;
	background-color: #f0f0f0;
}

.list table {
	width: 100%;
	background-color: #f0f0f0;
	line-height: 18px;
	border-spacing: 0;
	border: 0;
}

.list table .current td,.list table tbody .current td {
	background-color: #DBEDFA;
	color: #10257E;
	cursor: default;
}

.table_line_a {
	background-color: #F4F7FC;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #DCDCDC;
}

.table_line_b {
	background-color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #DCDCDC;
}

.blod {
	font-weight: bold;
}

.fielderror {
	color: #cc0000;
	cursor: pointer;
	text-decoration: underline;
}

.fielderror_title {
	list-style: none;
}

.fielderror_title span {
	color: #cc0000;
	font-weight: bold;
	font-size: 13pt;
	margin-left: 5px;
}

.fielderror_title img {
	width: 35px;
	height: 30px;
}

.fielderror_li {
	margin-left: 40px;
}

.fielderror_ul {
	background: #f0f0f0;
	margin-bottom: 10px;
	border: 2px solid #cc0000;
	text-align: left;
	margin-left: 0;
	padding-left: 10px;
}

.im {
	color: #cc0000;
	font-size: 13pt;
}

.red {
	color: #cc0000;
}

.atoms {
	position: relative;
	top: 0.3em;
	font-size: 0.8em;
}

.charge {
	position: relative;
	bottom: 0.5em;
	font-size: 0.8em;
}

.hidden {
	display: none;
	padding-left: 65px;
	float: left;
	width: 400px
}

.hidden_display {
	left: 0px;
	overflow: hidden;
	width: 1px;
	position: absolute;
	top: -500px;
	height: 1px
}

/*header.jsp*/
#topPanel {
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	float: left;
	border-left: #000000 1px solid;
	width: 100%;
	border-bottom: #000000 1px solid;;
	background-repeat: repeat-x;
	background-image: url("../images/bkgdtexture.gif");
}

#header {
	float: left;
	width: 100%;
	height: 65px;
}

#bannerPanel {
	clear: both;
	border-right: 0px;
	padding-right: 0px;
	border-top: #000000 1px solid;
	display: block;
	padding-left: 0px;
	float: none;
	padding-bottom: 0px;
	margin: 0px;
	border-left: 0px;
	width: 100%;
	padding-top: 0px;
	border-bottom: 0px;
	height: 24px;
	background-color: #233f6e;
	text-align: right
}

#bannerPanel a {
	text-decoration: none;
	padding: 0;
	border: 0;
	color: #ffffff;
	font-size: 12pt;
}

#headerLeftPanel {
	float: left;
	width: 63%;
	height: 65px;
}

#headerRightPanel {
	float: right;
	padding-top: 25px;
	margin-right: 5px;
	width: 25.9%;
	height: 65px;
	text-align: right;
	vertical-align: middle
}

#headerNavSkip {
	float: left;
}

#headerNavSkip A:link {
	font-size: 0.8em;
	color: #ffffff;
	text-decoration: underline
}

#headerNavSkip A:visited {
	font-size: 0.8em;
	color: #ffffff;
	text-decoration: underline
}

#headerNavSkip A:hover {
	font-size: 0.8em;
	color: #666666;
	text-decoration: underline
}

#headerNavSkip A:focus {
	font-size: 0.8em;
	color: #666666;
	text-decoration: underline
}

#headerNavSkip A:active {
	font-size: 0.8em;
	color: #666666;
	text-decoration: underline
}

/*footer.jsp*/
.textHolder {
	font-size: 1em;
	float: left;
	vertical-align: middle
}

#footerPanel {
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	padding-bottom: 5px;
	margin: 0px;
	width: 100%;
	padding-top: 0px
}

#footerRow {
	float: left;
	width: 100%;
	border-bottom: #cc0000 2px solid
}

#footerPanelLeft {
	float: left;
	margin-top: 57px;
	vertical-align: bottom;
	background-color: #DDE4F6;
}

#footerPanelLeft .navItem {
	float: left;
	background-color: #DDE4F6;
	margin-top: 5px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #000000;
}

#footerPanelLeft ul {
	margin: 0;
	border: 0;
	text-align: left;
	float: left;
	list-style: none;
	padding: 0;
}

#footerPanelLeft ul li {
	font-size: 1em;
	line-height: 1.15em;
	padding: 5px 5px 5px 5px;
	list-style-type: none;
	text-indent: 0;
	display: inline;
	padding: 0 0 2px 0;
}

#footerPanelLeft ul li a:link,#footerPanelLeft ul li a:visited {
	color: #000000;
}

#footerPanelLeft ul li a:hover,#footerPanelLeft ul li a:active,#footerPanelLeft ul li a:focus
	{
	color: #FF6600;
}

#footerPanelRight {
	margin-top: 13px;
	float: right;
	vertical-align: middle
}

/*menu.jsp*/
#leftMenuPanel {
	padding-right: 0px;
	float: left;
	width: 140px;
	position: relative;
	background-color: #ffffff
}

.leftMenuSubPanel {
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	float: left;
	margin-bottom: 0px;
	border-left: #ffffff 1px solid;
	width: 100%;
	border-bottom: #ffffff 0px solid
}

.leftMenuTitle {
	padding-right: 3px;
	display: block;
	padding-left: 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	background-color: #fcf5e6;
}

.leftMenuTitle h2,.leftMenuTitle h2 a {
	color: #cc0000;
	font-size: 12pt;
	cursor: pointer;
}

.leftMenuTitle div {
	color: #000000;
	font-size: 9pt;
}

.leftMenuPanelWhiteBox {
	padding: 3px;
	background-color: #f0f0f0
}

.surveyStepBoxWhiteBackground {
	padding-right: 3px;
	display: block;
	padding-left: 5px;
	padding-bottom: 3px;
	margin: 0px;
	color: #000000;
	padding-top: 3px;
	background-color: #f0f0f0;
	border-bottom: #ffffff 2px solid;
}

.surveyStepBoxSelected {
	padding-right: 3px;
	display: block;
	padding-left: 5px;
	padding-bottom: 3px;
	margin: 0px;
	color: #ffffff;
	padding-top: 3px;
	background-color: #cc0000;
	border-bottom: #ffffff 2px solid;
}

#blindPanel {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9;
	background-color: #999999;
	cursor: wait;
	opacity: 0.6;
}

#blindDiv {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 8;
	background-color: #999999;
	opacity: 0.2;
}

.duniaoFrame {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0.8;
}

.confirmColor {
	color: blue;
}