@charset "utf-8";

.report #content .textblock{
	margin: 20px auto 10px;
	width: 700px;
	padding:1em;
	background-color:#444444;
}
.report .textblock h3, .report .textblock h4{
	font-size:1.5em;
	margin: 0 0 0.5em;
	line-height:1em;
	color: #191919;
	text-shadow: 0 0 8px #999;
}
#gallerylist{
	position:absolute;
	right:0px;
	top:2px;
	width:422px;
	height:180px;
	padding: 10px 0 0;
}
.report #gallerylist{
	position:static;
	width:auto;
	height:auto;
	padding:10px 15px;
	margin: 0 auto;
}
#gallerylist li{
	float:left;
	width:100px;
	height:90px;
	margin:0 5px 5px 0;
	text-align:center;
}
body.reposrt #gallerylist li{
	margin:0pt 10px 5px 0pt;
}

#gallerylist li a{
	text-decoration: none;
	color:#999999;
	font-weight: bold;
	font-size: 9px;
	line-height: 1em;
	display:block;
}
#gallerylist li span{
	display:block;
	margin:0 auto 3px;
	opacity:0.5;
}
#gallerylist li a:hover,
#gallerylist li a:focus{
	color: #EFEFEF;
}
#gallerylist li a:hover span,
#gallerylist li a:focus span{
	opacity:0.999;
}
#gallerylist li .img{
	border:solid 1px #000000;
	width:98px;
	height:65px;
	display: block;
	background-repeat:no-repeat;
}

/* IE border quirk */
* html #gallerylist li .img{
	width:99px;
	height:66px;
}

.list_holder{
	width: 792px;
	position: absolute;
	overflow: hidden;
	bottom: -52px;
	height: 45px;
}

.imagelist{
	display:block;
	height:44px;
	left:0px;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	z-index:15;
	overflow: hidden;
	top: 0px;
}
.imagelist li{
	list-style-type: none;
	float: none;
	display: inline;
}

.imagelist a {
	margin: 0 2px 2px;
	display: inline;
	padding: 0 0 2px;
	height: 40px;
	width: 40px;
	text-align: center;
	position:relative;
	float: left;
	opacity:0.7;
}
.imagelist li.active a,
.imagelist a:hover,
.imagelist a:focus {
	background-color: #AAA;
	opacity:0.999;
	outline: none;
}

.gal .imagelist li.active a,
.gal .imagelist a:hover,
.gal .imagelist a:focus {
	background-color: #191919;
}
.imagelist img{
	width:40px;
	position: absolute;
	left: 0px;
	margin:0;
	border:medium none;
}

/* test
.imagelist a:hover img, .imagelist a:focus img{
	width:auto;
	height:auto;
	position:absolute;
	z-index:25;
	left:0px;
	bottom: 0px;
}
 */
#bigThumb{
	border:solid 1px;
	position:absolute;
	top:0;
	z-index:10;
}
body.image.report div#wrapper{
	height:610px;
	top:auto;
}
/*
body.report div#wrapper{
	height:610px;
	margin-top:auto;
	margin-bottom:-305px;
	bottom:50%;
	top:auto;
}
*/
/*
body.report.image div{
	 position:static;
}
*/
.report .imagelist{
	position:static;
	display:block;
	height:auto;
	list-style-type:none;
	margin:0 auto;
	padding:4px 0 25px 4px;
	z-index:8;/* under #currentImage */
	width: 672px;
	overflow: visible;
}

.report .imagelist img{
	width:auto;
	position:static;
	padding-bottom:2px;
	background-color: transparent;
}
.report .imagelist a:hover img,
.report .imagelist a:focus img{
	height:auto;
	width:auto;
	position:static;
}

.report .imagelist a {
	display: block;
	padding: 0;
	height: 80px;
	overflow: visible;
	width: 80px;
	text-align: center;
	position:relative;
	border:medium none;
}
.report .imagelist .active a,
.report .imagelist a:hover{
	border:medium none;
}

/* help tips for keyboard navigation */
#wrapper .help-tips{
	position:absolute;
	top:35px;
	right:15px;
	z-index:100;
}
#wrapper .help-tips.collapsed{
	
}
#wrapper .help-tips .toggle{
	display:block;
	position:absolute;
	right:0;
	top:0;
	width:18px;
	height:18px;
	text-indent:-990px;
	overflow:hidden;
	background: url(../images/Close16.png) no-repeat center center;
	outline:0 none;
}
#wrapper .help-tips.collapsed .toggle{
	background: url(../images/info16.png) no-repeat center center;
}
#wrapper .help-tips.collapsed .tip{
	display:none;
}
.help-tips kbd{
	display:block;
	position:absolute;
	overflow:hidden;
	text-indent:-777px;
	width: 68px;
	height: 68px;
	bottom: 7px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; 
}
.help-tips kbd:hover{
	-webkit-box-shadow: 0px 0px 5px  #ffffff;
	-moz-box-shadow: 0px 0px 5px #ffffff;
	box-shadow: 0px 0px 5px #ffffff;
}
.help-tips #leftkey{
	left:4px;
}
.help-tips #rightkey{
	right:4px;
}

