@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 #5D8BB8;
	overflow: hidden;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:500;
	width: 700px;
}

#webrevenez object, #webrevenez iframe {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	overflow: hidden;
	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 150px;
	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;
}