h1,h2,h3,div,td {
	font-family: verdana, geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

img {
   border: 0px;
   margin: 0px;
}

p {
	
}


form {
  margin: 0px;
}

pre {
 width: 565px;
 overflow: auto;
}

.photo {
  float: right;
  padding: 5px;
  background-color: #FFFFFF;
}


a {
	color: #004980;
}

a:hover {
  color: #666666;
}

h1 {
	color: #336;
	font-size: 20px;
	line-height: 130%;
}

h2 {
  background-color: #666666;
  color: #FFFFFF;
  padding: 5px;
  line-height: 130%;
}


body {
  width: 730px;
  absolute: center;
  border: 0px #113 solid;
  border-top: 0px #336 solid;
  background-color: #336;
  margin-left: 10%;
  margin-right: 10%;
}

#banner {
  margin: 0px 0px 5px 0px;
  float: left;
}

#links {
  margin-top: 2px;
  padding: 1px;
  list-style: none;
  width: 950px;
  text-align: center;
}

#links li {
  display: block;
}

#links li a {
  text-decoration: bold;
  color: #fff;
  padding: 2px 0px 5px 0px;
  width: 155px;
  text-align: center;
  float: left;
}

#main {
    width:960px;
    text-align: center;
}

#navigation {
  clear: both;
  margin: 10px 0px 0px 5px;
  padding:0;
  list-style:none;
  width:952px;
  text-align: center;
}


#navigation li {
  display: inline;
}

#navigation li a {
  text-decoration: none;
  padding: 4px 0px 4px 0px;
  width: 188px;
  background: #75B2DD;
  color: #eee;
  float: left;
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

#navigation li a:hover {
  background: #669;
  color: #000;
}

#mainbody {
  padding: 10px 30px 30px 30px;
  background: #FFFFFF;
  absolute: left;
}

#footer {
    font-size: 10px;
    float: left;
}


/********** ROSTERS **********/
table.roster {
	width: 575px;
	text-align: right;
}

tr.coach {
	text-align: left;
}

tr.roster-header td {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336;
	padding: 2px;
	text-align: left;
}

tr.roster-header td a{
    color: #FFFFFF;
    padding: 2px;
    text-decoration: underline;
}

tr.roster-header td a:hover{
    color: #666666;
    padding: 2px;
}

tr.roster-row a{
    text-decoration: underline;
    color: #4484cc;
}

tr.roster-row a:hover {
    text-decoration: underline;
    color: #000000;
}

tr.roster-row0 td {
	background-color: #CCC;
	font-size: 11px;
	padding: 2px;
	text-align: left;
}
tr.roster-row1 td {
	background-color: #FFF;
	font-size: 11px;
	padding: 2px;
	text-align: left;
}

tr.roster-row td {
    background-color: #E8E8E8;
    font-size: 11px;
    padding: 2px;
    color: #000000;
}

.bio {
    background: #B20839;
    border: outset;
    border-width: 5px;
    padding: 5px;
}

.bio-name {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    padding: 5px;
}

.bio-data {
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    padding: 5px;
}

.bio-data span{
    color: #c1c1c1;
}

.bio-data a{
  color:#ffffff;
}

.bio-data a:hover {
  color:#000000;
}

.bio-photo {
  float: left;
  padding: 10px;
}


/********** SCHEDULE **********/
table.schedule {
   width: 575px;
}

.schedule-header {
  background-color: #B20839;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
}

tr.schedule-header td {
  padding: 5px;
}

tr.schedule-row0 td {
    background-color: #C1C1C1;
    font-size: 11px;
    padding: 2px;
}

tr.schedule-row1 td {
    background-color: #FFFFFF;
    font-size: 11px;
    padding: 2px;
}

/********** RESULTS & CALENDAR **********/

table.scheduleDaily {
  width: 100%;
}

tr.scheduleDaily-row0 td,tr.scheduleDaily-row1 td {
    background-color: #;
    padding: 2px;
}

.sport {
  color: #9cb5dd;
  font-weight: bold;
}

.scheduleDaily-row0 a, .scheduleDaily-row1 a {
}

.scheduleDaily-row0 a:hover, .scheduleDaily-row1 a:hover {
  text-decoration: underline;
}

.scheduleDaily-row0 .date,  .scheduleDaily-row1 .date {
  padding: 5px;
  text-transform: uppercase;
  font-weight: bold;
}

/********** FADING SCROLLER **********/

div.scroller {
  font-weight: bold;
  font-size: 8pt;
  padding: 5px;
  height: 90px;
}

.scroller a {
  font-size: 8pt;
  text-decoration: underline;
}

.scroller-score {
  float: right;
  font-size: 8pt;
  padding-right: 10px;
}

/********** COMPOSITE *************/
.calendar {
  border-collapse: collapse;
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
}

.calendar td {
  border: 1px solid #B20839;

}

.calendar td a {
  font-size: 10px;
  font-weight: bold;
}

.calendar td a:hover {
  text-decoration: underline;
}

.calendar-month  {
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
}

.calendar-header td{
  background-color: #B20839;
  font-weight: bold;
  color: #FFFFFF;
}

.calendar-sport {
  font-size: 10px;
  font-weight: bold;
}

.calendar-date {
  float: left;
  color: #FFFFFF;
  background-color: #B20839;
  width: 15px;
}

.calendar-event {
  font-size: 10px;
}

.calendar-event td a {
  font-size: 10px;
  font-weight: bold;
}

.calendar-event td a:hover {
  text-decoration: underline;
}


/********** Lightbox - Thumbnails ***********/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/images/setup/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/setup/overlay.png", sizingMethod="scale");
	}
