form, img, table, th, td, form, fieldset { border: none; padding: 0; margin: 0; }
input, select { font-family: Verdana, Arial, Helvetica, sans-serif; }
img, input, select { vertical-align: middle; }
input, select, label { font-size: 12px; }
abbr[title] { cursor: help; }

p, table, blockquote { color: #032838; font-size: 12px; line-height: 1.3; margin: 14px 0; }
p.welcome { margin: 0 0 22px; }
#mainContent p, #mainContentFull p { margin: 0 0 14px; }
ul, ol, dl { color: #032838; font-size: 12px; line-height: 1.3; margin: 14px 0 14px 30px; padding: 0; }
li ul, li ol, li dl { margin: 0 0 14px 30px; }
.padded li { margin-bottom: 12px; }
.inline { margin-left: 0; padding-left: 0; }
.inline li { display: inline; list-style: none; }

/*=bullet and bullet position styles
------------------------------------*/
ol.lowerAlpha { list-style-type: lower-alpha; }
ol.upperAlpha { list-style-type: upper-alpha; }
ol.lowerRoman { list-style-type: lower-roman; }
ol.upperRoman { list-style-type: upper-roman; }
ol.decimal { list-style-type: decimal; }
ol.decimalLeadingZero { list-style-type: decimal-leading-zero; }
ul.disc { list-style-type: disc; }
ul.square { list-style-type: square; }
ul.circle { list-style-type: circle; }
.bulletInside { list-style-position: inside; }
.bulletOutside { list-style-position: outside; }


#maincContent h3, #mainContentFull h3, h4, h5, h6 { color: #032838; font-size: 14px; line-height: 1.3; margin: 14px 0 0; }
#maincContent h3, #mainContentFull h3, h4 { color: #03acd7; }
h4.welcome { color: #ffaa0b; margin-bottom: 0; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

/* when you need a paragraph flush with the heading it is below - use this class */
.leading { margin-top: 0; }

a { color: #03acd7; text-decoration: underline; }
a:hover { text-decoration: none; }

/*=rules for special anchor styles
-----------------------------------*/
a.moreLink { background: url(../images/plus_link.gif) 0 2px no-repeat; padding-left: 19px; font-weight: bold; }
a.downloadLink { background: url(../images/download_link.gif) 5px 2px no-repeat; padding-left: 15px; font-weight: bold; }
a.archiveLink { background: url(../images/archive_link.gif) 0 2px no-repeat; padding-left: 15px; font-weight: bold; }
a.top { background: url(../images/top_link.gif) 0 5px no-repeat; padding-left: 12px; }
p#references { text-align: right; }

/*=doc links
-------------*/
ul.docLinks {
	margin-left: 0;
	list-style: none;
}

.docLinks li { padding: 5px 0 6px 0; }

.docLinks li.pdfLink 
{
	background: url(../images/pdf_icon.gif) 0 3px no-repeat;
}

.docLinks li.pdfLink2 {
	display:inline;
}

.docLinks li.pdfLink2 a {
	padding: 5px 15px 6px 5px;
}


/*=data tables
---------------*/
table.dataTable {
	float: left;
	border-left: 1px solid #000;
	width: 100%;
	margin: 0 0 14px;
}
.dataTable caption {
	background: #ffa903;
	color: #fff;
	border: 1px solid #000;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}
.dataTable th, .dataTable td {
	text-align: left;
	border: 1px solid #000;
	border-width: 0 1px 1px 0;
	vertical-align: top;
	padding: 5px;
}
.dataTable th { background: #e5f7fb; }
.dataTable ul, .dataTable ol, .dataTable dl {
	margin: 0 0 5px 20px;
}

/*=form table
--------------*/
table.formTable { margin: 0; width: 100%; }
table.password { width: 268px; }

.formTable th, .formTable td {
	text-align: left;
	vertical-align: middle;
	padding: 3px 0;
}
.formTable th {
	padding-right: 7px;
	font-weight: normal;
}
.password th { padding-right: 10px; }
td.getPass { text-align: right; padding-top: 4px; padding-bottom: 30px; }
.formTable input, .formTable img, .formTable select { vertical-align: middle; font-size: 12px; }
.formTable input.inputText {
	width: 164px;
	border: 1px solid #9e8978;
}
.formTable select { width: 170px; }
html > body .formTable select { width: 167px; }

/*=miscellaneous rules
-----------------------*/
.floatRight { float: right; margin: 4px 0 0 6px; }
.errorMessage, .statusMessage {
	color: red;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3;
	margin: 14px 0;
}
.statusMessage { color: #03acd7; }

.hguo_introsub {
color:#FEAA09;
font-size:14px;
font-weight:bold;
margin-bottom:6px;
margin-top:6px;
}

div#posterad {
	float: left;
	width: 100%;
	display: block;
	clear: both;
}
div#posterad div.col-50 {
  float: left;
  width: 48%;
}

div#posterad div.col-50-last,
div#posterad div.col-50.last {
  clear: none;
  float: right;
}
div#posterad div.col-50.first {
  clear: left;
  margin-right: 4%;
}

