﻿.FrontTab
{
	background-color:#00364d;
	/*width:100px;*/
	height:20px;
	font-weight:bold;
	color:#fff;
}

.BackTab
{
	background-color:#79a6c0;
	height:20px;
	/*width:100px;*/
	font-weight:bold;
	color:#fff;
}
.transparent {
	display:none;
	position:absolute;
	z-index:250;
	left:0px;
	top:0px;
	width: expression(Math.max(Math.max(document.body.offsetWidth, document.body.clientWidth),document.documentElement.scrollWidth) + 'px') !important;
	height: expression(Math.max(Math.max(document.body.offsetHeight, document.body.clientHeight),document.documentElement.scrollHeight) + 'px') !important;
	width:100%;
	height:100%;
	background: #000;
	opacity: 0.65;
	-moz-opacity: 0.65; /* older Gecko-based browsers */
	filter:alpha(opacity=65); /* For IE6&7 */
 }
 .popup-container {
 	display:none;
 	position:absolute;
	left:0px;
	top:0px;
 	width:100%;
	z-index:255;
 }
 .popup-container .popcon {
    width:100%;
 	margin:50px auto 0px auto;
	padding:10px;
	text-align:center;
	background:white;
	overflow:hidden;
 }
 
  .popup-container .popcon .close {
  	width:100%;
	clear:both;
	text-align:right;
	margin-bottom: 6px;
 }
 #lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url('/images/overlay.png'); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url('/images/blank.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
}

.dropmenu-off, .dropmenu-off a { font-size:11px; filter:alpha(opacity=90);  background:#79a6c0; cursor:hand; font-weight:bold; color:#FFFFFF !important; }
.dropmenu-on, .dropmenu-on a   { font-size:11px; filter:alpha(opacity=100); background:#00364d; cursor:hand; font-weight:bold; color:#fff !important; }

