body {
	margin: 0px;
}

.SubHeading {
	color: #3366FF;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 2px;
	text-decoration: underline;
}

a:hover, a:visited, a:link {
	color: blue;
}

img {
	border: 0px;
}

p {
	padding: 0px;
	margin: 8px 0px 8px 0px;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

.Document {
	color: black;
	font-family: Verdana;
	font-size: 12px;
}

.Document .Header {
	background: url(/images/background.png) repeat-x black;
	width: 100%;
	height: 100px;
	color: white;
	margin-bottom: 10px;
}

.Document .Header.Small {
	height: 30px;
}

.Document .Header.Small .Logo, .Document .Header.Small .Text {
	display: none;
}

.Document .Header.Small .Stats {
	top: 9px;
}

.Document .Header .Logo {
	 text-align: left;
	 padding-top: 30px;
	 padding-left: 20px;
}

.Document .Header .Logo .Image {
	float: left;
}

.Document .Header .Logo .Text {
	float: left;
	margin-left: 14px;
	font-size: 18px;
	margin-top: 12px;
}

.Document .Header .Stats {
	float: right;
	position: relative;
	top: 40px;
	right: 15px;
	font-size: 12px;
}

.Clear {
	clear: both;
}

.Content {
	padding: 0px 10px 10px 10px;
}

.Module {
	margin-top: 15px;
}

.Module .Heading {
	padding-left: 5px;
	padding-top: 8px;
	text-align: left;
	color: #666666;
	background-color: #E9E7E7;
	border-left: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
	border-top: 1px solid #C4C4C4;
	font-weight: bold;
	font-size: 13px;
	height: 24px;
}

.Module .Contents {
	background-color: #F7F7F7;
	border-left: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	padding: 5px;
}

.ServerTable tr, .PlayerTable tr {
	height: 24px;
}

.SortDirection {
	width: 16px;
	height: 16px;
	float: left;
}	

table th.sortasc .SortDirection {
	display: block;
	background: url(/images/icons/up.png) no-repeat;
}

table th.sortdesc .SortDirection {
	display: block;
	background: url(/images/icons/down.png) no-repeat;
}

table th div {
	float: left;
}

table th {
	cursor: pointer;
	text-decoration: underline;
	text-align: left;
}

table tr.rowodd {
	background-color: #DDDDDD;
}

.Lightbox {
	border: 1px solid black;
	width: 525px;
	padding: 10px;
	position: fixed;
	background-color: white;
	margin-left: 50%;
	left: -287px;
	top: 40%;
	text-align: center;
	z-index: 1002;
	overflow: auto;
	border: 1px solid grey;
}

#LightboxOverlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);

}

.PartyLightbox, .PlayNowLightbox, .RegionUnavailableLightbox {
	text-align: left;
}


.PartyLightbox .Heading, .PlayNowLightbox .Heading, .PartyLightbox .Heading, .RegionUnavailableLightbox .Heading {
	font-weight: bold;
	font-size: 14px;
}

.PlayNowLightbox .Status, .PartyLightbox .Status {
	padding-bottom: 10px;
}

.PartyLightbox .Status div, .PartyLightbox .Status img, .PlayNowLightbox .Status div, .PlayNowLightbox .Status img {
	float: left;
}

.PartyLightbox .Status div, .PlayNowLightbox .Status div {
	margin-right: 10px;
}

.PartyLightbox .Pairs div {
	float: left;
}

.PartyLightbox .Control {
	float: left;
}

.RegionUnavailableLightbox .Information, .RegionUnavailableLightbox .Close {
	padding: 5px 0px 5px 0px;
}

.InGameConnectWarning {
	color: blue;
	text-align: center;
}

.InGameConnectWarning img {
	vertical-align: middle;
}

select.Campaign .CampaignHeading {
	color: #0066CC;
}

.MatrixTable th, .PlayerTable th {
	font-weight: bold;
}

.MatrixTable td {
	padding: 3px;
	width: 150px;
	border: 1px solid black;
}

.MatrixTable {
	font-size: 12px;
	margin-top: 5px;
}

.MatrixTable a {
	color: white;
}

.MatrixTable .Campaign a {
	color: black;
}

.MatrixTable .GameMode {
	margin-top: 5px;
}

.MatrixTable .Campaign {
	background-color: #CCCCCC;	
}

.MatrixTable .Populated {
	background-color: orange;
}

.MatrixModuleHeader .Populated {
	color: orange;
}

.MatrixTable .Joinable {
	background-color: #009900;
}

.MatrixModuleHeader .Joinable {
	color: #009900;
}

.MatrixTable .Empty {

}

.MatrixModuleHeader {
	margin-left: 3px;
}

.MatrixModuleHeader .Selected {
	font-weight: bold;
}

.HelpText {
	position: relative;
}

.HelpText .Tooltip {
	background-color: #FDFCB3;
	border: 1px solid #999999;
	padding: 4px;
	position: absolute;
	right: -520px;
	top: -20px;
	width: 500px;
	z-index: 100;
}

.TopHeading .Title {
	float: left;
	color: black;
	font-size: 16px;
	font-weight: bold;
}

.TopHeading .SwitchView img {
	vertical-align: middle;
}
	
.TopHeading .SwitchView {
	float: right;
}

.HelpText .Tooltip .Title {
	font-weight: bold;
	margin-bottom: 5px;
}

.HelpText img {
	vertical-align: middle;
}

.PlayerTable .PlayFair {
	color: green;
}

.PlayerTable tr.Match {
	background-color: #99FF99;
}

.PlayerTable .RageQuit {
	color: red;
}

.QueryLog {
	background-color: #DDF;
	border: 1px solid black;
	left: 5px;
	position: absolute;
	top: 20px;
	width: 99%;
	z-index: 1000;
	padding: 5px;
}

.QueryLog .QueryRow {

}

.QueryLog .QueryRow .QueryTime {
	font-weight: bold;
}

.RuntimeInfo {
	position: absolute;
	right: 10px;
	text-align: right;
	top: 10px;
	font-size: 9px;
	color: #AAA;
}

.RuntimeInfo a {
	color: #FFB;
	text-decoration: underline;
}
