* {

	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	
	font-family: 'Open Sans', sans-serif;
	color: #828282;
//	background-color: #F6F6F6;
	font-size: 0.813em;
	margin: 0;
//	padding: 12px 0;
}

img {
	border-width: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}


#wrap {
	width: 920px;
	margin: 0 auto;
}
#page-body {
	clear: both;
	overflow: hidden;
}

.forabg {
	background: #b1b1b1 none repeat-x 0 0;
	margin-bottom: 12px;
	clear: both;
}

.user-links {
	
}
.user-links a {
	line-height: 31px;
}

li.reported:hover {
	background-color: #ececec;
}

a {
//	direction: ltr;
//	unicode-bidi: embed;
}

a:link	{ color: #898989; text-decoration: none; }
a:hover	{ color: #d3d3d3; text-decoration: underline; }


.username-coloured {
	font-weight: bold;
	display: inline !important;
	padding: 0 !important;
}


#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.forumtitle {
	font-size: 1.077em;
	font-weight: bold;
	text-decoration: none;
}



a.forumtitle:hover {
	color: #bcbcbc;
	text-decoration: underline;
}



a.topictitle:hover {
	color: #bcbcbc;
	text-decoration: underline;
}

.postlink:hover {
	background-color: #f6f6f6;
	text-decoration: none;
	color: #404040;
}

a.up{
	padding-left: 10px;
	text-decoration: none;
	border-bottom-width: 0;
}

a.up:hover {
	background-position: left center;
	background-color: transparent;
}

a.down{
	padding-right: 10px;
}

a.down:hover {
	background-position: right bottom;
	text-decoration: none;
}

a.left{
	padding-left: 12px;
}

a.left:hover {
	color: #d2d2d2;
	text-decoration: none;
	background-position: 0 50%;
}

a.right{
	padding-right: 12px;
}

a.right:hover {
	color: #d2d2d2;
	text-decoration: none;
	background-position: 100% 50%;
}


ul.topiclist {
	display: block;
	list-style-type: none;
	margin: 0;
}

ul.forums {
	background: #ffffff none repeat-x 0 0;
}

ul.topiclist li {
	display: block;
	list-style-type: none;
	color: #777777;
	margin: 0;
}

ul.topiclist dl {
	position: relative;
}

ul.topiclist li.row dl {
	padding: 12px 0;
}

ul.topiclist li.row2 dl {
	padding: 12px 0;
}

ul.topiclist dt {
	display: block;
	float: left;
	width: 50%;
	padding-left: 5px;
	padding-right: 5px;
}

ul.topiclist dd {
	display: block;
	float: left;
	padding: 4px 0;
}

ul.topiclist dfn {
	position: absolute;
	left: -999px;
	width: 990px;
}
.topiclist .header dt {
//	font-size: 1.077em;
	padding-top: 14px;
}
.topiclist .header dd {
	font-size: 0.923em;
	line-height: 48px;
}




li.row {
    border-bottom: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
}

li.row:hover {
	background-color: #F2F2F2;
}

li.row:hover dd {
	
}

li.row2 {
    border-bottom: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
	background-color:#e8faff;
}

li.row2:hover {
	background-color: #F2F2F2;
}

li.row2:hover dd {
	
}

li.header dt, li.header dd {
	border-left-width: 0;
	margin: 0;
	color: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
}


li.header dd {
	margin-left: 1px;
}

li.header dl.icon {
	min-height: 0;
}

li.header dl.icon dt {
 
	padding-left: 50px;
	padding-right: 0px;
}

dl.icon {
//	min-height: 35px;
	background-position: 5px 12px;		 
	background-repeat: no-repeat;
}

dl.icon dt {
	padding-left: 45px;					 
	background-repeat: no-repeat;
	background-position: 5px 95%;		 
}

dd.topics2{
	width: 1%;
	text-align: center;
//	line-height: 2.2em;
	font-size: 0.846em;
}

dd.posts2{
	width: 1%;
	text-align: center;
//	line-height: 2.2em;
	font-size: 0.846em;
}

dd.lastpost2 {
	width: 1%;
	font-size: 0.846em;
	text-align: center;
}

dd.lastpost2 span {
	display: block;
	padding-left: 5px;
}


dd.topics{
	width: 9%;
	text-align: center;
//	line-height: 2.2em;
	font-size: 0.846em;
}

dd.posts{
	width: 19%;
	text-align: center;
//	line-height: 2.2em;
	font-size: 0.846em;
}

dd.lastpost {
	width: 15%;
	font-size: 0.846em;
	text-align: center;
}

dd.lastpost span {
	display: block;
	padding-left: 5px;
}

div[class].topic-actions {
	height: auto;
}

dl.thumbnail dt a:hover {
	background-color: #EEEEEE;
}
dl.thumbnail dt2 a:hover {
	background-color: #EEEEEE;
}

dl.thumbnail dt a:hover img {
	border: 1px solid #d2d2d2;
}
 
dl.thumbnail dt2 a:hover img {
	border: 1px solid #d2d2d2;
}

a.print {
	background-image: none;
	width: 22px;
}

a.sendemail {
	background-image: none;
	width: 22px;
}

a.fontsize {
	background-image: none;
	background-position: 0 -1px;
	width: 29px;
}

a.fontsize:hover {
	background-position: 0 -20px;
	text-decoration: none;
}
ul.profile-icons li a:hover { background-position: 0 100%; }


#gallery label:hover {
	background-color: #EEE;
}

