/*-------------------------------------------------*/

html {
     overflow: -moz-scrollbars-vertical;
}

body {
	background: #e7e7e7;
	font-family: verdana, lucida, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: black;
	text-align: center;
}

a:link, a:visited {
	color: #777777;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

h2 {
	margin: 5px 0 0 5px;
	font-size: 14px;
}

p {
	font-size: 12px;
	padding: 5px 5px 10px 5px;
	margin: 0;
	line-height: 16px;
	text-align: justify;
}

td {
	font-size: 10px;
}

img {
	border: 0px;
}

hr {
	height: 2px;
	background: #2281f9 !important;
	color: #2281f9;
}

span.hidden {
	display: none;
}

.logo {
	margin: -5px 0 15px 0;
}

/*-------------------------------------------------*/

#main {
	background: url("/images/background.gif") repeat-y;
	margin: 5px auto;
	padding: 0;
	width: 740px;
	border: 0px solid #ffffff;
}

/*-------------------------------------------------*/

#header {
	background: url("/images/header.gif") no-repeat center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: white;
	text-align: right;
	position: relative;
	width: 740px;
	height: 210px;
	border: 0px solid white;
}

#header_top {
	position: absolute;
	top: 25px;
	right: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 50%;
	color: white;
	text-align: right;
	position: relative;
	padding: 5px;
}

/*-------------------------------------------------*/

#content {
	width: 740px;
}

#content-right {
	float: right;
	position: relative;
	width: 135px;
	margin-right: 20px;
	margin-bottom: 100px;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}

#content-header-left {
	/*background: url("/images/title_bg.gif") no-repeat center;*/
	float: left;
	position: relative;
	width: 541px !important;
	width: 521px;
	padding: 5px;
	margin-left: 20px !important;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

#content-left {
	float: left;
	position: relative;
	width: 541px !important;
	width: 521px;
	padding: 5px;
	margin-left: 20px !important;
	margin-left: 10px;
	margin-bottom: 20px;
	font-size: 12px;
	text-align: left;
}

/*-------------------------------------------------*/

#menu {
	list-style: none;
	padding: 0 0 0 6px;
	padding: 0 !ie;
	margin: 5px 0 20px 0;
	margin: 5px 0 20px 6px !ie;
}

/*-------------------------------------------------*/

#login {
	padding: 0 0 0 6px;
}

#login-password {
	font-size: 10px;
	padding: 4px 0 0 0;
}

/*-------------------------------------------------*/

input {
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	color: #111111;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	margin: 4px 0px 4px 0px;
	padding: 2px 0px 2px 0px;
}

textarea {
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	color: #111111;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	margin: 4px 0px 4px 0px;
	padding: 2px 0px 2px 0px;
}

.checkbox {
	background-color: #111111 !ie;
	border: 0px;
}

.form_dropdown {
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	color: #111111;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	margin: 4px 0px 4px 0px;
	padding: 1px 0px 1px 0px;
}

.hidden_field {
	display: none;
	border: none;
	background-color: #ffffff;
}

.botcatcher {
	display: none;
}

#largeForm {
	float: right;
	text-align: left;
	width: 94%;
	width: 92% !ie;
}

#largeForm a:hover {
	text-decoration: none;
}

#largeForm label {
	float: left;
	display: block;
	width: 150px;
	margin: 5px 0px 4px 0px;
	text-align: right;
	padding-right: 20px;
}

#largeForm input {
	/*float: left;
	display: block;*/
	width: 250px;
	margin: 5px 0px 4px 0px;
}

#largeForm input, #largeForm textarea {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #d1d1d1;
	margin: 4px 0px 4px 0px;
	padding: 2px 0px 2px 0px;
}

#largeForm textarea {
	height: 150px;
	width: 250px;
}

#largeForm .form_dropdown {
	width: 250px;
	border: 1px solid #d1d1d1;
	margin: 4px 0px 4px 0px;
}

#largeform .radio {
	background-color: transparent;
	border: 0px;
	width: 20px;
	margin-top: 2px;
	margin-top: -2px !ie;
}

#largeForm br {
	clear: left;
}

#largeForm .button {
	margin-left: 250px;
	width: 75px;
	height: 20px;
}

/*-------------------------------------------------*/

td.forum {
	font-size: 12px;
	padding: 2px 4px 2px 4px;
}

td.forumthread {
	font-size: 12px;
	padding: 0px 8px 0px 8px;
	background-color: #cccccc;
}

td.forummessage {
	font-size: 12px;
	padding: 8px 8px 15px 8px;
	text-align: left;
	border-left: 2px solid #cccccc;
}

td.messagespacer {
	height: 25px;
}

/*-------------------------------------------------*/

#footer {
	background: url("/images/footer.gif") no-repeat center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	border: 0px solid #ffffff;
	margin-top: 8px;
	clear: both;
	height: 40px;
}

#footer-left {
	float: left;
	padding: 10px 5px 5px 25px;
	width: 450px;
}

#footer-right {
	float: right;
	padding: 10px 25px 5px 5px;
	width: 220px;
}

#footer-right a {
	text-decoration: underline;
}