/*
  Implicit Desire by Blue Munka Gfx http://bluemunka.xurst.com/
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
  background-color: #4d4d4d;
  font-size : 12px;
}

#header {
  background-color: #000000;
  font-size: 1px;
  letter-spacing: -1px;
}

#nav {
  background-image: url(images/row4.gif);
  font-size: 1px;
  letter-spacing: -1px;
}

  /*CSS buttons by Noisy (lol)*/
a.button {
    /* Sliding right image */
background: transparent url(images/button_right_05.png) no-repeat scroll top right; 
display: block;
float: left;
line-height: 14px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 1px;
padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration: none;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
a.button span {
/* Background left image */ 
background: transparent url(images/button_left_05.png) no-repeat; 
display: block;
line-height: 10px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 7px 0 5px 18px;
} 
a.button:hover span{
text-decoration:underline;
}
/*END CSS button Noisy*/  


.pm-new {
  font-size: 10px;
  font-weight: bold;
  visibility: visible;
}

.pm-none {
  visibility: hidden;
}

/* General font families for common tags */
a.topic-new, a.topic-new:visited { color: #859cad; }
a.topic-new:hover, a.topic-new:active { color: #859cad; }

font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { text-decoration: none; color : #859cad; }
a:hover   { text-decoration: underline; color : #859cad; }
hr  { height: 0px; border: solid #141414 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline { background-color: #4d4d4d; font-size : 12px; border: 0px #141414 solid; }

.bodyline2 { background-color: #44453f; font-size : 12px; border: 0px #141414 solid; }

/* This is the outline round the main forum tables */
.forumline  { background-color: #141414; font-size : 12px; border: 0px #141414 solid; }


/* Main table cell colours and backgrounds */
/*td.row1 { background-color: #3d3d3d; } */
td.row1
 {
	/*background: #222222 url(images/gradient.gif) top right repeat-x;*/
	background: #222222 url(images/row4.gif) top right repeat-x;
	padding: 4px;
	border-left: 1px #404040 solid;
	border-top: 1px #444444 solid;
}
/*td.row2 { background-color: #3d3d3d; }*/
td.row2
 {
	background: #222222 url(images/row4.gif) top right repeat-x;
	padding: 4px;
	border-left: 1px #404040 solid;
	border-top: 1px #444444 solid;
}
/*td.row3 { background-color: #3d3d3d; }*/
td.row3
 {
	background: #222222 url(images/row4.gif) top right repeat-x;
	padding: 4px;
	border-left: 1px #404040 solid;
	border-top: 1px #444444 solid;
}
/*td.row4 { background-color: #3d3d3d; }*/
//td.row4:hover { background-color: #626262; }
td.row4
 {
	background: #222222 url(images/row4.gif) top right repeat-x;
	padding: 4px;
	border-left: 1px #404040 solid;
	border-top: 1px #444444 solid;
}

td.row3Right,td.spaceRow {
	background: #222222 url(images/row4.gif) top right repeat-x;
	padding: 4px;
	border-left: 1px #404040 solid;
	border-top: 1px #444444 solid;
  /*background-color: #3d3d3d; border: #141414; border-style: solid; */
}
  
td.row_h {
	background: #222222 url(images/row_h.gif) top left no-repeat;
	padding: 4px;
	border-left: 1px #404040 solid;
	border-top: 1px #444444 solid;
}

/*
  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: #3d3d3d;
}

/* Header cells - the blue and silver gradient backgrounds */
//th  {
  color: #999999; font-size: 11px; font-weight : bold;
  background-color: #3d3d3d; height: 23px;
}
th {
	color: #C0C0C0;
	font-size: 1.1em;
	font-weight: bold;
	background: url(images/cellpic3.gif) top repeat-x;
	white-space: nowrap;
	padding: 0 5px;
	height: 29px;
}

td.catBottom {
      background-color:#3d3d3d; border: #141414; border-style: solid; height: 23px;
}

th.thHead, th.thSides, td.cat, td.catHead, td.catSides, td.catLeft, td.catRight {
      background-image: url(images/cat_bg.gif);
      background-color:#3d3d3d; border: #141414; border-style: solid; height: 23px;
}

/*
  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 :-)
  border-width: top right bottom left
*/
td.cat,td.catHead,td.catBottom {
  height: 23px;
  border-width: 0px 0px 0px 0px;
}
th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
  font-weight: bold; border: #141414; border-style: solid; height: 23px; }


th.thHead,td.catHead { border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow   { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight  { 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 topic 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 : #999999;
}


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


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


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


/* Forum title: Text and link to the forums used in: index.php */
.forumlink    { font-weight: bold; font-size: 12px; color : #999999; }
a.forumlink   { text-decoration: none; color : #859cad; }
a.forumlink:hover{ text-decoration: underline; color : #859cad; }


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


/* titles for the topics: could specify viewed link colour too */
.topictitle     { font-weight: bold; font-size: 11px; color : #999999; }
a.topictitle:link   { text-decoration: none; color : #859cad; }
a.topictitle:visited { font-weight: bold; text-decoration: none; color : #859cad; }
a.topictitle:hover  { text-decoration: underline; color : #859cad; }


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

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


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link { text-decoration: none; color : #859cad }
//a.postlink:visited { font-weight: bold; text-decoration: none; color : #859cad; }
//a.postlink:visited { font-weight: normal; text-decoration: none; color : gray; }
a.postlink:visited { font-weight: normal; text-decoration: none; color : #859cad; }
a.postlink:hover { text-decoration: underline; color : #859cad}


/* Quote & Code blocks */
.code {
  font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #999999;
  background-color: #4d4d4d; border: #141414; border-style: solid;
  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: #999999; line-height: 125%;
  background-color: #4d4d4d; border: #141414; 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: Verdana, Arial, Helvetica, sans-serif; color: #999999; letter-spacing: -1px;}
a.copyright   { color: #859cad; text-decoration: none;}
a.copyright:hover { color: #859cad; text-decoration: underline;}


/* Form elements */
input, input.post, textarea, textarea.post, select {
  background-color : #999999;
  border: 1px;
  border-color : #141414;
  border-style: solid;
  color : #141414;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
  background-color : #999999;
  color : #141414;
  font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
  border: 1px;
  border-color : #141414;
  border-style: solid;
}

/* The main submit button option */
input.mainoption {
  background-color : #999999;
  font-weight : bold;
  border: 1px;
  border-color : #141414;
  border-style: solid;
}

/* None-bold submit button */
input.liteoption {
  background-color : #999999;
  font-weight : normal;
  border: 1px;
  border-color : #141414;
  border-style: solid;
}

/* radio Gadget */
#radiogadget {
  background:url(images/radiogadget.gif) top left no-repeat;
  width:400px;
  height:30px;
  margin: 8px auto; 
  border: 0px;
}
.radiogadget2{
  padding: 7px 7px 7px 100px;
  font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color :#728442;
  font-weight : normal;
  border: 0px;
}

/* 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 { color: #999999; background-color: #3d3d3d; border-style: none; }


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