/* HWT Standard style - very heavily modified by IBBoard from phpBB 'prosilver' */

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	height: 100%
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #eee;
    	background:#000 url("../imageset/HWT-header.gif") 0 0 repeat-x;
	font-size: 10px;
	text-align: center
}

body.simple {
	background-image: none;
}

#maincontent{
	width:750px;
	margin: 0 auto;
	text-align:left
}

div, p {
	position:relative;
	z-index:1
}

h1{
    margin: 0 auto 40px;
    text-align: left;
    width:748px;
    height:150px;
	font-size: 16pt
}

h1 span, h1 a {
	height:150px;
	width:290px
}

h1 a {
	position:relative;
	overflow:hidden;
	display:block;
	margin:0 20px;
	width:290px
}

h1 a span {
	position:absolute;
	left:0;
	background: #000 url("../imageset/site_logo.jpg") no-repeat;
	width:290px
}

#h1image {
	float:right;
	width:325px
}

h1 { text-transform: uppercase }

h1, h2, h3 {
	padding: 0 0.3em
}

h1, h2, h3, h4 {
	clear: left
}

h2 { margin: 0.5em 0 }

h3 {
	border-bottom: 1px solid #444;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.05em;
	margin-top: 20px
}

p {
	margin: 0.75em 0.5em
}

.postsbg h3 {
	margin: 0;
	padding: 0;
	text-align: center;
	border-width: 0;
	border-top: 1px solid #333;
	background: #222 url("../theme/images/SideBoxTop.gif") repeat-x 0 -5px
}

.semantic
{
	display: none;
}

.semantic2
{
	visibility: hidden
}

.subheader{
	border: 1px solid #444;
	text-align:right;
	-moz-border-radius: 1em;
	border-radius: 1em;
	float:right;
	margin:-100px 25px 20px;
	width:375px;
	clear:right;
	padding:5px;
	display:inline
}

.subheader li {
	display:inline;
	list-style:none;
	padding-left:10px
}

#buttons{margin-top:-165px}

#siteLinks{
	text-align:center;
	padding:4px 0;
	margin: 0 0 -4px
}

#wrap {
	width:750px;
	margin: 0 auto;
	text-align:left
}

#simple-wrap {
	padding: 6px 10px
}

#page-body {
	margin: 4px 0;
	clear: both
}

#page-footer {
	clear: both
}

#page-footer h3 {
	margin-top: 20px
}

dfn { font-style: normal }

hr {
	clear: both;
	border-width: 0;
	background-color: transparent;
	height: 0;
	overflow: hidden;
	margin-bottom: -1px;
	color: inherit
}

#navigation hr, #cp-main hr {
	margin: 8px 0;
	color: #000;
	background-color: #000;
	height: 1px
}

#cp-main hr {
	color: #333;
	background-color: #333;
}

a img { border-width: 0 }

dl + p {
	margin-top: 0.25em
}

li.header dl.icon {
	min-height: 0
}

li.header dl.icon dt {
	padding-left: 0;
	padding-right: 44px
}

.buttons {
	float: left;
	width: auto;
	height: auto;
	z-index:2;
	padding-right: 10px
}

.buttons div {
	float: left;
	margin-right: 5px
}

dl.icon {
	min-height: 35px;
	background-position: 10px 50%;
	background-repeat: no-repeat
}

dl.icon dt {
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: 5px 95%
}

.forum-image {
	float: left;
	padding-top: 5px;
	margin-right: 5px
}

fieldset {
	border-width: 0;
	font-size: 1.1em;
	padding: 0 0.25em
}

.inputbox, input, textarea {
	cursor: pointer;
	vertical-align: middle;
	padding: 2px;
	font-size: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif
}

textarea {
	width: 60%;
	line-height: 1.4em;
}

.inputbox, select, textarea, option {
	background-color: #161616;
	color: #eee;
}

.inputbox, select, textarea {
	border: 1px solid #555;
}

.inputbox, textarea {
	cursor: text;
	-moz-border-radius: 6px;
	border-radius: 6px
}

input[disabled], *.button1[disabled], *.button3[disabled], *.button2[disabled], *.button1:hover[disabled], *.button3:hover[disabled], *.button2:hover[disabled], select[disabled], select:hover[disabled] {
	cursor: default;
	background-color: #111;
	border-color: #222
}

option {
	padding-right: 1em
}

.inputbox:hover, select:hover {
	border: 1px solid #777;
}

.inputbox:focus, select:focus {
	border: 1px solid #777;
}

form input.checkbox, form fieldset input.checkbox {
	width: auto;
	background-color: transparent;
}

input.inputbox, textarea.inputbox { width: 85%; }
input.medium	{ width: 50%; }
input.narrow	{ width: 25%; }
input.tiny		{ width: 110px; }


form .autowidth {
	width: auto;
}

