﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	border: 0;
}

body, table {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

hr {
	color: #e3371e;
	background-color: #e3371e;
	height: 1px;
	border: 0;
}

a {
	color: #e5442d;
}

div.box div.titleContainer,
div.boxWhite div.titleContainer {
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	background: #e3371e url(../images/topleftcorner.gif) top left no-repeat;
	color: #fff;
	height: 27px;
	overflow: hidden;
}

div.boxWhite div.titleContainer {
	margin-bottom: 10px;
}

div.box {
	background-color: #f2f2f2;
	margin-bottom: 10px;
}

div.box div.titleContainer div.title,
div.boxWhite div.titleContainer div.title {
	margin: 8px 0 0 10px;
}

div.box div.content {
	padding: 5px;
}

div.boxWhite div.content {
	padding: 0 5px;
}

div#container {
	margin: 8px auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 766px;
}

div#banner {
	height: 88px;
}

div#logo {
	width: 547px;
	height: 88px;
	float: left;
}

div#search {
	width: 219px;
	height: 89px;
	float: left;
	margin-bottom: 15px;
}

div#search form {
	margin: 5px 0 0 0;
}


div#search div.box {
	height: 88px;
}

div#menu {
	width: 100%;
	height: 25px;
	vertical-align: middle;
	float: left;
}

ul#nav {
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}


ul#nav a {
	color: #5c5c5c;
	font-weight: bold;
	text-decoration: none;
}

ul#nav a.selected {
	color:  #e3371e;
}

ul#nav li li a {
	display: block;
	font-weight: normal;
	padding: 0 10px;
}

ul#nav li li a:hover {
	border: 0;
	color: #E3371E;
}

ul#nav li {
	float: left;
	position: relative;
	margin-right: 5px;
	text-align: left;
	cursor: default;
	background-color: white;
	padding-right: 10px;
}
 
ul#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	white-space: nowrap;
	left: 0;
	font-weight: normal;
	background: #f3f3f3 url(../images/br_corner.gif) bottom right no-repeat;
	padding: 0.5em 0 1em 0;
	padding-right: 10px;
	z-index: 999;
}

ul#nav li ul li ul {
	top: 0;
	left: 0;
	padding: 0;
	margin: 0 0 0 10px;
	position: relative;
	background: transparent;
}

ul#nav li>ul {
	top: auto;
	left: auto;
}

ul#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 1px solid #f3f3f3;
}

ul#nav li ul li ul div {
	padding-left: 0;
	background: url(../images/icong.gif) center left no-repeat;
}

ul#nav li:hover ul,
ul#nav li.over ul {
	display: block;
	margin: 0;
}


div#column1 {
	width: 220px;
	height: 300px;
	float: left;
}

div#column2 {
	width: 540px;
	overflow: hidden;
	float: right;
}

form#search, 
form#login {
	margin: 0;
}

form#login label {
	float: left;
	width: 60px;
}

form#login input.input,
form#search input.input {
	width: 139px;
	height: 19px;
	border: 1px solid #797979;
}
form#login input.input {
	margin-bottom: 10px;
}


form#login div.text {
	float: left;
	margin-left: 10px;
	font-weight: bold;
}

form#login input.img_Btn {
	background-color: red;
	float: right;
}

h1 {
	color: #e5442d;
	font-size: 15px;
	margin: 0;
}

h1 a {
	text-decoration: none;
}

img.img_left {
	float: left;
}

div.searchResultItem {
	margin-bottom: 8px;
}

div.searchResultItem div.score {
	margin-top: 4px;
	float: left;
	width: 100px;
}

div.searchResultItem div.score div.scoreBar {
	background-color: #e3371e;
	height: 5px;
}

div.searchResultItem div.content {
	padding: 0;
	width: 425px;
	float: right;
}

div.loginBox {
	width: 400px;
}

div.loginBox div.row {
	clear: both;
	padding-top: 5px;
}

div.loginBox div.row span.label {
	float: left;
	width: 100px;
	text-align: right;
}

div.loginBox div.row span.formw {
	float: right;
	width: 235px;
	text-align: left;
}

div.indexContainer {
	margin-top: 16px;
	text-align: center;
}

div.indexContainer a,
div.indexContainer a:link,
div.indexContainer a:visited,
div.indexContainer a:active {
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	text-align: center;
	border: 1px solid #000;
	margin-right: 5px;
}

div.indexContainer a.active,
div.indexContainer a.active:link,
div.indexContainer a.active:visited,
div.indexContainer a.active:active {
	background-color: #e5442d;
	color: #fff;
}

table.forum a{
	color: #000;
	text-decoration: none;
}

table.forum a:hover{
	color: #e5442d;
	text-decoration: none;
}