/* note background image url is right relative to forum. in index.php its right for base directory */
BODY { 
	margin:0px; 
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #ffffff;
	scrollbar-face-color: #505050;
	scrollbar-highlight-color: #666666;
	scrollbar-shadow-color: #222222;
	scrollbar-3dlight-color: #444444;
	scrollbar-arrow-color: #DDDDDD;
	scrollbar-track-color: #595759;
	scrollbar-darkshadow-color: #666666;
	background-image: url("../avatars/images/bevel_left.gif");
	background-color: #8D969E;
	background-repeat:repeat-y;
}

A:link    { color: #FFFF00; text-decoration: underline; }
A:visited { color: #FFFF00; text-decoration: underline; }
A:active  { color: #FFFFFF; text-decoration: none; }
A:hover   { color: #FFFFFF; text-decoration: none; }

TD { 
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #ffffff 
}

/* Info text items font */
.infotext		    { font-size : 12px; color : #A8C7FF; font-weight: bold; }
.infotext a		    { font-size : 12px; color : #A8C7FF; font-weight: bold; }
.infotext A:link    { color: #A8C7FF; text-decoration: none; }
.infotext A:visited { color: #A8C7FF; text-decoration: none; }
.infotext A:active  { color: #A8C7FF; text-decoration: none; }
.infotext A:hover   { color: #A8C7FF; text-decoration: underline; }

/* Info text items font - alternative */
.infotextd		     { font-size : 12px; color : #A8A1FF; font-weight: bold; }
.infotextd a		 { font-size : 12px; color : #A8A1FF; font-weight: bold; }
.infotextd A:link    { color: #A8A1FF; text-decoration: none; }
.infotextd A:visited { color: #A8A1FF; text-decoration: none; }
.infotextd A:active  { color: #A8A1FF; text-decoration: none; }
.infotextd A:hover   { color: #A8A1FF; text-decoration: underline; }

/* Info text items font - white */
.infotextw		     { font-size : 12px; color : #FFFFFF; font-weight: normal; }
.infotextw a		 { font-size : 12px; color : #FFFFFF; font-weight: normal; }
.infotextw A:link    { color: #FFFFFF; text-decoration: none; }
.infotextw A:visited { color: #FFFFFF; text-decoration: none; }
.infotextw A:active  { color: #FFFFFF; text-decoration: none; }
.infotextw A:hover   { color: #FFFFFF; text-decoration: underline; }

/* Info text items font - gold */
.goldtext		    { font-size : 12px; color : #FFFF00; font-weight: bold; }
.goldtext a		    { font-size : 12px; color : #FFFF00; font-weight: bold; }
.goldtext A:link    { color: #FFFF00; text-decoration: none; }
.goldtext A:visited { color: #FFFF00; text-decoration: none; }
.goldtext A:active  { color: #FFFF00; text-decoration: none; }
.goldtext A:hover   { color: #FFFF00; text-decoration: underline; }

/* Heading text items font */
.headingtext		   { font-size : 12px; color : #FFFFFF; font-weight: bold; text-align: center; }
.headingtext a		   { font-size : 12px; color : #FFFFFF; font-weight: bold; text-align: center; }
.headingtext A:link    { color: #FFFFFF; text-decoration: none; }
.headingtext A:visited { color: #FFFFFF; text-decoration: none; }
.headingtext A:active  { color: #FFFFFF; text-decoration: none; }
.headingtext A:hover   { color: #FFFFFF; text-decoration: underline; }

/* Basic contents block table */
.tborder
{
	background-color: #464D5D;
	color: #000000;
	border: 1px solid #464D5D;
}
.tborder2
{
	background-color: #6A727E;
	color: #000000;
	border: 1px solid #6A727E;
}
.thead
{
	background: #464D5D url(images/contents_header_background.gif) repeat-x top left;
	color: #FFFFFF;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.thead2
{
	background: #6A727E url(images/contents_header_background_2.gif) repeat-x top left;
	color: #FFFFFF;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.theadplain
{
    background-color: #6A727E;
	color: #FFFFFF;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tpage
{
	background-color: #8D969E;
	color: #FFFFFF;
}
.tpagelight
{
	background-color: #969FA7;
	color: #FFFFFF;
}
.tfoot
{
	background-color: #464D5D;
	color: #FFFFFF;
}
.tfoot2
{
	background-color: #6A727E;
	color: #FFFFFF;
}
