.header_panel {
/*	height: 200px;	*/
	padding-left: 10px;
/*	padding-right: 10px;*/
}


.dock_panel {
	background-color: #837b17;
	height: 30px;
	border-left: 2px solid #2C2907;
/*	border-right: 2px solid #2C2907;*/
	border-bottom: 2px solid #2C2907;		
	
	padding-bottom: 0px;
	padding-top: 0px;
}

.dock_panel {
	margin-left: auto;
	margin-right: 0;
	text-align: right;
}

.dock_panel_item {
	padding-left:  5px;
	padding-right: 5px;
	border-left: 1px solid #2C2907;		
	text-align: center;
	vertical-align: middle;
	font-style: bold;
	color: white;
	font-family: arial;
	
}

.dock_panel_spacer {
	width: 100%;
}

.banner {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 530px;
 	cursor:pointer;cursor:hand;		
	height: 150px;
}

.banner_link:link, .banner_link:visited, .banner_link:active {
	color:white;
}


.banner_image {
	position: relative;
	left: 0px;
	top: 0px;	
}

.frog_image {
	position: relative;	
	left: 0px;
	top: 50px;	
}

.menu_panel {
	width: 94%;
	margin-right: 2%;
	position: absolute;
	top: 160px;
	text-align: right;
}

.menu_item {
 	cursor:pointer;cursor:hand;	
	width: 120px;
	height: 60px;
	vertical-align: middle;
	background-repeat: no-repeat;
	text-align: center;
	font-family: arial;
	border: 2px solid #2C2907;
	padding: 0 0 0 0;
}

.menu_overlay {
	background-color: black;
	height: 100%;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	opacity: 0.0;
	filter: alpha(opacity=0);	
	position: relative;
	top: 0;
	left: 0;
}

.menu_label {
	height: 100%;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
}

.active_menu {
 	cursor:pointer;cursor:hand;	
	width: 180px;
	height: 60px;
	position: absolute;
	left: 6px;
	top: 185px;
	vertical-align: middle;
	padding-top: 30px;
	background-color: white;
	border: 2px solid #2C2907;
	text-align: center;
	font-family: arial;
	font-size: 25px;	
	z-index: 1000;

}

.load_spinner {
	position: relative;
}

.dock_panel
{
	font-family: arial;
	color: white;
	font-size:12px;
	top: 0px;
}

/*.dock_panel ul
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	height:100%;
}*/

.dock_panel ul li
{
	float: left;
}

.dock_panel div
{
	margin-top: 7px;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #2C2907;
	float:left;
	position: relative;
	font-weight: bold;
}

.dock_panel #notice_area
{
	background-color: red;
	color: white;
	width: 280px;
	text-align: center;
	border-right: none;
	opacity:0;
}

.dock_panel #mode_label
{
	color: #2C2907;
	padding-left: 15px;
	border-right:none;
}

.dock_panel ul
{
	margin-top: 7px;
	list-style-type: none;
}

.dock_panel ul li
{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #2C2907;
	position: relative;
	font-weight:bold;
	color: #2C2907;
}

.dock_panel #modes
{
	float:left;
	padding-left: 0px;
}


.dock_panel #admin_actions
{
	float:left;
	position: relative;
	padding-left:0px;
}

.dock_panel #user_tools
{
	position: absolute;
	right: -1px;
	padding-right: 5px;

}

.dock_panel a:visited, .dock_panel a, .dock_panel a:active
{
	text-decoration: none;
	color: white;
}

.dock_panel tr td, 
.dock_panel tr td a:visited, 
.dock_panel tr td a,
.dock_panel tr td a:active
{
	padding: 5px 5px 5px 5px;
	font-family: arial;
	color: white;
	font-size: 12px;
}

.dock_panel tr td
{

}

.dock_panel tr td a
{
	font-weight: bold;
	text-decoration: none;
}

.tooltip
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
	border: thin solid black;
	background-color: white;
	padding: 5px 5px 5px 5px;
}




