h1,h2,h3,td {
    font-family: verdana, geneva, sans-serif;
    margin: 0px;
    padding: 0px;

}

img {
   border: 0px;
   margin: 0px;
}

div, p {
    font-family: verdana, geneva, sans-serif;
    font-size: 11px;
    line-height: 15px;
}


form {
  margin: 0px;
}

pre {
  width: 730px;
  overflow: auto;
}


.photo {
  float: right;
  padding: 5px;
  background-color: #FFFFFF;
}


a {
  color: #2b190d;
}

a:hover {
  color: #9e0022;
}


h1 {
  color: #2b190d;
  text-transform: uppercase;
  line-height: 120%;
}
h2 {
  color: #2b190d;
  text-transform: ;
  line-height: 140%;
/*  float: left;   NOT NEEDED - RIM*/
}


/********** NAVIGATION **********/

body.pagebody {
  margin: 0px;
  padding: 0px;
  background: url(/images/setup/page_bg.jpg) repeat;
}

.design {
  width: 965x;
  background: url(/images/setup/right_col_topcurve.gif) no-repeat right top #a67c61;
  border-right: 5px solid #1e0c00;
}

#header {
  height: 223px;
  text-align: center;
}

#leftcol {
  width: 200px;
  padding: 0px;
}

#body-container {
  width: 750px;
  padding: 0;
  background: #FFFFFF url(/images/setup/mainbody_footer.jpg) no-repeat bottom right;
}

#mainbody {
  width: 740px;
  padding: 5px;
  float: left;
  overflow: hidden;
}

#rightcol {
  width: 295px;
  padding: 0 0;
  float: right;
}

.poll {
  padding: 10px;
  color: #FFFFFF;
}

.footer {
  width: 970px;
  background: url(/images/setup/design_bottom.jpg) no-repeat left top #1e0c00;
}

#footerLogos {
  color: #FFFFFF;
  padding: 13px 0 0;
  text-align: center;
}

#footer {
  color: #FFFFFF;
  width: 970px;
  height: 50px;
  padding-top: 7px;
  background: url(/images/setup/design_bottom.gif) no-repeat left top;
  text-align: center;
}



/********** NAVIGATION **********/


.leftnav a {
  color: #FFFFFF;
  text-decoration: none;
  padding-left:5px;
}

.leftnav a:hover {
  color: #D00000;
}

#rightcol a {
  color: #A67C61;
  text-decoration: none;
}

#rightcol a:hover {
  color: #FFFFFF;
}

#navbar-secondary {
  width: 750px;
  height: 65px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
}

#navbar-secondary .links {
  position: absolute;
  top: 40px;
  right: 5px;
  z-index: 99;
  color: #fff;
}

#navbar-secondary .links a {
  color: #fff;
  text-decoration: none;
}

#navbar-secondary .links a:hover {
  color: #bfa290;
}

#navbar-teaminfo {
  width: 295px;
  height: 252px;
  background: url(/images/setup/teaminfo_bg.jpg) no-repeat left 29px;
  overflow: hidden;
}

#navbar-teaminfo a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 5px;
  margin-bottom: 5px;
  background: url(/images/setup/link_underline.jpg) no-repeat left bottom;
}

#navbar-teaminfo a:hover {
  color: #bfa290;
}

#navbar-footer a {
  float: left;
}

/********** HEADLINES **********/
.topstory {
  color: #FFFFFF;
  font-size: 12px;
}

.topstory .date {
  color: #bfa290;
  font-weight: bold;
  font-size:10px;
}

.topstory h1 {
  text-transform: none;
  font-size: 16px;
}

.topstory a {
  color: #FFFFFF;
  text-decoration: none;
}

.topstory a:hover {
  color: #bfa290;
}

#headlines-container {
  padding: 10px;
  background:#a67c61 url(/images/setup/headlines_bg.jpg) top no-repeat;
}

.leadin {
  color: #2f1c10;
}

.leadin .date {
  font-weight: bold;
  color: #FFFFFF;
}

.leadin a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

.leadin a:hover {
  color: #2f1c10;
}


#moreheadlines-container {
  background-color: #392315;
  padding: 10px;
  height: 160px;
  overflow: auto;
}

.moreheadlines .date{
  color: #FFFFFF;
}

