/*
################################################################################
##
## 3 totems style
##
################################################################################
*/




#contenedor {
	width : 810px;
	margin:auto;
	padding-top: 8px;
	text-align: center;
	background-color: #ffffff;
}
#contenedor1 {
	width : 782px;
	margin:auto;/*	background-color:#00CC66; /* color verde claro  */
}
#contenedor2 {
	width : 782px;
	margin:auto;/*	background-color:#993300; /* color rojo  */
}
#barralogin {
	height: 29px;
	background-repeat: no-repeat;
	overflow: hidden;
	background-image:url(images/login_box.png);
	margin-bottom:4px;
	text-align:left;
}
#cabecera {
	height: 144px;
	border : 0 solid;
	background-image: url(images/header.jpg);
	text-align:left;
	background-repeat:no-repeat;
	padding : 0px 12px 0px 0px;
}
#submenu {
	text-align:left;
	height: 29px;
	margin : 0 auto;
	margin-top:5px;
	margin-bottom:1px;
}
#principal {
	left : 0px;
	width : 472px;
	border : 0 solid;
	/*	background-color:#FFCC33; /* naranja amarillo */
	float:left;
}
#derecha {
	float:right;
	width : 300px;/*	background-color:#000000; /* negro */
}
#pie {
	width : 782px;
	height: 10px;
	margin : auto;
	padding-top:8px;
	color:#FFFFFF;
	background-color: #000000;
	display:inline-block;
}
.divisor {
}
.contenidoderecha {
	/*	display:inline;
*/	
	margin:0 0 5px 0;
}
.contenidoizquierda {
	/*display:inline;*/
margin:0 0 5px 0;
}
.googleAd1 {
	width: 300px;
	height: 250px;
}


/* color de fondo y cuerpo de la pagina */
body {
	background-color: #000000;
	text-align: center;
	margin-top: 20px;
	text-align: center;
	background-image: url(images/totems_background.jpg);
    background-repeat: repeat-x;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #111111;*/
}

A:link { 
font-family: Arial, Verdana, Helvetica;
font-size: 11px;
color: #306307;
text-decoration: none;
font-weight: normal;
} 
A:visited { 
font-family: Arial, Verdana, Helvetica;
font-size: 11px;
color: #306307;
text-decoration: none;
font-weight: normal;
} 
A:hover { 
font-family: Arial, Verdana, Helvetica;
font-size: 11px;
color: #80A320;
text-decoration: none;
font-weight: normal;
} 

/*
################################################################################
##
## FIRST WE WILL LIST THE MAIN SECTIONS
##
################################################################################
*/


.container {
width : 810px;
/*height : 200px;*/
height:auto;
padding: 5px;
margin:auto;
margin-top:10px;
text-align: center;
background-color: #ffffff;
}



#outerwrapper {
position: relative;
width: 782px;
text-align: center;
margin: 0 auto;
padding: 0;
border: 0 solid;
}

#wrapper {
position: relative;
width: 782px;
text-align: left;
margin: 0 auto;
padding: 0;
border: 0 solid;
}



.spacer {
/* 
float:left;  
position : relative;

//////////// JC */

width : auto;
height: 4px;
text-align : left;
margin : 0 auto;
padding : 0;
border : 0 solid;
overflow: hidden;
}
.spacer2 {
float:left;
position : relative;
width : 302px;
height: 4px;
text-align : left;
margin : 0 auto;
padding : 0;
border : 0 solid;
overflow: hidden;
}

/* barra superior */

#topstrip {
float : left;
position : relative;
left : 0px;
width : 782px;
height: 29px;
margin : 0 auto;
padding : 0;
border : 0 solid;
background-image: url(images/login_box.png);
background-repeat: no-repeat;
}

#left {
float : left;
position : relative;
left : 0px;
width : 170px;
margin : 0 auto;
padding : 0;
border : 0 solid;
}

#middle {
/* float : left;   ///////////////// JC */
float: left; /* JC */

position : relative;
left : 0px;
width : 472px;
margin : 0 auto;
padding : 0;
border : 0 solid;
display:block;
}

#middle2 {
float : left;
position : relative;
left : 0px;
width : 472px;
margin : 0 auto;
padding : 0;
border : 0 solid;
}
/* HASTA ACA TODO BIEN EN FIREFOX, PROBLEMAS EN RIGHT CON IE6 */

