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: #691828;
   color: #FFFFFF;
}

#printer {
  padding: 1px;
  font-size: 9px;
  color: #;
  text-align: right;
}

a {
  color: #691828;
  text-decoration: none;
}

a:hover {
  color: #6d6d6d;
}

h1 {
  color: #691828;
  line-height: 130%;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

h2 {
  color: #000000;
  text-transform: uppercase;
}


/********** NAVIGATION **********/
body.pagebody {
  margin: 0px;
  padding: 15px;
  background:#6d6d6d url(/images/setup/page_bg.jpg);
}

.design {
  width: 920px;
}

#header {
  height: 149px;
  text-align: center;
}

#mainbody {
  padding: 10px;
  background: #FFFFFF;
}

#tournamentbody {
  padding: 10px;
  background: #FFFFFF;
}

#leftcol {
  background-color: #FFFFFF;
  width: 400px;
  padding: 0px;
}

.section1 {
  background: #ededed;
  border: 1px solid #892034;
}

.centercol {
  width: 240px;
  padding: 0px;
}

.rightcol {
  width: 250px;
  background: #ffffff;
  padding: 0px;
  margin-right: 10px;
}

#buttons img {
  margin: 2px 0px;
}

.poll {
  padding: 10px;
}

#footer {
  background:#6d6d6d url(/images/setup/footer_bg.jpg);
  height: 70px;
  text-align: center;
}

#footer img {
  float: right;
  padding: 10px;
}

#footer-text {
  text-align: center;
  color: #ffffff;
} 

/***** HEADER PHOTOS *****/
#hdrContainer {
  position:relative;
}

.headerLogo {
  position: absolute;
  top: -10px;
  left: -50px;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: none;
  width: 193px;
  height: 164px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/setup/headerLogo.png', sizingMethod='scale');

}

.headerLogo[class] {
  background-image: url('/images/setup/headerLogo.png');
}

#hdrContainer2 {
  position:relative;
}
.headerPhoto {
  float: left;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center right;
/*  position: absolute; */
  left: 0px;
  top: 0px;
}

.headerOverlay {
  background-repeat: no-repeat;
  background-position: top left;
  background-image: none;
  width: 190px;
  height: 150px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/setup/photo_overlay.png', sizingMethod='scale');

}

.headerOverlay[class] {
  background-image: url('/images/setup/photo_overlay.png');
}




/********** NAVIGATION **********/
#globalNav {
  height: 32px;
  background: url(/images/setup/globalNav_bg.jpg);
  color: #FFFFFF;
  text-align: right;
  line-height: 32px;
}

#globalNav a {
  color: #FFFFFF;
  font-weight: bold;
}

#navbar-secondary {
  background: #691828;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 20px;
  padding: 5px;
}

#navbar-secondary a  {
  color: #FFFFFF;
}


#navbar-secondary a:hover  {
  color: #000000;
}
/**** DROP DOWN MENU ****/

.dropdownmenu {
  position:absolute;
  visibility: hidden;
  background-color: #000000;
  width: 200px;
  z-index: 100;
}

.dropdownmenu a {
  text-transform: none;
  font-weight: normal;
  display: block;
  border-bottom: 1px dotted #6d6d6d;
  color: #FFFFFF;
  text-decoration: none;
  padding: 5px;
  text-align: left;
}

.dropdownmenu a:hover {
  background-color: #691828;
  color: #ffffff;
}

/********** HEADLINES **********/
.topstory {
  font-size: 12px;
  line-height:18px;
  padding: 5px;
}

.headline a {
  color: #691828;
  font-weight: bold;
  text-decoration: none;
}

.headline a:hover {
  color: #6d6d6d;
  text-decoration: underline;
}

.morenews {
  background: #691828;
  color: #FFFFFF;
  padding: 5px;
  font-size: 12px;
}

.morenews a {
  color: #FFFFFF;
  text-decoration: none;
}

.morenews a:hover {
  color: #6d6d6d;
}

.moreheadlines {
  background: #691828;
  color: #FFFFFF;
  padding: 5px;
  font-size: 11px;
}

