body {
	background-color: #ededed;
	background-image : url(images/bg.jpg);
	background-repeat : repeat-x;
		
	scrollbar-face-color: #999999;
	scrollbar-highlight-color: #222222;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #333333;
	scrollbar-arrow-color:  #5b4c4c;
	scrollbar-track-color: #060606;
	scrollbar-darkshadow-color: #000000;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	color : #DDDDDD;	
}

font,th,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #DDDDDD;
}

a:link {
	text-decoration: none;
	color : #5b4c4c;
}

a:active {
	text-decoration: none;
	color : #cf0000; 	
}

a:visited {
	text-decoration: none;
	color : #5b4c4c;	
/*	color : #A56C03; 	*/
}

a:hover	{
	text-decoration: underline;
	color : #cf0000;
}

.bodyline	{ background-color: #ededed; border: 1px solid #333333; }



td.row1	{ background-color : #dedede; }
td.row2	{ background-color: #cccccc; }
td.row3	{ background-color: #0C0C0C; }
td.inputrow { background-color: #fefefe; }


td.rowpic {
	background-color: #333333;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-y;
}

th	{
	color: #5b4c4c; font-size: 11px; font-weight : bold;
	background-color: #333333;
	background-image: url(images/bg2.jpg);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
		background-image: url(images/bg2.jpg);
		background-color: #333333; border: #333333; border-style: none;
}


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; border: #000000; border-style: none; }
td.row3Right,td.spaceRow {
	background-color: #333333; border: #333333; border-style: solid; }


.maintitle,h1,h2	{
			font-weight: bold; font-size: 18px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #5b4c4c;
}

.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #666666; }
a.gen,a.genmed,a.gensmall { color : #5b4c4c; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color : #b03636; text-decoration: underline; }


.mainmenu		{
	font-size : 11px;
	color : #DDDDDD;
}
a.mainmenu		{ text-decoration: none; color : #5b4c4c;  }
a.mainmenu:hover{ text-decoration: underline; color : #797f99; }



.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #333333}
a.cattitle		{ text-decoration: none; color : #333333; }
a.cattitle:visited		{ text-decoration: none; color : #333333; }
a.cattitle:hover{ text-decoration: underline; }



.forumlink		{ font-weight: bold; font-size: 12px; color :  #333333; }
a.forumlink 	{ text-decoration: none; color : #333333; }
a.forumlink:visited{ text-decoration: none; color : #333333; }
a.forumlink:hover{
	text-decoration: underline;
	color : #797f99;
}
a.forumlink:visited{

}

.forumdescr {
	color : #999999;
}

.nav			{ font-weight: bold; font-size: 11px; color : #222222;}
a.nav			{ text-decoration: none; color : #5b4c4c; }
a.nav:hover		{ text-decoration: underline;  color : #797f99;  }


.topictitle			{ font-weight: bold; font-size: 11px; color : #333333; }
a.topictitle:link   { text-decoration: none; color : #5b4c4c; }
a.topictitle:visited { text-decoration: none; color : #A56C03; }
a.topictitle:hover	{ text-decoration: underline; color : White; }


.name			{ font-size : 11px; color : #DDDDDD;}

.postdetails		{ font-size : 10px; color : #333333; }


.postbody { font-size : 11px;}
a.postlink:link	{ text-decoration: none; color : #5b4c4c }
a.postlink:visited { text-decoration: none; color : #A56C03; }
a.postlink:hover { text-decoration: underline; color : White;
}


.code {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 11px;
	color: #999999;

	background-color: #1D1D1D;
	
	border-left: 2px solid #0099FF;
	border-top: 1px solid #444444;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;		
	
	padding-left: 8px;
	margin-bottom: 8px;

	

}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 125%;
	
	background-color: #1D1D1D;
	
	border-left: 2px solid #5b4c4c;
	border-top: 1px solid #444444;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;		
	
	padding-left: 8px;
	margin-bottom: 8px;
}


.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; letter-spacing: -1px;}
a.copyright		{ color: #333333; text-decoration: none;}
a.copyright:hover { color: #333333; text-decoration: underline;}


input,textarea, select {
	color : #5b4c4c;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	background-color : #999999;
	border: 1px solid #4A4A4A;
}

input.post, textarea.post, select {
	background-color : #999999;
	border: 1px solid #4A4A4A;
}

input.post:hover {
	border: 1px solid #8F8F8F;
}

input.post:active {
	border: 1px solid #8F8F8F;
	background-color: #2D2D2D;
}


textarea.post:hover{
	border: 1px solid #8F8F8F;
}

textarea.post:active {
	border: 1px solid #8F8F8F;
	background-color: #2D2D2D;
}


input { text-indent : 2px; }

input.button {
	cursor: pointer;
	background-color : #999999;
	color : #333333;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.mainoption {
	cursor: pointer;
	background-color : #999999;
	font-weight : bold;
	/* border : 1px solid #999999; */
}

input.liteoption {
	cursor: pointer;
	background-color : #efefef;
	font-weight : normal;
	/* border : 1px solid #999999;	 */
}

input.checkbox {
	background-color : #000000;
}

.helpline { background-color: #000000; border-style: none;  color : White;  }


@import url("formIE.css");


hr {
	height: 0px;
	border: solid #222222; 0px;
 	border-top-width: 1px;	
}


td.forumcolumns {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #fefefe;
	text-align : left;
	background-color : #636363;	
}

td.categorybar {
	background-image : url(images/bg1.jpg);
	background-repeat : repeat-x;
	background-color : #0C0C0C;
}

td.tableborder {
	background-color: #999999;
}

a.faqlinks {
	color: #5b4c4c;
	text-decoration: none;
}

.error {
	font-size : 11px; 
	font-weight: bold;
	color: #5b4c4c;
}

iframe.topicreview {
	border-color: #999999;
	border-width : 0px;
}

/* ----------------------- */
/* ----------------------- */

.sgfooter_bg {
	padding: 0px 30px 0px 30px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;

}

a.sgfooter, a.sgfooter:visited {
	color: #333333;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.sgfooter:hover, a.sgfooter:active {
	color: #333333;
	text-decoration: none;
}

/* Fancy form styles for IE */

input, textarea, select {
border-top-width : 1px; 
border-right-width : 1px; 
border-bottom-width : 1px; 
border-left-width : 1px;  
}

input { text-indent : 2px; }

input.button {
border-top-width : 1px; 
border-right-width : 1px; 
border-bottom-width : 1px; 
border-left-width : 1px;  
}

.postbody { line-height: 18px}


.l {text-align:left}
.c {text-align:center}
.r {text-align:right}
.left {float:left}
.right {float:right}
#stats_members a.member, .bday_strip {white-space:nowrap}
.calendar li span {cursor:default}
#c_tos li {display:list-item;margin-left:25px}
#c_tos ul li {list-style:disc}
#c_tos ol li {list-style:lower-alpha}
#shoutrefresh {cursor:pointer}