/*
  Style sheet for the classic ActiveBoard style
*/
	/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #FFFFFF;
	font-family: arial, helvetica;
	/*line-height: 18px;*/
	letter-spacing: 1px;
}

.pageHeader{
	margin: 0px; 
	padding: 23px; 
	margin-bottom: 5px; 
	font-family: Georgia, Times New Roman, serif;
	font-size: 3em; 
	font-weight: 100; 
	color: #333;
	background-color: #000033;
	border: 3px double #333;
	border-width: 0px;
	border-bottom-width: 3px;	
	
}

/* General font families for common tags */
font,th,td,p {
	font-family: arial, helvetica
}

/* This is the border line & background colour round the entire page */
	/*.bodyline	{ background-color: #fff; border: 0px #ccc solid; }*/
	/* This is the outline round the main forum tables */
.forumline {
	background: #fff;
	border: 1px solid #ccc;/*border: 0px solid #ccc;*/
	border-collapse: collapse;
}

.borderline {
	border: 1px solid #ccc;/*border: 0px solid #ccc;*/
	/*border-bottom: 0px;*/
	border-collapse: collapse;
}

.fullborderline {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

/* Main table cell colours and backgrounds */
.row1 {
	background-color: #fff;
	padding: 4px;
	/*border-top: 1px solid #ccc;*/
	padding: 0px 5px 0px 5px;
}

.row2 {
	background-color: #f0f0f0;
	padding: 4px;
	/*border-top: 1px solid #ccc;*/
	padding: 0px 5px 0px 5px;
}

.row3 {
	background-color: #fff;
	padding: 4px;
	border-top: 0px dotted #333;
	color: #666;
}

td.topicRow {
	/*border-bottom: 0px;*/
}

/*
  This is for the table cell above the Topics, Post & Last posts
*/
.rowpic {
	background-color: #fff;
}

/* Header cells - the blue and silver gradient backgrounds */
th {
	color: #666666;
	font-family: georgia;
	font-size: 13px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	padding: 5px 0px 5px 0px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

/*
  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,td.catBottom {
	border-width: 0px 0px 1px 0px;
}

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR
	{
	font-weight: bold;
}

.row3Right,td.spaceRow {
	
}

th.thHead,td.catHead {
	border-width: 0px 0px 1px 0px;
}

th.thSides,td.catSides,td.spaceRow {
	border-width: 0px 0px 1px 0px;
}

th.thRight,td.catRight,.row3Right {
	border-width: 0px 0px 1px 0px;
}

th.thLeft,td.catLeft {
	border-width: 0px 0px 1px 0px;
}

th.thBottom,td.catBottom {
	border-width: 0px 0px 1px 0px;
}

th.thTop {
	border-width: 1px;
}

th.thCornerL {
	border-width: 1px;
}

th.thCornerR {
	border-width: 1px;
}

/* General text */
.gen {
	font-size: 13px;
}

.genmed {
	font-size: 11px;
	margin-top: 0px;
}

.gensmall {
	font-size: 10px;
}

.gen,.genmed,.gensmall {
	color: #000000;
	font-family: arial, helvetica;
}

a.gen,a.genmed,a.gensmall,a.gen:hover,a.genmed:hover,a.gensmall:hover {
	color: #000000;
	text-decoration: underline
}

/* Hack to support old color schemes */
.row3Gen {
	font-size: 13px;
}

.row3genmed {
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.row3gensmall {
	font-size: 10px;
}

.row3Gen,.row3genmed,.row3gensmall {
	color: #999 font-family :     arial, helvetica;
}

a.row3Gen,a.row3genmed,a.row3gensmall,a.row3Gen:hover,a.row3genmed:hover,a.row3gensmall:hover
	{
	color: #000000;
	text-decoration: none;
}

.defaulttext {
	color: #000000;
	font-family: arial, helvetica;
	/*padding-top: 10px;*/
}

a.defaulttext,a.defaulttext:hover {
	color: #000000;
	text-decoration: underline
}

.forumlink {
	font-weight: bold;
	font-size: 14px;
	color: #000000
}

a.forumlink {
	text-decoration: none;
}

a.forumlink:hover {
	text-decoration: underline overline;
}

/* Forum category titles */
.cattitle {
	font-size: 14px;
	color: #666;
	font-family: georgia;
}

a.cattitle {
	text-decoration: none;
	color: #666;
}

a.cattitle:hover {
	text-decoration: underline;
}

/* titles for the topics: could specify viewed link colour too */
.topictitle {
	font-size: 12px;
	color: #000000;
	font-family: arial, helvetica;
}

a.topictitle:link {
	text-decoration: underline;
	color: #000000;
}

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name {
	font-size: 12px;
	color: #000000;
	color: #000000;
	font-family: arial, helvetica;
}

a.name:link {
	text-decoration: underline;
	color: #000000;
}

/* Location, number of posts, post date etc */
.postdetails {
	font-size: 12px;
	color: #000000;
	color: #000000;
	font-family: arial, helvetica;
}

/* The content of the posts (body of text) */
.postbody,.postbody p {
	font-size: 12px;
	color: #000000;
	font-family: georgia, helvetica;
	padding-top: 5px;
}

a.postlink:link {
	text-decoration: none;
	color: #000000
}

/* Form elements */
input,textarea,select {
	font: normal 11px arial, helvetica;
}

.errorline	{ border: 1px solid #8f0000;  border-collapse: collapse;}
.errortext	{ color: #8f0000; font-weight: bold; }

.highlight {
	background-color: #5A76A5;
	color: #999;;
	padding: 4px
}

a.highlight,a.highlight:visited,.highlight a,.highlight a:visited,a.highlight:hover,.highlight a:hover,a.highlight:active,.highlight a:active
	{
	color: #999999 text-decoration :     none;
}

hr {
	border: 0px;
	border-bottom: 1px dotted #999;
}

.postbody q {
	border: 1px dotted #999999;
	display: block;
	margin-left: 40px;
	margin-right: 40px;
	padding: 5px;
	font-style: italic;
}

/* mod/admin statistics colors */
a.mod		{
	color : #888888;
}

a.admin		{
	color : #888888;
	font-style: italic;
}

.ab_menu_item { background-color: #f0f0f0; color: ; padding: 0px; }
.ab_menu_item_hover { background-color: #fff; color: #666; padding: 0px; }
.ab_menu_item, .ab_menu_item_hover { font-size: 13px; }
.ab_menu_item a, .ab_menu_sub_item a { color: #666; text-decoration: none; }
.ab_menu_item_hover a, .ab_menu_sub_item_hover a { color: #666; text-decoration: none; }
.ab_menu_sub_item_hover { background-color: #f0f0f0; }
th.ab_menu_sub_item div { padding: 0px !important; }