.categories_back {
width : auto;
height : 763px;
/* jc
float : left;
position : relative;
*/
clear:left;
left : 0px;
margin : 0 0px 0px 0;
padding : 3px 0px 0px 12px;
border : 0 solid;
background-image: url(images/categories_back.png);
background-repeat: no-repeat;
}

#right {
float : right;
position:static;
left : 4px;
width : 304px;
background-color:#FF0000;
margin : 0 auto;
padding : 0;
border : 0 solid;
}

/*
################################################################################
##
## NEXT THE HEADER AND MENU
##
################################################################################
*/

#header {
position : relative;
left : 0px;
width : 782px;
height: 144px;
margin : 0 auto;
padding : 0;
border : 0 solid;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
}

#menu {
position : absolute;
top: 134px;
left: 5px;
width : 782px;
height: 31px;
padding: 0;
margin: 0;
overflow: hidden;
}

.button {
float: left;
display: block;
height: 31px;
width: 150px;
background-image: url(images/tab.gif);
padding: 0;
margin: 0;
position: relative;
top: 4px;
text-align: center;
font-size: 14px;
font-weight: bold;
color: #ffffff;
}

.buttonover {
float: left;
display: block;
height: 31px;
width: 150px;
background-image: url(images/tab.gif);
padding: 0;
margin: 0;
position: relative;
text-align: center;
font-size: 14px;
font-weight: bold;
color: #ffffff;
}

.button a:link, .button a:visited, .button a:hover, .buttonover a:link, .buttonover a:visited, .buttonover a:hover {
display: block;
height: 31px;
width: 150px;
font-size: 14px;
font-weight: bold;
color: rgb(160, 54, 13);
padding: 4px 0 0 0;
}

.button a:link b, .button a:visited b, .button a:hover b, .buttonover a:link b, .buttonover a:visited b, .buttonover a:hover b {
display: block;
height: 31px;
width: 150px;
font-size: 14px;
font-weight: bold;
color: #ffffff;
padding: 4px 0 0 0;
position: relative;
bottom: 21px;
right: 1px;
}

.button a:hover, .buttonover a:hover {
cursor: pointer;
}

#menu_message {
position : absolute;
top: 170px;
left: 5px;
width : 782px;
height: 25px;
padding: 0;
margin: 0;
overflow: hidden;
}

.bmclass {
font-size: 12px;
font-weight: bold;
color: rgb(160, 54, 13);
display: none;
position: relative; 
top: 3px;
}

#bm_default {
font-size: 12px;
font-weight: bold;
color: rgb(160, 54, 13);
display: block;
}

.submenu2 {
/*background-image: url(images/submenu_box.png);*/
/*background-color: rgb(254, 225, 112);*/
}

a.submenu, a.submenu:link, a.submenu:visited {
display: block;
float: left;
padding: 5px;
margin: 0 3px 0 3px;
font-size: 12px;
font-weight: bold;
font-family: arial, verdana, sans-serif;
color: rgb(160, 54, 13);
position: relative;
}

a.submenu:hover {
display: block;
float: left;
padding: 5px;
margin: 0 3px 0 3px;
font-size: 12px;
font-family: arial, verdana, sans-serif;
color: rgb(160, 54, 13);
background-color: rgb(254, 225, 112);
position: relative;
}

/*
################################################################################
##
## NEXT THE LOGINBOX
##
################################################################################
*/

#loginbox {
/* float:left;   //////////// JC */
height: 30px;
width: 782px;
/*background-image: url(images/menu_back.jpg);*/
background-repeat: no-repeat;
overflow: hidden;
position: relative;
left: 30px;
padding: 0;

position : relative;
left : 0px;
height: 29px;
margin : 0 auto;
border : 0 solid;
background-image: url(images/login_box.png);
background-repeat: no-repeat;
}

.login_style { 
height : 16px;
width : 90px;
padding : 0 0 0 3px;
border : 1px solid #ffffff;;
font-family : arial, helvetica, sans-serif;
font-size : 10px;
color : #ffffff;
background-color: #B08F64;
}

.search_style {
height : 16px;
width : 115px;
padding : 0 0 0 3px;
border : 1px solid #ffffff;;
font-family : arial, helvetica, sans-serif;
font-size : 10px;
color : #ffffff;
background-color: #B08F64;
}


