div#forum_main_options {
	text-align:right;
}

table#forum_main_categories {
	width:100%;
}

table#forum_main_categories tbody tr:nth-child(even) {
	background-color:#d8d8d8;
}
table#forum_main_categories tbody tr:nth-child(odd) {
	background-color:#eeeeee;
}

div#forum_main_usersonline {
	padding-top:20px;
	padding-bottom:10px;
	font-size:10pt;
}

div.forum_main_catname {
	font-size:12pt;
	font-weight:bold;
}

div.forum_main_catdesc {
	font-size:10pt;
	text-align:left;
}

.forum_main_unread, .forum_main_unread_mob  {
	font-weight:bold;
	color:#0a5;
	font-size:11pt;
}

.forum_main_unread_mob {
	display:none;
}

img.users_online_avatar {
	position:relative;
	top:2px;
	margin-left:10px;
	width:16px;
	height:16px;
}