.console-container
{
	position: absolute;
	z-index: 1000;
	top: 10px; 
	text-align: left;
	width: 200px;
}

.console-header 
{
	position: relative;
	background-color: blue;
	border: 1px solid blue;
	width: 50%;
	cursor: move;
	text-align: center;
}

.console-header *
{
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	color: white;
	padding: 2px;
	font-size: xx-small;
}

.console-info
{
	background-color: white;
	position: relative; 
}

.console-options
{
	filter: revealTrans(Transition=5, Duration=0.15) progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	background-color: #DDDDDD;
	border: 1px solid gray;
	position: relative; 
	visibility: visible;
	margin-top: -1px;
	width: 100%;
}
.console-options TABLE
{
	width: 100%;
	font-family: Tahoma, Verdana, Arial;
	position: relative;
	font-size: xx-small;
}

.console-options TH
{
	background-color: white;
	background-image: url(/esel/Images/logo2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 24px;
}

.console-options TD
{
	padding: 1px;position:relative
}

.console-options HR
{
	height: 1px;
	text-align: left;
	color: white;
	position: absolute;
}

.console-options A
{ 
	font-family: Tahoma, Verdana, Arial;
	text-decoration: none;
	font-weight: normal;
	display: inline-block;
	width: 100%;
	color: black;
	padding: 3px 3px 3px 6px;
	margin: 3px 0 0 0;
}

.console-options A:hover
{ 
	background-color: #666666;
	color: white;
	margin: 3px 0 0 0;
	text-decoration: none;
}
#SwitchToPresentationUnpublishedAnchor, #SwitchToPresentationPublishedAnchor 
{
	font-weight: bold;
}
#SwitchToPresentationUnpublishedAnchor:hover, #SwitchToPresentationPublishedAnchor:hover 
{
	background-color: black;
}
.console-options P
{
	margin: 0;
	line-height: 1.75;
	padding: 0 0 0 9px;
}


.console-options STRONG
{
	color: gray;
	margin: 0;
}

.console-options CITE
{
	font-style: italic;
}
