/* CSS Document */
body {
	width:100%;
	background-image:url((http://zuma-deluxe.net/templates/gs1/images/bg.png);
	background-repeat:repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	
}


.mainSmallGameText {
font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Ad box on file page */
.ad_box_2 {
	border: 1px solid #99CC66;
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-align: center;
    padding: 3px;
    margin-bottom: 5px;
}



.main_container{
	width:945px;
	border:1px solid #000000;
	background-image:url(http://zuma-deluxe.net/templates/gs1/images/stripe.png);
	background-repeat: repeat;
}

.top_of_header{

	width:945px;
	height:30px;
	border:0px solid #000000;
	background-color:#000000;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	background-image:url(http://zuma-deluxe.net/templates/gs1/images/section_bg.gif);
	background-repeat:repeat-x;
	padding:1px;
}

.footer{
	width:945px;
	height:20px;
	border:0px solid #000000;
	background-color:#000000;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	background-image:url(http://zuma-deluxe.net/templates/gs1/images/section_bg.gif);
	background-repeat:repeat-x;
	padding:1px;
	text-align:center;
	padding-top:2px;
}


.menu_bar{
text-align:center;
	width:945px;
	height:20px;
	border:1px solid #000000;
	background-color:#000000;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}

td.cattop
{ 

height:20px;

	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding:2px;
	background-image:url(http://zuma-deluxe.net/templates/gs1/images/section_bg.gif);
	background-repeat:repeat-x;
}

td.boxbottom
{ 

background-color: #A0A0A0;

height: 5px;
}





.newest_games_bar{
	width:945px;
	height:auto;
	margin-bottom:5px;
	text-align:center;
}

.left_column{
	float:left;
	width:165px;
	padding:1px;
}
.middle_column{
	float:left;
	width:590px;
	padding:2px;
        margin-left:1px;	
}
.right_column{
	float:left;
	width:160px;
	padding:2px;
}

.small_sections{
	width:165px;
	margin-left:2px;;
	margin-right:2px;
	margin-bottom:5px;
	border:1px solid #000000;
}
.small_section_headers{
	height:20px;
	background-color:#000000;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding:2px;
	background-image:url(http://zuma-deluxe.net/templates/gs1/images/section_bg.gif);
	background-repeat:repeat-x;
}
.main_section_box{
       
	border:1px solid #000000;
	margin-left:1px;
	margin-right:0px;
	margin-bottom:5px;
}
.featured_section_box{
       
	border:1px solid #000000;
	margin-left:1px;
	margin-right:0px;
	margin-bottom:1px;
}
.latest_played_box{
    
	border:1px solid #000000;
	margin-left:1px;
	margin-right:0px;
	margin-bottom:5px;
}
.latest_played_headers{
	
	height:20px;
	background-color:#000000;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding:2px;
	background-image:url(http://zuma-deluxe.net/templates/gs1/images/section_bg.gif);
	background-repeat:repeat-x;
}
.main_section_headers{
	height:20px;
	background-color:#000000;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding:2px;
	background-image:url(http://zuma-deluxe.net/templates/gs1/images/section_bg.gif);
	background-repeat:repeat-x;
}
.main_section_content{
	width:590px;
	margin-top:5px;
	padding:2px;
	
}
.main_section_featured{
	margin-top:5px;
	padding:4px;
	
}
.main_section_played{
	margin-top:5px;
	padding:4px;
	
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
}

.front_game_categories{
	width:176px;
	height:320px;
	margin-left:5px;
	margin-right:0px;
	margin-bottom:5px;
	border:0px solid #FFFFFF;
	float:left;
}

.front_game_categories_headers{
	height:20px;
	background-color:#000000;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;

	padding:2px;
	background-image:url http://zuma-deluxe.net/templates/gs1/images/section_bg.gif);
	background-repeat:repeat-x;
}


.PageNumbers{
	width:auto;
  font-size: 12px;
	text-align:center;
}

.contentslide{
border: 0px solid navy;
padding: 0px;
width: 315px;
height: 210px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: auto; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
border: 1px solid #EEEEEE;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 315px; /*IE5 width*/
w\idth: 315px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

.private_message_left{
  width:140px;
  float:left;
  text-align:center;
  background-color:#DDDDDD;
  margin-right:5px;
  padding:5px;

}

.private_message_main{
  width:auto;
  float:left;
  padding:5px;

}

<? if(!empty($action)){?>

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAAAA;
	text-decoration: none; /* no underline */
	color: #CCCCCC;
	background-color: #515151;
}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #FFFFFF;
  color: #000000;
  text-decoration: none;
  background-color: #AAAAAA;
}

div.pagination span.current {
  font-family: Arial, Verdana, Helvetica; 
  font-size:9pt;
  font-weight: bold;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #FFFFFF;
	background-color: #AAAAAA;
	color: #000000;
	}
	
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
	}
	
	div.pagination span.dots {
  font-family: Arial, Verdana, Helvetica; 
  font-size:16px;
  font-weight: bold;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #181818;
	background-color: #181818;
	color: #FFFFFF;
	}
<?}?>


.useradmin{
  text-align:right;
  color:#FFFFFF;
}

.useradmin a:link {
text-decoration: underline;
color: #FFFFFF;
}
.useradmin a:visited {
text-decoration: underline;
color: #FFFFFF;
}
.useradmin a:hover {
text-decoration: underline;
color: #FFFF00;
}
.useradmin a:active {
text-decoration: underline;
color: #FFFFFF;
}	

.game_breadcrumb a:link {
text-decoration: underline;
color: #FFFFFF;
}
.game_breadcrumb a:visited {
text-decoration: underline;
color: #FFFFFF;
}
.game_breadcrumb a:hover {
text-decoration: underline;
color: #FFFF00;
}
.game_breadcrumb a:active {
text-decoration: underline;
color: #FFFFFF;
}	


