/* Boxes around forum elements */

td.mainboxRighttop {
	background-image : url(images/border_rtop.gif);
	background-repeat : no-repeat;
}

td.mainboxLefttop {
	background-image : url(images/border_ltop.gif);
	background-repeat : no-repeat;
}

td.mainboxTop {
	background-image: url(images/border_hside.gif);
	background-repeat: repeat-x;
}

td.mainboxLeft {
	background-image : url(images/border_vside.gif);
	background-repeat : repeat-y;
}

td.mainboxRight {
	background-image: url(images/border_vside.gif);
	background-repeat: repeat-y;
}

td.mainboxLeftbottom {
	background-image: url(images/border_lbottom.gif);
	background-repeat: no-repeat;
}

td.mainboxRightbottom {
	background-image: url(images/border_rbottom.gif);
	background-repeat: no-repeat;
}

td.mainboxBottom {
	background-image: url(images/border_hside.gif);
	background-repeat: repeat-x;
}

td.mainbox {
	/* filter: Alpha(Opacity=20);	*/
	background-image : url(images/mainbox_bg.jpg);
}

/* The box around the categories */

td.cbox {
	background-image: url(images/catbox_background.gif);
	background-repeat: repeat;
}


/* Start background images in category box and header, this is for the background "fading" effect  */

td.cBarStart {
	background-image: url(images/cat_bar_start.gif);
	background-repeat: no-repeat;
}

td.cBoxStart {
	background-image: url(images/catbox_bg_start.gif);
	background-repeat: repeat-y;
}

 /* General page style. The scroll bar colors only visible in IE5.5+ */
body {
/*	background-color: #E5E5E5; */
	background-color: #275CAC;	
	

/*	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color: #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
*/
	
	background-image : url(images/background.jpg);
	margin-top : 10px ! important;
	margin-left : 10px ! important;
	margin-right : 10px ! important;
	margin-bottom : 10px ! important;
	color : #FFFFFF;
}

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold;
	font-size: 16pt;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 120%;
	color : White;
	font : italic;
}

/* General text */
.genlarg { font-size : 18pt; }
.gen { font-size : 10pt; }
.genmed { font-size : 8pt; }
.gensmall { font-size : 7pt; }
.gen,.genmed,.gensmall {
	color : White;
}

/* Forum category titles */
.cattitle		{
	font-weight: bold;
	font-size: 16pt ;
	color : #134F84;
	font-family : "Trebuchet MS", Verdana, Helvetics, Arial, sans-serif;
	margin-left : 1px;
}