@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
*/
.clearfix { clear: both; }
#webrevenez{
	margin: 0px;
	padding: 0px;
	text-align: center;
	overflow: hidden;
}

#webrevenez object, #webrevenez iframe {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	overflow: hidden;
	border:none;
	width: 690px;
	height: 450px;
}

#rev_btns img {
	margin: 0px;
	padding: 0px;
	border: 2px solid #FFFFFF;
}

#rev_btns a, #rev_btns a:link, #rev_btns a:visited, #rev_btns a:active {
	text-decoration: none;
	padding: 2px;
}
#rev_btns a:hover img {
	text-decoration: none;
	border: 2px solid #736965;
}