/* __________ Reset __________ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* __________ Reset END __________ */

body {
	width: 980px;
	margin: 0 auto;
	background-color: #000000;
	font-family: 'Tahoma', 'Trebuchet MS', 'Arial';
	font-size: 8pt;
	color: #829297;
	line-height: 14px;
}

#header {
	background-image: url(../img/head_bg.png);
	background-repeat: no-repeat;
	width: 980px;
	height: 150px;
	text-align: center;
}

#head_left {
	width: 165px;
	padding: 10px 0 0 20px;
	float: left;
}

#head_center {
	width: 200px;
	padding-left: 205px;
	float: left;
}

#head_right {
	width: 250px;
	float: right;
}

#head_search_box {
	background-image: url(../img/head_search_box.png);
	background-repeat: no-repeat;
	width: 228px;
	height: 54px;
	padding-right: 10px;
	float: right;
	clear: right;
}

#head_stats {
	background: transparent url(../img/head_stats_bg.png) 0 0 repeat-y;
	padding: 10px 6px 0 0;
	float: right;
	clear: right;
	text-align: left;
}

#head_stats li {
	padding-left: 30px;
	line-height: 16px;
}

#head_stats li span#online { color: #88d964; }
#head_stats li span#offline { color: #d2341e; }
#head_stats li span img { position: relative; top: 3px; }

#head_stats_bottom {
	width: 228px;
	height: 28px;
	background: transparent url(../img/head_stats_bottom.png) 0 0 no-repeat;
}

#head_search_box form {
	margin: 10px 24px 10px 24px;
}

input#head_custom {
	width: 134px;
	height: 14px;
	padding: 2px;
	margin-right: 10px;
	background-color: #072128;
	border: solid 1px #364549;
	float: left;
	color: #829297;
	font-size: 8pt;
}

#head_btn {
	background-image: url(../img/btn_head_search.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 30px;
	height: 20px;
	padding-bottom: 2px;
	display: block;
	border: 0;
	float: left;
	cursor: pointer;
	color: #b5bdbf;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 7pt;
}

#head_btn:hover {
	background-position: 0 -20px;
}

#head_menu {
	background-image: url(../img/head_menu.png);
	background-repeat: no-repeat;
	width: 980px;
	height: 40px;
	text-align: center;
}

#head_menu ul,
#foot_menu ul {
	line-height: 42px;
}

#head_menu li,
#foot_menu li {
	display: inline;
}

#head_menu li:hover,
#foot_menu li:hover {
	color: #b5bdbf;
}

#head_menu a,
#foot_menu a {
	padding: 13px 15px 15px 15px;
	font-size: 10pt;
	color: #829297;
}

#head_menu a:hover,
#foot_menu a:hover {
	background-image: url(../img/menu_hover.png);
	background-repeat: repeat-x;
	height: 40px;
	color: #ffffff;
	text-decoration: none;
}

#body {
	background-image: url(../img/body_top_bg.png);
	background-repeat: no-repeat;
	background-color: #074759;
	width: 980px;
}

.box {
	padding: 15px 15px 0 15px
}

.first {
	padding-top: 30px;
}

.box_top {
	background-image: url(../img/body_box_top.png);
	background-repeat: no-repeat;
	width: 210px;
	height: 20px;
}

.box_body {
	background-image: url(../img/body_box_body.png);
	background-repeat: repeat-y;
	width: 198px;
	padding: 0 6px 0 6px;
}

.box_bottom {
	background-image: url(../img/body_box_bottom.png);
	background-repeat: no-repeat;
	width: 210px;
	height: 20px;
}

#left {
	float: left;
	width: 240px;
}

h2 {
	padding: 0 0 8px 0;
	color: #b5bdbf;
	font-size: 10pt;
	text-align: center;
}

.box_colhead_divider {
	background-image: url(../img/divider_180.png);
	background-repeat: no-repeat;
	width: 178px;
	height: 2px;
	margin: 5px 0 5px 0;
}