.moreheadlines a {
  color:#d4b39e;
  text-decoration: none;
}


.moreheadlines a:hover {
  color: #ffffff;
}


#headlines-container .caption {
  float: left;
  padding: 5px;
  margin: 0px;
  border: 1px;
}


/********** ROSTERS **********/
table.roster {
  width: 740px;
}

tr.roster-header td {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #2b190d;
    padding: 2px;
}

tr.roster-header td a{
    color: #FFFFFF;
    padding: 2px;
    text-decoration: underline;
}

tr.roster-header td a:hover{
    color: #9e0022;
    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: #C1C1C1;
    font-size: 11px;
    padding: 2px;
}
tr.roster-row1 td {
    background-color: #FFFFFF;
    font-size: 11px;
    padding: 2px;
}

tr.roster-row td {
    background-color: #E8E8E8;
    font-size: 11px;
    padding: 2px;
    color: #000000;
}

/********** BIOS SYSTEM PROVIDED**********/
.bio-wrapper .bio-container .head {
  padding: 20px;
  margin-bottom: 15px;
  color: #fff;
  background: url(/images/setup/bio_bg.jpg) no-repeat right bottom #2b190d!important;
  overflow: hidden;
}

.bio-wrapper .bio-container a {
  color: #fff;
}

.bio-wrapper .bio-container .head span {
  color: #fff;
}

.bio-wrapper .roster-sidebar .roster-list,
.bio-wrapper .roster-sidebar .roster-title {
  background: #2b190d!important;
} 

#mainbody .bio-wrap .head {background:#2B190D;color:#FFF}
#mainbody .bio-wrap .biodata {padding:0 310px 0 165px}
#mainbody .bio-wrap .head h2 {color:#FFF;font-family:arial, helvetica;font-size:18px;line-height:30px;padding:0}
#mainbody .bio-wrap .metadata .label {color:#ccc;font-size:11px;text-transform:none;min-width:0;padding-right:5px}
#mainbody .bio-wrap .metadata .value {font-size:11px}

/********** BIOS OLD**********/

.bio {
    background: #2b190d;
    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;
  text-decoration: none;
}

.bio-data a:hover {
  color:#FFFFFF;
  text-decoration: underline;
}

.bio-photo {
  float: left;
  padding: 10px;
}

/********** SCHEDULE **********/
table.schedule {
  width: 740px;
}

.schedule-data {
  width: 450px;
}

.schedule-data td {
  padding: 5px;
}

.schedule-header {
  background-color: #2b190d;
  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;
}

.home {
  text-transform: uppercase;
}

.schedule-row td {

}


/************** CALENDAR *****************/

.upcoming {
  width: 295px;
  height: 265px;
  background: #2a1a0b url(/images/setup/calendar_bg.jpg) no-repeat left 29px;
  overflow: hidden;
  color: #FFFFFF;
}

/********** COMPOSITE *************/
.calendar {
  border-collapse: collapse;
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
}

.calendar td {
  border: 1px solid #2b190d;

}

.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: #2b190d;
  font-weight: bold;
  color: #FFFFFF;
}

.calendar-sport {
  font-size: 10px;
  font-weight: bold;
}

.calendar-date {
  float: left;
  color: #FFFFFF;
  background-color: #2b190d;
  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;
}

/************** SEARCH ******************/

#search-athletics {
  width: 180px;
  height: 87px;
  padding: 10px;
  background: url(/images/setup/search_bg.gif) no-repeat left top;
}

.search-button {
  width: 57px;
  height: 21px;
  border: none;
  background: url(/images/setup/search_button.gif) no-repeat left top;
}

.txtfield {
  color: #666;
}

/********** 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");
	}

/********* STATS ***********/
.stats-wrapper {
  color: #000;
  background: #FFF;
}

.stats-wrapper th {
  background: #2b190d;    /* set the primary color here */
  color: #fff;
}

.stats-wrapper a {    /* set the link color here */
  color: #333;
  text-decoration: underline;
}

.stats-wrapper a:hover {    /* set the link color here */
  color: #000;
}

.aotw-container {
   background-color:#392315;
   overflow:auto;
  padding:10px;
}


.aotw-container a {
  color:#d4b39e;
  text-decoration: none;
}


.aotw-container a:hover {
  color: #ffffff;
}

