/* @group Open Games List */

/* from weewar.com */

#openGames table {
	width: 100%;
	//margin-bottom: 3em;
	border: 1px solid #DDD;
	border-bottom-width: 0px;
}

#openGames td.ratingToHigh {
	color:#FF0000;
	font-weight:bold;
}

#openGames td {
	//padding: 1em 0px 0.9em 0.8em;
	vertical-align: middle;
	text-align: center;
}

#openGames th {
	//padding: 0.5em 0px 0.4em 0.8em;
	vertical-align: middle;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	font-weight: normal;
	color: #666;
	background: #FFF url(../images/nav_back2.gif) repeat-x left top;
}



span.custom {
	margin-right: 0.5em;
	color: #bc2224;
}

#openGames tr.even {
	background-color: #EFF5FB;
}

#openGames tr td {
	border-bottom: 1px solid #DDD;
}

#openGames a {
	text-decoration: none;
}

#openGames a span.map {
	display: block;
	position: relative;
	color: #666;
	margin-top: 0.2em;
}

#openGames a span.map img {
	position: absolute;
	top: 1.5em;
	left: 80px;
	//padding: 5px;
	background-color: #FFF;
	border: 1px dashed #CCC;
	z-index: 50;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#openGames a span.title {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
}

#openGames th.slots {
	text-align: right;
	padding-right: 0.8em;
}

#openGames td.slots {
	font-size: 1.2em;
	letter-spacing: 0.2em;
	color: #666;
	white-space: nowrap;
}

#openGames td.pace {
	font-size: 1.2em;
	color: #666;
	white-space: nowrap;
}

#openGames th a {
	text-decoration: none;
	font-weight: bold;
}

#openGames th a:hover {
	
}

/* @end */
