/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  Regola richiesta per nascondere il contenuto non
  attivo delle tab.
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  Classe .tabber = prima l'interfaccia sia creata
  Classe .tabberlive = dopo che l'interfaccia è stata creata
  --------------------------------------------------*/
.tabber {
width:630px;
}
.tabberlive {
 margin-top:12px;
width:630px;
}

/*--------------------------------------------------
  ul.tabbernav = la lista di navigazione delle tab
  li.tabbernav = il list item con la tab attiva
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #006699;
 font: bold 0.9em helvetica, arial, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 6px;
 margin-left: 3px;
 border: 1px solid #006699;
 border-bottom: none;
 background: url('../images/tabs.gif') repeat-x;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #ffffff; }
ul.tabbernav li a:visited { color: #ffffff; }

ul.tabbernav li a:hover
{
 color: #9999ff;
 background: url('../images/tabs.gif') repeat-x;
 border-color: #006699;
}

ul.tabbernav li.tabberactive a
{
 background: url('../images/tabswhite.gif') repeat-x;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:link { color: #003399;}

ul.tabbernav li.tabberactive a:visited { color: #003399;}

ul.tabbernav li.tabberactive a:hover { color: #9999ff;}

/*--------------------------------------------------
  Classe .tabbertab = il contenuto delle tab
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #006699;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


#selectblocker {
	z-index:10000;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;

}
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 10001;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ 
	border: none; 
}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 1px solid #000000;
}
#outerIframeContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 1px solid #000000;
}

#imageContainer{
	padding: 10px;
	margin: 0 auto;
}
#iframeContainer{
	padding: 10px;
	margin: 0 auto;
}
#iframecontent {
	border: 0;
}
#iframeTop {
	height: 10px;
}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#imageDataContainer{
	background-color: #fff;
	margin: 0 auto;
	line-height: 17px;
	border: 1px solid #000000;
	border-top: 0px;
}
#imageData{
	padding-left:10px;
	height: 40px;
}
#iframeData{
	padding-left:10px;
	height: 30px;
}
#imageData #imageDetails{ 
	width: 100%; 
	float: left; 
	text-align: left; 
}
#iframeData #iframeDetails{ 
	width: 100%; 
	float: left; 
	text-align: left; 
}
#imageData #imageNav{ 
	width: 100%; 
	float: left; 
	text-align: left; 
	color: #000000;
}
#imageData #caption{ 
	color: #000000;
	padding-right: 5px;
}
#iframeDetails #caption{ 
	font-weight: bold;
	padding-right: 5px;
}
#imageData #navDisplayPrev #numberDisplay #navDisplayNext{ 
	display: block; 
	clear: left; 
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;	
}
#numberLink { 	
	font-weight: bold;
	text-decoration: underline;
}
#closeButton{ 
	position: absolute;
	top: 0px; 
	right: 0px; 
}
.tooltip {
	z-index: 9999;
	width: 180px;
	text-align:left;
	color: #000000;
}
.tooltip h4 {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	background-color:#FFFFFF;
	border: 1px solid black;
	border-bottom: 0px;
}
.tooltip p {
	font-size: 11px;
	padding: 4px 8px 8px;
	background-color:#FFFFFF;
	border: 1px solid black;
	border-top: 0px;
}
