/* mooShow 0.01 beta CSS Document */

.mooshow a img { 
	border: none;
	outline: none;
	-moz-outline: none;
	margin:0;
	padding:0;
	}

.mooshow_outerContainer{
	position: relative;
	background-color: #fff;
	color: inherit;
	margin: 0 0 15px 15px;
	display:table;
	}

.dropShadowBorder {
/*
	border-top:1px solid #FFF;
	border-right:1px solid #CCC;
	border-left:1px solid #FFF;
	border-bottom:1px solid #CCC;
	*/
	}

.mooshow {
	display: none;
	float:right;
	}
	
.mooshow_loading{
	position: absolute;
	top: 0;
	left: 0;
	display:none;
	}

.mooshow_copyright{
	position: absolute;
	top: 15px;
	right: 10px;
	color: #CCCCCC;
	font-size:9px;
	display:none;
	}

.mooshow_extras{
	margin: 1px 0 1px 0;
	text-align: left;
	color:#666666;
	background-color: #f2edf7;
	border:1px solid #BBB;
	
	}

#topNav_container {
	
}

.mooshow_topNav{
	padding-bottom:5px;
	padding-top:0;
	margin-top:5px;
	text-align: left;
	font: 9px/12px Verdana, Arial, sans-serif;
	color:#333;
	text-align:right;
	}

.mooshow_topNav a {
	color:#B73;
}

.mooshow_topNav a:hover {
	color:#B73;
	cursor:pointer;
}

.mooshow_captions{
	padding-left:5px;
}

#main #article #myShow_captions {
	font:10px/15px Verdana, sans-serif;
	color:#000;
}

#main #article #myShow_captions p {
	margin:0 0 0 0;
	font:10px/15px Verdana, sans-serif;
	color:#633c94;
	display:inline;
}

#main #article #myShow_captions a {
	color:#B73;
}

.mooshow_contentContainer{
	background-color:#250868;
	color: inherit;
	position: relative;
	text-align: center;
	border:1px solid #777;
	padding:0;
	margin:0 0 0 0;
	}
	
.mooshow_overlayNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	}

.mooshow_prevLink, .mooshow_nextLink{
	width: 30%;
	height: 100%;
	background: transparent url("blank.gif") no-repeat; /* Trick IE into showing hover */
	outline:none;
	border:0;
	}
	
a.mooshow_prevLink { left: 0; float: left; outline: none; -moz-outline: none; border:0; }
a.mooshow_nextLink { right: 0; float: right; outline: none; -moz-outline: none; border:0; }
.mooshow_prevLink:hover, .mooshow_prevLink:visited:hover { background: url("prev.gif") left 100% no-repeat; border:0; cursor:pointer; }
.mooshow_nextLink:hover, .mooshow_nextLink:visited:hover { background: url("next.gif") right 100% no-repeat; border:0; cursor:pointer; }


.mooshow_IPTC{
	position: absolute;
	top: 0px;
	left: 0px;
	height: auto;
	background-color: #000;
	color:#CCCCCC;
	font-size:9px;
	line-height:140%;
	text-align:left;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
	display: none;
	}
		
.mooshow_IPTCbutton{
	position: absolute;
	top: 0;
	left: 0;
	}

.mooshow_IPTC_left{
	float: left;
	text-align:right;
	width:18%;
	}

.mooshow_IPTC_right{
	float: right;
	text-align:left;
	width:80%;
	}









