
/* FORUM */

/*
	div.infoline p	{  float: left; margin-right: 1em;	}
	div.infoline	{   margin: -0.5em 0 -0.5em 0;	}
*/

div.class-forum input.button			{ margin:5px 0px 5px 0px; font-weight:bold;}

div.class-forum-topic input.button		{ margin:5px 0px 5px 0px; font-weight:bold;}


table.forum 	{ width:100%; }

table.forum div.attribute-byline p.author, 
	table.forum div.attribute-byline p.date	{   display: block;	}


table.forum tr.bglight 		{ background-color:#ffffff; }
table.forum tr.bgdark 		{ background-color:#ffffff; }

table.forum th				{ 
	color: #000000; background-color: #ffcc00; 
	padding:.3em 0 .3em 0; text-align:left;
}
div.class-forum table.forum th.topic		{ text-indent:.3em; }
div.class-forum-topic table.forum th.author { text-indent:.3em; }
div.class-forum-reply table.forum th.details { text-indent:.3em; }
div.class-forum-topic table.forum th.details { text-indent:.3em; }

table.forum th.topic		{ width: 45%;	}
table.forum th.replies		{ width: 10%;	}
table.forum th.lastreply	{ width: 45%;	}
table.forum th.author 		{ width: 25%;	}
table.forum th.message		{ width: 75%;	}



table.forum td					{ vertical-align:top; border-bottom: 1px solid #666666; }
table.forum td.author			{ font-weight: bold; }
table.forum td.message 			{ padding-bottom:2em; }
table.forum td.message p.date	{ font-size: 0.9em; border-bottom: 1px solid #cccccc; margin-top:0px;	}


/* Navigators */
div.class-forum-topic div.content-navigator		{  display: block; clear: both;	}
div.class-forum-topic div.content-navigator div	{  display: inline; text-align: center; }
div.class-forum-topic div.content-navigator div.content-navigator-previous-disabled	{ color: #666666;	}
div.class-forum-topic div.content-navigator div.content-navigator-next-disabled		{ color: #666666;	}
div.class-forum-topic div.content-navigator div.content-navigator-separator, 
	div.class-forum-topic div.content-navigator div.content-navigator-separator-disabled	{   
		padding-left: 4px; padding-right: 4px; 
}

div.class-forum-topic div.content-navigator div.content-navigator-arrow	{   
	color: #ffcc00;
	font-size: 150%;	
}

/* the adddforum stuff is too wide */
form#addforumtopic				{ width:80%; padding:1em 0 1em 0; }		
form#addforumreply				{ width:80%; padding:1em 0 1em 0;}		




