@charset "utf-8";
/* CSS Document */

#forum { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:90%;}
#forum hr	{ height: 0px; border: solid #990099 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
#forum .bodyline	{ background-color:; border: ; }

/* This is the outline round the main forum tables */
#forum .forumline	{ background-color: ; border: 2px #990099 solid; }

/* Main table cell colours and backgrounds */
#forum td.row1	{ background-color: #FFFFFF; 
border-width: 0px 0px 1px 1px; border-style: solid; border-color:#333333;}
#forum td.row2	{ background-color: #fef1fb; 
border-width: 0px 0px 1px 1px; border-style: solid; border-color:#333333; }
#forum td.row3	{ background-color: #FFCCFF; 
border-width: 0px 0px 1px 1px; border-style: solid; border-color:#333333;}

/*
  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
*/
#forum td.rowpic {
		background-color: #FFFFFF;
}

/* Header cells - the blue and silver gradient backgrounds */
#forum th	{
	color: #FFFFFF; font-size: 12px; font-weight : bold; 
	background-color:#990099;  height: 25px; /*background-image*/
	
}

#forum td.cat, #forum td.catHead, #forum td.catSides, #forum td.catLeft, #forum td.catRight, #forum td.catBottom {
			font-weight: bold;background-color:#FFCCFF; height: 28px;
}


#forum th.thHead, #forum th.thSides, #forum th.thTop, #forum th.thLeft, #forum th.thRight, #forum th.thBottom, #forum th.thCornerL, #forum th.thCornerR {
	font-weight: bold; height: 28px;
}
#forum td.row3Right,#forum td.spaceRow { height:10px;
	background-color: #ffffff; 
}

#forum td.fspacel1,#forum td.fspacel2 { 
	height:10px;
	width:150px;
	border-left: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
}
#forum td.fspacer1,#forum td.fspacer2 { 
	height:10px;
	border-bottom: #000000 solid 1px;
	border-left: #000000 solid 1px;	
}
#forum td.fspacel1,#forum td.fspacer1 {background-color: #ffffff;}
#forum td.fspacel2,#forum td.fspacer2 {background-color: #fef1fb;}


/*
#forum th.thHead{ border-width: 0px 1px 0px 1px; border-style:solid; border-color:#FFFFFF; }
#forum th.thSides{ border-width: 0px 1px 0px 1px; border-style:solid; border-color:#FFFFFF; }
#forum th.thRight{ border-width: 0px 0px 0px 1px; border-style:solid; border-color:#FFFFFF; }
#forum th.thLeft{ border-width: 0px 1px 0px 0px; border-style:solid; border-color:#FFFFFF; }
#forum th.thBottom{ border-width: 0px 1px 0px 1px; border-style:solid; border-color:#FFFFFF; }
#forum th.thTop	 { border-width: 0px 1px 0px 1px; border-style:solid; border-color:#FFFFFF; }
#forum th.thCornerL { border-width: 0px 1px 0px 0px; border-style:solid; border-color:#FFFFFF; }
#forum th.thCornerR { border-width: 0px 0px 0px 1px; border-style:solid; border-color:#FFFFFF; }
*/
#forum td.catHead { border-width: 0px 0px 1px 1px; border-style:solid; border-color:#000000;}
#forum td.catSides{ border-width: 0px 0px 1px 1px; border-style:solid; border-color:#000000;}
#forum td.catRight{ border-width: 0px 0px 1px 1px; border-style:solid; border-color:#000000;}
#forum td.catLeft{ border-width: 0px 0px 1px 1px;  border-style:solid; border-color:#000000;}
#forum td.catBottom  { border-width: 0px 0px 1px 1px; border-style:solid; border-color:#000000;}


#forum td.spaceRow	 { border-width: 0px 0px 1px 1px; }
#forum td.row3Right	 { border-width: 0px 0px 1px 1px; border-style:solid; border-color:#000000;}
 /*The largest text used in the index page title and toptic title etc. */
#forum .maintitle	{
	font-weight: bold; font-size: 22px; font-family: 'Trebuchet MS,Verdana', Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : {T_BODY_TEXT};
}

/* General text */
#forum .gen { font-size : 12px; }
#forum .genmed { font-size : 11px; }
#forum .gensmall { font-size : 10px; }
#forum .gen,.genmed,.gensmall { color : #000000 }






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

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

/* The content of the posts (body of text) */
#forum .postbody { font-size : 12px; line-height: 18px}
#forum .postbody {overflow:hidden;
		width:100%;
	display:block;}
#forum .postbody img
{
	max-width:100%;
	height:auto;
}

/* Quote & Code blocks */
#forum .code { 
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: ; border: #000000; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

#forum .quote {
width:100%;
overflow:hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: {T_TD_COLOR1}; border: #999999; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}



/* 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 ;)
*/
#forum .helpline { background-color: #666666; border-style: none; }



#forum .postbody { line-height: 18px}

a.cattitle:visited
{
	color:#ffffff;
}

a.nav:visited
{
	color:#000000;
	text-decoration:underline;
}

.row2 a, .row3 a, .row3Right a
{
	color:#8a0a07 !important;
}

.mainoption
{

	background-image:url(/vissec/newimg/purplebutton.png);	
	border:none;	
	background-repeat:no-repeat;
	background-color:transparent;
	width:120px !important;
	height:30px;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:white;
	font-weight:bold;
	cursor:pointer;
	margin-top:5px;
}
.liteoption
{
	background-image:url(/vissec/newimg/purplebutton.png);	
	border:none;	
	background-repeat:no-repeat;
	background-color:transparent;
	width:120px !important;
	height:30px;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:white;
	font-weight:bold;
	cursor:pointer;
	margin-top:5px;
}

.button
{
	border:none;
	background-image:url(/vissec/newimg/purpleminibutton.png);	
	background-repeat:no-repeat;
	width:60px !important;
	height:24px !important;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:white;
	font-weight:bold;
	cursor:pointer;
	background-color:transparent;
}