Ydd textarea {
	width: 85%;
}


fieldset dl:hover dt label {
	color: #000000;
}

fieldset dl:hover dt2 label {
	color: #000000;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

fieldset.fields2 dl:hover dt2 label {
	color: inherit;
}


html>body table.table1 { width: 100%; }


html>body dd label input { vertical-align: text-bottom; }	 


ul.topiclist dl {
//	height: 1%;
	overflow: hidden;
}


ul.linklist {
//	height: 4%;
	overflow: hidden;
}


dl.icon {
//	min-height: 35px;
	height: auto !important;
//	height: 35px;
}


*:first-child+html dl.details dd {
	margin-left: 30%;
	float: none;
}

*:first-child+html #site-description p {
	margin-bottom: 1.0em;
}

#minitabs {
	white-space: nowrap;
	*min-width: 50%;
}


html, body {
	color: #333333;
//	background-color: #F6F6F6;
}

h1 {
	color: #FFFFFF;
}

h2 {
	color: #3E3E3E;
}

h3 {
	color: #3E3E3E;
}

hr {
	border-color: #E4E4E4;
}

hr.dashed {
	border-top-color: #E4E4E4;
}



.search-box {
	color: #FFFFFF;
}

.search-box #keywords {
	background-color: #FFF;
}

.search-box input {
	border: 0;
}
.search-box .search-box-inner .button2:hover {
    background-position: left bottom;	
}


.headerbar {
	background-color: #12A3EB;
	background-image: url("bg_header.gif");
	color: #FFFFFF;
}

.navbar {
	
}

.forabg {
	background-color: #43A6DF;
}

.forumbg {
	background-color: #43A6DF;
}

.panel {
	background-color: #FFFFFF;
	border: solid 1px #E4E4E4;
	padding: 12px;
}

.post:target .content {
	color: #000000;
}

.post:target h3 a {
	color: #000000;
}

