﻿.AdminPanel
{
	position : absolute;
	top : -20px;
	right : 0;
	z-index : 10;
	background : #EBFF99;
	height : 20px;
	opacity : 0.7;
	-moz-opacity : 0.7;
	filter : alpha(opacity=70);
	width : 430px;
	text-align : center;
}

.AdminPanel a:Link, .AdminPanel a:Visited
{
	color : #333333;
	line-height : 20px;
}

.AdminPanel div
{
	margin-top : 6px;
	height : 10px;
	background-color : #FFBF99;
	text-align : center;
}

.AdminPanel div img
{
	position : absolute;
	margin-top : -2px;
}

.AdminPanel.show.alt
{
	opacity : 1;
	-moz-opacity : 1;
	filter : alpha(opacity=100);
}

.AdminPanel.show
{
	top : 0px;	
}


.HistoricalContent
{
	position : absolute;
	top : 200px;
	left : 30%;
	z-index : 10;
	padding : 6px;
	background-color : White;
	border : 1px solid #7A0018;
	display : none;
}

.HistoricalContent.Show
{
	display : block;
}

