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;
}

a {
  color: #141A66;
}

a:hover {
  color: #C02E39;
}

h1 {
    background: url("/images/base/hr.gif");
    background-repeat: repeat-x;
    background-position:bottom center;
    color: #C02E39;
  line-height: 25px;
  font-size: 20px;
  text-transform: uppercase;
  padding-left: 7px;
}

h2 {
  color: #020758;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 7px;
}

h4 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 5px;
}

/********** LAYOUT **********/

table.design {
  background-color: #FFFFFF;
  width: 850px;
}

body.pagebody {
    margin: 0px;
    padding: 0px;
    background:fixed;
    background-image: url("/images/base/background.gif");
}

#header {
  background: url("/images/header/banner_bg.gif");
}

#photo_header{
  height: 159px;
  background: url("/images/header/photobanner_bg.gif");
  color: #FFFFFF;
  padding-left: 5px;
  text-align: left;
}

#mainbody {
  padding: 10px;
}

#mainbody img {
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
}

#leftcol {
  background-color: #C02E39;
  width: 199px;
  padding: 0px;
}

#rightcol {
  background-color: #C02E39;
  width: 197px;
  padding: 0px;
}

.section1 {
  background-color: #545454;
}

.section2 {
  background-color: #9A0D16;
}




#footer {
  background-color: #C02E39;
  color: #FFFFFF;
  height: 35px;
  text-align: center;
}

/********** COUNTDOWN CLOCK **********/
#countdownClock {
  width: 200px;
  margin: 10px auto;
  overflow: hidden;
}

#countdownClock .tzcontainer {
  width: 200px;
  height: 50px;
  padding: 10px 5px;
}

.timerem {
  width: 40px;
  float: left;
  margin-left: 2px;
}

.timerem span.time {
  display: block;
  text-align: center;
  color: #fff;
  font-family: 'trebuchet MS';
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 5px;
}

.timerem span.timecap {
  display: block;
  text-align: center;
  color: #fff;
  font-family: arial;
  font-size: 12px;
  line-height: 16px;
}





/********** NAVIGATION **********/
.leftnav0 {
  background-color: #9A0D16;
  line-height: 22px;
}

.leftnav1 {
  background-color: #C02E39;
  line-height: 22px;
}

.leftnav a {
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 5px;
  font-weight: bold;
}

.leftnav a:hover {
  color: #020758;
}


#global-nav {
  background: url("/images/header/global_bg.gif");
}

#members-nav {
  background: url("/images/header/membersnav_bg.gif");
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

#navbar-secondary {
}

.list {
  padding-left: 20px;
  padding-bottom: 5px;
}



/**** POPUPMENU ****/
.popupmenu {
position:absolute;
top: -16px;
left: 165px;
width: 180px;
}

/**** ANYLINK ****/

.anylinkcss{
position:absolute;
visibility: hidden;
border:0px;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #020758;
width: 180px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
border-bottom-width: 0;
text-decoration: none;
background-color: #020758;
color: #FFFFFF;
font-weight: bold;
text-indent: 5px;
height: 20px;
}

.anylinkcss a:hover{
background-color: black;
color: #FFFFFF;
}




/********* PULLDOWN DROPCONTENT ************/


.dropcontent {
/*  background: url("/images/base/section1.gif"); */
  backgroud-repeat: repeat-y;
  padding: 0 0 0 5;
  color: #330066;
  display:block;
}
/********** TAB CONTENT **********/

.tab {
  width: 197px;
  background: url("/images/base/tab-watermark.gif");
  padding: 0px;
  color: #FFFFFF;
}

#tabcontentcontainer{
  height: 275px;

}

.tabcontent {
  display: none;
}

.upcoming {
  background-color: #9A0D16;
  color: #FFFFFF;
  height: 275px;
  scrollbar-base-color: #545454;
  overflow: auto;
}

/********** HEADLINES **********/