input.search {
	background: #161616 url("../theme/images/icon_mini_search.gif") no-repeat 2px 50%;
	padding-left: 17px;
	border-radius: 0;
	-moz-border-radius: 0
}


fieldset dl {
	margin: 1.5em 0 0.5em;
	height: auto
}

fieldset dt {
	float: left;
	clear: left;
	width: 40%;
	text-align: left;
	margin-top: 0.5em;
	display: block
}

fieldset dt:first-child {
	margin-top: 0
}

fieldset dd {
	margin: 0.9em 0 3px 40%;
	padding-left: 0.75em;
	vertical-align: top;
	border-left: 1px solid #000
}

fieldset dd, fieldset dt {
	min-height: 1.8em
}

fieldset dt:hover + dd, fieldset dd:hover {
	border-color: #444
}

/* Specific layout 1 */
.panel fieldset, .editorbg fieldset {
	padding: 0 0.5em 0.5em;
}

fieldset.fields1 dt {
	width: 10em;
	border-right-width: 0;
}

fieldset.fields1 dd {
	margin-left: 10em;
	border-left-width: 0;
}

fieldset.fields1 {
	background-color: transparent;
}

.editorbg .fields1 {
	border-top: 1px solid #444
}

fieldset.fields1 div {
	margin-bottom: 3px;
}

/* Specific layout 2 */
fieldset.fields2 dt {
	width: 15em;
	border-right-width: 0;
}

fieldset.fields2 dd {
	margin-left: 16em;
	border-left-width: 0;
}

/* Form elements */

dd textarea {
	width: 85%;
}

#timezone {
	width: 95%;
}

* html #timezone {
	width: 50%;
}


.subheader .search {
	width: 270px;
}

ul.navlinks { font-weight: bold; font-size: 120% }

.forabg, .forumbg, .postsbg, .editorbg {
	background: transparent url("../theme/images/HWT-frame2_02.gif") repeat-x 0 0;
	margin-bottom: 1em;
	clear: both;
	border: 1px solid #444;
	-moz-border-radius: 0 0 1em 1em;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
	padding-bottom: 0.25em;
	width: 100%
}

.editorbg {
	margin-top: 0.75em
}

.postsbg, .searchbg {
	padding-top: 25px
}

.forumbg h3 {
	border-top: 1px solid #444;
	margin-top: 0;
	padding-top: 0.25em
}

.editorbg h3, .forumbg h2 {
	font-size: 1.05em;
	margin: 0;
	padding: 0;
	height: 20px;
	text-align: center;
	border-width: 0;
	border-bottom: 1px solid #444;
	padding-top: 5px;
}

#faq h3 {
	border-bottom: 1px solid #444
}

.faqs {
	margin-bottom: 2em
}

ul.topiclist li.row dt a.subforum.read {
	background-image: url("../imageset/subforum_read.gif");
}

ul.topiclist li.row dt a.subforum.unread {
	background-image: url("../imageset/subforum_unread.gif");
}

li.row:hover, table.table1 tbody tr:hover, .options dl:hover, #gallery label:hover
{
	background-color: #161616
}

li.row:hover dd {
	border-left-color: #999;
}

ul.topiclist {
	list-style-type: none;
	margin: 0;
}

ul.topiclist li {
	display: block;
	list-style-type: none;
	margin: 0;
}

ul.topiclist dl {
	position: relative;
}

ul.topiclist li.row dl {
	padding: 2px 0;
}

ul.topiclist dt {
	display: block;
	float: left;
	width: 50%;
	font-size: 1.1em;
	padding-right: 5px;
}

ul.topiclist dd {
	display: block;
	float: left;
	border-left: 1px solid #444;
	padding: 4px 0;
}

dd.posts dfn, dd.topics dfn, dd.views dfn {
	display: none;
}

ul.topiclist li.row dt a.subforum {
	position: relative;
	white-space: nowrap;
	padding: 0 0 0 12px;
}

li.row {
	border-top: 1px solid #444;
}

.header
{
	height: 25px;
}