/*
################################################################################
##
## NEXT THE BOX THAT SHOWS NEWEST GAMES
##
################################################################################
*/

#widegames {
float: left;
height: 90px;
width: 782px;
overflow: hidden;
position: relative;
left: 4px;
padding: 0;
margin: 0;
}

.widegames_icons {
float: left;
height: 100px;
width: 100px;
border: 0;
padding: 0;
margin: 0 0 0 9px;
}

/*
################################################################################
##
## NEXT THE FOOTER
##
################################################################################
*/

#footer {
float : left;
position : relative;
left : 0px;
width : 782px;
height: 20px;
margin : 0 auto;
padding : 0;
border : 0 solid;
color:#FFFFFF;
margin: 10px 0 0 0;
background-color: #000000;
}

/*
################################################################################
##
## ADJUST THE TEXT POSITIONING IN TITLEBARS
##
################################################################################
*/

.adjustCenteredText {
position: relative;
top: 6px;
}
.adjustTopText {
position: relative;
top: 14px;
}

.adjustLeftText {
position: relative;
top: 6px;
left: 15px;
}

/*
################################################################################
##
## VARIOUS CELLS FOR THE MAIN (middle) CONTENT
##
################################################################################
*/

.fullcell {
float : left;
position : relative;
left : 0px;
width : 782px;
margin : 0 4px 4px 0;
padding : 0;
border : 0 solid;
}

.fullcelltopgame {
float : left;
position : relative;
left : 0px;
width : 782px;
height: 28px;
margin : 0;
padding : 0;
border : 0 solid;
background-image: url(images/view_game_top.png);
background-repeat: no-repeat;
font-size: 12px;
color:#FFFFFF;
font-weight: bold;
}

.fullcelltop {
float : left;
position : relative;
left : 0px;
width : 782px;
height: 28px;
margin : 0;
padding : 0;
border : 0 solid;
background-image: url(images/view_game_top.png);
background-repeat: no-repeat;
font-size: 12px;
}

.fullcellmiddle {
float : left;
position : relative;
left : 0px;
width : 782px;
margin : 0;
padding : 0;
border : 0 solid;
background-image: url(images/view_game_middle.png);
background-repeat: repeat-y;
}

.fullcellbottom {
float : left;
position : relative;
left : 0px;
width : 782px;
height: 30px;
margin : 0;
padding : 0;
border : 0 solid;
background-image: url(images/view_game_bottom.png);
background-repeat: no-repeat;
overflow:hidden;
}

.fullcelltop2 {
float : left;
position : relative;
left : 0px;
width : 782px;
height: 28px;
margin : 0;
padding : 0;
border : 0 solid;
background-image: url(images/view_game_top2.png);
background-repeat: no-repeat;
font-size: 12px;
}

.fullcellmiddle2 {
float : left;
position : relative;
left : 0px;
width : 782px;
margin : 0;
padding : 0;
border : 0 solid;
background-image: url(images/view_game_middle2.png);
background-repeat: repeat-y;
}

.fullcellbottom2 {
float : left;
position : relative;
left : 0px;
width : 782px;
height: 30px;
margin : 0;
padding : 0;
border : 0 solid;
background-image: url(images/view_game_bottom2.png);
background-repeat: no-repeat;
overflow:hidden;
}

.halfcell {
float : left;
position : relative;
left : 0px;
width : 302px;
margin : 0 4px 4px 0;
padding : 0;
border : 0 solid;
}

.halfcell2 {
float : left;
position : relative;
left : 0px;
width : 302px;
margin : 0 0 4px 0;
padding : 0;
border : 0 solid;
}

.halfcelltop {
float : left;
position : relative;
left : 0px;
width : 302px;
height: 28px;
margin : 0;
padding : 0;
border : 0 solid;
background-image: url(images/halfcelltop.gif);
background-repeat: no-repeat;
font-size: 12px;
}

.halfcellmiddle {
float : left;
position : relative;
left : 0px;
width : 302px;
margin : 0;
padding : 0;
border : 0 solid;
background-image: url(images/halfcellmiddle.gif);
background-repeat: repeat-y;
}

.halfcellbottom {
float : left;
position : relative;
left : 0px;
width : 302px;
height: 10px;
margin : 0;
padding : 0;
border : 0 solid;
background-image: url(images/halfcellbottom.gif);
background-repeat: no-repeat;
overflow:hidden;
}

