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: #B20839;
}

a:hover {
  color: #666666;
}

h1 {
  color: #B20839;
  font-size: 14px;
  line-height: 130%;
}

h2 {
  background-color: #666666;
  color: #FFFFFF;
  padding: 5px;
  line-height: 130%;
}


/********** LAYOUT **********/

body.pagebody {
  margin: 0px;
  padding: 0px;
  background:#B20839;
}

.design {
  width: 760px;
}

#header {
  height: 100px;
  text-align: center;
}

#siteborder {
 background: #000000 url(/images/site/mit-rcol-background.gif) repeat-y;
  width: 30px;
}

#mainbody {
  padding: 10px;
  background: #FFFFFF;
}

#textHeader {
  height: 18px;
  background: url(/images/site/mit-06-index-nav-sliver.gif) repeat-x;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
}

#leftcol {
  background-color: #b20839;
  width: 140px;
  padding: 0px;
}

#search {
  background: url(/images/site/mit-leftcol-bkgrnd-4.jpg) no-repeat;
  height: 65px;
}

#search .container {
  padding: 10px;
}


#footer {
  background: url(/images/site/mit-06-index-nav-sliver.gif);
  height: 60px;
  color: #ffffff
}

#footer img {
  padding: 10px;
  float: right;
}



/********** NAVIGATION **********/
#eduNav {
  background: url(/images/site/mit-leftcol-bkgrnd-1.jpg) no-repeat;
  height: 85px;
}

#eduNav .container {
  padding: 10px;
}

#eduNav a{
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
}

#eduNav a:hover {
    color: #cccccc;
}

#sportsNav {
  background: url(/images/site/mit-leftcol-bkgrnd-2.jpg) no-repeat;
  height: 65px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

#sportsNav .container {
  padding: 10px 0px;
}

#sportsNav select{
   width: 120px;
  font-size: 10px;
}

#leftNav {
  background: url(/images/site/mit-leftcol-bkgrnd-3.gif) repeat-y;
}

#leftNav a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  padding: 2px; 
}

#leftNav a:hover {
    color: #cccccc;
}

#rcolNav a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  padding-left: 5px; 
}

#rcolNav a:hover {
  color: #000000;
}

#navbar-secondary {

}

#highlights {
  color: #FFFFFF;
  font-weight: bold;
  padding: 5px;
}

#highlights a {
  font-weight: normal;

  color: #FFFFFF;
}

#highlights a:hover {
  color: #000000;
}


/********** HEADLINES **********/
#topstories {
  padding: 10px;
  color: #B20839;
}

#moreheadlines {
  color: #222222;
  padding: 10px;
}

.headline a {
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

.caption {
  clear: left;
  float: left;
  padding-right: 10px;
  margin: 0px;
}

.secondary-caption {
  clear: left;
  float: left;
  padding-right: 5px;
  margin: 0px;
}
/********** ROSTERS **********/
table.roster {
   width: 575px;
}

tr.roster-header td {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #B20839;
    padding: 2px;
}

tr.roster-header td a{
    color: #FFFFFF;
    padding: 2px;
    text-decoration: underline;
}

tr.roster-header td a:hover{
    color: #666666;
    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;
}

.bio {
    background: #B20839;
    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;
}

.bio-data a:hover {
  color:#000000;
}

.bio-photo {
  float: left;
  padding: 10px;
}


/********** SCHEDULE **********/
table.schedule {
   width: 575px;
}

.schedule-header {
  background-color: #B20839;
  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;
}

/********** RESULTS & CALENDAR **********/

table.scheduleDaily {
  width: 100%;
}

tr.scheduleDaily-row0 td,tr.scheduleDaily-row1 td {
    background-color: #;
    padding: 2px;
}

.sport {
  color: #9cb5dd;
  font-weight: bold;
}

.scheduleDaily-row0 a, .scheduleDaily-row1 a {
}

.scheduleDaily-row0 a:hover, .scheduleDaily-row1 a:hover {
  text-decoration: underline;
}

.scheduleDaily-row0 .date,  .scheduleDaily-row1 .date {
  padding: 5px;
  text-transform: uppercase;
  font-weight: bold;
}

/********** FADING SCROLLER **********/

div.scroller {
  font-weight: bold;
  font-size: 8pt;
  padding: 5px;
  height: 90px;
}

.scroller a {
  font-size: 8pt;
  text-decoration: underline;
}

.scroller-score {
  float: right;
  font-size: 8pt;
  padding-right: 10px;
}

/********** COMPOSITE *************/
.calendar {
  border-collapse: collapse;
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
}

.calendar td {
  border: 1px solid #B20839;

}

.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: #B20839;
  font-weight: bold;
  color: #FFFFFF;
}

.calendar-sport {
  font-size: 10px;
  font-weight: bold;
}

.calendar-date {
  float: left;
  color: #FFFFFF;
  background-color: #B20839;
  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;
}


/********** 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");
	}