.box_cont {
	padding: 0 10px 0 10px;
}

#team h2 { padding-bottom: 0; text-align: left; }
#team h2#head-team { text-align: center; }

ul.sidebar {
	padding: 0 10px 0 15px;
	list-style-image: url(../img/box_list_circle.png);
	line-height: 20px;
}

ul.sidebar a {
	color: #b5bdbf;
}

#center {
	float: left;
	width: 500px;
	padding-top: 40px;
}

#right {
	float: right;
	width: 240px;
}

form#login {
	padding-top: 10px;
}

input.login_custom {
	width: 172px;
	height: 14px;
	padding: 2px;
	margin: 5px 0 8px 0;
	background-color: #072128;
	border: solid 1px #364549;
	float: left;
	color: #829297;
	font-size: 8pt;
}

.btn {
	background-image: url(../img/btn_box.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 70px;
	height: 20px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	display: block;
	border: 0;
	float: right;
	cursor: pointer;
	color: #b5bdbf;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 7pt;
}

.btn_inline {
	background-image: url(../img/btn_box.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 70px;
	height: 20px;
	padding-bottom: 2px;
	margin: 0 10px 10px 10px;
	border: 0;
	cursor: pointer;
	color: #bab2b0;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 7pt;
}

.btn:hover,
.btn_inline:hover {
	background-position: 0 -20px;
	text-decoration: none;
}

a.link_btn {
	background-image: url(../img/btn_box.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 70px;
	height: 17px;
	margin: 0 auto 10px;
	padding-top: 3px;
	display: block;
	border: 0;
	color: #b5bdbf;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 7pt;
	text-align: center;
	text-decoration: none;
}

a.link_btn:hover {
	background-position: 0 -20px;
	text-decoration: none;
}

p.login {
	font-size: 8pt;
}

p.userdet {
	font-size: 8pt;
	text-align: center;
}

p.sublogin_text {
	padding-top: 5px;
	text-align: center;
}

.article {
	padding-top: 20px;
}

.article h1 {
	font-size: 14pt;
	line-height: 20px;
	color: #c3d2d7;
	float: left;
}

.article_links {
	float: right;
	line-height: 20px;
	font-size: 7pt;
}

.article_subtitle {
	margin: 5px 0 20px 0;
	color: #69940c;
}

.article_body {
	text-indent: 20px;
	line-height: 14px;
}

.article_divider {
	background-image: url(../img/divider_480.png);
	background-repeat: no-repeat;
	width: 480px;
	height: 2px;
	margin-top: 15px;
}

.article h2 {
	padding-top: 15px;
	line-height: 20px;
	color: #69940c;
	font-size: 10pt;
	text-align: left;
}

.article_comment_line {
	background-image: url(../img/article_comment_bottom_right_corner.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0 12px 12px 0;
	margin-bottom: 10px;
}

.article_comment_avatar_default {
	background-image: url(../img/article_comment_top_left_corner.png);
	background-repeat: no-repeat;
	width: 100px;
	padding: 12px 10px 0 12px;
	float: left;
}

.article_comment_text_box {
	width: 316px;
	padding-top: 12px;
	float: left;
}

p.article_comment_title {
	padding-bottom: 12px;
	font-size: 8pt;
}

p.article_comment_text {
	text-indent: 20px;
}

#center_big {
	width: 710px;
	padding: 40px 15px 0 15px;
	float: left;
}

.form {
	margin: auto;
	width: 400px;
}

#large_form {
	width: 500px;
}

#left_form {
	margin: 0;
}

.form fieldset {
	margin-bottom: 10px;
}

.form legend {
	font-family: Arial;
  	font-size: 12pt;
	padding: 10px 0 20px 0;
	font-weight: bold;
	color: #b3c1c6;
}

.form label {
	display: inline-block;
	line-height: 18px;
	vertical-align: top;
	color: #99906d;
}

.form fieldset li {
	padding: 5px;
}

.form fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

.form fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

.form fieldset fieldset label {
	display: block;
	width: auto;
}

.form label {
	width: 130px;
}

.form fieldset fieldset label {
	margin-left: 123px;
}

.form .radio {
	vertical-align: top;
}

input.custom {
	width: 23.5em;
	height: 13px;
	padding: 1px;
	font-size: 8pt;
	color: #074759;
}

input.custom_small {
	width: 16em;
	height: 13px;
	padding: 1px;
	font-size: 8pt;
	color: #074759;
}

input.custom_large {
	width: 32em;
	height: 13px;
	padding: 1px;
	font-size: 8pt;
	color: #074759;
}

select.dropdown {
	height: 18px;
	padding: 1px;
	font-size: 8pt;
	color: #074759;
}

input#register,
input#edit,
input#add {
	margin-right: 10px;
	margin-left: 10px;
}