.gamecell {
float : left;
position : relative;
width : 153px;
background-image: url(images/category_box.png);
background-repeat: no-repeat;
}

.gamecell2 {
float : left;
position : relative;
left : 0px;
width : 153px;
margin : 0 0 4px 0;
padding : 0;
border : 0 solid;
}

.gamecelltop {
float : left;
position : relative;
left : 0px;
width : 15px;
height: 28px;
margin : 0;
padding : 0;
border : 0 solid;
/*background-image: url(images/gamecelltop.gif);*/
background-repeat: no-repeat;
font-size: 12px;
text-align: center;
}

.gamecellmiddle {
float : left;
position : relative;
left : 0px;
width : 153px;
margin : 0;
padding : 0;
border : 0 solid;
/*background-image: url(images/gamecellmiddle.gif);*/
background-repeat: repeat-y;
}

.gamecellbottom {
float : left;
position : relative;
left : 0px;
width : 153px;
height: 22px;
margin : 0;
padding : 0;
border : 0 solid;
/*background-image: url(images/gamecellbottom.gif);*/
background-repeat: no-repeat;
overflow:hidden;
}

.fullcelltop_white {
float : left;
position : relative;
left : 0px;
width : 782px;
height: 28px;
margin : 0;
padding : 0;
border : 0 solid;
background-image: url(images/fullcelltop_white.png);
background-repeat: no-repeat;
font-size: 12px;
}

.fullcellmiddle_white {
float : left;
position : relative;
left : 0px;
width : 782px;
margin : 0;
padding : 0;
border : 0 solid;
background-image: url(images/fullcellmiddle_white.png);
background-repeat: repeat-y;
}

.fullcellbottom_white {
float : left;
position : relative;
left : 0px;
width : 782px;
height: 44px;
margin : 0;
padding : 0;
border : 0 solid;
background-image: url(images/fullcellbottom_white.png);
background-repeat: no-repeat;
overflow:hidden;
}

.halfcelltop_white {
float : left;
position : relative;
left : 0px;
width : 782px;
height: 28px;
margin : 0;
padding : 0;
border : 0 solid;
background-image: url(images/halfcelltop_white.png);
background-repeat: no-repeat;
font-size: 12px;
}

.halfcellmiddle_white {
float : left;
position : relative;
left : 0px;
width : 782px;
margin : 0;
padding : 0;
border : 0 solid;
background-image: url(images/halfcellmiddle_white.png);
background-repeat: repeat-y;
}

.halfcellbottom_white {
float : left;
position : relative;
left : 0px;
width : 782px;
height: 44px;
margin : 0;
padding : 0;
border : 0 solid;
background-image: url(images/halfcellbottom_white.png);
background-repeat: no-repeat;
overflow:hidden;
}


/*
################################################################################
##
## COLORED CELL TOPS
##
################################################################################
*/

.gamecelltop_blue {
float : left;
position : relative;
left : 0px;
width : 153px;
height: 28px;
margin : 0;
padding : 0;
border : 0 solid;
/*background-image: url(images/gamecelltop_blue.gif);*/
background-repeat: no-repeat;
font-size: 12px;
text-align: center;
}

.fullcelltop_red {
float : left;
position : relative;
left : 0px;
width : 782px;
height: 28px;
margin : 0;
padding : 0;
border : 0 solid;
background-image: url(images/view_game_top.png);
background-repeat: no-repeat;
font-size: 12px;
}

.fullcelltop_blue {
float : left;
position : relative;
left : 0px;
width : 782px;
height: 28px;
margin : 0;
padding : 0;
border : 0 solid;
background-image: url(images/view_game_top.png);
background-repeat: no-repeat;
font-size: 12px;
}

.fullcelltop_green {
float : left;
position : relative;
left : 0px;
width : 782px;
height: 28px;
margin : 0;
padding : 0;
border : 0 solid;
background-image: url(images/view_game_top.png);
background-repeat: no-repeat;
font-size: 12px;
}

.fullcelltop_yellow {
float : left;
position : relative;
left : 0px;
width : 782px;
height: 28px;
margin : 0;
padding : 0;
border : 0 solid;
background-image: url(images/view_game_top.png);
background-repeat: no-repeat;
font-size: 12px;
}

