
body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font: 15px Arial, Helvetica, sans-serif;
	color: #444444;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #0000FF;
}

a img {
	border: none;
}

#wrapper {
	width: 985px;
	margin: 10px auto;
	background: #ffffff;
	border: 1px solid #CCCCCC;
}

/* Header */

#header {
	width: 985px;
	height: 160px;
	padding-top: 5px;
	margin: 0px auto;
	background: #FFF url(../images/top2.png) no-repeat left top;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	width: 200px;
	height: 100px;
	margin-top: 40px;
}

#logo img {
	float: left;
	padding: 0px 0px 0px 10px;
}

#title_text {
	float: left;
	width: 580px;
	text-align: center;
}

#title_text h1 {
	margin: 0px;
	line-height: normal;
	font-weight: bold;
	color: #78a22f;
	padding: 40px 0px 0px 0px;
}

#logo_sub {
	float: right;
	height: 100px;
	width: 200px;
}

#logo_sub img {
	float: right;
}

/* Menu */
#menu ul
{
margin-left: -40px;
}

#menu ul li
{
	display: inline;
	margin-right: -4px;
}

/* Recommand*/

#recommand
{
	clear: both;
	width: 960px;
	height: 30px;
	margin: 0px auto;
	background: #FFF;
}

#rec_png
{
	margin: -1px 0px 0px 30px;
	float: left;
	width: 80px;
	height: 28px;
	text-align: center;
}

#rec_png a { 
	display: block; 
	width: 80px; 
	height: 28px;
	padding-top: 6px;
	text-decoration: none;
	color: #444444;
	background: #FFCC00 url(../images/rounded_2.gif) no-repeat left top;
}

#rec_png a:hover { 
	text-decoration: underline;
	color: #0000FF;
	background-position: -80px 0;
}

#rec_png a
{
	margin-top: 3px;
}

#rec_title
{
	float: left;
	width: 200px;
}

#rec_title h2
{
	
	line-height: normal;
	font-weight: normal;
}

#rec_msg
{
	float: left;
	color: #FF0000;
	margin: 0px 0px 0px 270px;
	padding: 4px 10px;
	background: #FFFFF0;
	border: 1px solid #C0C0C0;
	display: none;
}

/* Search */

#search {
	clear: both;
	width: 980px;
	height: 40px;
	margin: -10px 0 0 0;
	background: #FFCC00;
}

#search  a {
	text-decoration: none;
}

#search a:hover {
	text-decoration: underline;
}

#search_form {
	margin: 0;
	float: left;
	padding: 7px 0px 0px 8px;
}

.search_btn {
	border:1px solid #4D5C2B;
	background-color:#FFFFF0;
	padding:2px 2px 1px 2px;
}

#search-db{
	width: 40px;
	margin-right:10px;
}

#search-db-1{
	width: 140px;
}

#search fieldset {
	margin-left: 20px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

#search_link {
	float: left;
	padding: 10px 0px 0px 20px;
}

/* Page */

#page {
	clear: both;
	width: 960px;
	margin: 0px auto;
	min-height: 380px; 
	height: auto !important; 
	height: 380px; 
	overflow: visible;
}

#page a {
	text-decoration: none;
}

#page a:hover {
	text-decoration: underline;
}

.no-result {
	margin-top: 35px;
	color: #FF0000;
	text-align: center;
}

#pagination {
	margin: 0px 5px 0px 10px;
}

#pagination  .pager {
	float: right;
}

#pagination .pager span {
	color: #0000FF;
}

#pagination  .logout  a{
	float: left;
	color: #0000FF;
}

.pagination_btn {
	border: 1px solid #4D5C2B;
	BACKGROUND-COLOR: #E1FFC4;
}

/* Table */
#tbl {

}

tr.even		{ background: #f6f7f2; }
tr.odd		{ background: #FFFFF0; }
tr.over td	{ background: #FFDAB5; }
td	{ padding: 2px; }
.td_header {
	background: #4d8407;
	color: #FFFFFF;
}
/* Footer */

#footer {
	clear: both;
	width: 985px;
}

#footer_sept
{
	width: 985px;
	height: 25px;
	margin: 20px 0px;
	background: #072d84;
}

#footer p {
	margin: 0px;
	padding: 3px 0px 15px 0px;
	text-align: center;
	line-height: normal;
	font-size: 10pt;
	color: #FFF;
}

#footer span {
	float: right;
}

#footer a {
	color: #FFFFFF;
}

.hightlight {
	border: 2px solid #FF0000;
}

#errmsg {
	display: none;
}

#blink {
	display: none;
}

#hot_btn {
	border:2px solid #FF0000;
	background-color:#FFFAFA;
	padding:2px 5px 1px 5px;
}

#hot_col {
	color: #FFFF00;
	font-weight: bold;
}

.wrong_msg {
	font-weight: bold;
	color: #FF0000;
	margin-top: 50px;
	text-align: center;
}

.welcome {
	font-weight: bold;
	color: #0000FF;
	margin-top: 50px;
	text-align: center;
}

.welcome a {
	color: #0000FF;
}

#landing {
	margin: 20px 110px;
}

#landing  div {
	padding: 3px;
	text-align: left;
}

.en_show {
	font-weight: bold;
	margin-top: 10px;
}

.en_show a {
	color: #0000FF;
}

.select_msg {
	border:solid 2px #FF0000;
	width:186px;
	height:22px;
	overflow:hidden;
}

#form-header span {
	float: right;
	padding-right: 10px;
}

.mail_msg {
	font-weight: bold;
	margin: 50px 200px 0px 200px;
}

.mail_msg ul {
	list-style-image: url(images/postbullets.png);
}

.wrote {
	font-weight: bold;
	color: #0000FF;
	margin: 50px 100px;
}

.ckbox_msg {
	outline: 2px solid red;
	border: 2px solid red;
}

.dt_link {
	color: #0000FF;
	font-weight: bold;
	margin-left: 20px;
}
