a, a:link {
	color: #003d4f;
	text-decoration: underline;
}

a:visited {
	color: #406e66;
	text-decoration: underline;
}

a:active, a:hover {
	color: #0281a6;
	text-decoration: underline;
}

img {
	border: 0;
}

p {
	margin: 0 0 1em 0;
}


/* h's */

h1 {
	font-family: Helvetica, Arial;
	margin: 10px 0 10px 10px;
	font-size: 200%;
	font-weight: bold;
}

h2 {
	font-family: Helvetica, Arial;

	font-size: 130%;
	margin: 0 0 5px 0;
	font-weight: bold;
}


/* image titles */

div.titrelatedgames {
	background: url(../images/list_titles.png) 0px -78px no-repeat;
	width: 152px;
	height: 26px;
}

div.tittopgames {
	background: url(../images/list_titles.png) 0px 0px no-repeat;
	width: 110px;
	height: 26px;
	
	margin-bottom: 5px;
}

div.titnewgames {
	background: url(../images/list_titles.png) 0px -26px no-repeat;
	width: 120px;
	height: 26px;

	margin-bottom: 5px;
}

div.titfeaturedgames {
	background: url(../images/list_titles.png) 0px -52px no-repeat;
	width: 166px;
	height: 26px;

	margin-bottom: 5px;
}

/* buttons */

div.sharepanel div.bl, div.sharepanel div.br {
	width: 230px;
	height: 30px;
	line-height: 30px;
	
	background: url(../images/button.png) 0px 0px repeat-x;
	border: 1px solid #cdd1d2;
	
	text-align: center;

	margin-top: 10px;
}

div.sharepanel div.bl {
	float: left;	
}

div.sharepanel div.br {
	float: right;	
}

/* STARS */

.stars {
	display: inline-block;

	width: 83px;
	height: 15px;
	
	background: url(../images/stars.png) no-repeat;

	background-position: 0px 0px;
	
	text-align: left;
	line-height: 100%;
	
	cursor: default;
}

span.votable {
	cursor: pointer;
}

.stars .stars05, .stars .stars1, .stars .stars15, .stars .stars2, .stars .stars25, .stars .stars3, .stars .stars35, .stars .stars4, .stars .stars45, .stars .stars5 {
	display: inline-block;
	background-image: url(../images/stars.png);
	background-repeat: no-repeat;
	background-position: 0px -15px;
	
	height: 15px;
} 

.stars .stars0 { width: 1px; }
.stars .stars05 { width: 7px; }
.stars .stars1 { width: 17px; }
.stars .stars15 { width: 24px; }
.stars .stars2 { width: 34px; }
.stars .stars25 { width: 41px; }
.stars .stars3 { width: 51px; }
.stars .stars35 { width: 58px; }
.stars .stars4 { width: 68px; }
.stars .stars45 { width: 75px; }
.stars .stars5 { width: 83px; }


/* ADMIN */

.syscontrol {
	margin: 20px;
	padding: 3px;
	
	background-color: #f0f080;
	border: 2px solid #cccc80;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	
	text-align: center;
}

.sysmessage {
	margin: 20px;
	padding: 3px;
	
	background-color: #800000;
	border: 2px solid #FF0000;
	color: white;
	font-weight: bold;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	
	text-align: center;
}


/* custom styles */

div.gamedesc {
	margin: 10px auto;
	width: 600px;
	padding: 10px;
	
	background: #f2f5f6;
}

div.pagination {
	margin: 10px 100px;
	padding: 10px;
	
	background: #f2f5f6;
	
	text-align: center;
}

