@CHARSET "ISO-8859-1";


/******************************************************
 * Foros										      *
 ******************************************************/
table.forum {
	width: 100%;
}
table.forum th {	
	color: #FFFFFF;
	background-color: #777777;
	height: 15px;
}
table.forum th.col-pic {width: 6%;}
table.forum th.col-theme {width: 67%;}
table.forum th.col-author {width: 16%;}
table.forum th.col-message {}
table.forum tr.theme {height: 32px};
table.forum td {}
table.forum tr.theme td.even {background-color: #F2F4F7;}
table.forum tr.theme td.odd {background-color: #F8F9FA;}

table.forumtheme {width: 100%;}
table.forumtheme th {	
	color: #FFFFFF;
	background-color: #777777;
	height: 15px;
}
table.forumtheme th.col-pic {width: 6%;}
table.forumtheme th.col-theme {width: 80%;}
table.forumtheme th.col-author {width:16%}
table.forumtheme th.col-message {width: 80%;}
table.forumtheme td.even {background-color: #F2F4F7;}
table.forumtheme td.odd {background-color: #F8F9FA;}
table.forumtheme tr.theme div.title {font-weight: bold;padding-left: 2px; padding-bottom: 5px;}
table.forumtheme tr.theme div.textbody {padding-left: 2px;}

table.forumtheme tr.message div.title {font-weight: bold;padding-left: 2px; padding-bottom: 5px;}
table.forumtheme tr.message div.textbody {padding-left: 2px;}

table.messageform {width: 100%;};
table.messageform th {	
	color: #FFFFFF;
	background-color: #777777;
	height: 15px;
	width: 100%;
}
table.messageform td {
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
	font-weight: bold;
}
table.forumtheme td.alert {
	color: red;
	font-weight: bold;	
	padding-bottom: 7px;
}

