/* UW Sport CSS */

/* reset whitespace */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,hr { 
	margin:0;
	padding:0;
}
body {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* text */

h1 {
	font: bold 18px tahoma;
	margin: 24px 25px 12px 0px;
	color: #cc0000;
	text-transform: uppercase;
}

h2 {
	font: bold 12px tahoma;
	margin: 12px 25px 12px 0px;
	color: #cc0000;
	text-transform: uppercase;
}

p {
	margin: 12px 0px 12px 0px;
}

ul {
	list-style-type: none;
	margin: 12px 0px 12px 0px;
}

/* links */

a img { border: none }

a,
a:visited {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* basic layout */

body {
	font: normal 11px tahoma, verdana, arial;
	color: #000;
	background: #fff;
	line-height: 16px;
}

#center {
	width: 770px;
	margin: 0 auto;
	background: #fff url('../images/bg.gif') repeat-y left top;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	margin: 0;
	line-height: 0px;
}

#content {
	width: 600px;
	background: #fff url('../images/bg-content.gif') repeat-x left 190px;
}

#header {
	height: 190px;
	background: #fff url('../images/uwsport-header.gif') no-repeat left top;
}

#nav {
	width: 170px;
	background: #e9ece6 url('../images/uwsport-header-nav.gif') no-repeat left top;
	padding-top: 143px;
}

#footer {
	height: 74px;
	clear: both;
	background: #fff url('../images/bg-footer.gif') no-repeat left top;
	padding: 0px 20px 0px 90px;
}

.maincol {
	width: 390px;
	padding: 0px 0px 0px 20px;
}

.subcol {
	width: 190px;
	padding: 0px 0px 0px 0px;
}

/* nav bar */

#nav ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	font: bold 11px tahoma, arial;
	text-transform: uppercase;
	line-height: 12px;
}

#nav ul li {
	display: block;
	margin: 0px;
	padding: 6px 0px 6px 12px;
}

#nav ul li a,
#nav ul li a:visited {
	color: #666;
}

#nav ul li a:hover {
	text-decoration: none;
	color: #cc0000;
}

#nav ul li.current {
	background: transparent url('../images/currentpage.gif') repeat-y left top;
}

#nav ul li.current a,
#nav ul li.current a:visited {
	color: #000;
}

#uleisure {
	display: block;
	margin-top: 15px;
}

/* main col */

.wide {
	width: 580px;
}

.wide .left {
	width: 410px;
}

.wide .right {
	width: 190px;
}

.maincol p {
	margin-left: 0px;
	margin-right: 25px;
}

.maincol ul {
	margin-left: 0px;
	margin-right: 25px;
}

.homephoto {
	margin-top: 20px;
}

/* sub col */

#login {
	background: #cc0000 url('../i/login-top.gif') no-repeat left top;
	margin-top: 12px;
}

#login form {
	background: transparent url('../images/login-bottom.gif') no-repeat left bottom;
}

.box {
	background: #e9ece6 url('../images/box-bottom.gif') no-repeat left bottom;
	margin-top: 20px;
	padding-bottom: 6px;
}

.box h3 {
	font: normal 11px tahoma, arial;
	text-transform: uppercase;
	padding: 8px 12px 9px 12px;
	background: #e9ece6 url('../images/box-top.gif') no-repeat left top;
}

.box h4 {
	font: bold 10px tahoma, arial;
	text-transform: uppercase;
	margin: 12px 12px 0px 12px;
}

.box p {
	margin: 0px 12px 12px 12px;
	color: #666;
}

.box form {
	margin: 6px 12px 10px 12px;
	color: #666;
}

/* forms */

fieldset {
	border: none;
}

#login form {
	padding: 6px 12px 10px 12px;
}

#login label {
	font: normal 11px tahoma, arial;
	display: block;
	margin: 5px 0px 3px 0px;
	color: #fff;
}

#login .input {
	border: none;
	background: #fff;
	font: normal 11px tahoma, arial, verdana;
	padding: 2px;
	width: 100px;
}

#login .button {
	display: block;
	margin: 58px 0px 0px 0px;
	float: right;
}

#forgot {
	display: block;
	font-size: 10px;
	color: #fff;
	margin-top: 7px;
}

/* footer */

#footer p {
	padding: 49px 0px 0px 0px;
	margin: 0px;
}	

/* tables */

table {
	font: normal 11px tahoma, verdana, arial;
	color: #000;
	background: #fff;
	line-height: 16px;
	width: 410px;
	margin-left: 0px;
}

th {
	padding: 0px 20px 0px 0px;
	border-bottom: solid 1px #d8ded3;
	border-top: solid 1px #d8ded3;
	background: #fff url('../images/bg-th.gif') repeat-x left top;
}

td {
	padding: 8px 20px 8px 0px;
	border-bottom: solid 1px #d8ded3;
}
td.members {
	padding: 8px 20px 8px 0px;
	border-bottom: solid 1px #d8ded3;	
}
th.days {
	width: 170px;
}

table h2,
table p,
table ul {
	margin-left: 0px;
}

table h2 {
	margin: 8px 0px 8px 0px;
}

table ul.days {
	margin: 0px;
}

table ul.days li {
	margin: 0px;
	padding: 0px;
	background: none;
}

#lists { width: 390px; padding-bottom: 15px; }
#lists ul.left {
	float: left;
	width: 130px;	
	margin: 0px;
	padding: 0px;
	border: 0px none;	
	list-style-position: inside;
	list-style-type: none;
	position: relative;
	left: 0px;
}

#lists ul.right {
	float: right;
	width: 190px;	
	margin: 0px;
	padding: 0px;
	border: 0px none;	
	list-style-position: inside;
	list-style-type: none;
}

#lists ul.left li a,
#lists ul.left li a:visited {
    margin: 0;
    padding: 0;
	display: block;
}