﻿/*
 *
 * matches->index
 *
 */
 
}
#index .matchCell {
	background-color:#fff;
	border:1px solid #ddd;
	margin-bottom: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#index .matchHeader {
	padding: 4px;
}

#index .matchContent {
	padding: 4px;
}

#index .matchDetails {
	float: right;
	width: 360px;
	display: inline;
	margin:4px;
}

#index .matchDetails table {
	height: 122px;
	width: 100%;
}

#index .matchDetails td {
	text-align: left;
}

#index .mapImage {
	width: 160px;
	float: left;
	display: inline;
	margin: 4px;
	border: solid 1px #ccc;
}

#index .matchName {
	font-weight: bold;
	height: 16px;
	font-size: 16px;
	
}

#index .viewLink {
	margin-left: 270px;
}

#index .gameIcon {
	margin-left: 5px;
}

/*
 *
 * matches->results
 *
 */

#results th {
	border-left:0px;
	border-right:0px;
	text-indent:3px;
	height:20px;
}

