/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	margin: 0px;
	padding: 0px;
	background-color: #dee3e7;
	background-position: top;
	background-repeat: repeat-x;
	color: #222217;
	font-family: trebuchet ms, tahoma, sans-serif;
	font-size: 12px;
	cursor: default;
}

div.top {
	text-align: center; 
	width: 100%; 
	height: 97px; 	
	background-image: url(images/bgtop.png);
}

div.menu {
	text-align: center; 
	width: 100%; 
	height: 22px; 	
	background-image: url(images/bgmenu.png);
	color: #39598F;
	font-weight: bold;
	padding-top: 3px;
}

/* General font families for common tags */
font,th,td,p			{ font-family: tahoma, sans-serif; }
a:link,a:active,a:visited	{ color : #006699; }
p			{ font-size : 11px; color : white; }
td			{ font-size : 11px; color : #000000; }
a:hover			{ text-decoration: underline; color : #DD6900; }
hr				{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px; }

.tablets {
	width: 450px;
	padding: 8px;
	border: black 1px solid;
	border-spacing: 2px;
	font-size: 12px;
	text-align:center;
	margin: auto;
	}

table.full {
	background-color: white;
	width: 100%;
	}

td.top {
	background-image: url(images/bluedot.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 14px;
	font-size: 1px;
	color: white;
	padding: 0px;
	}

td.bottom {
	background-image: url(images/bluedot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 14px;
	width: 14px;
	font-size: 1px;
	color: white;
	padding: 0px;
	}

td.left {
	background-image: url(images/bluedot.gif);
	background-position: left;
	background-repeat: repeat-y;
	height: 14px;
	width: 14px;
	font-size: 1px;
	color: white;
	padding: 0px;
	}

td.right {
	background-image: url(images/bluedot.gif);
	background-position: right;
	background-repeat: repeat-y;
	height: 14px;
	width: 14px;
	font-size: 1px;
	color: white;
	padding: 0px;
	}

table.round_top {
	width: 100%; 
	height: 14px;
	background-color: white;
	font-size: 1px;
}

td.round_top_border {
	border-top: solid 1px #A5C3D4;
}

td.round_tl {
 	background-image: url(images/corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	}

td.round_tr {
	background-image: url(images/corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	}

td.round_bl {
	background-image: url(images/corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	font-size: 1px;
	color: white;
	padding: 0px;
	}

td.round_br {
	background-image: url(images/corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	font-size: 1px;
	color: white;
	padding: 0px;
	}

td.round_bot_border {
	border-bottom: solid 1px #A5C3D4;
}

td.title {
	background-position: left top;
	background-repeat: no-repeat;
	height: 97px;
	font-size: 1px;
	color: white;
	}

td.menu {
	padding-left: 6px;
	padding-right: 6px;
	text-align: right;
	font-size: 12px;
	color: #ffdaaf;
	font-weight: bold;
	font-family: trebuchet ms, tahoma, sans-serif;
	}

/* This is the border line & background colour round the entire page */
.bodyline {
          border: 0px; }

/* This is the outline round the main forum tables */
.forumline { background-color: #A9B8C2; border: 0px; }

/* Main table cell colours and backgrounds */
td.row1 { background-color: #EFEFEF; padding-left: 8px;}
td.row2 { background-color: #DEE3E7; padding-left: 8px;}
td.row3 { background-color: #D1D7DC; padding-left: 8px;}
td.row_helped { background-color: #F0EDDE; }

/*
	This is for the table cell above the Topics, Post & Last posts on the index.php page
	By default this is the fading out gradiated silver background.
	However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
background-color: #C7D0D7;
background-image: url('images/cellpic1.gif');
background-repeat: repeat-x; height: 22px;
}

/* Header cells - the blue and silver gradient backgrounds */
th {
color:			yellow; font-size: 12px; font-weight: bold;
background-color:	#006699; height: 25px;
background-image:	url(images/cellpic3.gif);
}

td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url(images/cellpic1.gif);
background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}

/*
	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 :-)
*/
th.thCornerL,th.thTop,th.thCornerR,th.thHead,td.cat,td.catHead { background-color: #2584B4; background-image: url('images/cellpic1.gif'); height: 28px; color: white; }
td.catBottom { background-color: #2584B4; background-image: url('images/cellpic1r.gif'); height: 22px; color: white; }
th.thSides,th.thLeft,th.thRight,th.thBottom {
font-weight: bold; border: #FFFFFF; height: 28px;
}

.white { color:white; }
a.white { color:white; text-decoration: none; }
a.white:hover { color: #DD6900; }

.orange { color:#DD6900; }
a.orange { color:#DD6900; text-decoration: none; }
a.orange:hover { color: white; }

a.portallink { text-decoration: none; }
a.portallink:hover { color: #DD6900; }

td.row3Right { background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }

td.spaceRow { background-color: #2584B4; background-image: url('images/cellpic1r.gif'); border-style: 0px;height: 15px; }

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;
}

/* General text */
.gen						{ font-size : 12px; }
.genmed					{ font-size : 11px; }
.gensmall					{ font-size : 11px; }
/*.gen,.genmed,.gensmall			{ color : #000000; } */
a.gen,a.genmed,a.gensmall			{ color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
a.mainmenu		{ text-decoration: none; color: #39598F; }
a.mainmenu:hover	{ text-decoration: underline; }



/* Forum category titles */
.cattitle		{ font-family: trebuchet ms,tahoma, sans-serif; font-size: 12px ; color : white; padding-left: 4px; }
a.cattitle		{ text-decoration: none; color : white; }
a.cattitle:hover	{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink		{ text-decoration: none; color : #006699; }
a.forumlink:hover	{ text-decoration: underline; color : #DD6900; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav		{ font-weight: bold; font-size: 12px; color : #000000;}
a.nav	{ text-decoration: none; color : #006699; }
a.nav:hover	{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h2	{ font-weight: bold; font-size: 12px; }
a.topictitle:link	{ text-decoration: none; color : #006699; }
a.topictitle:visited	{ text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 11px; color : #000000; text-decoration: none}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 11px; color : #000000; }

/* The content of the posts (body of text) */
.postbody		{ font-size : 12px; line-height: 18px }
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited	{ text-decoration: none; color : #5493B4; }
a.postlink:hover	{ text-decoration: underline; color : #DD6900 }

/* Quote & Code blocks */
.code {
font-family:		Courier, 'Courier New', sans-serif; font-size: 12px; color: #006600;
background-color:	#FAFAFA; border: #D1D7DC; border-style: solid;
border-left-width:	1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}

.quote {
font-family:		Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #444444; line-height: 125%;
background-color:	#FAFAFA; border: #D1D7DC; border-style: solid;
border-left-width:	1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}

/* Copyright and bottom info */
.copyright		{ font-size : 10px; color: #444444; font-family: Verdana, Arial, Helvetica, sans-serif; }
a.copyright		{ text-decoration: none; color : #006699; }
a.copyright:hover	{ text-decoration: underline; color : #DD6900; }

/* Form elements */

form { margin: 0; }
form { display: inline; }

textarea, input, select {
	color : #000000;
	border: 1px solid #565656;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

/* The text input fields background colour */
input						{ text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {

	background-image: url(images/buttons_bg.gif);
	background-position: center center;
	background-repeat: repeat-x;
font-size:		11px; font-family: Verdana, Arial, Helvetica, sans-serif;
cursor:			pointer;
}

/* The main submit button option */
input.mainoption {
	background-image: url(images/buttons_bg.gif);
	background-position: center center;
	background-repeat: repeat-x;
font-weight:		bold;
cursor:			pointer;
}

/* None-bold submit button */
input.liteoption {
	background-image: url(images/buttons_bg.gif);
	background-position: center center;
	background-repeat: repeat-x;
font-weight:		normal;
cursor:			pointer;
}

input.post {
	background-image: url(images/buttons_bg.gif);
	background-position: center center;
	background-repeat: repeat-x;
	color : #000000;
	border: 1px solid #565656;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

/* 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: 12px; text-decoration: none; color: #FF0000 }

.table0
{
	background-color : #EFEFEF;
	border-bottom-color : #dedede;
	border-bottom-style : solid;
	border-bottom-width : 1;
	border-left-color : #fefefe;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : #dedede;
	border-right-style : solid;
	border-right-width : 1px;
	border-top-color : #fefefe;
	border-top-style : solid;
	border-top-width : 1px;
	color : #000000;
	font-size : 10px;
}

.pagination {
	color: #666;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
    padding-bottom: 4px;
	cursor: pointer;
	text-decoration: none;
}
.pagination a, .pagination a:visited, .pagination a:active {
	background-color: #EAEBEB;
	color: #000;
	border-color: #D4D7DA;
	border: #D4D7DA 1px solid;
	padding: 1px;
	text-decoration: none;
}
.pagination a:hover {
	background-color: #FFF;
	color: #666;
	border-color: #EAECEF;
	border: #EAECEF 1px solid;
	text-decoration: none;
	padding: 1px;
}

.functions
{
	color: #0000a0;
}
.strings
{
	color: #32a354;
}
.variables
{
	color: #aa5926;
}
.comments
{
	color: #d4d4d4;
}

.php_object_overall
{
	background-color: white;
	color: #000000;
	border: 1px solid #a9b8c2;
}

.php_object_code
{
	font-size: 12px;
	font-family: Courier New, sans-serif;
	overflow: auto;
	white-space: nowrap;
	vertical-align: top;
}

.php_object_lines
{
	background-color: #ececec;
	color: #aaaaaa;
	vertical-align: top;
	text-align: right;
	font-size: 12px;
	font-family: Courier New, sans-serif;
	overflow: auto;
	white-space: nowrap;
	padding-right: 5px;
	border-right: 3px solid #e0e0e0;
}

h1 { color : #ffffff;}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