.header dt, .header dd
{
	border-left-width: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.header dt span, .header dd span, table.table1 thead th span, table.table1 thead th a, .forumbg h2 span, .editorbg h3 span
{
	border: 1px solid #444;
	background-color: #000;
	padding: 0 0.25em
}

table.table1 thead th span a {
	border-width: 0;
	padding: 0
}

thead th a:link, thead th a:visited, thead th a:hover, thead th a:active {
	color: #fff
}

.header dt {
	margin-left: 1%;
	padding-top: 5px
}

.header a:link, .header a:visited, .header a:active {
	color: #eee
}

ul.topiclist .header dd
{
	border-width: 0
}

dd.posts, dd.topics, dd.views {
	width: 8%;
	text-align:center
}

/* List in forum description */
dl.icon dt ol,
dl.icon dt ul {
	list-style-position: inside;
	margin-left: 1em;
}

dl.icon dt li {
	display: list-item;
	list-style-type: inherit;
}

dd.lastpost {
	width: 25%
}

.header dd.lastpost span
{
	display: inline;

}

.forums dd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {
	display: block;
	padding-left: 5px;
}

.navlinks .rightside
{
	font-size: 0.9em;
	font-weight: normal;
}

a.button1, input.button1, input.button3, a.button2, input.button2 {
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #555;
	background: #111 url("../theme/images/button_bkg.gif") 0 0;
	color: #ccc;
	text-decoration: none;
}

a.button1, a.button2 {
	padding: 1px 0.5em
}

input.button2 {
	margin: 2px 0
}

a.button1:hover, input.button1:hover, input.button3:hover, a.button2:hover, input.button2:hover {
	border-color: #777;
	background-color: #262626;
	color: #ddd
}

.pagination, .row .pages {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	text-align: right;
	margin: 5px 0 2px;
	float: right;
}

.pagination
{
	margin: 5px 0;
}

.pages .page-sep {
	display:none;
}

li.pagination {
	margin-top: 0;
}

.pages strong, .pages b {
	font-weight: normal;
}

.pagination span strong, .pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active, .pages strong, .pages a, .pages a:link, .pages a:visited, .pages a:active {
	text-decoration: none;
	margin: 0 2px;
	padding: 0 2px;
	background-color: #111;
	border: 1px solid #333;
	color: #ddd;
	font-size: 0.9em;
	line-height: 1.5em;
}

.pages strong, .pagination .pages strong {
	background-color: #222;
	border-color: #444;
}

label {
	padding-right: 5px;
}

dd label {
	white-space: nowrap;
}

dd input, dd textarea {
	margin-right: 3px;
}

dd select {
	width: auto;
}

.online {
	background: transparent url("../imageset/en/icon_user_online.gif") no-repeat 0 0;
	width: 58px; height:58px;
	position: absolute;
	top: 0; left: 0
}

.post {
	padding: 0 5px;
	margin-bottom: 4px;
	position: relative;
	border-top: 1px solid #444;
	clear: both;
}

.imgContainer{
	display: block;
	width:590px;
	overflow:auto;
}

body#top .imgContainer{width:540px;}

/* Post signature */
.signature {
	margin-top: 1em;
	padding: 0.2em;
	font-size: 1.1em;
	border: 1px solid #333;
	border-width: 1px 0 0 1px;
	clear: left;
	line-height: 140%;
	overflow: hidden;
	width: 570px;
	color: #999
}

.signature .imgContainer, blockquote .imgContainer{
	width:auto
}

dl.details .sig {
	clear: left;
	margin-left: 6em;
	margin-bottom: 3em
}

.notice {
	margin-top: 1em;
	padding: 0.5em;
	border: 1px dashed #333;
	background-color: #111;
}

blockquote {
	/* Also see tweaks.css */
	margin: 1em 1px 1em 25px;
	padding: 5px;
	background: #222 url("../theme/images/quote.gif") 6px 8px no-repeat;
	border:1px solid #444;
	font-size:0.95em;
	overflow:hidden;
	padding:5px;
}

blockquote blockquote {
	/* Nested quotes */
	font-size:1em;
	margin:0.5em 1px 0pt 15px;
}

/* Code block */
dl.codebox {
	padding: 3px;
	font-size: 1em;
	background-color: #222;
	border: 1px solid #444;
}

dl.codebox dt {
	text-transform: uppercase;
	margin-bottom: 3px;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #333;
}

dl.codebox code {
	overflow: auto;
	display: block;
	height: auto;
	max-height: 200px;
	white-space: nowrap;
	padding-top: 5px;
	font-family: Monospace,"Courier New", Courier, mono;
	line-height: 1.3em;
	margin: 2px 0;
}

blockquote dl.codebox {
	margin-left: 0;
}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #444; }
.syntaxdefault	{ color: #bcbcbc; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #585858; }
.syntaxstring	{ color: #a7a7a7; }

.posthilit {
	background-color: #cc0;
	color: #000;
	padding: 0 2px 1px 2px;
}

.postbody {
	padding: 0;
	line-height: 1.48em;
	width: 76%;
	float: left;
	overflow: hidden
}

.postbody .content {
	min-height: 3em;
	line-height: 1.4em;
	font-size: 1.1em;
}

.postbody .ignore {
	font-size: 1.1em;
}

.postbody h4, #cp-main .postbody h4 {
	font-size: 1.35em;
	padding: 2px 0 0 0;
	margin: 0 0 0.3em 0;
	line-height: 125%;
	border-color: #333;
	background-color: transparent
}

#cp-main .postbody h4 {
	border-top-width: 0;
	height: 25px
}

.postbody h4 img {
	vertical-align: bottom;
}

.postprofile {
	/* Also see tweaks.css */
	margin: 10px 5px 5px 0;
	min-height: 80px;
	border-right: 1px solid #444;
	width: 22%;
	float: left;
	display: inline;
}

.postprofile strong {
	font-weight: normal;
}

a:link, a:visited, a:active, .copyright:hover a:link, .copyright:hover a:visited, .copyright:hover a:active { color: #aa9; text-decoration: underline; }
a:hover	{ color: #eed; text-decoration: underline; }
.pagination a:link, .pagination a:visited, .pagination a:active, .author a:link, .author a:visited, .author a:active, .postbody h4 a:link, .postbody h4 a:visited, .postbody h4 a:active { text-decoration: none }
.copyright a:link, .copyright a:visited, .copyright a:active { color: #6c6c60 }

blockquote cite {
	/* Username/source of quoter */
	font-style: normal;
	font-weight: bold;
	margin-left: 20px;
	display: block;
	font-size: 0.9em;
}


blockquote.uncited {
	padding-top: 25px;
}

/* Post poll styles
----------------------------------------*/
#poll {
	margin-top: -1px
}

fieldset.polls {
	border-top: 1px solid #444
}

fieldset.polls dl {
	margin-top: 0.5em;
	line-height: 120%;
}

fieldset.polls dl.voted {
	font-weight: bold;
}

fieldset.polls dt {
	text-align: left;
	float: left;
	display: block;
	width: 30%;
	border-right: none;
	padding: 0.5em 0 0;
	margin: 0;
	font-size: 1.1em;
}

fieldset.polls dd {
	float: left;
	width: 10%;
	border-left: none;
	padding: 0 5px;
	margin-left: 0;
	font-size: 1.1em;
	min-height: 1em;
}

fieldset.polls dd.resultbar {
	width: 50%;
}

fieldset.polls dd input {
	margin: 2px 0;
}

fieldset.polls dd div {
	text-align: right;
	font-weight: bold;
	padding: 0 2px;
	overflow: visible;
	min-width: 2%;
}

.pollbar1, .pollbar2, .pollbar3, .pollbar4, .pollbar5 {
	border: 1px solid #333;
	border-color: #555 #333 #333 #555;
}

.pollbar1 {
	background-color: #433;
}

.pollbar2 {
	background-color: #443c33;
}

.pollbar3 {
	background-color: #443;
}

.pollbar4 {
	background-color: #3c4433;
}

.pollbar5 {
	background-color: #343;
}

fieldset.quick-login {
	margin-top: 5px;
}

fieldset.quick-login input {
	width: 15%;
	vertical-align: middle;
	margin-right: 5px;
}

fieldset.quick-login label {
	white-space: nowrap;
	padding-right: 2px;
}

/* Display options on viewtopic/viewforum pages  */
fieldset.display-options {
	text-align: center;
	margin: 3px 0 5px 0;
}

fieldset.display-options label {
	white-space: nowrap;
	padding-right: 2px;
}

fieldset.display-options a {
	margin-top: 3px;
}

/* Display actions for ucp and mcp pages */
fieldset.display-actions {
	text-align: right;
	line-height: 2em;
	white-space: nowrap;
	padding-right: 1em;
}

fieldset.display-actions label {
	white-space: nowrap;
	padding-right: 2px;
}

fieldset.sort-options {
	line-height: 2em;
}

/* MCP forum selection*/
fieldset.forum-selection {
	margin: 5px 0 3px 0;
	float: right;
}

fieldset.forum-selection2 {
	margin: 13px 0 3px 0;
	float: right;
}

/* Jumpbox */
fieldset.jumpbox {
	text-align: right;
	margin-top: 15px;
	height: 2.5em;
}

fieldset.quickmod {
	width: 50%;
	float: right;
	text-align: right;
	height: 2.5em;
}

/* Submit button fieldset */
fieldset.submit-buttons {
	text-align: center;
	vertical-align: middle;
	margin: 5px 0;
}

fieldset.submit-buttons input {
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

#close-quick-reply
{
	float: right;
	font-weight: bold;
	padding: 0 0.25em;
	margin-top:-2.5em;
	cursor: pointer;
	cursor: hand;
}

.panel {
	border: 1px solid #444;
	margin-bottom: 1em;
	width: 100%;
}

.panel .panel {
	margin-bottom: 0
}

.panel > .content, .postsbg > form > .panel {
	border-width: 0
}

.panel + .panel {
	border-top-width: 0
}

.message {
	padding: 3em 0.5em;
	background-color: #111
}
/* Icon images
---------------------------------------- */

.icon-faq, .icon-members, .icon-ucp, .icon-register, .icon-logout,
.icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search, .icon-ranks {
	padding: 1px 0 0 17px;
}

.icon-faq						{ background: transparent url("../theme/images/icon_mini_faq.gif") no-repeat 0 50%; }
.icon-members					{ background: transparent url("../theme/images/icon_mini_members.gif") no-repeat 0 50%; }
.icon-logout					{ background: transparent url("../theme/images/icon_mini_login.gif") no-repeat 0 50%; }
.icon-ucp						{ background: transparent url("../theme/images/icon_mini_profile.gif") no-repeat 0 50%; }
.icon-register					{ background: transparent url("../theme/images/icon_register.gif") no-repeat 0 50%; }
.icon-bookmark					{ background: transparent url("../theme/images/icon_bookmark.gif") no-repeat 0 50%; }
.icon-bump						{ background: transparent url("../theme/images/icon_bump.gif") no-repeat 0 50%; }
.icon-subscribe					{ background: transparent url("../theme/images/icon_subscribe.gif") no-repeat 0 50%; margin-left: 1em }
.icon-unsubscribe				{ background: transparent url("../theme/images/icon_unsubscribe.gif") no-repeat 0 50%; margin-left: 1em }
.icon-pages						{ background: transparent url("../theme/images/icon_pages.gif") no-repeat 0 50%; }
.icon-search					{ background: transparent url("../theme/images/icon_search.gif") no-repeat 0 50%; }
.icon-ranks					{ background: transparent url("../theme/images/icon_mini_ranks.gif") no-repeat 0 50%; }

/* Poster profile icons
----------------------------------------*/
ul.profile-icons {
	position: relative;
	padding-top: 10px;
	list-style: none;
	z-index: 2
}

/* Positioning of moderator icons */
.postbody ul.profile-icons {
	float: right;
	width: auto;
	padding-top: 4px;
}

.profile-icons li
{
	float: left;
}

ul.profile-icons li {
	margin: 0 2px;
}

/* Fix profile icon default margins */
ul.profile-icons li.edit-icon	{ margin: 0 0 0 3px; }
ul.profile-icons li.quote-icon	{ margin: 0 0 0 10px; }
ul.profile-icons li.info-icon, ul.profile-icons li.report-icon	{ margin: 0 3px 0 0; }

ul.linklist {
	display: block;
	margin: 0 0.5em;
}

ul.linklist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 5px;
	font-size: 1.1em;
	line-height: 2.2em;
}

ul.linklist li.rightside, p.rightside {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	text-align: right;
}

/* Table styles
----------------------------------------*/
#ucp-main table.table1 {
	padding: 2px;
}

table.table1 {
	width: 100%
}

table.table1 thead th {
	text-transform: uppercase;
	line-height: 1.3em;
	font-size: 1em;
	padding: 0 0 4px 3px;
	height: 25px
}

table.table1 tbody tr {
}

table.table1 tbody td {
	padding: 5px;
}

table.table1 tbody th {
	padding: 5px;
	text-align: left;
}

/* Specific column styles */
table.table1 .name		{ text-align: left; }
table.table1 .posts		{ text-align: center; width: 7%; }
table.table1 .joined, table.table1 .active	{ text-align: left; width: 15%; }
table.table1 .postcount		{ text-align: center; width: 20%; }
table.table1 .mark		{ text-align: center; width: 7%; }
table.table1 .info, table.table1 .image		{ text-align: left; width: 30%; }
table.table1 .info div	{ width: 100%; white-space: nowrap; overflow: hidden; }
table.table1 .autocol	{ line-height: 2em; white-space: nowrap; }
table.table1 thead .autocol { padding-left: 1em; }

table.table1 .rank-img {
	float: right;
	width: auto;
}

table.info td {
	padding: 3px;
}

table.info tbody th {
	padding: 3px;
	text-align: right;
	vertical-align: top;
	font-weight: normal;
}

.forumbg table.table1 {
	margin: 0 -2px -1px -1px;
}

/* Misc layout styles
---------------------------------------- */
/* column[1-2] styles are containers for two column layouts */
.column1 {
	float: left;
	clear: left;
	width: 48%;
}

.column2 {
	float: right;
	clear: right;
	width: 48%
}

/* General classes for placing floating blocks */
.left-box {
	float: left;
	width: auto;
	text-align: left;
}

.right-box {
	float: right;
	width: auto;
	text-align: right;
}

dl.details {
	font-size: 1.1em;
}

dl.details dt {
	float: left;
	width: 12em;
	text-align: right;
	display: block;
}

dl.details dd {
	margin-left: 12em;
	padding-left: 5px;
	margin-bottom: 5px;
}

/* Miscellaneous styles
---------------------------------------- */
#forum-permissions {
	float: right;
	width: auto;
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 10px;
	text-align: right;
}

.copyright {
	padding: 5px;
	text-align: center;
	color: #555555;
}

* em.small, * p.small {
	font-size: 0.9em;
}

.titlespace {
	margin-bottom: 15px;
}

.headerspace {
	margin-top: 20px;
}

.error {
	color: #bcbcbc;
	background-color: #300;
	border: 1px solid #600;
	font-weight: bold;
	font-size: 1em;
	padding: 0.5em
}

.reported {
	background-color: #1a0000;
}

li.reported:hover {
	background-color: #300;
}

div.rules {
	border: 1px solid #600;
	background-color: #300;
	padding: 0 10px;
	margin: 10px 0;
	font-size: 1.1em;
}

p.rules {
	border: 1px solid #600;
	background-color: #300;
	padding: 5px;
}

p.rules img {
	vertical-align: middle;
	padding-top: 5px;
}

p.rules a {
	vertical-align: middle;
	clear: both;
}

#top {
	position: absolute;
	top: -20px;
}

