body
{
  margin : 0px;
  font-family: Verdana;
  background-color:white;
}

.Content
{
	width:100%;
	height:100%;	
}
h1
{
	margin-left: 10px;
}

.Label
{
  font-weight:bold;
  font-size:10pt;
  width:150px;
  margin-left: 10px;
  
}
.SearchInput, .Dropdown, .ActiveRadioButtons, .PrizeRadioButtons
{
  position:absolute;
  left: 150px;

}

.SearchSubmitButton
{
	margin-left: 10px;
}
.ActiveRadioButtons, .PrizeRadioButtons
{ 
  ist-style-type:  none;
  position: absolute;
  left: 120px;
}

.ActiveRadioButtons
{
	top: 168px;
	
}

.PrizeRadioButtons
{
	top: 208px;
}

.ActiveRadioButtons li, .PrizeRadioButtons li
{
	display:         inline;
}

.PrizeRadioButtons
{
}

.RadioLabel
{
	font-weight:bold;
  font-size:8pt;
  color:grey;  
  margin-top: -5px;
}

a
{
   font-size:8pt;
}

center
{
	margin-top: 25px;
}

/****************************\
 *       SmallGame          *
\****************************/

.GameSmall
{
	position:relative;
	float:left;
	width:181px;
  height:105px;
  
	background-image: url(../images/gameBackground.png); 
  background-repeat: no-repeat;
  text-size:0px;
 
	margin: 5px;
	
	border:none;
}

.GameSmall .SmallGameImage
{	
	float:left;
	
	width:50px;
	height:61px;
	border:none; 

	cursor: pointer;
}

.GameSmall .GameContent
{
	float:left;

  width: 129px;
  height:61px;
  padding:1px;
  
  cursor: pointer;
}

.GameSmall .GameContent .GameTitle
{  
	width:100%;
  
  font-family:arial;
  font-size:10px;
  font-weight:bold;
  text-decoration:none;
  color:#DA0000;
}

.GameSmall .GameContent .GameBody
{
	width:100%;
	
  font-family:arial;
  font-size:9px;
  font-weight:bold;
  text-decoration:none;
  color:#41536C;
}

.GameSmall .SmallCompanyImageContainer
{
	clear:left;
	margin-top:2px;
	width:180px;
	height:23px;	
	background-color:#D4DAE1;
}

.GameSmall .SmallCompanyImageContainer .SmallCompanyImage
{

	display:block;
	margin-left: auto;
	margin-right: auto;
	
}

.CompanyLink, .CompanyLink:active, .CompanyLink:hover, .CompanyLink:visited
{
	border:none;
  text-decoration:none; 
  
}

.SmallCompanyImage, .SmallCompanyImage:visited, .SmallCompanyImage:hover, .SmallCompanyImage:active
{
	border:none;
  text-decoration:none; 
}

.Stars
{ 
	padding-top:2px;
	margin-left:5px;
	height:15px;
	float:left;
}

.Stars a
{
	float:left;
 
  width:14px;
  height:13px;
 
  text-decoration:none;
}

.Star0
{
	background-image: url(../images/stars/star1.gif);

	background-position: bottom left;
  background-repeat: no-repeat;
  background-attachment: scroll;	
}

.Star1Half
{
  background-image: url(../images/stars/star1Half.gif);
  
  background-position: top right;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.Star1
{
	background-image: url(../images/stars/star1.gif);
	
	background-position: top right;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.Star2Half
{
  background-image: url(../images/stars/star2Half.gif);
  
  background-position: top right;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.Star2
{
  background-image: url(../images/stars/star2.gif);
  
  background-position: top right;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.Star3Half
{
  background-image: url(../images/stars/star3Half.gif);
  
  background-position: top right;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.Star3
{
  background-image: url(../images/stars/star3.gif);
  
  background-position: top right;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.Star4Half
{
  background-image: url(../images/stars/star4Half.gif);
  
  background-position: top right;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.Star4
{
  background-image: url(../images/stars/star4.gif);
  
  background-position: top right;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.Star5Half
{
  background-image: url(../images/stars/star5Half.gif);
  
  background-position: top right;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.Star5
{
  background-image: url(../images/stars/star5.gif);
  
  background-position: top right;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.adminIcons
{
	float:left;
	margin-left:15px;
}

.ActiveImage
{
	float:right;
	margin-top:4px;
	margin-right: 2px;
}
