body {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background: #FFFFFF;
	font-size: 12px;
	margin: 5;
	padding: 5;
}

img {
	border: none;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.error, table td .error {
	color: #F41D00;
}

.spacer {
	color: #D1EAF4; 
	background: #559DC6 url(images/th.gif) top left repeat-x;
	border-left: solid 1px #4C9AC7;
	border-right: solid 1px #3184B3;
	border-top: solid 1px #1B70A1;
	border-bottom: solid 1px #1D73A5;
	padding: 1px;
}

hr	{ height: 0px; border: solid #BBD8E7 0px; border-top-width: 1px;}
hr.signature	{ height: 0px; border: solid #000000 0px; border-top-width: 1px;}

.pagination {
	padding: 4px;
	font-size: 1em;
	font-weight: bold;
}

a {
	color: #2981B4;
	text-decoration: none;
}

a:active,
a:visited {

	text-decoration: none;
}

a:hover {

	text-decoration: underline;
}

a.forumlink {
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

a.topictitle {
	margin: 1px 0px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

a.topictitle, .postbody a {
	color: #2981B4;
}
a.topictitle:visited, .postbody a:visited {
	color: #4281A6;
}
a.topictitle:visited:hover, .postbody a:visited:hover {
	color: #2981B4;
}
a.topictitle:hover, .postbody a:hover {
	color: #F41D00;
}

/* Navigation buttons */
.navigation {
	background: #388BBB url(images/bg_navbar.gif) top left repeat-x; 
	height: 18px;
	overflow: hidden;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	padding-top:2px;
	font-weight:bold;

}
.navigation a{
	color:#ffffff;
}
/* * html .navrow { padding: 0; } */
.navrow b, .navrow strong { font-weight: normal; }
.navrow a, .navrow a:visited {
	color: #ECF2F5;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
.navrow a:hover { 
	color: #fff; 
	text-decoration: underline; 
}

a.link-new, a.link-new:visited { color: #F41D00; }
a.link-new:hover, a.link-new:visited:hover { color: #BB2E1B; }

/* Content and tables */
#content {
    background: url(images/bg_top1.gif) top left repeat-x;
    padding: 0 10px 10px;
}
#maintable {
    border: solid 2px #FFF;
    margin: 0 auto;
}
#contentrow {
	padding: 8px;
	background: #EDF5F9 url(images/bg_top2.gif) top left repeat-x;
}

.tablebg {
	border: solid 1px #DDDDDD; 
	background: #EBF4F8 url(images/cell.gif) top left repeat-x;
}
.block-start .tablebg { 
    border-top-width: 0; 
    border-bottom-width: 0; 
    border-color: #B2D3E4;
    border-right-color: #EDF5F9;
}

.postsubject {
	font-size: 12px;
	font-weight: bold;
	color: #2981B4;
}

.postbody {
	font-size: 12px;
	line-height: 1.4em;
	margin: 3px 0;
}

.row1, .row2, .row3, .legend, .forumrules, tr.row1 .row, tr.row2 .row, tr.row3 .row, .postbottom {
	border-left: solid 1px #F4F9FB;
	border-right: solid 1px #BBD8E7;
	border-top: solid 1px #F4F9FB;
	border-bottom: solid 1px #BBD8E7;
	background: #EEEEEE top left repeat-x;
	padding: 4px;
}
th {
	color: #D1EAF4; 
	font-size: 12px; 
	font-weight: bold;
	background: #559DC6 url(images/th.gif) top left repeat-x;
	white-space: nowrap;
	padding: 0 5px;
	text-align: center;
	height: 26px;
	border-left: solid 1px #4C9AC7;
	border-right: solid 1px #3184B3;
	border-top: solid 1px #1B70A1;
	border-bottom: solid 1px #1D73A5;
}
th a, th a:visited {
	color: #D1EAF4 !important;
	text-decoration: underline;
}
th a:hover {
	color: #EFF5F8;
	text-decoration: underline;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

textarea, select, .post, .btnbbcode, .btnmain, .btnlite, .btnfile, .helpline {
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #444;
	border: 1px solid #A0C9E0;
	background-color: #EFF5F8;
}
.cat .btnmain, .cat .btnlite, .cat select {
    color: #444;
    background-color: #F5F9FB;
    border-color: #A0C9E0;
}
.rank{
	font-size:0.8em;
}
input {
	font-size: 1.1em;
	padding: 1px;
}
textarea {
	font-size: 1.3em; 
	line-height: 1.4em;
	padding: 2px;
}

.post {
	border-style: solid;
	border-width: 1px;
}


textarea:hover, select:hover, .post:hover, .btnmain:hover, .btnlite:hover, .btnfile:hover {
	border-color: #589DC5;
}
textarea:focus, select:focus, .post:focus, .btnmain:focus, .btnlite:focus, .btnfile:focus {
	border-color: #539BC4; 
	color: #000;
	background-color: #F5F9FB;
}
.cat .btnmain:hover, .cat .btnlite:hover, .cat select:hover {
    border-color: #539BC4;
}
.cat .btnmain:focus, .cat .btnlite:focus, .cat select:focus {
    border-color: #539BC4;
    color: #000;
}

label:hover { 
	color: #F41D00; 
}

textarea.posting-textarea, #ie8#fix {
    width: 98%;
}

.quotetitle, .attachtitle, .codetitle {
	color: #2981B4;
	font-size: 0.85em;
	font-weight: bold;
	padding-bottom: 3px;
}
.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	color: #444;
}
.attachcontent {
	font-size: 0.85em;
}

.codecontent {
	direction: ltr;
	font-weight: normal;
	font-size: 11px;
	font-family: Monaco, 'Courier New', monospace;
	color: #444;
}

.attachcontent, .codecontent {
	overflow: auto;
	overflow-x: auto;
}

h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0px;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0px;
	float: left;
	color: #2981B4;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0px;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0px;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0px;
}

p.topicdetails {
	margin: 1px 0px;
}
td.history-current, tr.row1 td.history-current, tr.row2 td.history-current {
	background: #F5F9FB;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	width: 100%;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}


.username-coloured {
	font-weight: bold;
	color:#067300;
}

span.pagination 
{
	padding: 3px;
	margin: 3px;
}

span.pagination a 
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #B30000;
	text-decoration: none; /* no underline */
	color: #B30000;
}

span.pagination a:hover, div.pagination a:active 
{
	border: 1px solid #999999;
	color: #999999;
}

span.pagination span.current 
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #B30000;
	font-weight: bold;
	background-color: #B30000;
	color: #FFF;
}

span.pagination span.disabled 
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #DDD;
	color: #DDD;
}

blockquote.code
{
	border:1px solid #333333;
	background-color:#dddddd;
	width: 800px; 
	height: auto;
	max-height:400px;
	overflow: auto;
}

blockquote.quote
{
	border:1px solid #333333;
	background-color:#dddddd;
	width: 800px; 
	height: auto;
	max-height:400px;
	overflow: auto;
}