.fullcelltop_purple {
float : left;
position : relative;
left : 0px;
width : 782px;
height: 28px;
margin : 0;
padding : 0;
border : 0 solid;
background-image: url(images/view_game_top.png);
background-repeat: no-repeat;
font-size: 12px;
}

.fullcelltop_orange {
float : left;
position : relative;
left : 0px;
width : 782px;
height: 28px;
margin : 0;
padding : 0;
border : 0 solid;
background-image: url(images/view_game_top.png);
background-repeat: no-repeat;
font-size: 12px;
}

/*
################################################################################
##
## THESE USED IN RIGHT AND LEFT COLUMNS
##
################################################################################
*/

.leftcell {
float : left;
position : relative;
left : 0px;
width : 302px;
margin : 0 0 0px 0;
padding : 0;
border : 0 solid;
}

.lefttop {
float : left;
position : relative;
left : 0px;
width : 302px;
height: 28px;
margin : 0;
padding : 0;
border : 0 solid;
/*background-image: url(images/lefttop.gif);*/
/*background-repeat: no-repeat;*/
text-align: center;
font-size: 12px;
}

.leftmiddle {
float : left;
position : relative;
left : 0px;
width : 302px;
margin : 0;
padding : 0;
border : 0 solid;
/*background-image: url(images/leftmiddle.gif);*/
/*background-repeat: repeat-y;*/
}

.leftbottom {
float : left;
position : relative;
left : 0px;
width : 302px;
height: 10px;
margin : 0;
padding : 0;
border : 0 solid;
/*background-image: url(images/leftbottom.gif);
background-repeat: no-repeat;*/
overflow:hidden;
}

/*
################################################################################
##
## 60x60 ICON STYLE FOR RIGHT AND LEFT COLUMNS
##
################################################################################
*/

.smallicon {
width: 30px;
height: 30px;
border: 0px;
}

/*
################################################################################
##
## MISC STYLES
##
################################################################################
*/

.whitetext {
color : #ffffff;
}

.whitelink { 
color : #ffffff;
font-size : 11px;
text-decoration : none;
}

a.whitelink { 
color : #ffffff;
font-size : 11px;
text-decoration : none;
} 
a.whitelink:link { 
color : #ffffff;
font-size : 11px;
text-decoration : none;
} 
a.whitelink:visited { 
color : #ffffff;
font-size : 11px;;
text-decoration : none;
} 
a.whitelink:hover { 
color : #ffffff;
font-size : 11px;
text-decoration : underline;
}

/*
################################################################################
##
## Featured Game and Pagination
##
################################################################################
*/

.featurebox { 
  width : 472px;
  height : 249px;
  position : relative;
  margin : 0px 0 5px 0;
  text-align: left;
  background-image : url(images/featured_box.png);
  background-repeat : no-repeat;
    float : left;
  overflow : hidden;
} 


.featured_title { 
padding : 10px 5px 5px 12px;
text-align: left;
font-family : arial, helvetica, sans-serif;
font-size : 16px;
font-weight: bold;
color : #ffffff;
}

.featured_played { 
text-align: left;
font-family : arial, helvetica, sans-serif;
font-size : 14px;
font-weight: bold;
color : #EDE5B5;
}

.featured_text { 
padding : 0px 0px 0px 0px;
text-align: left;
font-family : arial, helvetica, sans-serif;
font-size : 12px;
font-weight: none;
color : #EDE5B5;
}

.featuredlink { 
color : #ffffff;
font-size : 14px;
font-weight: bold;
text-decoration : none;
text-align: left;
}

a.featuredlink { 
color : #ffffff;
font-size : 14px;
font-weight: bold;
text-decoration : none;
text-align: left;
} 
a.featuredlink:link { 
color : #ffffff;
font-size : 14px;
text-decoration : none;
text-align: left;
} 
a.featuredlink:visited { 
color : #ffffff;
font-size : 14px;;
text-decoration : none;
text-align: left;
} 
a.featuredlink:hover { 
color : #ffffff;
font-size : 14px;
text-decoration : underline;
text-align: left;
}

.slidercontainer { 
  height : 190px;
  width : 292px;
  text-align: left;
} 
.contentslide { 
  border : 0 solid;
  padding : 0;
  margin : 0;
  width : 272px;
  height : 190px;
  position : absolute;
  top : 10px;
  left : 12px;
} 