.top-story {
  padding: 1 5 1 5;
  clear: left;
}

.headline a {
  color: #D00000;
  font-weight: bold;
  text-decoration: none;
}

.headline a:hover {
  color: #000099;
  text-decoration: underline;

}

.date {
  color: #141A66;
  font-weight: bold;
}

.title {
  color: #C02E39;
  font-weight: bold;
  text-transform: uppercase;
}

.caption {
    padding: 5px;
    font-size: 9px;
    text-align: center;
    font-weight: bold;
}



/********** STANDINGS **********/

table.stats-table {
  border-width: 0px;
  border-collapse: collapse;
}

table.stats-table td {
  padding-top: 1px;
  padding-right: 4px;
  padding-bottom: 0px;
  padding-left: 4px;
}

tr.stats-header td {
  background-color: #C02E39;
  color: #FFFFFF;
  padding-right: 0px;
  font-weight: bold;
  font-size: 10px;
}

tr.stats-row {
  border: solid #C02E39;
  border-bottom-width: 1px;
  border-top: none;
  border-right: none;
  border-left: none;
}

td.stats-team a {
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}
td.stats-field {
  text-align: center;
  font-size: 11px;
}

td.conf-field {
  text-align: center;
  font-size: 11px;
}


/********** BRIEF-STANDINGS **********/



table.briefstats-table {
}


tr.briefstats-header td {
  padding-right: 0px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
}

td.briefstats-label {
  font-size: 10px;
  color: #FFFFFF;
}

td.briefstats-label a {
  color: #FFFFFF;
  text-decoration: none;
}

td.briefstats-label a:hover {
  text-decoration: underline;
  color: #c02e39;
}

td.briefstats-field {
  color: #FFFFFF;
  text-align: left;
  font-size: 11px;
  padding-left:5px;
}


/********** SCHEDULES **********/
.schedule {
  border-width: 0px;
  border-collapse: collapse;
}

.schedule hr {
  border: 0;
  color: #C02E39;
  background-color: #C02E39;
  height: 1px;
}


.schedule a{
  text-decoration: none;
}

.schedule-header {
 background-color: #C02E39;
 color: #FFFFFF;
 font-weight: bold;
}

.conf-contest {
  background-color: #D8d8d6;
}

.nonconf-contest {
  background-color: #;
}

.inprogress {
  background-color: #FFFF66;
}

.winner {
  color: #C02E39;
  font-weight: bold;
}

.schedule a{
  text-decoration: none;
  color: black;
}

.schedule a:hover {
  color: #FFFFFF;
 background-color: #141A66;
}

.winner a {
  color: #C02E39;
  font-weight: bold;
}

.schedule-link a {
  color: #141A66;
  font-size: 10px;
  text-decoration: underline;
}

.schedule-link a:hover {
  color: #141A66;
 background-color: transparent;
  text-decoration: none;
}



/********** SCOREBOARD **********/

.boxscore-sport {
text-transform: uppercase;
}

.boxscore a {
  color: #FFFFFF;
}


/********** ROSTERS **********/

tr.roster-header td {
    font-weight: bold;
    color:white;
    background-color: #C0C0C0;
    padding: 2px;
}

tr.roster-row0 a:hover, tr.roster-row1 a:hover {
    text-decoration: underline;
    color: #425FD5;
}

tr.roster-row0 td {
    background-color: #E5E5F5;
    font-size: 11px;
    padding: 2px;
}
tr.roster-row1 td {
    background-color: #FFFFFF;
    font-size: 11px;
    padding: 2px;
}

table.bio {
    background-color: #E5E5F5;
    border: ridge;
    border-width: 2px;
    padding: 5px;
    width: 300px;
    float: right;
}

.bio-name {
    background-color: #C0C0C0;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding: 3px;
}

.time  td{
  font-size: 15px;
  border: solid 1px #FFFFFF;
  text-align: center;
  padding: 10px;
}


