/*
  The original Xeon Theme for phpBB version 2+
  Created by Digital-Delusion.com design
  http://www.digital-delusion.com

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body { 
	background-color: #71828A;
	scrollbar-face-color: {T_TR_COLOR2};
	scrollbar-highlight-color: {T_TD_COLOR2};
	scrollbar-shadow-color: {T_TR_COLOR2};
	scrollbar-3dlight-color: {T_TR_COLOR3};
	scrollbar-arrow-color:  {T_BODY_LINK};
	scrollbar-track-color: {T_TR_COLOR1};
	scrollbar-darkshadow-color: {T_TH_COLOR1};
	margin: 0px;
	padding: 0px;
}

/* General font families for common tags */
font,th,td,p { font-family: Arial, Helvetica, sans-serif; }
a:link,a:active,a:visited { text-decoration: underline; color : #495256; }
a:hover		{ text-decoration: none; color : #495256; }
hr	{ height: 0px; border: solid #303F56 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #71828A; border: 1px #303F56 solid; }

/* This is the outline round the main forum tables */
.forumline	{background-color: #81949D; border: 1px #303F56 solid;}

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #D1D6D9; border: 1px #303F56 solid;}
td.row2	{ background-color: #C9CED2; border: 1px solid #303F56; }
td.row3	{ background-color: #A9B2B8; border: 1px solid #303F56; }


/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #C9CED2; font-size: 11px; font-weight : bold; 
	background-color: #5C6A70; height: 18px;
	background-image: url(images/th.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/catt2_r1_c2.gif);
			color:#5C6A70;
			font-weight: bold;
			font-size: 12px;
			background-color:#A4ADB3; border: #303F56; 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 :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 25px;
	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; border: #303F56; border-style: solid; height: 28px;
}
td.spaceRow {
	background-color: #71828A; border: #303F56; border-style: solid;
}

th.thHead,td.catHead { font-size: 12px; border-width: 0px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 1px 1px 1px 0px; }
th.thLeft,td.catLeft	  { border-width: 1px 0px 1px 1px ;  }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 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",Arial, Helvetica, sans-serif; 
	text-decoration: none; line-height : 120%; color : #303F56;
}
a.maintitle {color: #5C6A70; text-decoration: none;}
a.maintitle:visited {color: #A4ADB3; text-decoration: none;}
a.maintitle:hover {color: #e5e5e5; text-decoration: none;}

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


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #A4ADB3;}
a.cattitle		{ text-decoration: none; color : #A4ADB3; }
a.cattitle:visited	{ text-decoration: none; color : #A4ADB3; }
a.cattitle:hover { text-decoration: underline; color: #EEEEEE }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #71828A; }
a.forumlink 	{ text-decoration: none; color : #303F56; }
a.forumlink:visited  { text-decoration: none; color : #303F56; }
a.forumlink:hover{ text-decoration: underline; color : #5C6A70; }

/* 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 : #495256;}
a.nav			{ text-decoration: none; color : #495256; }
a.nav:hover		{ text-decoration: underline; color: #EEEEEE }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #495256; }
a.topictitle:link   { text-decoration: none; color : #303F56; }
a.topictitle:visited { text-decoration: none; color : #303F56; }
a.topictitle:hover	{ text-decoration: underline; color : #5C6A70; }

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

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

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

/* Quote & Code blocks */
.code { 
	font-family: Courier, "Courier New", sans-serif; font-size: 11px; color: #147098;
	background-color: #efefef; border: #49555A; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #49555A; line-height: 125%;
	background-color: #efefef; border: #49555A; 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; font-family: Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444}; text-decoration: none;}
a.copyright:hover { color: #e5e5e5; text-decoration: underline;}

/* Form elements */
input,textarea, select {
	color : #49555A;
	font: normal 11px Arial, Helvetica, sans-serif;
	border-color : #5C6A70;
	
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color: #96A4AA;
	border-color: #5C6A70;
	color: #49555A
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-image : url(images/ingb.gif);
	background-repeat: repeat;
	background-color: #5C6A70;
	color: #DDDFE1;
	font-size: 11px; font-family: Arial, Helvetica, sans-serif;
	cursor: hand;
}

/* The main submit button option */
input.mainoption {
	background-image : url(images/ingb.gif);
	background-repeat: repeat;
	background-color: #5C6A70;
	color: #DDDFE1;
	font-weight : bold;
	cursor: hand;
}

/* None-bold submit button */
input.liteoption {
	background-image : url(images/ingb.gif);
	background-repeat: repeat;
	background-color: #5C6A70;
	color: #DDDFE1;
	font-weight : normal;
	cursor: hand;
}

/* 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: #C9CED2; border-style: none; }

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

.forumTitle {
color: #5C6A70;
font-size: 11px;
letter-spacing: 1px;
font-weight: bold;

}

a.forumTitle {color:#5C6A70; text-decoration: none;}
a.forumTitle:visited {color:#5C6A70;text-decoration: none; }
a.forumTitle:hover {color:#5C6A70;text-decoration: underline; }

.cat {
border-left: 1px solid #303F56;
border-right: 1px solid #303F56;
background-color: #5C6A70;
background-image: url(images/th1.gif);
}

.login {
color: #A9B2B8;
font-size: 10px;
}

a.login {color: #A9B2B8; font-size: 10px; text-decoration: none; }
a.login:visited {color: #A9B2B8; font-size: 10px; text-decoration: none; }
a.login:hover {color: #E5E5E5; font-size: 10px; text-decoration: none; }

.onlineExplain {
color: #A9B2B8;
font-size: 10px;

}