/*-------------------- tab content --------------------*/
.shadetabs{
padding: 3px 0;
margin: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; 
}

.shadetabs li{
display: inline;
_float:left;
margin: 0;
_margin:0 2px 3px 0;
}

.shadetabs li a{
position: relative;
z-index: 1;
border-bottom: 1px solid #c1d7e5;
color: #365054;
background: url(../images/tab_mouse.gif) no-repeat #f6f7f7 top left;
text-align:center;
font:bold 14px arial;
padding:6px 17px 3px 16px;
white-space:nowrap;
}


.shadetabs li a:hover{
color: #006696;
text-decoration:none;
}

.shadetabs li a.selected{ 
position: relative;
top: 1px;
color:#006696;
}

.shadetabs li a.selected{
background: url(../images/tab_mouse_hover.gif) no-repeat #f6f7f7;
border-bottom-color: #f6f7f7;
}

.shadetabs li a.selected:hover{ 
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/*-----------------------lightbox-----------------------*/
#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(http://www.zinfi.com/images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.zinfi.com/images/overlay.png", sizingMethod="scale");
	}
	
