/*
  The original AP4CQB Theme for phpBB version 2+
  Created by Matt Rowell
*/

form {
margin: 0px;
padding: 0px;
}

/* General page style. The scroll bar colours only visible in IE5.5+ */
 
body {
background: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #ccc;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
 
/* 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 : #c90101; }
a:hover		{ text-decoration: none; color : #FFFFFF; }
hr	{ height: 0px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #333333; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #555;}


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #222222; }
td.row2	{ background-color: #333333; }
td.row3	{ background-color: #111111; }


/*
  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: #111;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFFFFF; font-size: 11px; font-weight : bold;
	background-color: #111; height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-color:#111; 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 :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #222222; }

th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 16px; font-family: Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #CCCCCC;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #CCCCCC; }
a.gen,a.genmed,a.gensmall { color: #c90101; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FF0000; text-decoration: none; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #CCCCCC }
a.mainmenu		{ text-decoration: none; color : #c90101;  }
a.mainmenu:hover{ text-decoration: none; color : #FF00000; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #c90101;}
a.cattitle		{ text-decoration: none; color : #c90101; }
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 : #c90101; }
a.forumlink:hover{ text-decoration: none; color : #FF0000; }


/* 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 : #CCCCCC;}
a.nav			{ text-decoration: none; color : #c90101; }
a.nav:hover		{ text-decoration: none; color: #FF0000; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #CCCCCC; }
a.topictitle:link   { text-decoration: none; color : #c90101; }
a.topictitle:visited { text-decoration: none; color : #c90101; }
a.topictitle:hover	{ text-decoration: none; color : #FF0000; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #DEDFBD;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #CCCCCC; }


/* The content of the posts (body of text) */
.postbody { font-size : 11px; color: #CCCCCC;}
a.postlink:link	{ text-decoration: none; color : #c90101; }
a.postlink:visited { text-decoration: none; color : #c90101; }
a.postlink:hover { text-decoration: underline; color : #FF0000}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #CCCCCC;
	border: #666; border-style: dotted; background-color: #333333;
	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: 11px; color: #CCCCCC; line-height: 125%;
	border: #666; border-style: dotted; background-color: #333333;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #999999;letter-spacing: -1px;}
a.copyright		{ color: #999999; text-decoration: none;}
a.copyright:hover { color: #FFFFFF; text-decoration: none;}


/* Form elements */

input, textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

radio {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: none;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #CCCCCC; color: black;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	font-size: 9px; 
	font-weight: normal; 
	color: #ccc; 
	background: #736e52; 
	border-color: #888 #333 #333 #888; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 4px 2px 4px;
}

/* The main submit button option */
input.mainoption {
	font-size: 9px; 
	font-weight: bold; 
	color: #ccc; 
	background: #736e52; 
	border-color: #888 #333 #333 #888; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 4px 2px 4px;
}

/* None-bold submit button */
input.liteoption {
	font-size: 9px; 
	font-weight: normal; 
	color: #ccc; 
	background: #736e52; 
	border-color: #888 #333 #333 #888; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 4px 2px 4px;

}

/* 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; }

/* ------------------- CQC7 Styles ---------------------- */

body {
background: url(../../../_resources/img/backdrop_short.gif);
background-repeat: repeat-x;
background-color: black;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
color: #ccc;
font-family: Arial;
font-size: 12px;
}

a {color: #c90101; text-decoration: none; outline: none;}
a:hover {color: #FF0000; outline: none;}
a:visited {color: #c90101; outline: none;}
a:active {outline: none;}

img { border: 0;}

p {
margin: 0 0 1em 0; 
}

/* Structure */

#BodyWrapper {
width: 1000px;
margin: auto;
}

#ContentWrapper {
width: 990px;
margin: auto;
background: url(../../../_resources/img/backdrop_top_short.jpg);
background-repeat: no-repeat;
}

#ContentTop {
clear: both;
padding-left: 25px;
padding-top: 20px;
width: 230px;
height: 176px;
min-height: 176px;
}

#ContentTopLinks {
float: right;
height: 95px;
padding-bottom: 30px;
padding-right: 15px;
}

#ContentMain {
width: 960px;
margin: auto;
clear: both;
padding-bottom: 20px;
padding-top: 35px;
}

#Sponsors {
width: 990px;
clear: both;
text-align: center;
padding: 15px 0 15px 0;
}
	
#Footer {
border-top: #444 3px dashed;
width: 960px;
padding: 5px 0 15px 0;
text-align: right;
font-size: 10px;
clear: both;
}	

#Footer a {
padding-right: 5px;
padding-left: 5px;
border-left: 1px #444 solid;
}

#Footer span {
padding-right: 5px;
padding-left: 5px;
}

/* Header */

#logo {
background: url(../../../_resources/img/cqc_logo_short.gif) no-repeat;
width: 346px;
height: 102px;
float: left;
}

#logo span {
position: absolute;
left: -9999px;
}

#logo a {
display: block;
width: 235px;
height: 92px;
}

/* Navigation */

#navcontainer {
position: relative;
width: 644px;
height: 34px;
float: right;
}

#navcontainer ul {margin: 0; padding: 0;} 
#navcontainer li{float: left; padding: 0px; position: relative; list-style-type: none; width: auto;} 

#nav a{ 
display: block; 
height: 34px; 
background-image: url(../../../_resources/img/menu_master2.gif); 
background-repeat: no-repeat; 
margin: 0px auto; 
padding:0; 
float: left; 
}
#nav a span {display: none;}

.menuforums{ width: 130px; background-position: 0 0; }
.menuabout{  width: 126px; background-position: -130px 0; }
.menumedia{ width: 126px; background-position: -256px 0; }
.menuteams{ width: 126px; background-position: -382px 0; }
.menuregister{ width: 136px; background-position: -508px 0; }

.menuforums:hover, .menuforums.selectedforums { width: 130px; background-position: 0 -34px; }
.menuabout:hover, .menuabout.selectedabout{  width: 126px; background-position: -130px -34px; }
.menumedia:hover, .menumedia.selectedmedia{ width: 126px; background-position: -256px -34px; }
.menuteams:hover, .menuteams.selectedteams{ width: 126px; background-position: -382px -34px; }
.menuregister:hover, .menuregister.selectedregister{ width: 136px; background-position: -508px -34px; }

.BannerBottom {
text-align: center;
padding-top: 15px;
padding-bottom: 5px;
clear: both;
}

#SubNav div {text-align: center; padding-bottom: 10px;}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