.clear {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: transparent;
}

/* Link Styles
---------------------------------------- */

/* Links for forum/topic lists */
a.forumtitle {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

/* Back to top of page */
.back2top {
	clear: both;
	height: 11px;
	text-align: right;
}

a.top {
	width: 11px;
	height: 11px;
	display: block;
	float: right;
	overflow: hidden;
	letter-spacing: 1000px;
	text-indent: 11px;
}

a.top2, a.top {
	background: transparent url("../imageset/icon_back_top.gif") no-repeat 0 50%;
}

a.top2 {
	padding-left: 15px;
}

/* Arrow links  */
a.up		{ background: transparent url("../theme/images/arrow_up.gif") no-repeat left center; padding-left: 10px;}
a.down		{ background: transparent url("../theme/images/arrow_down.gif") no-repeat right center; padding-right: 10px; }
a.left		{ background: transparent url("../theme/images/arrow_left.gif") no-repeat 3px 60%; padding-left: 12px; }
a.right		{ background: transparent url("../theme/images/arrow_right.gif") no-repeat 95% 60%; padding-right: 12px; }

a.up:hover {
	background-position: left top;
}

a.down:hover {
	background-position: right bottom;
}

a.left:hover {
	background-position: 0 60%;
}

a.right:hover {
	background-position: 100% 60%;
}
/* Content Styles
---------------------------------------- */

dd.redirect {
	font-size: 1.1em;
	line-height: 2.5em;
}

dd.moderation {
	font-size: 1.1em;
}

dd.time {
	width: auto;
	line-height: 200%;
	font-size: 1.1em;
}

dd.extra {
	width: 65px;
	line-height: 200%;
	text-align: center;
	font-size: 1.1em;
}

ul.topiclist dd.mark {
	float: right;
	width: 9%;
	text-align: center;
	font-size: 1.1em;
	margin-bottom: -0.5em
}

dd.info {
	width: 20%;
}

dd.option {
	width: 15%;
	line-height: 200%;
	text-align: center;
	font-size: 1.1em;
}

dd.searchby {
	width: 47%;
	font-size: 1.1em;
	line-height: 1em;
}

ul.topiclist dd.searchextra {
	margin-left: 5px;
	padding: 0.2em 0;
	font-size: 1.1em;
	color: #333333;
	border-left: none;
	clear: both;
	width: 98%;
	overflow: hidden;
}

/* Container for post/reply buttons and pagination */
.topic-actions {
	margin: 0.75em 0;
	font-size: 1.1em;
	height: 28px;
	min-height: 28px;
}
div[class].topic-actions {
	height: auto;
}

/* Post body styles
----------------------------------------*/

.search .postbody {
	width: 68%
}

/* Topic review panel
----------------------------------------*/
#topicreview {
	overflow: auto;
	height: 300px;
}

