/*
  Style sheet for the classic ActiveBoard style
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {background-image: url(http://www.nitsd.com/image001.gif); 
	color:black; font-family: Arial Black, Arial, Times New Roman;
}

/* General font families for common tags */
font,th,td,p { font-family: arial,helvetica }
//a:link,a:active,a:visited { color : #000000; }
hr	{ height: 1px; color: #D9EDFF;}


/* This is the border line & background colour round the entire page */
/*.bodyline	{ background-image: url(http://www.nitsd.com/image001.gif);  border: 1px #98AAB1 solid; }*/

/* This is the outline round the main forum tables */
.forumline	{ background-image: url(http://www.nitsd.com/image001.gif);  border: 0px }
.borderLine	{ border: 1px solid #D9EDFF }


/* Main table cell colours and backgrounds */
td.row1	{background-image: url(http://www.nitsd.com/image001.gif);  padding: 4px; }
td.row2	{ background-image: url(http://www.nitsd.com/image001.gif);  padding: 4px; }
td.row3	{ background-image: url(http://www.nitsd.com/image001.gif);  padding: 4px; }


/*
  This is for the table cell above the Topics, Post & Last posts
*/
td.rowpic {
		background-image: url(http://www.nitsd.com/image001.gif);  
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
		color: #000000;
	font-family: arial,helvetica;
	font-size: 9px;
	background-image: url(http://www.nitsd.com/image001.gif); 
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-image: url(http://www.nitsd.com/image001.gif);  }


/*
  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 { 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; }
td.row3Right,td.spaceRow { }

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,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; }


/* General text */
.text2 {font-family:Arial, Times New Roman, Verdana; line-height:25px; letter-spacing:2px;
}

.text2 a {font-family:Arial Black, Arial, Times New Roman, Verdana; line-height:25px; letter-spacing:2px; cursor:pointer; cursor:hand; color: #0000F7; text-decoration: none;
}
.text2 a:visited {font-family:Arial Black, Arial, Times New Roman, Verdana; line-height:25px; letter-spacing:2px; color: #999999; text-decoration: none; 
}
.text2 a:hover {font-family:Arial Black, Arial, Times New Roman, Verdana; line-height:25px; letter-spacing:2px; color: #FF0000; text-decoration: underline; 
}
/* Forum category titles */
.cattitle		{ font-size : 25px; color : #000000}
a.cattitle		{ text-decoration: none; color : #000000; }
a.cattitle:hover{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle {
	font-size: 25px; 
	color: #000000;
	font-family: arial,helvetica;
}
a.topictitle:link   { text-decoration: underline; color: #000000; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name	{
	font-size: 15px; color: #000000;
	color: #000000;
	font-family: arial,helvetica;
}
a.name:link   { text-decoration: underline; color: #000000; }

/* Location, number of posts, post date etc */
.postdetails	{
	font-size: 15px; color: #000000;
	color: #000000;
	font-family: arial,helvetica;
}

/* The content of the posts (body of text) */
.text2 {font-family:Arial, Times New Roman, Verdana; line-height:25px; letter-spacing:2px;
}
.text2 a {font-family:Arial Black, Arial, Times New Roman, Verdana; line-height:25px; letter-spacing:2px; cursor:pointer; cursor:hand; color: #0000F7; text-decoration: none;
}
.text2 a:visited {font-family:Arial Black, Arial, Times New Roman, Verdana; line-height:25px; letter-spacing:2px; color: #999999; text-decoration: none; 
}
.text2 a:hover {font-family:Arial Black, Arial, Times New Roman, Verdana; line-height:25px; letter-spacing:2px; color: #FF0000; text-decoration: underline; 
}
/* Form elements */
input,textarea, select {
	font: normal 11px arial,helvetica;
}