.feature_slider_title { 
  font-size : 14px;
} 

.pagination { 
  padding : 3px;
  margin : 3px;
  text-align : center;
  position : relative;
  top : 0px;
  left : 236px;
} 

.pagination a { 
  padding : 0px 5px 2px 5px;
  margin : 1px;
  /*border : 1px solid rgb(109, 153, 188);*/
  text-decoration : none;
  color : #CCCC88;
  /*background-color : rgb(226, 239, 241);*/
} 

.pagination a.hover, .pagination a.selected { 
  /*border : 1px solid #000000;*/
  color : #FFFF88;
  text-decoration : none;
  /*background-color: #bebebe;*/
} 

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

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

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

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 #000000;
	/*background-color: #bebebe;*/
	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 #ffffff;
	/*background-color: #ffffff;*/
	color: #000000;
	}

/* ################################################################### */
/*
#colwrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 300px;
	background: url("/path/to/your/background_cols.gif") repeat;
}
*/
#side-a {
	float: left;
	width: 292px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 188px;
	height: 1%
}


/*
################################################################################
##
## Newest games
##
################################################################################
*/
.newest_box { 
  background-image : url(images/game_box.png);
  background-repeat : no-repeat;
} 
.newest_title { 
padding : 10px 5px 5px 0px;
text-align: left;
font-family : arial, helvetica, sans-serif;
font-size : 16px;
font-weight: bold;
color : #000000;
}

.newest_title { 
padding : 10px 5px 5px 0px;
text-align: left;
font-family : arial, helvetica, sans-serif;
font-size : 16px;
font-weight: bold;
color : #ffffff;
}

.newest_text { 
padding : 0px 0px 0px 0px;
text-align: left;
font-family : arial, helvetica, sans-serif;
font-size : 12px;
font-weight: none;
color : #1A3403;
}

.newest_cat { 
padding : 0px 0px 0px 0px;
text-align: left;
font-family : arial, helvetica, sans-serif;
font-size : 12px;
font-weight: none;
color : #888833;
}

.newestlink { 
color : #306307;
font-size : 14px;
font-weight: bold;
text-decoration : none;
text-align: left;
}

a.newestlink { 
color : #000000;
font-size : 14px;
font-weight: bold;
text-decoration : none;
text-align: left;
} 
a.newestlink:link { 
color : #000000;
font-size : 14px;
text-decoration : none;
text-align: left;
} 
a.newestlink:visited { 
color : #ffffff;
font-size : 14px;;
text-decoration : none;
text-align: left;
} 
a.newestlink:hover { 
color : #ffffff;
font-size : 14px;
text-decoration : underline;
text-align: left;
}

.newestmore { 
color : #ffffff;
font-size : 12px;
font-weight: bold;
text-decoration : none;
text-align: right;
}

a.newestmore { 
color : #ffffff;
font-size : 12px;
font-weight: bold;
text-decoration : none;
text-align: right;
} 
a.newestmore:link { 
color : #ffffff;
font-size : 12px;
text-decoration : none;
text-align: right;
} 
a.newestmore:visited { 
color : #ffffff;
font-size : 12px;;
text-decoration : none;
text-align: right;
} 
a.newestmore:hover { 
color : #ffffff;
font-size : 12px;
text-decoration : underline;
text-align: right;
}
/*
################################################################################
##
## users stats
##
################################################################################
*/
.userbox { 
	width: 300px;
	height: 112px;
	color : #000000;
	font-size : 12px;
	background-image : url(images/users_box.png);/* 	background-color:#FF0000;
	background-repeat:no-repeat; */
}
/*
################################################################################
##
## under game info
##
################################################################################
*/
.undergame_box { 
width: 782px;
height: 222px;
color : #000000;
font-size : 12px;
font-weight: none;
text-decoration : none;
text-align: left;
background-image : url(images/undergame_info.png);
background-repeat : no-repeat;
}
/*
################################################################################
##
## leaderboard box
##
################################################################################
*/
.leaderboard_box {
	width: 300px;
	height: 195px;
	color : #000000;
	font-size : 12px;
	padding : 10px 0px 0px 0px;
	background-image : url(images/leaderboard_box.png);
}

/*
################################################################################
##
## right cell
##
################################################################################
*/



