﻿/* ============================================================
		MODERATOR BAR
============================================================ */

.ModBar
{
	border: solid 1px #aaaaaa;
	background-color: #DDDDDD;
	padding: 2px;
	margin: 0px;
}

.ModBar LI
{
	list-style-type: none;
	border: solid 1px #DDDDDD;
	background-color:inherit;
	margin: 0px;
	padding: 2px;
}

.ModBar INPUT
{
}

.ModBar INPUT:Hover
{
}


.box_content a
{
	text-decoration: none;
	color: #5C5C5C;
}

.box_content_list
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-type: square;
}

.box_content_list a
{
	text-decoration: none;
	color: inherit;
}

.box_content_list a:hover
{
	color: inherit;
}

.box_content_list li
{
	background-color: inherit;
	border: solid 1px #ffffff;
}

.box_content_list li:hover
{
	border: solid 1px #AAAAAA;
	background-color: #EEEEEE;
	color: #333333;
}


.headerimage
{
	position: relative;
	float: left;
	top: 2px;
	margin-right: 5px;
}