#topicreview .postbody {
	width: auto;
	float: none;
	margin: 0;
	height: auto;
}

#topicreview .post {
	height: auto;
	margin-bottom: 2.5em;
	margin-right: 0
}

/* Feed icon in forumlist_body.html */
a.feed-icon-forum {
	float: right;
	margin: 3px;
}

/* Content container styles
----------------------------------------*/
.content {
	min-height: 3em;
	line-height: 1.4em;
	border-top: 1px solid #333
}

.content h2, .panel h2 {
	font-size: 1.3em;
	background-color: #222;
	border-bottom: 1px solid #444;
	padding: 0.5em 0.25em;
	margin: 0
}

.panel h3 {
	margin: 0 0 0.5em;
	padding-top: 0.5em;
	background: #222 url("../theme/images/SideBoxTop.gif") repeat-x 0 0;
}

.panel p {
	font-size: 1.1em;
	margin-bottom: 1em;
	line-height: 1.4em;
}

.content p {
	margin-bottom: 1em;
	line-height: 1.4em;
}

dl.faq {
	font-size: 1.1em;
	margin-top: 1em;
	margin-bottom: 2em;
	line-height: 1.4em;
}

dl.faq dt {
	font-weight: bold;
	margin-left: 0.25em
}

dl.faq dd
{
	margin-left: 2em;
}

