/********************************************************
	GAMDEMONIUM.COM ES/EN CSS
	@author D.D.P.
	@last modify date 20/06/08
	@games.css
********************************************************/
.gameList{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 8pt;	
	list-style-type: none;
	color: #555555;
}
.gameList .listItem1{
	background-color: #F5F8FC;
	border-bottom: 1px solid #4D75AC;
	clear: both;
}
.gameList .listItem2{
	background-color: #E1E9F0;
	border-bottom: 1px solid #4D75AC;
	clear: both;
}
.gameList .listItemSelected{
	background-color: #FFE6DD;
	border-bottom: 1px solid #4D75AC;
	clear: both;
}
.gameList .gameInfo{
	padding: 3px;
	height: 80px;
	clear: both;
}
.gameList .gameInfo .izq{
	float: left;
}
.gameList .gameInfo .izq img{
	border: 1px solid #4D75AC;
	padding: 1px;
	margin: 1px;
}
.imagen_overlay{
	border: 1px solid #4D75AC;
	padding: 1px;
	margin: 1px;
}
.overlay{
	height: 73px;
	width: 103px;
	background-image: url('http://static.gamdemonium.com/img/overlay.png');
	background-repeat: repeat;
	z-index:1;
	filter:alpha(opacity=40);
	float:left;
	-moz-opacity:.40;
	opacity:.40;
	position: absolute;
	margin-left: 1px;
	margin-top: 1px;
}
.gameList .gameInfo .der{
	float: left;
	margin-left: 5px;
}
.gameList .gameInfo .der .titulo{
	width: 100%;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	border-bottom: 0px solid #4D75AC;
	margin-bottom: 0px;
	background-color: transparent;
}
.gameList .gameInfo .der .texto{
	margin-left: 3px;
	margin-right: 3px;
	text-align: left;
	width: 400px;
}
.score{
	background-image: url('http://static.gamdemonium.com/img/score.gif');
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 5px;
	margin-top: 3px;
	text-align: center;
	z-index: 5;
	font-weight: bold;
	padding-top: 8px;
}
.gameList .gameInfo .der .categoria{
	color: #FF6633;
	font-weight: bold;
}
.gameList .gameInfo .der .categoria a{
	color: #FF6633;
	font-weight: bold;
}
.gameList .gameInfo .der .titulo a:link, .gameList .gameInfo .der .titulo a:visited{	
	font-family: Arial, Tahoma, sans-serif;
	font-size: 9pt;
	color: #4D75AC;
	text-decoration: none;
	margin-left: 3px;
	margin-right: 3px;
}
.gameList .gameInfo .der .titulo a:hover, .gameList .gameInfo .der .titulo a:active{
	font-family: Arial, Tahoma, sans-serif;
	font-size: 9pt;
	color: #FF6633;
	text-decoration: underline;
	margin-left: 3px;
	margin-right: 3px;
}
.paginacion_area{
	margin-top: 12px;
	padding-left: 5px;
	padding-bottom: 30px;
}
.paginacion{
	background-color: #DCE3EF;
	border: 1px solid #6F90BD;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	margin-left: 2px;
	float: left;
	text-align: center;
}
/*
Game actions
*/
#game_status{
	width: 213px;
	height: 25px;
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
}
#game_status #mouse_on{
	background-image: url('http://static.gamdemonium.com/img/game_actions/mouse_on.png');
	background-repeat: no-repeat;
	width: 75px;
	height: 25px;
	margin-right: 3px;
	float: left;
}
#game_status #mouse_off{
	background-image: url('http://static.gamdemonium.com/img/game_actions/mouse_off.png');
	background-repeat: no-repeat;
	width: 75px;
	height: 25px;
	margin-right: 3px;
	float: left;
}
#game_status #keyboard_on{
	background-image: url('http://static.gamdemonium.com/img/game_actions/key_on.png');
	background-repeat: no-repeat;
	width: 135px;
	height: 25px;
	float: left;
}
#game_status #keyboard_off{
	background-image: url('http://static.gamdemonium.com/img/game_actions/key_off.png');
	background-repeat: no-repeat;
	width: 135px;
	height: 25px;
	float: left;
}
#game_operations{
	width: 213px;
	height: 25px;
	clear: both;
	padding-bottom: 3px;
}
#game_operations #votes{
	background-image: url('http://static.gamdemonium.com/img/game_actions/vote.png');
	background-repeat: no-repeat;
	width: 89px;
	height: 25px;
	margin-right: 3px;
	float: left;
}
#game_operations .vote_mas1{
	background-image: url('http://static.gamdemonium.com/img/game_actions/vote_mas_on.png');
	background-repeat: no-repeat;
	width: 28px;
	height: 25px;
	margin-right: 3px;
	float: left;
	cursor: pointer;
}
#game_operations .vote_mas2{
	background-image: url('http://static.gamdemonium.com/img/game_actions/vote_mas_over.png');
	background-repeat: no-repeat;
	width: 28px;
	height: 25px;
	margin-right: 3px;
	float: left;
	cursor: pointer;
}
#game_operations .vote_menos1{
	background-image: url('http://static.gamdemonium.com/img/game_actions/vote_menos_on.png');
	background-repeat: no-repeat;
	width: 28px;
	height: 25px;
	margin-right: 3px;
	float: left;
	cursor: pointer;
}
#game_operations .vote_menos2{
	background-image: url('http://static.gamdemonium.com/img/game_actions/vote_menos_over.png');
	background-repeat: no-repeat;
	width: 28px;
	height: 25px;
	margin-right: 3px;
	float: left;
	cursor: pointer;
}
#game_operations .fav1{
	background-image: url('http://static.gamdemonium.com/img/game_actions/fav_on.png');
	background-repeat: no-repeat;
	width: 28px;
	height: 25px;
	margin-right: 3px;
	float: left;
	cursor: pointer;
}
#game_operations .fav2{
	background-image: url('http://static.gamdemonium.com/img/game_actions/fav_over.png');
	background-repeat: no-repeat;
	width: 28px;
	height: 25px;
	margin-right: 3px;
	float: left;
	cursor: pointer;
}
#game_operations .send1{
	background-image: url('http://static.gamdemonium.com/img/game_actions/mail_on.png');
	background-repeat: no-repeat;
	width: 28px;
	height: 25px;
	float: left;
	cursor: pointer;
}
#game_operations .send2{
	background-image: url('http://static.gamdemonium.com/img/game_actions/mail_over.png');
	background-repeat: no-repeat;
	width: 28px;
	height: 25px;
	float: left;
	cursor: pointer;
}
