
div.groups
{
	margin-bottom:15px;
	margin-top:15px;
	border-right:1px solid silver;
	border-bottom:1px solid silver;
	background-color:white;
}

div.grouptitle
{
	padding:10px;
}

div.grouptext
{
	margin:5px;
	line-height:20px;
}

div.grouptitle a
{
	font-size:1.3em;
	color:white;
	text-decoration:none;
}

div.grouptitle a:hover
{
	text-decoration:underline;
	color:silver;
}


.forums
{
	width:100%;
	margin-top:15px;
	margin-bottom:25px;
	clear:left;
}
.forumdescription
{
	clear:left;
	background-image:url('../images/bg_menu_l0.png');
	border-bottom:1px solid silver;
	padding:10px;
}

.forumtopic
{
	clear:left;
	background-color:silver;
	padding:5px;
	padding-bottom:2px;
	margin-bottom:5px;
}

.forumtitle
{
	padding-top:2px;
	min-height:19px;
	padding-left:25px;
	background-image:url('../images/button_left.png');
	background-repeat:no-repeat;
	border-top:2px solid #31315a;
	clear:left;
}

.topics
{
	width:100%;
	margin-bottom:20px;
	clear:left;
}

.topicdescription
{
	clear:left;
	background-image:url('../images/bg_menu_l0.png');
	border-bottom:1px solid silver;
	padding:10px;
}

.topictitle
{
	padding-top:2px;
	min-height:19px;
	padding-left:25px;
	background-image:url('../images/button_left2.png');
	background-repeat:no-repeat;
	border-top:2px solid #31315a;
	clear:left;
}

.messages
{
	width:100%;
	margin-bottom:20px;
	clear:left;
}
.messagedescription
{
	clear:left;
	background-image:url('../images/bg_menu_l0.png');
	border-bottom:1px solid silver;
	padding:10px;
}

.messagetitle
{
	padding-top:2px;
	height:19px;
	padding-left:25px;
	background-image:url('../images/button_left1.png');
	background-repeat:no-repeat;
	border-top:2px solid #31315a;
	font-weight:bold;
	clear:left;
}


.topicview
{
	background-color:silver;
	border:1px solid gray;
}
.results
{
	min-height:300px;
}

#video
{
	border:4px solid white;
	background-color:gray;
	text-align:center;
	vertical-align:middle;
	width:200px;
	height:160px;
	color:white;
	font-weight:bold;
	margin-bottom:20px;
}

