table.forums { border-collapse: collapse; color: #333333; width: 100%; }
table.forums td { padding: 10px 20px; line-height: 1.4; border: 1px solid #DBDBDB; }
table.forums td.even { background: #F0F0F0; }
table.forums a { text-decoration: underline; }
table.forums a:hover { text-decoration: none; }
table.forums a.name { font-size: 13px; font-weight: bold; }
table.forums th 
{ 
	padding: 20px; font-family: Arial; font-size: 10px; font-weight: normal; text-transform: uppercase; 
	color: #f4f4f9; background-color: #7479ca; border: 1px solid #DBDBDB;
}

table.topics { border-collapse: collapse; color: #333333; width: 100%; }
table.topics td { padding: 10px 20px; line-height: 1.4; border: 1px solid #DBDBDB; }
table.topics td.even { background: #dadada; border: 1px solid #f3f3f3; }
table.topics a { text-decoration: underline; }
table.topics a:hover { text-decoration: none; }
table.topics a.name { font-size: 13px; font-weight: bold; }
table.topics th 
{ 
	padding: 20px; font-family: Arial; font-size: 10px; font-weight: normal; text-transform: uppercase; 
	color: #ffffff; background: #8f94e6; border: 1px solid #dadbf9; 
}

table.forumMessages { border-collapse: collapse; color: #333333; width: 100%; border: 1px solid #DBDBDB; }
table.forumMessages th { background: #F0F0F0; padding: 3px 10px; border-top: 1px solid #DBDBDB; border-bottom: 1px solid #DBDBDB; font-weight: normal; }
td.forumMessageUser { padding: 10px 10px; border-right: 1px solid #DBDBDB; border-bottom: 1px solid #DBDBDB; }
td.forumMessageText { padding: 5px 5px; border-bottom: 1px solid #DBDBDB;  width: 85%; vertical-align: top; }
p.forumMessageText  { margin-top: 0.5em; margin-bottom: 1em; }


ul.lastForumTopics { margin: 0px 15px 0px 15px; padding: 0px; line-height: 1.7; list-style: none; }
ul.lastForumTopics li { background: url(../images/b1.gif) no-repeat; background-position: 0px 10px; margin: 0px; padding: 3px 0px 3px 20px; }
ul.lastForumTopics a { color: #333333; text-decoration: none; }
ul.lastForumTopics a:hover { text-decoration: underline; }
ul.lastForumTopics span { font-size: 10px; color: #888888; }