#faq {
	margin-top: 2em
}

#faq dl.faq {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

.content li {
	list-style-type: inherit;
}

.content ul, .content ol {
	margin-bottom: 1em;
	margin-left: 3em;
}

.announce, .unreadpost {
	/* Highlight the announcements & unread posts box * /
	border-left-color: #BCBCBC;
	border-right-color: #BCBCBC;*/
}

/* Post author */
p.author {
	margin: 0 15em 0.6em 0;
	padding: 0 0 5px 0;
	font-size: 1em;
	line-height: 1.2em;
}

/* Jump to post link for now */
ul.searchresults {
	list-style: none;
	text-align: right;
	clear: both;
}

/* Poster profile block
----------------------------------------*/
.avatar {
	border: none;
	margin-bottom: 3px;
}

/* Poster profile used by search*/
.search .postprofile {
	width: 30%;
}

/* pm list in compose message if mass pm is enabled */
dl.pmlist dt {
	width: 60%;
}

dl.pmlist dt textarea {
	width: 95%;
}

dl.pmlist dd {
	margin-left: 61%;
	margin-bottom: 2px;
}

/* Main CP box
----------------------------------------*/
#cp-menu {
	float:left;
	width: 19%;
	margin-top: 1em;
	z-index: 2
}

#cp-main {
	float: left;
	width: 81%;
	margin-right: -1em;
}

