body {
	background: url(../images/body_bg.gif) repeat-x;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

img#logotop {
	margin-left: 130px;
}

img#logobtm {
	position: relative;
	left: 95px;
	float: left;
}

img#title {
	float: left;
	margin-left: 6em;
	margin-top: 2em;
}

ul#info {
	position: absolute;
	top: 1.7em;
	right: 6.5em;
	list-style: none;
	margin: 0;
}

ul#info li {
	float: left;
	display: block;
	padding: 0 1em;
}

ul#info li a {
	color: #1D6893;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 2px;
}

ul#info li a:hover {
	background: #D2EDF9;
}

div#search {
	clear: both;
	text-align: center;
}

ul#searchOption {
	clear: both;
	list-style: none;
	padding: 0;
	width: 706px;
	height: 38px;
	margin: 0 auto;
	/*	border-bottom:1px solid yellow;*/
}

ul#searchOption a {
	color: #1D6893;
}

ul#searchOption li {
	float: left;
	display: block;
	min-width: 100px;
	width: auto;
	width: 100px;
	/*width:expression((documentElement.clientWidth < 100) ? "100px" : "auto" );*/ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	background: url(../images/tab_bg.gif) repeat-x;
	line-height: 34px;
	/*	border-bottom:1px solid red;*/
}

ul#searchOption li.highlight {
	background: url(../images/highlight.gif);
	height: 37px;
	position: relative;
	top: -3px;
}

ul#searchOption li a {
	color: #1D6893;
	padding: 5px 3px;
}

ul#searchOption li a:hover {
	background: url(../images/tabhover.gif) repeat-x;
}

ul#searchOption li.borderleft {
	background: url(../images/tableft.gif) no-repeat;
	width: 3px;
	height: 38px;
	padding: 0;
	min-width: 0px;
}

ul#searchOption li.borderright {
	background: url(../images/tabright.gif) no-repeat;
	width: 3px;
	height: 38px;
	padding: 0;
	min-width: 0px;
}

div#searchForm {
	clear: both;
	width: 780px;
	height: 168px;
	margin: 0 auto;
	position: relative;
	top: -3px;
}

#searchForm img {
	float: left;
}

div#searchField {
	width: 772px;
	height: 150px;
	border-top: 18px solid #D2EDF9;
	float: left;
	background: white;
}

div#searchField form {
	text-align: left;
	width: 700px;
	margin: 2em auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1D6893;
}

div#searchField p {
	margin-bottom: 0.8em;
}


div#footer-main {
	width: 700px;
	margin: 2em auto;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
}

/*add by Liu Liu*/
div#suggestion {
	text-align: left;
	text-decoration: underline;
	width: 700px;
	margin: 2em auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1D6893;
}

/*add by Liu Liu*/
div#suggestion a:hover {
	text-decoration: underline;
}

/*add by Liu Liu*/
div#suggestion p {
	margin-bottom: 0.2em;
}

/*add by gb*/
.right-message {
	background-color: #1F729B;
	text-align: right;
	clear: both;
	padding: 0.4em 1.4em 0.4em 0.4em;
}

.right-message span {
	color: white;
}

/* ========================================================
	For 2_line_loginbar.jsp
   ===================================================== */
div.btn-area{
	background-color:#2587b9;border-top: 1px solid #6fbee7;border-bottom: 1px solid #6fbee7;
	padding:1px 2px;height: auto;
}

div.login-bar {
	float: right;
	margin-right: 100px;
	margin-top: 80px;
	color: #D2EDF9;
	color:white;
	font-size: 12px;
	font-weight: bold;
}

div.login-bar div.login-pane, div.login-bar div.info-pane {
	padding: 0px 10px;
	margin:0;
}
 
div.login-bar input.inputbox {
	width: 80px;
	color: white;
	font-weight: bold;
	border: solid 1px #d2edf9;
	background-color: #1eb7d0;
}

.btn2 {
	border: 1px solid #1D6893;
	background: #E6F4FA;
	color: #1D6893;
	width: 60px;
	line-height: 12px;
	padding: 0;
	margin: 0;
	height: 20px;
	font-weight: bold;
	width: 5em;
	color
}


/* white link*/
.link3 {color: #6fbee7; text-decoration: none;}
.link3:hover {color: #6fbee7; text-decoration: underline;}


/* ========================================================
	other
   ===================================================== */
.btn,.textinput {
	border: 1px solid #1D6893;
	background: white;
	font-weight: bold;
	color: #367ab4;
}

.btn {
	color: #1D6893;
	background: #E6F4FA;
}
   
.btn {
	border: solid 1px #1d6893;
	border-bottom: solid 1px #10405a;
	background-image: url("../images/btn_bg.gif");
	color: white;
	cursor: pointer;
	padding:2px 6px;
}


