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;
}

pre {
  width: 720px;
  overflow: auto;
}

a {
  color: #1d3260;
  text-decoration: none;
}

a:hover {
  color: #fcb134;
}

h1 {
  color: #002e62;
  line-height: 130%;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

h2 {
  color: #002e62;
  text-transform: uppercase;
}


/********** LAYOUT **********/

body.pagebody {
  margin: 0px;
  padding: 0px;
  background: #1d3260;
}

#header {
  background-color: #e1dfc9;
  width: 920px;
  border: solid #314c87;
  border-width: 0px 8px;
}

#hdrContainer {
  position:relative;
}

.headerLogo {
  position: absolute;
  top: 10px;
  left: 20px;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: none;
  width: 150px;
  height: 37px;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/setup/wheelockLogo_header.jpg', sizingMethod='scale');
  
}

.headerLogo[class] {
  background-image: url('/images/setup/wheelockLogo_header.jpg');  
}


#mainbody {
  padding: 0px;
}

#leftcol {
  background: #FFFFFF;
  width: 162px;
  padding: 0px;
}

#rightcol {
  background-color: #FFFFFF;
  width: 292px;
  padding: 0px;
}

#aotw {
  background-color: #1c3b6b;
  color: #FFFFFF;
}

#aotw td {
  color: #FFFFFF;
}

#aotw a {
  color: #FFFFFF;
}

#aotw a:hover {
  color: #fcb134;
}

#footer {
  background: #314c87;
  height: 50px;
  color: #FFFFFF;
}

#footer img {
  float: right;
}

/********** NAVIGATION **********/
.accordion-pane {
  background: #e7e4d5;
}

.accordion-pane a {
  display: block;
  padding: 0 5px;
  color: #1C5186;
  font-weight: bold;
  text-decoration: none;
  line-height: 24px;
}

.accordion-pane a:hover {
  background: #6194e3;
  color: #dfdfdf;
}

.global {
	display:block;
	height:25px;
	margin:0;
	padding:0;
	text-align:right;
	background-color: #e1dfc9;
	min-width: 630px;
	}

.global div {
	color:#878679;
	font:normal 10px Arial, Helvetica, Verdana, Geneva, sans-serif;
	margin:0;
	padding:0 15px 9px 0;
	}

.global div a:hover {
  text-decoration: underline;
}

.global div a,.global div a:visited {
	color:#878679;
	background: url(/images/setup/globalnav_bkgd.gif) no-repeat bottom left;
	text-decoration: none;
	padding: 6px 0 4px 6px;
	margin: 0 6px -4px 0;
	}

.global div span {
	padding: 0 0 4px 0;
	margin: 0 0 0 0;
	background: url(/images/setup/globalnav_bkgd2.gif) no-repeat bottom right;
	}

#eduNav {
  float: right;
  margin-right: 90px;
}

.leftnav {
  background: #e7e4d5;
}

.leftnav a {
  color: #1c5186;
  text-decoration: none;
  font-weight: bold;
  padding: 0px 5px;
  display: block;
  line-height: 24px;
}

.leftnav a:hover {
  color: #dfdfdf;
  background-color: #6194e3;
}

#secondaryNav {
  background: url(/images/setup/secondaryNav_bg.jpg) repeat-x;
  border: 1px solid #FFFFFF;
  height: 21px;
  color: #FFFFFF;
  padding-left: 5px;
}

#secondaryNav a{
  color: #FFFFFF;
  line-height: 21px;
  padding: 5px;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
}

#secondaryNav a:hover {
  color: #fcb134;
}

/********** HEADLINES **********/
.headline a {
  color: #002e62;
  font-weight: bold;
  text-decoration: none;
}

.headline a:hover {
  color: #fcb134;
  text-decoration: underline;
}

#morenews_container {
  background: #999999 url(/images/setup/morenews_bg.jpg) repeat-x;
  width: 440px;
  height: 400px;
  overflow: auto;
}


#morenews {
  padding: 5px;
  color: #ffffff;
}

#morenews .date {
  color: #d2d2d2;
  font-weight: bold;
  font-size: 10px;
}

#morenews a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

#morenews a:hover {
  color: #fcb134;
}

.caption {
  clear: left;
  float: left;
  padding: 1px;
  margin: 0px;
}

/********** ROSTERS **********/
table.roster {
  width: 720px;
}

tr.roster-header td {
    font-weight: bold;
    color: #fcb134;
    background-color: #002e62;
    padding: 2px;
}

tr.roster-row a{
    text-decoration: underline;
    color: #336699;
}

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: #e7e4d5;
    font-size: 11px;
    padding: 2px;
}

tr.roster-row td {
    background-color: #E8E8E8;
    font-size: 11px;
    padding: 2px;
    color: #000000;
}


.bio {
    background: #1d3260;
    border: outset;
    padding: px;
    height: 225px;
    width: 75%;
}

.bio-name {
    color: #fcb134;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
}

.bio-data {
    color: #fcb134;
    font-weight: bold;
    font-size: 13px;
    padding: 5px;
}

.bio-data span{
    color: #e7e4d5;
    font-weight: bold;
}

.bio-data a{
    color: #fcb134;
    font-weight: bold;
    font-size: 11px;
    padding: 5px;
}

.bio-data a:hover {
  color:#FFFFFF;
}

.bio-photo {
  float: left;
  padding: 10px;
}

/********** SCHEDULE **********/
table.schedule {
  width: 720px;
  background-color: ;
}

.schedule-header {
  background-color: #002e62;
  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;
}


/******* SCOREBOARD ********/
div.boxscore {
  padding: 5px;
  font-size: 10px;
  background: #e7e4d5;
}


.boxscore-sport {
  text-transform: uppercase;
  font-size: 10px;
  text-decoration: underline;
}


.boxscore-date {
  float: right;
}

.boxscore-hometeam {
  color: #002e62;
  font-size: 10px;
  font-weight: bold;
}

.boxscore-link a{
  font-size: 10px;
}

.upcoming {
  height: 240px;
  overflow: auto;
  scrollbar-base-color: #336633;
}
/********** COMPOSITE *************/
.calendar {
  border-collapse: collapse;
  background-color: #FFFFFF;
  color: #24397c;
  text-align: center;
  margin: 5px;
  width: 720px;
}

.calendar td {
  border: 1px solid #000000;

}

.calendar td a {
  font-weight: bold;
}

.calendar td a:hover {
  text-decoration: underline;
}

.calendar-month  {
  font-size: 1.2em;
  font-weight: bold;
  padding: 5px;
}

.calendar-header td{
  background-color: #24397c;
  font-weight: bold;
  color: #fcb134;
}

.calendar-sport {
  font-weight: bold;
}

.calendar-date {
  float: left;
  color: #fcb134;
  background-color: #24397c;
  width: 15px;
}

.calendar-event {
}

.calendar-event td a {
  font-weight: bold;
}

.calendar-event td a:hover {
  text-decoration: underline;
}

