html, body {
	background: #242424 url(images/body.gif);
	padding: 0;
	margin: 0;
	color: #D0D0D0;
}
body { padding: 0 5px; font-size: 12px;}

/* General font families for common tags */
font,th,td,p { font-family: Arial, Verdana, Helvetica, sans-serif; }
a, a:visited { color: #CBA300; }
a:hover		{ text-decoration: underline; color: #FFFFFF; }
hr	{ height: 0px; border: solid #CBA300 0px; border-top-width: 1px;}
form { display: inline; padding: 0; margin: 0; }
img { border: 0; }
br.spacer { height: 5px; font-size: 5px; line-height: 5px; overflow: hidden; }
caption { margin: 0; padding: 0; }
iframe { border: none; background-color: #F2F2F2; }

/* Header and Logo */
#maintable {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000;
}
#logotable {
	background: url(/portal/templates/wow_alliance/images/logo_bg.gif) top left repeat-x;
}
#buttonstable { 
	margin-bottom: 5px; 
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
}
#buttonstable td { 
	background: url(/portal/templates/wow_alliance/images/buttons.gif) top left repeat-x; 
	height: 21px;
	overflow: hidden;
}

/* This is the outline round the main forum tables */
.forumline	{ border: solid 1px #000; background: #313131 url(/portal/templates/wow_alliance/images/cell.gif) top left repeat-x; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #D0D0D0;
}


/* General text */
.gen { font-size: 9px; }
.genmed { font-size: 9px; }
.gensmall { font-size: 9px; }
.gen,.genmed,.gensmall { color: #D0D0D0; }
a.gen,a.genmed,a.gensmall { color: #CBA300; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FFFFFF; text-decoration: underline; }

.generror { color: #FFF; }
.progress { background-color: #FFFFFF; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 9px; color : #CBA300; }
a.forumlink 	{ text-decoration: none; color : #CBA300; }
a.forumlink:hover{ text-decoration: underline; color : #FFFFFF; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 9px; color: #D0D0D0;}
a.nav			{ text-decoration: none; color : #CBA300; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 9px; color: #D0D0D0; }
a.topictitle:link   { text-decoration: none; color: #CBA300; }
a.topictitle:visited { text-decoration: none; color: #997C04; }
a.topictitle:hover	{ text-decoration: underline; color: #FFFFFF; }

/* new thread link */
.link-new a, .link-new a:visited, .link-new a.topictitle, .link-new a.topictitle:visited { color: #FDD019; }
.link-new a:hover, .link-new a:active, .link-new a.topictitle:hover, .link-new a.topictitle:active { color: #FFF; }

/* Copyright and bottom info */
.copyright		{ font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #AAA; letter-spacing: -1px;}
.copyright a, .copyright a:visited { text-decoration: none; color: #AAA; }
.copyright a:hover, .copyright a:active { text-decoration: underline; color: #FFF; }

/* Recruitment Legend */
.legend { font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #AAA;}

/* Form elements */
input,textarea, select {
	color: #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

input.post, textarea {
	border: solid 1px #CBA300;
	background-color: #222;
	color: #D0D0D0;
}
* html input.post, * html textarea { border-color: #D0D0D0; }
input.post:hover, textarea:hover { border-color: #D0D0D0; }
input.post:focus, textarea:focus { border-color: #FFFFFF; color: #FFF; }

select {
	background-color: #000;
	color: #D0D0D0;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color: #313131;
	color: #D0D0D0;
	font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #444;
}
input.button:hover { 
	background-color: #444; 
	color: #FFF;
}
* html input.button { color: #000; }

/* The main submit button option */
input.mainoption {
	background-color: #222;
	color: #D0D0D0;
	font-weight : bold;
	border: solid 1px #000;
}

input.mainoption:hover, input.liteoption:hover { border-color: #D0D0D0; }
input.mainoption:focus, input.liteoption:focus { color: #FFF; border-color: #FFFFFF; }


/* 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: #313131; border: solid 1px #313131; color: #D0D0D0; }


/*
	Styled checkboxes and radio buttons.
	Created by Philip Howard, GamingHeadlines.co.uk
	Web: http://www.gamingheadlines.co.uk/wod/formstyle/index.html
*/
.checkbox {
	background: url(/portal/templates/wow_alliance/images/CheckboxUnchecked.gif) no-repeat center center;
	display: block; 
	width: 16px; 
	height:16px;
}
a.checkbox, a.checkboxchecked {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	cursor: hand;
}
a.checkbox {
	background: url(/portal/templates/wow_alliance/images/CheckboxUnchecked.gif) no-repeat center center;
}
a.checkboxchecked {
	background: url(/portal/templates/wow_alliance/images/CheckboxChecked.gif) no-repeat center center;
}

.radiobox {
	background: url(/portal/templates/wow_alliance/images/RadioboxUnchecked.gif) no-repeat center center;
	display: block; 
	width: 16px; 
	height:16px;
}
a.radiobox, a.radioboxchecked {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	cursor: hand;
}
a.radiobox {
	background: url(/portal/templates/wow_alliance/images/RadioboxUnchecked.gif) no-repeat center center;
}
a.radioboxchecked {
	background: url(/portal/templates/wow_alliance/images/RadioboxChecked.gif) no-repeat center center;
}

.inputhidden { display: none; }
