@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: 50px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	overflow: hidden;
}

#webrevenez object, #webrevenez iframe {
	margin: 0px;
	padding: 0px;
	text-align: center;
	overflow: hidden;
	border: 2px solid #7698b1;
	width: 690px;
	height: 450px;
}

#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;
}

.webrev_text { text-align: right; }

.webrev_header { 
	margin-top: 0px; 
	padding-top: 0px; 
	padding-left: 40px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

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