h1,h2,h3,div,td {
    font-family: verdana, geneva, sans-serif;
    font-size: 11px;
    line-height: 15px;
    margin: 0px;
    padding: 0px;
}

img {
   border: 0px;
   margin: 0px;
}

p {
    font-family: verdana, geneva, sans-serif;
    font-size: 11px;
}


form {
  margin: 0px;
}


.photo {
  float: right;
  padding: 5px;
  background-color: #FFFFFF;
}


a {
  color: #65008E;
}

a:hover {
  color: #000000;
}

h1 {
  font-size: 16px;
  line-height: 20px;
  color: #65008E;
}

h2 {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}


/********** NAVIGATION **********/


body.pagebody {
  margin-top: 25px;
  margin-left: 30px;
  padding: 0px;
  background: url(/images/setup/page_bg.jpg) repeat-x fixed;
}

#leftborder {
  background: url(/images/setup/leftborder.gif) no-repeat;
  width: 30px;
  height: 157px;
  margin: 0px;
  position: absolute;
  top: 25px;
  left: 0px;
}

.design {
  width: 960px;
}

#globalNav {
  height: 30px;
}

#header {
}

#mainbody {
  padding: 10px;
}

#leadin{
  background: url(/images/setup/lcol-cap.jpg) no-repeat left;
  height: 27px;
  float:left
}

#leadinText {
  margin-left: 230px;
}

#leadinText h1 {
  font-size: 16px;
  color: #000000;
  line-height: 150%;
  letter-spacing: 12px; 
  text-transform: uppercase;
}

#leadin_rcol {
  float: right;
  height: 27px;
  width: 201px;
  background-color: #000000;
}

#leftcol {
  background-color: #000000;
  width: 140px;
  padding: 0px;
  border: 5px solid #65008E;
}

#announcements {
  margin: 0px 1px;
  background-color: #303030;
  color: #FFFFFF;
}

#headlines {
  width: 267px;
  background: url(/images/setup/headlines_bg.gif) repeat-y;
  padding: 5px;
}

#rightcol {
  background-color: #000000;
  width: 201px;
  padding: 0px;
}

#rightcol_container {
    margin: 0px 7px;
}


#spotlight {
  text-align: center;
  color: #FFFFFF;
}

.poll {
  padding: 10px;
  color: #FFFFFF;
}

#footer {
  background-color: #65008E;
  height: 50px;
  text-align: center;
}



/********** NAVIGATION **********/

#leftnav {
  width: 140px;
}

#leftnav a {
  background: #000000 url(/images/setup/leftnav_bg.jpg) no-repeat;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  padding-left: 5px;
}

#leftnav a:hover {
  color: #A1A1A1;
}

#rightcol a {
  color: #FFFFFF;
  text-decoration: none;
}

#rightcol a:hover {
  color: #000000;
}

#spotlight a {
  color: #FFFFFF;
}

#spotlight a:hover {
  color: #65008E;
}


#navbar-secondary a {
  display: block;
  color: #FFFFFF;
  height: 20px;
  line-height: 20px;
}


#navbar-secondary a:hover {
  background-color: #FFFFFF;
}

/**** DROP DOWN MENU ****/


.dropdownmenu {
  position:absolute;
  visibility: hidden;
  background-color: #300044;
  width: 150px;
  z-index: 200;
}

.dropdownmenu a {
  text-transform: none;
  font-weight: normal;
  display: block;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  text-decoration: none;
 padding: 4px;
}

.dropdownmenu a:hover {
  background-color: #404040;
  color: #FFFFFF;
}
/********** HEADLINES **********/

.featuredstory {
  padding-left: 5px;
  padding-right: 5px;
  clear: left;
  font-size: 13px;
  line-height: 20px;
}

#announcements a {
  color: #FFFFFF;
}

#announcements a:hover {
  color: #A1A1A1;
}


.headline a {
  color: #65008E;
  font-weight: bold;
  text-decoration: none;
}

.headline a:hover {
  color: #b1cad0;
  text-decoration: underline;

}

.caption {
  clear: left;
  float: left;
  padding: 1px;
  margin: 0px;
}


/******* TAB CONTENT **********/

.tab {
  width: 183px;
  color: #FFFFFF;
  background-color: #300044;
  padding: 0px;
  margin: 0px 1px;
}

#scoreboard {
  background-color: #300044;

  height: 200px;
  overflow: auto;
}

#scoreboard a {
  color: #FFFFFF
}

#upcoming {
  background-color:#404040;
  height: 200px;
  overflow: auto;
  color: #FFFFFF;
}

#tabcontentcontainer{
  width: 183px;
  background-color: #300044;
  height: 200px;
}

.tabcontent {
  display: none;
}

/********** FADING SCROLLER **********/

div.scroller {
  font-weight: bold;
  font-size: 8pt;
  padding-left: 5;
}

.scroller a {
  font-size: 8pt;
  text-decoration: underline;
}

.scroller-score {
  float: right;
  font-size: 8pt;
  padding-right: 10px;
}


/********** SCHEDULE **********/
table.schedule {
  width: 90%;
  background-color: ;
}


.schedule-month td{
  color: #005596;
  font-size: 13px;
  font-weight: bold;
}

.schedule-header td{
  background-color: #65008E;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
}

tr.schedule-header td {
  padding-left: 5px;
}

tr.schedule-row0 td {
    background-color: #f1f1f1;
    padding: 2px;
}
tr.schedule-row1 td {
    background-color: #FFFFFF;
    padding: 2px;
}

.home-opp {
  text-transform: uppercase;
}

.schedule-row td {
}


/********** ROSTERS **********/
tr.roster-header td {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #65008E;
    padding: 2px;
}

tr.roster-row a{
    text-decoration: underline;
    color: #EFC217;
}

tr.roster-row a:hover {
    text-decoration: underline;
    color: #000000;
}

tr.roster-row0 td {
    background-color: #f1f1f1;
    font-size: 11px;
    padding: 2px;
}
tr.roster-row1 td {
    background-color: #;
    font-size: 11px;
    padding: 2px;
}

tr.roster-row td {
    background-color: #E8E8E8;
    font-size: 11px;
    padding: 2px;
    color: #000000;
}

.bio {
  width: 590px;
  background: #B9B8B9 url(/images/setup/mainbody_bg.gif);
  height: 370px;
}

.bio-name {
    background-color: #;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    padding: 3px;
}

.bio-data {
    color: #2C0040;
    font-weight: bold;
    font-size: 13px;
    padding: 5px;
}

.bio-data a:hover {
  color: #000000;
}

.bio-data div {
  padding: 5px;
  color: #65008e;
}

.bio-data span {
  color: #000000;
}


.bio-photo {
  float: left;
  padding: 10px;
}

.bio-photo img {
  border: 2px solid #000000;
}

/********** CALENDAR *************/
.calendar {
  border-collapse: collapse;
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
}

.calendar td {
  border: 1px solid #65008E;

}

.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: #65008E;
  font-weight: bold;
  color: #FFFFFF;
}

.calendar-sport {
  font-size: 10px;
  font-weight: bold;
}

.calendar-date {
  float: left;
  color: #FFFFFF;
  background-color: #65008E;
  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;
}


.sidebar { width:auto !important }

/********** 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");
	}