textarea.textarea {
	width: 29em;
	height: 12em;
	padding: 5px;
}

textarea.textarea_small {
	width: 18.6em;
	height: 5em;
	padding: 5px;
}

textarea.textarea_large {
	width: 36em;
	height: 12em;
	padding: 5px;
}

.path,
.options {
	padding: 5px 5px 0 5px;
	float: left;
}

.pager {
	padding: 5px;
	float: right;
}

.pager a {
	padding: 0 2px 0 2px;
}

.forum {
	width: 100%;
	margin-top: 10px;
	padding: 0 15px 0 15px;
	background-color: #063441;
}

.forum td {
	padding: 5px;
	border: solid 1px #194752;
	vertical-align: top;
}

.forum .colhead td {
	background-image: url(../img/forum_colhead.png);
	background-repeat: repeat-x;
	/*height: 24px;*/
}

.forum .small {
	width: 75px;
	padding: 5px 20px 5px 20px;
	text-align: left;
}

.forum_divider {
	background-image: url(../img/divider_710.png);
	background-repeat: no-repeat;
	width: 710px;
	height: 2px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.comment_left {
	width: 1%; /*60px*/
}

.comment_left_details {
	padding: 3px;
}

.comment_right {
	width: 540px;
	vertical-align: top;
}

.comment_right_details {
	float: left;
}

.comment_options {
	float: right;
}

.comment_body {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	border-top: solid 1px #1d4d59;
}

.quote {
	width: auto;
	padding: 5px;
}

.quote h3 {
	padding: 0 0 5px 5px;
}

.quote_body {
	width: auto;
	padding: 5px;
	background-color: #103a44;
	border: dotted 1px #366a77;
}

.inbox_divider {
	background-image: url(../img/divider_500.png);
	background-repeat: no-repeat;
	width: 500px;
	height: 2px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.donate_icon {
	width: 1%;
}

.donate_desc {
	vertical-align: middle !important;
	line-height: 14px;
}

#foot {
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	width: 980px;
	height: 87px;
	padding-top: 28px;
	text-align: center;
}

#foot_menu {
	background-image: url(../img/foot_menu.png);
	background-repeat: no-repeat;
	width: 980px;
	height: 40px;
}

#foot_cont {
	padding: 14px 20px 0 20px;
	line-height: 20px;
	color: #b5bdbf;
	text-align: center;
}

#design {
	width: 200px;
	float: left;
	text-align: left;
}

#design a {
	color: #82ba44;
}

#design a:hover {
	border-bottom: dotted 1px #82ba44;
	text-decoration: none;
}

#copyright {
	width: 540px;
	margin: auto;
	float: left;
}

#foot_logo {
	width: 200px;
	float: right;
	text-align: right;
}

#foot_logo img {
	margin: -65px 15px 0 0;
}

#sub_footer {
	padding: 10px 20px 10px 20px;
	float: right;
	clear: right;
}

a {
	color: #69940c;
	text-decoration: none;
}

a:hover  {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.clr {
	clear: both;
}
