
/*---- GENERAL ----*/

* { margin: 0; padding: 0; }

.hide { position: absolute; left: -9999px; font-size: 0; }

.mir { letter-spacing : -1000em; }
/*\*/* html .mir { text-indent: -999em; overflow: hidden; }
html>body .mir { letter-spacing: normal; text-indent: -999em; overflow: hidden; }/**/

img {
	display: block;
	border: 0;
}

.inline { display: inline; }

.clear { clear: both; }



/*---- LAYOUT ----*/

body {
	background: #2d3132 url("../images/bg.gif") repeat-x;
	text-align: center;
}

#wrapper {
	margin: 20px auto 0;
	width: 704px;
	text-align: left;
}



#header a {
	display: block;
	background: url("../images/header.gif") no-repeat;
	width: 704px;
	height: 133px;
}

#main {
	float: left;
	width: 704px;
	background: #fff url("../images/bg_content.gif") repeat-y;
}

body.admin #main {
	width: 664px;
	\width: 704px;
	w\idth: 664px;
	background: #fff;
	padding: 20px;
}

#flash {
	float: right;
	background: url("../images/flash_movie.gif") no-repeat;
	margin: 0 7px 0 0;
	width: 451px;
	height: 220px;
	display: inline;
}

#sidebar {
	float: left;
	margin: 0 0 0 6px;
	width: 238px;
	display: inline;
}

body.home #sidebar { clear: left; }

#content {
	float: right;
	margin: 0 7px 0 0;
	width: 451px;
	display: inline;
}

body.memberships #content { background: #999 url("../images/bottom_people.gif") no-repeat bottom; }

#contentpad { padding: 10px 10px 70px 10px; }

.left, .right {
	float: left;
	width: 215px;
	padding: 0 0 15px;
}

.right { float: right; }

#footer {
	clear: both;
	background: url("../images/bg_bottom.gif") no-repeat;
	margin: 0 0 20px;
	height: 21px;
}

#content img { padding: 4px 0 12px 8px; } /* use margins for IE 5.5 */

#sidebar img { padding: 15px 0 15px 15px; } /* use margins for IE 5.5 */

#content img.nopad, #sidebar img.nopad { padding: 0; }



/*---- TYPOGRAPHY ----*/

h3 {
	font: normal 13px/18px helvetica, arial, sans-serif;
	color: #333;
	padding: 5px 0 2px 10px;
}

#sidebar h2, #content h2 {
	font: normal 14px helvetica, arial, sans-serif;
	padding: 12px 5px 8px 10px;
	color: #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin: 0 0 5px;
}

#sidebar h2, body.home #content h2 { border-top: 0; }

#content h2 {
	background: #666 url("../images/flag_lt.gif") no-repeat 5px 1px;
	font-weight: bold;
	font-style: italic;
	padding-left: 34px;
}

p, label, ul {
	font: normal 12px/18px helvetica, arial, sans-serif;
	padding: 0 10px 10px;
	color: #eee;
}

ul { padding: 0 10px 10px 25px; }

label { color: #333; }

th, td {
	font: normal 12px/18px helvetica, arial, sans-serif;
	padding: 6px 8px;
	color: #eee;
}



/*---- LINKS ----*/

a {
	text-decoration: none;
	color: #9ff;
}

a:hover { text-decoration: underline; }



/*---- NAVIGATION ----*/

#topmenu {
	float: left;
	width: 704px;
	background: url("../images/topmenu.gif") no-repeat;
}

#menu {
	float: left;
	background: url("../images/menu.gif") no-repeat;
	margin: 0 0 0 6px;
	width: 238px;
	display: inline;
}

#topmenu ul, #menu ul {
	padding: 0;
	list-style: none;
}

#topmenu ul { margin: 0 0 0 10px; }

#topmenu li { display: inline; }

#topmenu li a {
	display: block;
	float: left;
	height: 23px;
}

#topmenu li#locations a { width: 96px; }
#topmenu li#events a { width: 80px; }
#topmenu li#leagues a { width: 131px; }
#topmenu li#stats a { width: 115px; }
#topmenu li#sponsors a { width: 160px; }

#menu li a {
	display: block;
	width: 238px;
	height: 25px;
}

#topmenu a:hover, #menu a:hover { text-decoration: none; }



/*---- TABLES ----*/

table {
	border-collapse: collapse;
	margin: 10px 0 10px 10px;
	width: 430px;
}

th, td {
	border-bottom: 1px solid #666;
	text-align: left;
}

th {
	background-color: #666;
	vertical-align: bottom;
}

th.name { background: #666 url("../images/name.gif") no-repeat center; }

th.lap { background: #666 url("../images/lap.gif") no-repeat center; }

td { vertical-align: top; }

tr.alternate td { background-color: #939393; }

td.date {
	font-weight: bold;
	letter-spacing: 1px;
}

table p { padding: 0 0 5px; }

span.errorpanel {
	display: block;
	margin: 10px;
	padding: 10px;
	border: 1px solid #b00;
	background-color: #fff;
	font: normal 12px/18px helvetica, arial, sans-serif;
	color: #b00;
	font-weight: bold;
}



/*---- FORMS ----*/

label {
	display: block;
	padding: 0 0 10px;
	color: #fff;
}

input{padding:1px 0}
/*\*/select > option{padding:0 5px 0 3px}/**/


