/* General page style. The scroll bar colours only visible in IE5.5+ */
body { 
background-color: #D9D9D9;
margin: 0px;
}

img {
	border: none;
}
li, ul {
	list-style: none;
	padding:2px 1px 2px 1px;
	text-align: left;
	margin: 0;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited	{ text-decoration: none; color: #444444; }
p, td	{ font-size: 11px; color: #000000; }
a:hover { text-decoration: none; color : #FF6C00; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline { background-color: #fff; border: 1px #c4c4c4 solid; }

/* This is the outline round the main forum tables */
.forumline { background-color: #fff; border: solid #c4c4c4 1px; border-top-width: 1px; }

/* Main table cell colours and backgrounds */
td.row, td.row1, td.row2, td.row3 { background-color: #fff; }

/* Header cells - the blue and silver gradient backgrounds */
th {
color: #fff; font-size: 11px; font-weight: bold;
background-color:	#444444; height: 31px;
background-image:	url(images/cellpic2.gif);
}

td.catHead,td.catSides,td.catLeft,td.catRight {
background-image: url(images/cellpic1.png); height: 28px;
background-color: #D1D7DC; border: #fff; border-style: solid;
}
td.catBottom { background-color: #fff; background-image: url('images/cellpic1r.png'); height: 28px; color: #AB1B13; }

td.Portal {
font-family: Arial, Verdana, Tahoma, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
color: #fff; font-size: 12px; font-weight: bold;
background: url(images/cellpic2.gif) repeat-x; height: 32px;
border-top: 0px solid #fff;
border-bottom: 1px solid #9aa4b1;
border-left: 0px solid #fff;
border-right: 1px dotted #b0bbcd;
}

/*
	Setting additional nice inner borders for the main table cells.
	The names indicate which sides the border will be on.
	Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead { background-image: url(images/cellpic1.png); height: 28px; }
th.thHead,th.thSides,th.thLeft,th.thRight,th.thBottom {
font-weight: bold; border: #fff; height: 28px;
}

th.thCornerL,th.thTop,th.thCornerR {color: #fff; font-size: 70%; font-weight: bold; background-color: #006699; background-image: url(images/cellpic2.gif); height: 31px; }

td.row3Right { background-color: #C4D7ED; border: #fff; border-style: solid; }
td.spaceRow { background-color: #45525C; border: #45525C; border-style: solid; }

th.thHead,td.catHead			{ font-size: 12px; border-width: 0px; }
th.thSides,td.catSides,td.spaceRow	{ border-width: 0px; }
th.thRight,td.catRight,td.row3Right	{ border-width: 0px; }
th.thLeft,td.catLeft			{ border-width: 0px; }
th.thBottom,td.catBottom		{ border-width: 0px; }
th.thTop				{ border-width: 0px; }
th.thCornerL				{ border-width: 0px; }
th.thCornerR				{ border-width: 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle {
font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #000000;
}

.infotopic { color:#fff; text-decoration:none; background-color:#3C4953; padding: 2px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #444444; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FF6C00; text-decoration: bold; }

/* The register, login, search etc links at the top of the page */
.mainmenu { font-size : 11px; color : #444444 }
a.mainmenu { font-size: 11px; color: #525252; text-decoration:none; font-weight:bold; padding: 3px; }
a.mainmenu:hover { color:#fff; text-decoration:none; background-color:#3C4953; padding: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}

/* Forum category titles */
.cattitle { font-weight: bold; font-size: 12px; letter-spacing: 1px; color: #444444}
a.cattitle { text-decoration: none; color: #444444; }
a.cattitle:hover { text-decoration: bold; }

.thlink { font-size: 11px; color: #fff; }
a.thlink { color: #fff; text-decoration: none; }
a.thlink:hover { color: #fff; text-decoration: none; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color: #444444; }
a.forumlink 	{ text-decoration: none; color: #444444; }
a.forumlink:hover{ text-decoration: bold; color: #FF6C00; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav{ font-weight: bold; font-size: 11px; color: #000000;}
a.nav	{ text-decoration: none; color: #444444; }
a.nav:hover { text-decoration: bold; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link { text-decoration: none; color : #444444; }
a.topictitle:visited { text-decoration: none; color : #5F5F5F; }
a.topictitle:hover { text-decoration: bold; color : #FF6C00; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails { font-size: 10px; color: #000000; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #444444 }
a.postlink:visited { text-decoration: none; color : #5F5F5F; }
a.postlink:hover { text-decoration: bold; color : #FF6C00}

/* PlusMinus by lui754 */
.plus_point { padding:2px; }
.minus_point { padding:2px; }

/* CODE Box */
#code { font-family: "Courier New", Courier, monospace; font-size: 11px; color: #38444F;
background-color: #FAFAFA; border: #D1D7DC 1px solid;
padding: 5px 5px 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
overflow:auto; overflow-x:auto; overflow-y:visible; }
#code-top { background-image:url('images/icon-topic_code.png'); background-repeat: no-repeat; background-position: left; padding-left: 20px; }
#code-content { padding: 7px; }
/* QUOTE Box */
#quote { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #38444F;
background-color: #FAFAFA; border: #D1D7DC 1px solid;
padding: 5px 5px 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
overflow:auto; overflow-x:auto; overflow-y:visible; }
#quote-top { background-image:url('images/icon-topic_quote.png'); background-repeat: no-repeat; background-position: left; font-size: 10px; padding-left: 20px; }
#quote-content { padding: 7px; }

.notice {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #aedaff ;
background-color: #2a6190; border: 1px solid #74a1c6;
padding: 5px 10px 5px 10px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

/* Copyright and bottom info */
.copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright { color: #444444; text-decoration: none;}
a.copyright:hover { color: #FF6C00; text-decoration: bold;}

/* Form elements */
form {
	margin: 0;
	display: inline;
}
input, textarea, select {
	color: #000;
	font-size: 11px;
	border-color: #4C5862;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input.post, input.post2, textarea.post, textarea.post2, select {
	background-color: #D9D9D9;
	border-color: #4C5862;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input.button {
	background-color: #D9D9D9;
	color: #000;
	font-size: 11px;
	border-color: #4C5862;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input.mainoption {
	background-color: #D9D9D9;
	font-weight: bold;
	border-color: #4C5862;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input.liteoption {
	background-color: #D9D9D9;
	font-weight: normal;
	border-color: #4C5862;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* This is the line in the posting page which shows the rollover
	help line. This is actually a text box, but if set to be the same
	colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }

/* Highlight bad words for moderators instead of censoring them */
span.badwordhighlight { background-color: #FFFF00; }

.topbkg { background: #dbe3ee url(images/cellpic_bkg.jpg) repeat-x }
.topnav { font-size:10px;background: #e5ebf3 url(images/cellpic_nav.gif) repeat-x;color:#dd6900; height: 21px; white-space: nowrap; text-align: center; border: 0px solid #91a0ae; border-width: 1px 0 1px 0 }

.pm { font-size: 11px; text-decoration: none; color: #FF0000 }

.table0
{
	padding: 4px;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #fefefe;
	color : #000000;
	font-size : 10px;
}

.sb1 { background-color: #fff; }
.sb2 { background-color: #c4c4c4; }

.pagination {
	color: #eaeaea;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
    padding-bottom: 4px;
	cursor: pointer;
	text-decoration: none;
	margin-right:10px;
}	
.pagination a, .pagination a:visited, .pagination a:active {
	background-color: #567D98;
	color: #eaeaea;
	font-size:12px;
	padding: 4px;
	text-decoration: none;
	-webkit-border-radius: 3px; 
	-khtml-border-radius: 3px;    
	-moz-border-radius: 3px; 
	border-radius: 3px;
}
.pagination a:hover {
	background-color: #3A5E7B;
	color: #eaeaea;
	padding: 5px;
	font-size:12px;
	text-decoration: none;
	-webkit-border-radius: 3px; 
	-khtml-border-radius: 3px;    
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

#logostrip{ 
	background: #EFEFEF;
	border: 0px solid #1e1e1e;
	height: 200px;
	margin: 0;
	padding: 0;
}

#logographic{
	background: transparent url(images/top/logo-1.jpg) center;
	width: 935px;
	height: 211px;
	margin: 0;
	padding: 0;
}

.cover:hover 
{
filter: alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}

table.posted_imageresizer_warning {
	background: #7f3636;
	color: #ffc0c0;
	border: 1px solid #ff7070;
	cursor: pointer;
}
table.posted_imageresizer_warning td {
	font-size: 10px;
	vertical-align: middle;
	text-decoration: none;
}
table.posted_imageresizer_warning td.td1 {
	padding: 5px;
}
table.posted_imageresizer_warning td.td1 {
	padding: 2px;
}
.td2 { color: #ffc0c0; }

ul#sliding-navigation
{
	list-style: none;
	font-size: 13px;
	margin: 0px 0;
	padding: 0;
}
ul#sliding-navigation li.sliding-element h3,
ul#sliding-navigation li.sliding-element a
{
	display: block;
	width: 130px;
	padding: 5px 15px;
	margin: 0;
	margin-bottom: 5px;
}
ul#sliding-navigation li.sliding-element h3
{
	color: #444444;
	font-weight: normal;
}
ul#sliding-navigation li.sliding-element a
{
	color: #444444;
	text-decoration: none;
}
ul#sliding-navigation li.sliding-element a:hover { color: #FF6C00; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
