html, body {
    margin:0px;
    padding:0px;
    background-color:#000;
    color:#fff;
}
h1, h2 {
    text-align:center;
    clear:both;
}
p, dl, ol {
    margin:1em;
}

a, a:active {
   color:#fa0;
}
a:visited {
    color:#f70;
}
dd {
    margin: 0 1em;
}
input {
    background-color:#000;
    color:#ffce76;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:2px;
    cursor:pointer;
}

#container {
	width:97%;
	margin: 0px auto;
    padding:0px;
    position:relative;
}

#enter_match {
	background-color:#f00;
	width:30%;
	height:20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:#000;
	padding:5px;
	border: 3px solid #d00;
	margin: 3px;
	overflow:hidden;
	position:relative;
	text-align:center;
	line-height:20px;
	font-size:15px;
}

#enter_match select, #enter_match input {
	color:#000;
	background-color:#f22;
	padding:1px;
	border:2px outset #000;
	text-align:center;
}

#enter_match label {
	line-height:30px;
}

#enter_match_heading {
    margin:0 0 5px;
    font-size:20px;	
}
#match_entry_table {
	width:100%;
	text-align:center;
	margin:15px auto;
}
.match_number_label {
	width:25%;
	text-align:right;
}
.match_score_field {
	width:3em;
	background-color:#f33;
	color:#000;
	border:2px #b00 solid;
}

#mytournament {
	border:3px solid #ddac54;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;
	background-color: #ffce76;
	width:30%;
    min-height:20em;
	float:left;
    display:block;
    color:#000;
	margin: 5px 3px 15px;
	padding:5px;
}

#mytournament h2 {
	margin:2px;
}

#mytournament_tmlist {
	font-weight:bold;
    font-size:1.1em;
    list-style-type:none;
    margin:5px;	
    padding:0px;
}
#mytournament_tmlist li {
	margin-left: 10px;
	font-weight:normal;
	font-size:.9em;
}
#mt_match_table {
    width:100%;
}
.mt_match_num, .mt_match_score {
    width:33%;
}
.mt_match_num {
	text-align:right;
}
.mt_match_score {
	text-align:center;
}

#stats {
    width:64%;
    min-height:20em;
    float:left;
    display:block;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border: 3px solid #c1dd83;
    background-color:#E3FFA5;
    color:#000;
    margin: 5px 2px 15px;
    padding:5px;
}
#stats h2 {
	margin:2px;
}

.stats_team_listing {
    font-weight:bold;
    font-size:1.2em;
    padding:5px;
    border:1px solid #000;
    list-style-type:none;
    height:8em;
    width:9em;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    float:left;
    margin:5px;
}
.stats_team_listing li {
	font-weight:normal;
	font-size:.8em;
	margin-left:10px;
}
.stats_team_listing li a,
.stats_team_listing li a:visited,
.stats_team_listing li a:active,
#mytournament_tmlist li a,
#mytournament_tmlist li a:visited,
#mytournament_tmlist li a:active {
	color:#000;
	text-decoration:none;
}
.stats_team_listing li a:hover,
#mytournament_tmlist li a:hover {
	text-decoration:underline;
}
.mt_match_num {
	text-align:left;
	width:30%;
}
.mt_match_score {
	width:35%;
	background-color:#ddab54;
}

#introheader {
	   clear:both;
}

#standings_table {
	margin:5px auto;
	font-size:1.2em;
}
.standings_team_name {
    width:125px;
}
.standings_round_score {
    width:20px;
    text-align:center;
}
.standings_total_score {
	text-align:center;
} 
.zebra0 td {
    background-color:#D2EE94;
}
.zebra1 td {
    background-color:#b0cc72;
}