#cp-main .content {
	padding: 0;
}

#cp-main h3, #cp-main h4 {
	margin-top: 1.5em;
	padding: 0.25em;
	border: 1px solid #444;
	border-width: 1px 0;
	background-color: #161616
}

#cp-main h3 {
	margin-top: 0
}

#cp-main .panel p {
	font-size: 1.0em;
}

#cp-main .panel ol {
	margin-left: 2em;
	font-size: 1.1em;
}

ul.cplist {
	margin-bottom: 5px;
}

ul.cplist dt, #cp-main .header dt {
	width: 60%;
	padding-left: 0.5em
}

ul.cplist .icon dt {
	padding-left: 45px
}

#cp-main table.table1 {
	margin-bottom: 1em;
}

#cp-main table.table1 thead th {
	font-weight: bold;
	padding: 5px;
}

#cp-main table.table1 tbody th {
	font-style: italic;
	border-bottom: none;
}

#cp-main .pagination {
	float: right;
	width: auto;
	padding-top: 1px;
}

#cp-main .postbody p {
	font-size: 1.1em;
}

#cp-main .pm-message {
	margin: 10px 0;
	width: auto;
	float: none;
}

.pm-message h2 {
	padding-bottom: 5px;
}

#cp-main .postbody h3, #cp-main .box2 h3 {
	margin-top: 0;
}

#cp-main .buttons {
	margin-left: 0;
}

#cp-main #options-panel {
	margin-top: -5px
}

/* MCP Specific tweaks */
.mcp-main .postbody {
	width: 100%;
}

/* CP tabbed menu
----------------------------------------*/
#tabs {
	line-height: normal;
	margin: 20px 0 -1px 7px;
	min-width: 570px;
	z-index: 2;
}

#tabs ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}

#tabs a {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	text-decoration: none;
	position: relative;
	z-index: 5;
	cursor: pointer;
	border: 1px solid #444;
	border-radius: 6px;
	-moz-border-radius: 6px 6px 0 0
}

#tabs a span {
	float: left;
	display: block;
	padding: 6px 10px 6px 5px;
	white-space: nowrap;
	background: #000 url("../theme/images/SideBoxTop.gif") repeat-x 0 -12px;
}

#tabs a:hover span {
	color: #ddd
}

#tabs .activetab a {
	border-bottom-color: #111
}

#tabs .activetab a span {
	background-position: 0 -3px;
	background-color: #222
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs {
	line-height: normal;
	margin: -20px 7px 0 0;
}

#minitabs ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#minitabs li {
	display: block;
	float: right;
	padding: 0 10px 4px 10px;
	font-size: 1em;
	font-weight: bold;
	margin-left: 2px;
}

#minitabs a {
}

#minitabs a:hover {
	text-decoration: none;
}

/* UCP navigation menu
----------------------------------------*/
/* Container for sub-navigation list */
#navigation {
	width: 100%;
	margin-top: 30px;
	padding: 1em 0;
	border-right: 1px solid #444
}

#navigation ul {
	list-style:none;
}

/* Default list state */
#navigation li {
	margin: 1px 0;
	padding: 0;
	font-weight: bold;
	display: block;
}

/* Link styles for the sub-section links */
#navigation a {
	display: block;
	margin: 0 -1px 3px 6px;
	font-weight: bold;
	border: 1px solid #333;
	border-right-color: #444;
	-moz-border-radius: 4px 0 0 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

#navigation a span {
	padding: 5px;
	display: block;
	background: #000 url("../theme/images/SideBoxTop.gif") repeat-x 0 -12px;
}

