@charset "utf-8";
/* CSS Document */

body {

	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	color: #191919;
	background: #1f1f1f;

	}

#page {
	width: auto;
	min-width: 960px;
	
	/*margin-left:7%;
	margin-right:7%;
	margin-top:0;
	overflow:hidden;  this hides content if it is overlapping */
}
#containter {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	clear:both;
	width:100%;			/* width of whole page */
}
/* NOT to be altered or removed */
.SpryHiddenRegion {
	visibility: hidden;
}
/* end */
/* rating code modifications begin */
#divlogin, #divrating, #divcomment {
	border:5px solid #444444;
	padding:5px;
	position:absolute;
	left:0;
	top:0;
	background-color:White;
	layer-background-color:White;
	visibility:hidden;
	z-index:2002;
}
#screen {
	position:absolute;
	left:0px;
	top:0px;
	background-color:White;
	layer-background-color:White;
	height:100%;
	width:100%;
	visibility:hidden;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	z-index:2001;
}
.green {
	color:#008000;
	font-weight:bold;
}
.red {
	color:#800000;
	font-weight:bold;
}
.w400 {
	width:400px;
	margin:auto;
}
.w200 {
	width:200px;
	margin:auto;
}
.cf {
	float:none;
	clear:both;
}
/* rating code modifications end */
