/* Virtual Exhibit Fader */

body { 
	text-align:center;
}

.hidden { visibility: hidden; }
.unhidden { visibility: visible; }
.line1, .line2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 350px;
	padding-left: 5px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 0px;
	color:#999999;
}

.line1 {
	text-decoration:none;
	color: #0066CC;
}

.line2 a{
	text-decoration: none;
	cursor: pointer;
	}
	
.line2 a:hover{
	cursor: pointer;
	}

a.noline {
	font-weight: bold;
	text-decoration: none;
}

a.noline:hover {
	text-decoration: underline;
	cursor: pointer;
}

.imgs {
	padding-bottom: 0px;
	border: none;
}

html>body .imgs { padding-bottom: 5px;}  /* correction for non IE browsers */

#holder {
	width:auto; 
	height:auto;
	margin-right: auto;
	margin-left: auto;
	margin-left: -7px;
}

#inpt_holder {
	/*border-left: 10px solid #CCCCCC;*/
	margin-top: 10px;
	margin-left: -5px;
	width: 90%;
	/*border: #eee 1px dotted;*/
}

html>body #inpt_holder { margin-right: auto; margin-left: auto;}  /* correction for non IE browsers */

iframe.virtual_exhibit {

}