.moreheadlines a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

.moreheadlines a:hover {
  color: #6d6d6d;
}

.caption {
  clear: left;
  float: left;
  padding: 4px;
  margin: 0px;
}




/********** ROSTERS **********/

tr.roster-header td {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #691828;
    padding: 2px;
}

tr.roster-row a{
    text-decoration: underline;
    color: #691828;
}

tr.roster-row a:hover {
    text-decoration: underline;
    color: #000000;
}

tr.roster-row0 td {
    background-color: #;
    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;
}

/********** BIOS**********/
.bio-wrapper .bio-container .head {
  padding: 20px;
  margin-bottom: 15px;
  color: #fff;
  background: #333;
  overflow: hidden;
  background:#626262;
}

.bio-wrapper .bio-container .head span {
  color: #fff;
}

.bio-wrapper .roster-sidebar .roster-list,
.bio-wrapper .roster-sidebar .roster-title {
  background: #626262!important;
} 

/******* TAB CONTENT **********/

.tab {
  color: #000000;
  width: 240px;
}

#tablist {
  padding: 0px;
  margin: 0px;
}

.upcoming {
  background: #691827;
  color: #ffffff;
  height: 210px;
  overflow: auto;
  scrollbar-base-color: #000000;
}

.scoreboard {
  background: #000000;
  color: #ffffff;
  height: 210px;
  overflow: auto;
  scrollbar-base-color: #000000;
}


.upcoming a {
  color: #ccc8c9;
}

.scoreboard a {
  color: #ccc8c9;
}

#tabcontentcontainer{

}

.tabcontent {
  display: none;
}


/********** FADING SCROLLER **********/

div.scroller {
  font-weight: bold;
  font-size: 8pt;
  padding-left: 5px;
}

.scroller a {
  font-size: 8pt;
  text-decoration: underline;
}

.scroller-score {
  float: right;
  font-size: 8pt;
  padding-right: 10px;
}

/********** SCHEDULE **********/
table.schedule {
  width: 95%;
  background-color: ;
}

.schedule-header {
  background-color: #691828;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
}

tr.schedule-header td {
  padding-left: 5px;
}

tr.schedule-row0 td {
    background-color: #;
    padding: 2px;
}
tr.schedule-row1 td {
    background-color: #;
    padding: 2px;
}



.home-opp {
  text-transform: uppercase;
}

.schedule-row td {
}


/********** DATEBOOK *************/
table.calendar {
border-collapse: collapse;
  background: #;

}

table.calendar td {
  border: 1px solid #000000;
  font-weight: bold;
  color: #691828;
}

table.calendar td a{

}

.calendar {
  background-color: #FFFFFF;
  color: #691828;
  text-align: center;
}

.calendar-month  {
  color: #691828;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
}


.calendar-month a {
  color: #691828;
}

.calendar-month a:hover {
  color: #691828;
}

.calendar-header {
  background-color: #000000;
  font-weight: bold;
  color: #FFFFFF;
}

.calendar-sport {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.calendar-date {
  float: left;
  color: #000000;
  background-color: #d9d9d9;
  width: 15px;
}

.calendar-event {
  font-size: 10px;
  background-color: #691828;
  color: #FFFFFF;
}

.calendar-event a {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

.calendar-event a:hover {
  color: #000000;
  cursor: pointer;
  cursor: hand;
}

.event {
  background-color: #464646;
  color: #FFFFFF;
}

.event a {
  font-weight: bold;
}

.event a:hover {
  color: #FFFFFF;
}

.event-schedule {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
  width: 196px;
  margin-left: 14px;
}

.event-schedule h1 {
  padding: 0px;
}

.event-info {
  padding: 5px;
}


/********* STATS ***********/
.stats-wrapper {
color: #000;
background: #FFF;
}
.stats-wrapper th {
background: #691828; /* set the primary color here ??? dark color required */
color: #fff;
font-size: 10px;
}
.stats-wrapper a { /* set the link color here */
color: #333;
text-decoration: underline;
}
.stats-wrapper a:hover { /* set the link color here */
color: #000;
}