.bg1	{ background-color: #fff; overflow: hidden; }
.bg2	{ background-color: #fff; overflow: hidden; }
.bg3	{ background-color: #fff; overflow: hidden; }

.ucprowbg {
	background-color: #DCDEE2;
}

.fieldsbg {
	background-color: #E7E8EA;
}



ul.navlinks {
	border-bottom-color: #FFFFFF;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #F2F2F2;
	color: #000;
}


li.reported:hover {
	
}

.announce {
	
}

div.rules {
	background-color: #2E3539;
	color: #FFFFFF;
	background-attachment: scroll;
	background-image: url("notice-exclamation.png");
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-left: 60px;
}
div.rules a:hover {
	text-decoration: none;
}

p.rules {
	background-image: none;
}



a:link	{ color: #43A6DF; }
a:visited	{ color: #43A6DF; }
a:hover	{ color: #43A6DF; }
a:active	{ color: #43A6DF; }

UNUSED.search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
	color: #43A6DF;
}

UNUSED.search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
	color: #43A6DF;
}

.search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #43A6DF;
}

UNUSED.search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
	color: #43A6DF;
}


a.forumtitle {
	color: #2E3539;
}



a.forumtitle:hover {
	color: #2E3539;
}

a.forumtitle:active {
	color: #2E3539;
}

a.topictitle {
	color: #43A6DF;
}



a.topictitle:hover {
	color: #43A6DF;
}

a.topictitle:active {
	color: #43A6DF;
}


.postlink {
	color: #43A6DF;
	border-bottom-color: #43A6DF;
}

.postlink:active {
	color: #43A6DF;
}

.postlink:hover {
	background-color: transparent;
	color: #43A6DF;
}

.signature a, .signature a:visited, .signature a:hover, .signature a:active {
	background-color: transparent;
}


.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
	color: #43A6DF;
}

.postprofile a:link, .postprofile a:visited, .postprofile dt2.author a {
	color: #43A6DF;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	color: #43A6DF;
}

.postprofile a:hover, .postprofile dt2.author a:hover {
	color: #43A6DF;
}

.postprofile a:active {
	color: #43A6DF;
}


.search .postprofile a {
	color: #43A6DF;
}

.search .postprofile a:hover {
	color: #43A6DF;
}


a.top {
	background-image: url("icon_back_top.gif");
}

a.top2 {
	background-image: url("icon_back_top.gif");
}


a.up		{ background-image: url("arrow_up.png") }
a.down		{ background-image: url("arrow_down.png")}
a.left		{ background-image: url("arrow_left.png") }
a.right		{ background-image: url("arrow_right.png") }

a.up:hover {
	background-color: transparent;
	color: #43A6DF;
}

a.left:hover {
	text-decoration: underline;
	color: #43A6DF;
}

a.right:hover {
	text-decoration: underline;
	color: #43A6DF;
}




ul.forums {
	background-color: #ffffff;
}
ul.topiclist li {
	
}

ul.topiclist dd {
	border-left-color: #FFFFFF;
}

li.row {

}

li.row2 {

}

li.row strong {
	color: #000000;
}

li.row2 strong {
	color: #000000;
}


li.row:hover {
	background-color: #F2F2F2;
}

li.row:hover dd {
	
}

.rtl li.row:hover dd {
	
}

li.row2:hover {
	background-color: #F2F2F2;
}

li.row2:hover dd {
	
}

.rtl li.row2:hover dd {
	
}

li.header dt,li.header dt2, li.header dd {
	color: #FFFFFF;
}


ul.topiclist dd.searchextra {
	color: #333333;
}

.postbody {
	color: #333333;
}


.content {
	color: #333333;
}

.content h2, .panel h2 {
	border-bottom-color:  #E4E4E4;
}

dl.faq dt {
	color: #333333;
}

.posthilit {
	background-color: #F3BFCC;
	color: #BC2A4D;
}


.signature {
	border-top-color: #E4E4E4;
}


.notice {
	border-top-color:  #E4E4E4;
}


blockquote {
	background-color: #F7F7F7;
	background-image: url("quote.gif");
	border-color:#E4E4E4;
}

blockquote blockquote {
	
	background-color:#EFEED9;
}

blockquote blockquote blockquote {
	
	background-color: #EBEADD;
}


dl.codebox {
	background-color: #FFFFFF;
	border-color: #C9D2D8;
}

dl.codebox dt {
	border-bottom-color:  #CCCCCC;
}

dl.codebox code {
	color: #2E8B57;
}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #FF8000; }
.syntaxdefault	{ color: #0000BB; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #007700; }
.syntaxstring	{ color: #DD0000; }


.attachbox {
	background-color: #FFFFFF;
	border-color:  #C9D2D8;
}

.pm-message .attachbox {
	background-color: #F2F3F3;
}

.attachbox dd {
	border-top-color: #E4E4E4;
}

.attachbox p {
	color: #666666;
}

.attachbox p.stats {
	color: #666666;
}

.attach-image img {
	border-color: #999999;
}



dl.file dd {
	color: #666666;
}

dl.thumbnail img {
	border-color: #666666;
	background-color: #FFFFFF;
}

dl.thumbnail dd {
	color: #666666;
}

dl.thumbnail dt a:hover {
	background-color: #EEEEEE;
}

dl.thumbnail dt a:hover img {
	border-color: #368AD2;
}



fieldset.polls dl {
	border-top-color: #DCDEE2;
	color: #666666;
}

fieldset.polls dl.voted {
	color: #000000;
}

fieldset.polls dd div {
	color: #FFFFFF;
}

.search-row {
	width: 437px;
	height: 10px !important;
	margin-left:1px;
	margin-bottom:30px;
}

div.gsc-control-cse{
	border: 0;
	padding: 0;
	margin: 0;
	outline: 0;
	background: transparent;
	height: 20px !important;
}

input.gsc-input {
	background: #ffffff !important;
}
input.gsc-search-button {
	margin-top:4px !important;
//	padding:0 !important;
}

#toTop {
	background:url(/img/totop-tail3.gif);
	border-radius:5px;
	width:50px;
	height:50px;
	text-align:center;
	font-size:17px;
	line-height:50px;
	text-transform:uppercase;
	font-family: Arial, Myriad Pro, sans-serif;
	font-weight:bold;
	color:#ffffff;
    border: medium none;
    bottom: 70px;
    display: none;
    overflow: hidden;
    position: fixed;
    right: 50%;
    text-decoration: none;
    z-index: 20;
}
	#toTop:hover {
//		background:url(/img/totop-tail2.gif);
		color:#cccccc;
	}