/*
    This should be the final copy of the CSS uploaded.
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #AAA;
}

#container {
			width: 1000px;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 0px;
			border:1px solid grey;
			background-color:#CCC;
			bottom-padding: 6px;
		}
		
		  #subcontainer
  {
      padding-left: 10px;
      padding-right: 10px;
  }
		
	#banner {
			padding: 0px;
			background-image: url('http://www.twistedmonkey.net/forums/templates/TM/images/menuback.gif');
			background-repeat: no-repeat;
      height: 132px;
			text-align: center;
			padding-left: 400px;
			padding-right: 0px;
			vertical-align: middle;
			padding-top: 10px;
			font-size : 11px; 
      color : #FFF;
		}
		

#banner a	{ text-decoration: none; color : #FFF;  }
#banner a:hover{ text-decoration: underline; color : #999; }



img {
			border:0px;
		}


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


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #CCC; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #CCC; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #DFDFDF; }

td.rowpic {
background-color: #D1D7DC;
background-repeat: repeat-y;
}

th {
color: #FFF; font-size: 11px; font-weight: bold;
background-color: #5088BC; height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-color:#D1D7DC; border: #D1D7DC; border-style: solid; height: 28px;
}

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; border: #5088BC; border-style: solid; height: 28px;
}

td.row3Right,td.spaceRow {
background-color: #D1D7DC; border: #D1D7DC; border-style: solid;
}

/*th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	{ border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft { border-width: 0px 0px 0px 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; }
*/

.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: #000000;
}

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


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #FFF;  }
a.mainmenu:hover{ text-decoration: underline; color : #999; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #5088BC}
a.cattitle		{ text-decoration: none; color : #5088BC; }
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 : #5088BC; }
a.forumlink 	{ text-decoration: none; color : #5088BC; }
a.forumlink:hover{ text-decoration: underline; color : #333; }


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


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #5088BC; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #333; }


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

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