body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color:#CCC;
    font-size:76%;

}
/*.rgh{font-size:.9em;}*/
.welcome{font-size : 1.2em;}
.name, .postdetails{font-size:.9em;}
.name{font-weight:bold;}
p{font-size : 1.1em;}

/* General text */
.gen { font-size : 1em; }
.genmed { font-size :.9em }
.gensmall { font-size : .8em;}

a.gen,a.genmed,a.gensmall { color: #039; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
	font-weight: bold; font-size: 1.6em; line-height : 120%; color : #000; text-decoration:none;
}

/****************************************************************/
/* General font families for common tags */
/*th,td { font-family: Verdana, Arial, Helvetica, sans-serif }*/
a:link, a:active, a:visited { color : #FFFFFF; text-decoration: None ;}
a:hover		{ text-decoration: none; color : #FFFF00; }

hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


.forumline th{height:25px;}
/*************************************************************************/

/*box with blue border */
.rightbox{border: 1px #039 solid; border-width:1px 0; margin-bottom:.25em; }

.box{border: 1px #039 solid;}

/* Blue heading bar -height: 25px;*/
.mhead{
	height:25px;  
	margin:0; 
	background-color:#EFEFEF;
	padding-left:10px;
	border-bottom:solid #039 1px;
	border-top:solid #69C .5em;
	text-align:center;
	}

.mhead a{ text-decoration:none; color: #039; font-size: .8em;}
 
.mend{width:20%; }


ul.pipe  {margin-left: 0; padding-left: 0; display: inline;  } 
ul.pipe  li {margin-left: 0; padding: 3px 15px 3px 15px;  list-style: none; display: inline; }		
ul.pipe  li#first { list-style: none; display: inline; }

ul.legend  {margin-left: 0; padding-left: 0; display: inline;  } 
ul.legend  li {margin-left: 0; padding: 3px 15px;  list-style: none; display: inline; /*font-size:.9em;*/ line-height:20px;}		


h4, h3, h2,  h1{color:#069;}
legend{color:#069; }
/*stats headings*/
.sth{color:#069; text-align:center;}
/*************************************************************************/

/* The register, login, search etc links at the top of the page */
.cattitle		{ font-weight: bold; letter-spacing: 1px; color:#069; margin:5px 0 0 10px; }
.forumlink		{ font-weight: bold;  color : #069; }
.nav			{ font-weight: bold;  color : #000;}


a.mainmenu, a.cattitle, a.forumlink, a.nav, a.topictitle, a.postlink { 
	text-decoration: none; color:#039;}
	
a.postlink{text-decoration: underline;}

a.topictitle:visited , a.postlink:visited { 
	text-decoration: none; color : #5493B4; }

a.mainmenu:hover , a.forumlink:hover, a.nav:hover, a.topictitle:hover, a.postlink:hover { 
	text-decoration: underline; color : #DD6900; }
	
a.cattitle:hover{ text-decoration: underline; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
/*.name, .postdetails	{ color:#000;}*/


/* Quote and Code blocks */
.code, .quote {
	font-family: Courier, 'Courier New', sans-serif;  
	background-color: #FFF; 
	border:solid #D1D7DC 1px; 
	padding:5px;  
	line-height: 125%;
	/*margin-left:160px;*/
}
.code {color: #060;}
.quote {color: #013;}

.code div, .quote div {border-bottom: solid 1px #CCC;}
.blog .code, .blog .quote, pre.code{margin-left:.5em;}



.u{text-decoration:underline;}
.i{font-style: italic;}
.b{font-weight:bold;}

/* Copyright and bottom info */
.copyright		{ font-size: .9em; color: #444; letter-spacing: -1px;}
a.copyright		{ color: #444; text-decoration: none;}
a.copyright:hover { color: #000; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*border: #000 solid 1px;*/
    font-size: 1em;
}

/*input.text, input.check{border:0;}*/
input { text-indent : 2px; }
.search{width:60px;}

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	font-size: .9em; 
}

/* The main submit button option */
input.mainoption {background-color : #FAFAFA; border:solid 1px #000;}

/* None-bold submit button */
input.liteoption {background-color : #FAFAFA; }

/* This is the line in the posting page which shows the rollover help line. This is actually a text box*/
.helpline { background-color: #DEE3E7; border: none; }
