/* 
	Global Styles
*/
a {
  font-weight: bold;
  text-decoration: none;
  color: #4F94CD;
}

a:hover {
  color: white;
}

body {
  font-family: Tahoma;
  color: #FFFFFF;
  background-color: #000000;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

form {
}

h1,h2,h3,h4,h5,h6 {
  font-variant: small-caps;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0px;
}

h4 {
	font-size: 0.9em;
	margin-left: 20px;
}

hr {
	width: 80%;
	color: #4F94CD;
	border-color: #4F94CD;
	clear: both;
}

p {
  margin-left: 25px;
}

dl {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

dl dt {
	margin: 0;
	padding: 5px 5px 0 0;
	clear: left;
	float: left;
	width: 115px;
	text-align: right;
	font-weight: bold;
	font-size: 0.8em;
}

dl dd {
  float: left;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 0.8em;
}

dl dd .errors {
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  margin-left: 20px;
  margin-bottom: 10px;
}

dl dd .error-field {
  border: 1px solid red;
}

form p.hint img {
  width: 285px;
  padding-top: 25px;
}


/*
	Layout Classes
*/
.wrapper {
  width: 975px;
  margin: 0 auto;
  text-align: left;
}

.header {
  margin-bottom: 30px;
}

.nav {
  float: left;
  width: 175px;
  margin-right: 25px;
  vertical-align: top;
}

.nav-pre {
  height: 30px;
  background-image: url('../images/nav_top.png');
}

.nav-content {
  text-align: center;
  background-image: url('../images/nav_bg.png');
}

.nav-post {
  height: 29px;
  background-image: url('../images/nav_bottom.png');
}

.nav-button {
  padding-bottom: 3px;
}

.adsense {
  text-align: center;
  padding-top: 20px;
}

.main {
  float: left;
  width: 775px;
}

.contentbubble {
  padding-bottom: 25px;
}

.contentbubble-paypal h1 {
  text-align: center;
}

.paypal-button {
  text-align: center;
}

.server-info {
  text-align: center;
}

.server-features {
  float: left;
}

.server-game-icon {
  float: left;
}

.server-connect {
  text-align: center;
  clear: both;
  padding-top: 10px;
  font-weight: bold;
}

.other-servers-list {
  list-style: none;
}

.recruitment-notes {
  margin-top: 25px;
  font-size: 0.8em;
}

.recruitment-disclaimer {
  margin-top: 25px;
  font-size: 0.9em;
}

#custom_poll_report {
  padding-top: 20px;
}

.polls, .no_polls_found {
  padding-bottom: 40px;
  clear: both;
}

.poll_question, .map_heading {
  padding-left: 40px;
  padding-bottom: 5px;
}

.poll_voters {
  padding-left: 40px;
}

.poll_no_votes, .no_map_ratings_found {
  font-style: italic;
}

#edit-pictures-link {
  clear: both;
  text-align: center;
  margin-top: 25px;
}

.back-navigation, .center-link {
  text-align: center;
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}

.left-link {
  float: left;
  padding-left: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}

.footer {
  clear: both;
  text-align: right;
  color: #B4B4B4;
  font-size: 0.8em;
  padding-top: 20px;
  padding-bottom: 20px;
}

.player-report-data {
	float: left;
	width: 370px;
}

.player-report-demos {
	float: left;
}

.player-report-comments {
	clear: both;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
}

#player-report-table_wrapper, #player-report-table, #player-report-table_info {
	width: 100%;
	font-size: 0.9em;
}

.player-report-demos {
	width: 280px;
	float: right;
}

.player-report-demo .filename {
	float: left;
	font-size: 0.8em;
}

.player-report-demos .uploadedby {
	float: left;
	font-size: 0.8em;
	padding-left: 5px;
}

.player-report-comment {
	width: 700px;
	float: right;
	padding-bottom: 15px;
	font-size: 0.9em;
}

.player-report-comment .infobox {
	width: 150px;
	padding-left: 10px;
	float: left;
}

.player-report-comment .infobox .name {
	font-size: 0.9em;
	font-weight: bold;
}

.player-report-comment .infobox .date {
	font-size: 0.8em;
}

.player-report-comment .comment {
	width: 540px;
	float: left;
}

.player-report-comment .statuschange {
	font-style: italic;
}

.player-report-new-comment {
	clear: both;
}

.none-found {
	font-size: 0.9em;
}

.quick-filters {
	font-size: 0.9em;
  margin-left: 5px;
  margin-bottom: 5px;
  float: right;
}


/* 
	Layout Classes
*/
.main-col {
  width: 500px;
  float: left;
}

.sidebar-col {
  width: 250px;
  float: left;
}

.spacer-col {
  width: 25px;
  float: left;
}

.left-col {
  width: 375px;
  float: left;
}

.right-col {
  width: 375px;
  float: left;
}

.full-col {
  width: 775px;
  clear: both;
}
