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: #660032;
}

a:hover {
  color: #333333;
}

#printer {
  padding: 1px;
  font-size: 10px;
  color: #;
  text-align: right;
}

h1 {
  color: #660032;
  line-height: 130%;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

h2 {
  color: #333333;
  text-transform: uppercase;
}


/********** LAYOUT **********/

body.pagebody {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  background: url(/images/setup/page_bg.jpg) repeat-x left top #800040 fixed;
}

.wrapper {
  width: 1044px;
  background-image: url(/images/setup/wrapper_bg.png);
  background-repeat: repeat-y;
  margin: 0 auto;
}

.wrapper-container {
  padding-left: 27px;
}

.design {
  width: 990px;
  background: #fff;
}

#mainbody {
  width: 760px;
  padding: 0px;
}

#header {
  height: 100px;
  text-align: center;
}

#leftcol {
  background: #FFFFFF;
  width: 200px;
  padding: 0px;
}

#rightcol {
  width: 250px;
  padding: 0px;
}

#rightcol .container {
  background: #333333;
}

#championships {
  background: url(/images/setup/championships_bg.jpg) no-repeat;
  margin-bottom: 10px;
  overflow: hidden;
  color: #FFFFFF;
}

#championships a {
  color: #FFFFFF;
}

#championships a:hover {
  color: #999999;
}

#championships .container {
  height: 189px;
  padding: 10px;
  background: url(/images/setup/championships_bg.jpg) no-repeat left top;
  overflow: auto;
}


.poll {
  padding: 10px;
  color: #FFFFFF;
}

#footer {
  background: url(/images/setup/footer_bg.jpg) repeat-x left top #262626;
  height: 174px;
}

.footer-text {
  width: 330px;
  padding: 10px 10px 10px 16px;
  background: url(/images/setup/footer_sep.jpg) no-repeat right center;
  color: #fff;
  float: left;
}

.copyright {
  font-size: 9px;
}


/********** NAVIGATION **********/

.leftnav {
  background: #999999;
}

.leftnav a {
  text-decoration: none;
}

.leftnav a span {
  display: block;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  padding: 0 10px;
}

.leftnav a span.underline {
  padding-bottom: 2px;
  background: url(/images/setup/leftnav_underline.jpg) no-repeat left bottom;
  text-decoration: none;
}

.leftnav a:hover span, .leftnav a.current span{
  background: #660032;
  color:#FFFFFF;
}

/*
#navbar-secondary {
  height: 24px;
  padding-top: 55px;
  padding-left: 15px;
  margin-bottom: 10px;
  color: #b5b5b5;
  background: url(/images/setup/secondary_nav_bg.jpg) no-repeat left top;
}
*/

#navbar-secondary a {
  color: #fff;
  text-decoration: none;
}

#navbar-secondary a:hover {
  color: #660033;
}

#navbar-buttons-rcol a {
  display: block;
  margin-bottom: 10px;
}

#navbar-logolinks {
  float: left;
  margin-left: 20px;
  margin-top: 62px;
  overflow: hidden;
}

#navbar-logolinks a {
  float: left;
  margin-right: 10px;
}

/********** HEADLINES **********/

.headline {
  color: #999;
  padding: 5px;
}

.headline h1 {
  font-size: 18px;

}

.headline a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;

}

.headline a:hover {
  color: #999999;
}

.caption {
  clear: left;
  float: left;
  padding: 1px;
  margin: 0px;
}

.featured {
  background: #181818;
  padding: 15px;
  height: 392px;
  overflow: hidden;
}

.moreheadlines {
  color: #999;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  background: url(/images/setup/underline.jpg) no-repeat center bottom;
}

.moreheadlines a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}

.moreheadlines a:hover {
  color: #990033;
}

/**********CALENDAR***********/
#calendar {
  width: 250px; 
  margin: 0 auto;
  margin-bottom: 5px;
}

#calendar td {
  line-height: 20px;
  height: 20px;
  font-weight: bold;
  color: #333;
  border-color: #fff;
  background: #d8d8d8;
}

#calendar .calendar-header  td {
  font-weight: bold;
  color: #fff;
  background: #660032;
}

#calendar .calendar-month td {
  font-size: 12px;
  line-height: 24px;
  border-color: #fff;
  font-weight: normal;
  background: #666666;
}

#calendar .calendar-month a {
  color: #e7a614;
}

#calendar #calendar-now span {
  color: #fff;
}

#calendar .arr {
  display: none;
}

#calendar .calendar-event a {
  background: #d56099;
  line-height: 20px;
  height: 20px;
}

#calendar .no-calendar-event a {
  color: #333;
  background: #d8d8d8;
  line-height: 20px;
  height: 20px;
}

#calendar .links a {
  color: #e7a614;
}

#calendar .inactive {
  color: #333;
  background: #d8d8d8;
}

#calendar .today a {
  color: #fff;
  background: #000;
}

#calendar .current a,
#calendar .calendar-event a:hover {
  background: #b9055d;
  color: #fff;
}


#calendar .event-schedule {
  height: 191px;
  text-align: left;
  overflow: auto;
  padding: 10px;
  background: #660032;
  color: #fff;
}

/************ BRIEF STANDINGS **************/
.briefstats-table {
}

.briefstats-header {
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
}

.briefstats-row0 td{
  color: #FFFFFF;
  padding: 4px;
}

.briefstats-row1 td {
  background: #484848;
  color: #FFFFFF;
  padding: 4px;
}

.briefstats-label {
  font-size: 12px;
}

.briefstats-label a{
  color: #FFFFFF;
  text-decoration: none;
}

.briefstats-label a:hover {
  color: #660032;
}

.briefstats-field {
  text-align: center;
}

/********** STANDINGS **********/

table.stats-table {
  border-width: 0px;
  border-collapse: collapse;
}

table.stats-table td {
  padding: 1px 4px;
}

tr.stats-header td {
  background-color: #660032;
  padding-right: 0px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 10px;
}


td.stats-team a {
  color: #660032;
  font-weight: bold;
  font-size: 11px;
}


td.stats-team a:hover {
  color: #333333;
}

td.stats-field {
  color: #000000;
  text-align: center;
  font-size: 11px;
}

td.conf-label  {
  background-color: #333333;
  font-weight: bold;
  font-size: 10px;
}

td.conf-field {
  background-color: #660032;
  color: #ffffff;
  text-align: center;
  font-size: 11px;
}


/********** SCHEDULE **********/
table.schedule {
  width: 760px;
}

.schedule-data {
  width: 500px;
}

.schedule-header {
  background-color: #660032;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
}

tr.schedule-header td {
  padding: 5px;
}

tr.schedule-row td {
    padding: 2px;
}

tr.schedule-row0 td {
    background-color: #c1c1c1;
    padding: 2px;
}
tr.schedule-row1 td {
    background-color: #;
    padding: 2px;
}

/********* STATS ***********/
.stats-wrapper {
  color: #000;
  background: #FFF;
}

.stats-wrapper th {
  background: #660032;    /* 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;
}


/********** 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");
	}