#navigation a:hover {
	border-color: #444
}

#navigation #active-subsection a, #navigation #active-subsection a:hover {
	background-color: #222;
	border-color: #444;
	border-right-color: #222;
}

#navigation #active-subsection a span, #navigation #active-subsection a span:hover {
	background-position: 0 -3px
}

/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
	border-bottom: none;
	padding: 0;
	margin-left: 10px;
}

#cp-main .panel {
	border-width: 0 0 0 1px;
	margin-top: 1em
}

/* Friends list */
.cp-mini {
	padding: 10px 15px 10px 10px;
	margin-right: -1px;
	border-right: 1px solid #444
}

dl.mini dt {
	font-weight: bold;
}

dl.mini dd {
	padding-top: 4px;
}

.friend-online {
	font-weight: bold;
}

.friend-offline {
	font-style: italic;
}

/* PM Styles
----------------------------------------*/
#pm-menu {
	line-height: 2.5em;
}

/* Defined rules list for PM options */
ol.def-rules {
	padding-left: 0;
}

ol.def-rules li {
	line-height: 180%;
	padding: 1px;
	clear: both;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #bcbcbc;
	border-right-color: #bcbcbc;
}

.pmlist li {
	border-left: solid 3px #161616
}

.pmlist li:hover {
	border-left: solid 3px #262626
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	border-left: solid 3px #880
}

.pmlist li.pm_marked_colour:hover, .pm_marked_colour:hover {
	border-left-color: #aa0
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	border-left: solid 3px #444
}

.pmlist li.pm_replied_colour:hover, .pm_replied_colour:hover {
	border-left-color: #666
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	border-left: solid 3px #041;
}

.pmlist li.pm_friend_colour:hover, .pm_friend_colour:hover {
	border-left-color: #062;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
	border-left: solid 3px #700;
}

.pmlist li.pm_foe_colour:hover, .pm_foe_colour:hover {
	border-left-color: #a00
}

.pm-legend {
	border-left-width: 10px;
	border-left-style: solid;
	border-right-width: 0;
	margin-bottom: 3px;
	padding-left: 3px;
}

/* Avatar gallery */
#gallery label {
	position: relative;
	float: left;
	margin: 10px;
	padding: 5px;
	width: auto;
	text-align: center;
}

/* Posting page styles
----------------------------------------*/

/* Buttons used in the editor */
#format-buttons {
	margin: 15px 0 5px 0;
	width: 80%
}

#format-buttons input, #format-buttons select {
	vertical-align: middle;
}

/* Main message box */
#message-box {
	width: 80%;
}

#message-box textarea {
	width: 100%
}

/* Emoticons panel */
#smiley-box {
	width: 18%;
	float: right;
	text-align:center
}

#smiley-box img {
	margin: 3px;
}

/* Style Sheet Tweaks

These style definitions are mainly IE specific
tweaks required due to its poor CSS support.
-------------------------------------------------*/

* html table, * html select, * html input { font-size: 100%; }
* html hr { margin: 0; }
* html ul.topiclist li { position: relative; }
* html .postbody h3 img { vertical-align: middle; }

/* Form styles */
html>body dd label input { vertical-align: text-bottom; }	/* Align checkboxes/radio buttons nicely */

* html input.button1, * html input.button2 {
	padding-bottom: 0;
	margin-bottom: 1px;
}

/* Misc layout styles */
* html .column1, * html .column2 { width: 45%; }

#tabs:after, #minitabs:after, .post:after, .navbar:after, fieldset dl:after, ul.topiclist dl:after, ul.linklist:after, dl.polls:after, .panel:after, #gallery:after, .pm:after, .content:after, form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#tabs, #minitabs, .post, .navbar, fieldset dl, ul.topiclist dl, ul.linklist, dl.polls {
	height: 1%;
}

* html #search-box {
	margin-right: 35px;
}

#viewprofile dl {
	margin-top: 1em
}
input.disabled {
	color: #666666;
}

.full { width: 95%; }
.medium { width: 50%;}
.narrow { width: 25%;}
.tiny { width: 10%;}

.rank_progress_bar {
	border: 1px solid #555;
	margin-right: 1em;
	position: relative;
	clear:right
}
.rank_progress_bar span {
	z-index:2;
	position:relative
}
.rank_progress_bar .bar {
	background: #333 url('/styles/HWTStandard/theme/images/rank_progress.png');
	border-right: 1px solid #555;
	display:block;
	height: 100%;
	z-index:1;
	position:absolute;
	top: 0;
	left: 0
}

.quickreply {
	padding: 0 15%
}

.quickreply textarea {
	width: 100%
}

.quickreply label {
	padding-right: 15%
}

.quickreply #subject {
	width: 75%
}

.quickreply .fields1 * {
	margin: 0.5em 0
}
