
table.forums
{
	width: 100%;
}

table.forums td 
{
	text-align: left; 
	font-weight: normal;
	color: #a82e6b;
	background-color: #e8e8e8;	
	text-indent: 10px;
	padding: 6px 0;
}

table.forums * td.unread 
{
	background-color: #d8d8d8;
	position: relative;
}

table.forums td a {
	color: #a82e6b;
	text-decoration: none;
}

table.forums td a:hover {
	text-decoration: underline;
}



table.forums td.title
{
	text-align: center; 
	font-weight: bold; 
	background: #a82e6b url('../images/pinkrepeat.jpg') repeat-x 0 0;
	color: #FFFFFF;
	padding: 0 0 2px 0;	
	text-indent: 0;
}

table.forums td.title div
{
	display: block;
	background: #a82e6b url('../images/pinkrepeat.jpg') repeat-x 0 0;
	color: #FFFFFF;
	padding: 0 0 2px 0;	
	text-indent: 0;
}



table#topics 
{
	width: 100%;
	margin-bottom: 6px;
}

table#topics * td 
{
	background-color: #e8e8e8;
	position: relative;
}

table#profile * td 
{
	padding: 2px 0;
}

table * td input.check 
{
	margin-right: 5px;	
}



table#topics td a.url
{
	text-decoration: underline;
	color: #a82e6b;
}




table#prfl * td
{
	padding: 4px 0;
}


table#topics * td div 
{
	position: relative;
}



div.postinfo
{
	 font-size: 90%; 
	 font-weight: bold; 
	 text-indent: 5px; 
	 padding: 2px 0; 
	 border-bottom: 2px solid #FFFFFF;
}

div.postcontent
{
	 padding: 10px 7px; 
	 color: #000000;
}

div.postoptions
{
	font-size: 80%;
	padding: 3px 0;
}

div.postinfo a { text-decoration: none; }
div.postcontent a { text-decoration: underline; }
table#topics td.userinfo a { text-decoration: none; }
table#topics td.userinfo a:hover { text-decoration: underline; }
table#topics td.userinfo  { padding:  10px 0; }



td.smallgradient
{
	background: #e8e8e8 url('../images/smallgradient.jpg') top left repeat-x;
}

td.biggradient
{
	background: #e8e8e8 url('../images/biggradient.jpg') top left repeat-x;
}


div.button
{
	float: left;
	position: relative;
	height: 29px;
	margin: 0px 5px;
	overflow: visible;
	
	background: url('../images/buttonleft.jpg') no-repeat top left;
}

div.button a{
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	
	display: block;
	height: 17px;
	padding: 6px 6px;
	margin: 0 0 0 9px;
	background: url('../images/buttonmid.jpg') repeat-x top left;	
}

div.button a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


div.button div {
	float: left;
	display: block;
	width: 9px;
	height: 29px;
	background: url('../images/buttonright.jpg') no-repeat top left;
}



div.buttons
{
	float: left;
	position: relative;
	height: 23px;
	margin: 0px 5px;
	overflow: visible;
	
	background: url('../images/buttonleft2.jpg') no-repeat top left;
}

div.buttons a{
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	
	display: block;
	height: 17px;
	padding: 3px 6px;
	margin: 0 0 0 7px;
	background: url('../images/buttonmid2.jpg') repeat-x top left;	
}

div.buttons a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


div.buttons div {
	float: left;
	display: block;
	width: 7px;
	height: 23px;
	background: url('../images/buttonright2.jpg') no-repeat top left;
}