.rightcell {
	left : 0px;
	width : 300px;
	padding : 0px;
	border : 0 solid;
}
.rightcelltop {
	padding : 0px 0px 0px 14px;
	left : 0px;
	width : 286px; /*SE AJUSTA EL TAMAŅO a -14 porel Padding, VALOR ORIGINAL 300*/
	height: 32px;
	margin : 0;
	border : 0 solid;
	background-image: url(images/right_box1.png);
	background-repeat: no-repeat;
	text-align: left;
	font-size: 12px;
}
.rightcellmiddle {
	width : 300px;
	background-image: url(images/right_box2.png);
	background-repeat:repeat;
	text-align:left;
}
.rightcellbottom {
	width : 300px;
	height : 19px;
	border : 0 solid;
	background-image: url(images/right_box3.png);
	background-repeat:no-repeat;
}




/*
################################################################################
##
## right cell
##
################################################################################
*/



.leaderright {
	left : 0px;
	width : 300px;
	padding : 0px;
	border : 0 solid;
}
.leadertop {
	padding : 0px 0px 0px 14px;
	left : 0px;
	width : 286px; /*SE AJUSTA EL TAMAŅO a -14 porel Padding, VALOR ORIGINAL 300*/
	height: 31px;
	margin : 0;
	border : 0 solid;
	background-image: url(images/leader_top.png);
	background-repeat: no-repeat;
	text-align: left;
	font-size: 12px;
}
.leadermiddle {
	width : 300px;
	background-image: url(images/leader_middle.png);
	background-repeat:repeat;
	text-align:left;
}
.leaderbottom {
	width : 300px;
	height : 19px;
	border : 0 solid;
	background-image: url(images/leader_bottom.png);
	background-repeat:no-repeat;
}
.leaderspacer {
	width : 300px;
	height : 3px;
	border : 0 solid;
	background-image: url(images/leader_spacer.png);
	background-repeat:no-repeat;
}




/*
################################################################################
##
## news
##
################################################################################
*/

.newstitle {
text-align: left;
font-size: 14px;
color : #333333;
font-weight: bold;
padding : 0px 0px 0px 14px;
}
.newstext {
width: 302;
text-align: left;
font-size: 12px;
color : #888888;
font-weight: none;
padding : 2px 2px 2px 14px;
}
.newsdate {
width: 302;
text-align: left;
font-size: 9px;
color : #888888;
font-weight: none;
padding : 2px 2px 2px 14px;
}
.news {
float:right;
width: 260px;
height: 90px;
text-align: lext;
font-size: 9px;
color : #666622;
font-weight: none;
padding : 12px 12px 12px 12px;
background-image: url(images/news_background.png);
}
.newsdate2 {
padding-left:16px;
text-align: left;
font-size: 9px;
color : #444422;
}
.newstitle2 {
padding-left:16px;
text-align: left;
font-size: 14px;
color : #333333;
font-weight: bold;
}
.newstext2 {
padding-left:16px;
text-align: left;
font-size: 11px;
color : #333311;
font-weight: none;
}

/*
################################################################################
##
## page numbers
##
################################################################################
*/

.pagenumbers {
	float: centre;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	
}
/*
################################################################################
##
## pagination style
##
################################################################################
*/
ul{border:0; margin:0; padding:0;}

#pagination-flickr li{
border:0; margin:0; padding:0;
font-size:8px;
list-style:none;
}
#pagination-flickr a{
border:solid 1px #DDDDDD;
margin-right:2px;
}
#pagination-flickr .previous-off,
#pagination-flickr .next-off {
color:#666666;
display:block;
float:left;
font-weight:bold;
padding:3px 4px;
font-size:8px;
}
#pagination-flickr .next a,
#pagination-flickr .previous a {
font-weight:bold;
border:solid 1px #FFFFFF;
}
#pagination-flickr .active{
color:#ff0084;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}
#pagination-flickr a:link,
#pagination-flickr a:visited {
color:#0063e3;
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
font-size:8px;
}
#pagination-flickr a:hover{
border:solid 1px #666666;
}
.pagination-buttons{
font-size:8px;
border:solid 1px #FFFFFF;
width: 16px;
float:left;
background-color:#E6E6E6
}
.pagination-back{
background-color:#E6E6E6
float:left;
border:solid 1px #FFFFFF;
}