@charset "UTF-8";
/* CSS Document */

/*
	Basic CSS setup for webRevenez embedded in an IFRAME:
	Sets height and width equal to or slightly larger than webRev Module dimensions
	overflow: hidden; to disable ugly IFRAME scrollbars
	the rest should be modified to adjust button spacing and link styling
*/

#wrapper{
	background-color:#000000;
	top:0px;
	left:0px;
	position:absolute;
	display:none;
	z-index:100;
	margin: 0px auto;
	padding: 0px;
}
#webrevenez{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:#FFFFFF;
	border: 8px solid #A54945;
	overflow: hidden;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:500;
	width: 700px;
}

#webrevenez object, #webrevenez iframe, #webrevenez embed {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	overflow: hidden;
	border: 0px;
	border:none;
	width: 690px;
	height: 450px;
}
#wr_closer {
	margin: 0px auto;
	margin-top: 20px;
	padding: 0px;
	display: block;
	text-align: right;
	overflow: hidden;
	border:none;
	width: 690px;
	font-weight: bold;
	padding-right: 50px;
}

#rev_btns img {
	margin: 8px 4px 8px 0px;
	padding: 0px;
	border: none;
}

#rev_btns a, #rev_btns a:link, #rev_btns a:visited, #rev_btns a:active, #rev_btns a:hover {
	text-decoration: none;
	border: none;
}
.wrbtn { margin: 18px 8px 18px 0px; float: left; vertical-align: baseline; }

#webrev_menu { 
	text-align: right; 
	padding-right: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}