body
{
}

table, tr, th, td, img, p
{
	padding: 0;
	margin: 0;
	border: 0;
}

p
{
	margin-top: 8px;
	margin-bottom: 8px;
}

h1
{
	margin-bottom: 8px;
	font-family: arial, helvetica, verdana;
	font-size: 20px;
	font-weight: bold;
	color: #f77600;
}

table
{
	border-collapse: collapse;
	border-spacing: 0px; 
}

table, tr, th, td
{
	font-family: arial, helvetica, verdana;
	font-size: 13px;
}

.error
{
	font-weight: bold;
	color: #FF3333;
}

.message
{
	font-weight: bold;
	color: #222288;
}

table.form td,
table.form tr td
{
	padding: 3px;
}

td.label
{
	font-weight: bold;
	text-align: right;
}

.line
{
	display: inline;
	vertical-align: middle;
}

a:link, a:visited
{
	color: #0000ee;
}

a:hover, a:active
{
	color: #176afd;
}

table.infocard
{
	border-collapse: collapse;
	border: solid #D5D5D5 1px;
}

table.infocard th,
table.infocard td
{
	text-align: left;
}

table.infocard th
{
	padding: 3px;
	background-color: #EBEBEB;
	font-size: 17px;
	font-weight: bold;
}

table.infocard td
{
	padding: 5px;
	background-color: #FCFCFC;
}

table.data
{
	border-collapse: collapse;
	border: solid black 2px;
}

table.data td,
table.data th
{
	padding: 4px;
	padding-left: 9px;
	padding-right: 9px;
	text-align: center;
}

table.data th
{
	font-weight: bold;
	font-size: 14px;
	font-family: verdana;
	color: #001177;
	color: black;
	background-color: #D0D0D0;
	border-bottom: solid #0033BB 1px;
}

table.data td
{
	vertical-align: top;
	border-bottom: solid #D5D5D5 1px;
}

table.data tr.even td
{
	background-color: #FFFFFF;
}

table.data tr.odd td
{
	background-color: #EBEBEB;
}

table.data tr.even_hover td,
table.data tr.odd_hover td
{
	cursor: default;
	background-color: #748aae;
	color: white;
}

table.data tr.even_hover td a,
table.data tr.odd_hover td a
{
	color: #FFFF00;
}

table.details
{
	border-collapse: collapse;
}

table.details td
{
	padding: 4px;
	vertical-align: top;
	text-align: left;
}

a.nav_link:link,
a.nav_link:visited
{
	color: black;
	font-weight: bold;
}

a.nav_link:active,
a.nav_link:hover
{
	color: #176afd;
	font-weight: bold;
}

a.gray_link
{
	color: #888888;
	cursor: default;
	font-weight: bold;
	text-decoration: none;
}

table.calendar
{
	border-collapse: collapse;
	border: solid black 2px;
}

table.calendar td,
table.calendar th
{
	padding: 3px;
	width: 70px;
	border: solid #252525 1px;
}

table.calendar td
{
	height: 70px;
	text-align: right;
	vertical-align: top;
	font-size: 12px;
	font-weight: normal;
}

table.calendar th
{
	font-weight: bold;
	font-size: 14px;
	font-family: verdana;
	background-color: #444444;
	color: white;
	text-align: center;
	vertical-align: middle;
}

table.calendar td.cal_outside_range
{
	background-color: #D0D0D0;
}

table.calendar td.cal_default_day
{
	background-color: #E5E5E5;
}

table.calendar td.cal_practice
{
	background-color: #c1c8e3;
	color: black;
}

table.calendar td.cal_home
{
	background-color: #FFFFFF;
	color: black;
}

table.calendar td.cal_away
{
	background-color: #ffdc91;
	color: black;
}

table.calendar td.cal_other_event
{
	background-color: #33FF00;
	color: black;
}

table.calendar td.cal_practice_hover
{
	background-color: #5c78e3;
	color: white;
}

table.calendar td.cal_home_hover
{
	background-color: #777777;
	color: white;
}

table.calendar td.cal_away_hover
{
	background-color: #ce8c00;
	color: white;
}

table.calendar td.cal_other_event_hover
{
	background-color: #44A321;
	color: white;
}

table.calendar td.cal_practice,
table.calendar td.cal_home,
table.calendar td.cal_away,
table.calendar td.cal_other_event,
table.calendar td.cal_practice_hover,
table.calendar td.cal_home_hover,
table.calendar td.cal_away_hover,
table.calendar td.cal_other_event_hover
{
	font-weight: bold;
}

span.event_popup
{
	position: absolute;
	z-index: 20;
	visibility: hidden;
	color: black;
	background-color: white;
	font-size: 14px;
	padding: 6px;
	border-bottom: solid black 2px;
	border-right: solid black 2px;
	border-top: solid #AAAAAA 1px;
	border-left: solid #AAAAAA 1px;
	text-align: left;
	display: block;
	font-weight: normal;
	white-space: nowrap;
}

table.bracket td
{
	padding: 0;
}

.bracket_name,
.bracket_empty
{
	border-top: solid #BBBBBB 1px;
	border-left: solid #CCCCCC 1px;
	border-right: solid black 1px;
	border-bottom: solid black 1px;
	padding: 2px;
	font-size: 11px;
}

.bracket_name
{
	background-color: white;
}

.bracket_empty
{
	background-color: #DDDDDD;
}

.bracket_seed
{
	padding: 2px;
	color: #5555DD;
}

.bracket_score
{
	border: solid #CDCDCD 1px;
	color: #994400;
	background-color: white;
	padding: 2px;
	white-space: nowrap;
}

a.thread_off,
a.thread_off:link,
a.thread_off:visited
{
	font-size: 115%;
	color: black;
}

a.thread_off:hover,
a.thread_off:active
{
	font-size: 115%;
	color: #777777;
}

a.thread_on,
a.thread_on:link,
a.thread_on:visited,
a.thread_on:hover,
a.thread_on:active
{
	font-size: 115%;
	color: #FF8800;
	text-decoration: none;
	cursor: default;
}

table.tree tr td
{
	padding: 0;
}

a.leftnav_link,
a.leftnav_link:link,
a.leftnav_link:visited,
a.leftnav_link:hover,
a.leftnav_link:active
{
	font-size: 110%;
	color: black;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	cursor: default;
}

td.leftnav_off
{
	background-color: #c9d6e0;
	border: solid #bbbbbb 1px;
	padding: 4px;
}

td.leftnav_hover
{
	background-color: #719cbd;
	border: solid black 1px;
	padding: 4px;
}