/*
 *
 * servers->view
 *
 */

#view .serverMapImage {
	float: right;
	width: 150px;
}

#view table {
	background-color: #383838;
}

#view td {
	border: none;
	text-align: left;
}

#view th {
	background-image: none;
	border: none;
}

#view caption {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
}

#view .containerTable {
	background-color: #fff;
	padding: 0px;
	width:300px;
	float:left;
	border:0px;
}

#view .connectionDetails {
	width: 200px;
	margin: 0px;
}

#view .gameDetails {
	width: 200px;
	margin: 0px;
}

#view .tableContainer {
	float:left;
	
}


/*
 *
 * servers->index
 *
 */


#index .server {
	background-color: #fff;
	border: solid 1px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 8px;
}
#index .serverHeader {
	padding: 4px;
}

#index .serverContent {
	padding: 4px;
}

#index .serverDetails {
	float: left;
	width: 360px;
}

#index .serverDetails table {
	height: 122px;
	border:none;
}

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

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

#index .gameIcon {
	height: 15px;
	float:right;
}

#index .serverName {
	font-weight: bold;
	height: 15px;
	float:left;
}

#index .barBackground {
	background-color: #DD0909;
	padding: 1px;
	height: 4px;
	width: 100px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

#index .bar {
	background-color: #009cff;
	height: 4px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

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

