body {
    margin: 0;  
    font-family: verdana, sans-serif;
    color: #444;
}

table, th, td {
	vertical-align: top;
}

#header #logo_wrapper {
	text-align: center;
}

#header #title_wrapper h1 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-weight: bold;
    white-space: nowrap;
    color: #000;
}

#header #title_wrapper h2 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-weight: bold;
    font-style: italic;
    white-space: nowrap;
    color: #888;
}

#left_menu {
	margin: 0;
	padding: 0;
	list-style: none;	
}

#left_menu li {
	background: #fff url('/img/tab.jpg') no-repeat left top;
	font-weight: bold;
	color: #fff;
	padding-left: 4px;
	height: 20px;
}

#left_menu li.admin {
	background: #fff url('/img/admin_tab.jpg') no-repeat left top;
}

#left_menu li a, #left_menu li a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#sponsor_ticker .tickercontainer {
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 27px;
	width: 944px;
}

#sponsor_ticker .tickercontainer .mask {
	overflow: hidden;
	position: relative;
	left: 86px;
	top: 8px;
	width: 864px;
}

#sponsor_ticker {
	height: 33px;
	border-bottom: 1px solid #000;
	background: #c00;
	color: #fff;
	-moz-box-shadow: 2px 0 5px #000;
	-webkit-box-shadow: 2px 0 5px #000;
	box-shadow: 2px 0 5px #000;
	margin-bottom: 6px;
	overflow: hidden;
}

#sponsor_ticker_label {
	width: 79px;
	position: relative;
	left: 6px;
	top: 8px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#sponsor_ticker_container {
	position: absolute;
	top: 0;
	width: 950px;
}

#sponsor_ticker ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#sponsor_ticker ul li {
	float: left;
	margin: 0 20px;
	padding: 0;
	color: #fff;
	font-weight: bold;
	list-style-type: none;
}

#sponsor_ticker ul li a, #sponsor_ticker ul li a:visited {
	color: #fff;
}

#footer h3 {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 123.1%;
    color: #c00;
}

#footer p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 93%;
}

#footer {
}

#footer div.badges {
    text-align: center;
}

#footer div.badges img {
    vertical-align: middle;
}

#content h1 {
    font-weight: bold;
    font-size: 20px;
    color: #c00;
}

#content h1 :link, #content h1 :visited {
    color: #c00;
}

#content h2 {
	font-weight: bold;
	font-size: 16px;
    color: #c00;
}

#content h2 :link, #content h2 :visited {
    color: #c00;
    text-decoration: none;
}

#content h3 {
	font-weight: bold;
	font-size: 14px;
}

#flashMessage, #alerts {
    font-weight: bold;
    background-color: #ffc;
    border: 1px solid #c00;
    color: #c00;
    width: 90%;
    padding: 10px;
    margin: 10px auto;
}

#right {
}

#left .menu_tab {
    display: block;
    padding: 0;
}

#left .menu_tab img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

#left .menu_badge {
    margin: 0;
    padding-top: 8px;
    text-align: center;
}

em {
    color: #c00;
    font-weight: bold;
    font-style: normal;
}

p {
    padding-top: 0;
}

hr {
    color: #c00;
    background-color: #c00;
    text-align: center;
}

th,td {
    border: none;
}

h1,h2,h3,h4,h5 {
    margin: 0 0 6px 0;
}

p,fieldset,table {
    margin: 0 0 6px 0;
}

.label_required {
    font-weight: bold;
}

.label_optional {
}

.title_sponsors {
    text-align: center;
}

.title_sponsors img {
    padding: 4px;
    vertical-align: middle;
}

.sponsors td {
    text-align: center;
}

.sponsor_badge {
    width: 60%;
}

.upcoming_tournaments {
    overflow: auto;
    padding: 10px;
}

.upcoming_tournaments .upcoming_tournament {
    padding: 0.5em;
    vertical-align: middle;
    text-align: center;
    max-width: 200px;
    float: left;
}

dl.volunteer_opportunities {
}

dl.volunteer_opportunities dt {
    font-weight: bold;
}

dl.volunteer_opportunities dd {
    padding-top: 4px;
    max-width: 70%;
}

.table_divisions {
    width: 100%;
    border-collapse: collapse;
}

.table_divisions .division_gender {
    font-weight: bold;
}

.table_divisions td {
    border-top: 1px solid #c00;
    text-align: center;
    padding: 4px;
}

.table_calendar {
    border-collapse: collapse;
}

.table_calendar th {
    text-align: left;
    padding: 4px;
}

.table_calendar td {
    border-top: 1px solid #c00;
    padding: 4px;
}

#events_upcoming td :link, #events_upcoming td :visited {
    font-weight: bold;
    color: #c00;
}

.table_calendar td dl {
    padding: 0;
    margin: 0;
}

.table_calendar td dd {
    padding: 0;
    margin: 0;
    margin-left: 8px;
    white-space: nowrap;
}

.table_list {
    border-collapse: collapse;
}
    
.table_list th {
    text-align: left;
    padding: 4px;
}

.table_list td {
    border-top: 1px solid #c00;
    padding: 4px;
}

td.table_enabled {
    background-color: #6f9;
}

td.table_disabled {
    background-color: #ccc;
}

tr.table_expired {
    background-color: #ccc;
}

tr.table_active {
    background-color: #6f9;
}
    
.competitive_team_logo {
    float: right;
    min-width: 200px;
    width: auto !important;
    width: 200px;
    margin-right: 20px;
    text-align: center;
    padding: 10px;
}

.competitive_team_content {
}

.competitive_accepted_teams {
    margin-bottom: 20px;
    border-collapse: collapse;
}

.competitive_accepted_teams th {
    text-align: left;
    padding: 4px;
}

.competitive_accepted_teams td {
    border-top: 1px solid #888;
    padding: 4px;
}

dl.news dt {
    padding-bottom: 8px;
    font-weight: bold;
    color: #c00;
}

dl.news dt :link, dl.news dt :visited {
    color: #c00;
}

dl.news dd {
    margin-left: 10px;
    padding-bottom: 10px;
}

dl.alerts dt {
    padding-bottom: 8px;
}

dl.alerts dd {
    padding-bottom: 4px;
}

.error_message {
	color: #c00;
	font-weight: bold;
}

.form_error {
	background-color: #c00;
	color: #fff;
}

.fb-like-box {
    text-align: center;
    padding: 20px 0;
}

#refund_request_form textarea[name="Address"] {
	height: 60px;
}

#refund_request_form textarea[name="Reason"] {
	height: 120px;
}

#referee_availability_form textarea[name="RefereeComments"] {
	height: 120px;
}
