@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
*/

#webrevenez{
	margin: 0px;
	padding: 0px;
	text-align: center;
	overflow: hidden;
}

#webrevenez object, #webrevenez iframe {
	margin: 0px;
	padding: 0px;
	text-align: center;
	overflow: hidden;
	border:none;
	width: 690px;
	height: 450px;
	border: 2px solid #934D36;
	background-color: #FFFFFF;
}

#rev_btns img {
	margin: inherit;
	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;
}

.hider { font-size: 0.95em; font-weight: bold; float: right; margin: 0px 40px 8px 0px; color: #934D36; }