
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #D4E1F0;
	background-repeat:repeat-x;
}
A {
	color:#027BC4;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div,b {
	color:#666666;
}

.inputuni {
	height:20px;
	font-size:12px;
}

img{
border:0;
}

input {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

td {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
}
.header {
	background:url(images/header.jpg);
	height:200px;
	width:800px;
}
.bottom {
	background:url(images/bottom.jpg);
	height:40px;
	width:800px;
}
.maindiv {
	margin:6px;
	padding:4px;
	border:2px #9EBDDF solid;
	background:#F4F4F4;
	color:#666666;
}
.maindivbestof {
	margin:6px;
	margin-top:0px;
	padding:4px;
	border:2px #9EBDDF solid;
	background:#3471AC;
	color:#666666;
	width:485px;
}
.error {
	margin:6px;
	padding:4px;
	border:1px #FF0000 solid;
	background:#121621;
	color:#990000;
}
.okdiv {
	margin:6px;
	padding:4px;
	border:1px #FFFFFF solid;
	background:#21283D;
	color:#CCCCCC;
}

.toggler {
	margin:6px;
	padding:4px;
	border:1px #57656F solid;
	background:#090B10;
	color:#CCCCCC;
}
.element {
	margin:6px;
	padding:6px;
}
.partytable {
	width:100%;
	padding:0px;
}
.partytable_over {
	background-color:#000000;
	color:#FFFFFF;
	cursor:pointer;
}
.quote {
	border-left:4px #BCEC8F solid;
	padding-left:10px;
	color:#BCEC8F;
	margin:4px;
}
.quote_title {
	font-size:14px;
	font-weight:bold;
}
.plug_title {
	font-weight:bold;
	font-size:18px;
	color:#006699;
}

.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 95px;
	height: 18px;
	position: relative;
	background: url(images/icons/stars.jpg) top left repeat-x;		
}
.star-rating li.current-rating{
	background: url(images/icons/stars.jpg) left bottom;
	position: absolute;
	height: 18px;
	display: block;
	z-index: 1;
}

.ratingbtn  {
	cursor:pointer;
}

/* Tag Cloud */
.cloud_90 {
	color:#FF0000;
	font-weight:bold;
}
.cloud_70 {
	color:#CC3366;
	font-weight:bold;
}
.cloud_40 {
	color:#006699;
	font-weight:bold;
	font-style:italic;
}
.cloud_20 {
	color:#006600;
	font-style:italic;
}
.cloud_10 {
	color:#003366;
}

/* page */
.page {
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color:F4F4F4;
	margin:10px;
	padding:4px;
}
.page_selected {
	font-weight:bold;
	border-bottom:#000000 1px solid;
	border-top:#000000 1px solid;
	
}