/* CSS Document */
body {
	background-color: #333333;
	background-image: url(http://www.planetarcade.net/images/bg.gif);
	background-repeat: repeat-x;
	font-size: 76%;
	font-family: Arial, Helvetica, sand-serif;
	color: #fff;
}

a:link {color: #FF8000; text-decoration: none;}
a:visited {color: #FF8000; text-decoration: none;}
a:hover {color: #FF8000; text-decoration: underline;}
a:active {color: #FF8000; text-decoration: none;}

.small {
font-size: 0.9em;
}

.maindiv {
width: 780px;
border: 3px solid #000;
padding: 10px;
background-color: #666666;
text-align: left;
margin: 10px auto;
}

a:link, a:visited, a:hover, a:active {
font-weight: bold;
}

table {
font-size: 100%;
}

.breadcrumb {
border: 1px solid #000;
background-color: #FF8000;
margin: 5px;
padding: 2px;
}

.box, .box2, .box3, .boxad {
padding: 5px;
margin: 5px;
border: 1px solid #000000;
text-align: left;
}
.box {
background-color: #555555;
}
.boxad {
background-color: #ff8000;
}
.box2 {
background-color: #777777;
}
.box3 {
background-color: #333333;
}

h1, h2, h3, h4 {
border-bottom: 1px solid #ffffff;
margin: 1px 1px 3px 1px;
}

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }

.gameicon {
border: 1px solid #777777;
margin-bottom: 3px;
}

.newgameicon {
margin: 5px;
float: left;
}

.relatedgameicon {
margin-left: 40px;
}

.header {
width: 100%;
border: 1px solid #000;
background-color: #000;
font-size: 0.9em;
}

input {
background-color: #777777;
border: 1px solid #000;
color: #fff;
}

.cellTitles {
	font-weight: bold;
	color: #FFF;
}
.topAd {
	border: 1px solid #000;
	background-color: #333333;
	margin: 5px 0;
	text-align: center;
	padding: 3px;
}
.topMenu, .footer {
	font-size: 0.9em;
	color: #FFFFFF;
	border: 1px solid #000;
	background-color: #777777;
	margin: 5px 0;
	text-align: center;
	padding: 3px;
}
.topMenu a:link {color: #fff; text-decoration: none;}
.topMenu a:visited {color: #fff; text-decoration: none;}
.topMenu a:hover {color: #fff; text-decoration: underline;}
.topMenu a:active {color: #fff; text-decoration: none;}


.subCategoryList {
	color: #000000;
	font-weight: bold;
}

a.subCategoryList:link {color: black; text-decoration: none;}
a.subCategoryList:visited {color: black; text-decoration: none;}
a.subCategoryList:hover {color: black; text-decoration: underline;}
a.subCategoryList:active {color: black; text-decoration: none;}


.gameBreadcrumb {
	font-weight: bold;
}

a.gameBreadcrumb:link {color: white; text-decoration: none;}
a.gameBreadcrumb:visited {color: white; text-decoration: none;}
a.gameBreadcrumb:hover {color: white; text-decoration: underline;}
a.gameBreadcrumb:active {color: white; text-decoration: none;}

.displaygamebottomtitles {
	font-weight: bold;
	color: #FFFFFF;
}

.messagefrom {font-weight: bold; }
.privatemessagesubject {font-weight: bold; }

.privatemessageprofileusername {
	font-weight: bold;
}
.memberlistboxtitles {
   font-weight: bold;
}

/*             styles for the star rater                */
.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 60px;
	height: 12px;
	position: relative;
	background-color: #efefef;
	background: url(http://www.planetarcade.net/images/star-rating.gif) top left repeat-x;		
} 
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:12px;
	height: 12px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(http://www.planetarcade.net/images/star-rating.gif) left bottom;
	z-index: 1;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:12px;
}
.star-rating a.two-stars{
	left:12px;
}
.star-rating a.two-stars:hover{
	width: 24px;
}
.star-rating a.three-stars:hover{
	width: 36px;
}
.star-rating a.three-stars{
	left: 24px;
}
.star-rating a.four-stars{
	left: 36px;
}	
.star-rating a.four-stars:hover{
	width: 48px;
}
.star-rating a.five-stars{
	left: 48px;
}
.star-rating a.five-stars:hover{
	width: 60px;
}
.star1, .star2, .star3, .star4, .star5 {
height: 12px;
background: url(http://www.planetarcade.net/images/star.gif) top left repeat-x;
}
.star1 {width: 12px;}
.star2 {width: 24px;}
.star3 {width: 36px;}
.star4 {width: 48px;}
.star5 {width: 60px;}

.socmark {
padding: 0 15px;
text-align: center;
display: inline;
}

img {border: 0;}


