/******** NEUTRALISE BROWSERS *******/
* { margin: 0; padding: 0; }
img { border: none; }

/******** HTML ELEMENTS *********/

p, div, td {
    font-size: 11px;
    line-height: 15px;
}

h1, h2, h3 {
  line-height: 130%;
  margin-bottom: 10px;
}

h1 {
  color: #01184c;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

h2 {
  color: #236123;
  text-transform: uppercase;
}

h3 {
  color: #EC631E;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

p {
  margin-bottom: 15px;
}

ol, ul {
  margin-left: 25px; 
  margin-bottom: 15px;
}

hr {
  margin-bottom: 10px;
}

pre {
  width: 730px;
 overflow: auto;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}

a:active {
outline: none;
}

a:focus {
-moz-outline-style: none;
}

.photo {
  float: right;
  margin: 0 15px;
}

.photo img {
  margin: 4px;
}

#printer {
  padding: 1px;
  font-size: 10px;
  color: #;
  text-align: right;
}

.clear { clear: both; }
.block { display: block; }


/********** STRUCTURE **********/
body {
  padding-top: 4px;
  font-family: verdana, geneva, sans-serif;
  background: url(images/setup/page_bg.gif) repeat-x left top #1a1e21;
}
#page-bg {
  background: url(/images/setup/changeable_bg.jpg) no-repeat left top;
}
#wrapper {
  width: 938px;
  padding-left: 31px;
  overflow: hidden;
}
#header {
  width: 969px;
  height: 144px;
  position: relative;
  z-index: 10;
}
#logo {
  position: absolute;
  left: 8px;
  top: 22px;
  z-index: 12;
}
#univ-logo {
  position: absolute;
  right: 14px;
  top: 24px; 
  z-index: 14;
}
#header h1.campus-name {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  color: #236123;
  margin: 0;
  position: absolute;
  right: 15px;
  bottom: 45px;
  z-index: 16;
}
.index-link {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 18;
}
#leftcol {
  width: 158px;
  padding-top: 62px;
  padding-bottom: 15px;
  float: left;
  background: #052c97;
  overflow: hidden;
}
#leftcol h2 {
  width: 138px;
  padding: 0 5px 0 15px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #fff;
  text-transform: none;
}
#leftcol .sep {
  width: 143px;
  height: 1px;
  float: right;
  border-bottom: dashed 1px #fff;
  margin: 5px 0;
  clear: both;
  overflow: hidden;
}
#body-container {
  width: 770px;
  padding-left: 10px;
  padding-bottom: 25px;
  float: right;
  color: #fff;
  background: #052c97;
  overflow: hidden;
}
#body-container h1,
#body-container h2 {
  color: #fff;
}

#mainbody {
  width: 750px;
  padding: 10px;
  float: left;
  overflow: hidden;
}
#rightcol {
  width: 230px;
  float: right;
  overflow: hidden;
}
.mcol-box {
  width: 262px;
  color: #fff;
  background: #031851;
  overflow: hidden;
}
.rcol-box {
  width: 228px;
  margin-bottom: 5px;
  border: solid 1px #236123;
  overflow: hidden;
}
.mcol-box h2, .rcol-box h2 {
  width: 242px;
  padding: 7px 10px;
  margin-bottom: 0;
  line-height: 12px;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
}
.rcol-box h2 {
  width: 208px;
  background: #236123;
}
#footer {
  width: 750px;
  padding: 20px 10px 10px;
  overflow: hidden;
}
#footer-logos {
  width: 750px;
}
.footer-text p {
  margin: 0;
  font-size: 10px;
  color: #999;
}
.footer-text a {
  color: #999;
}
.footer-text a:hover {
  color: #fff;
}

/**** NAVIGATION ****/
#nav {
  background: #031851;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
}
#nav ul, #nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav li {
  float: left;
}
#nav li a {
  display: block;
  width: auto;
  padding: 0 15px;
  float: left;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
#nav li a:hover {
  color: #f8c600;
}
#leftcol a {
  display: block;
  width: 138px;
  padding: 0 5px 0 15px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 21px;
  overflow: hidden;
}
#leftcol a:hover {
  color: #052c97;
  background: #f8c600;
}

#media-channel {
  width: 212px;
  padding: 0 8px 8px;
  background: #236123;
  overflow: hidden;
}
#media-channel a {
  display: block;
  color: #fff;
  text-decoration: none;
}

#navbar-secondary {
  width: 750px;
  padding: 5px 10px;
  float: left;
  background: #236123;
  overflow: hidden;
}
#navbar-secondary a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#navbar-secondary a:hover, #navbar-secondary a.current {
  color: #f8c600;
}

/******** HEADLINES *********/
#headlines-featured {
  width: 250px;
  height: 146px;
  padding: 5px;
  margin: 0 auto;
  overflow: auto;
}
#headlines-featured span {
  font-size: 10px;
  color: #ffc000;
}
#headlines-featured a {
  font-size: 10px;
  color: #fff;
  text-decoration: none;
}
#headlines-featured a:hover {
  color: #ffc000;
}

.rcol-box #headlines-featured span,
.rcol-box #headlines-featured a {
  color: #333;
}

#scoreboard, #standings {
  width: 250px;
  height: 128px;
  padding: 5px;
  margin: 0 auto;
  overflow: auto;
}

/********** DATEBOOK *************/
#calendar {

}

#calendarView {
  border-collapse: collapse;
}

#calendarView td {
  border: solid 1px #c1bfbd;
  background: #ccc;
  text-align: center;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  height: 23px;
  line-height: 23px;
}

#calendarView td a {

}

#calendarView .calendar-month td {
  color: #000;
}

#calendarView .calendar-month td a {
  color: #000;
  text-decoration: underline;
}

#calendarView .calendar-month td a:hover {
  text-decoration: none;
}

#calendarView .calendar-header td {
  color: #fff;
}

#calendarView td.calendar-event-cell {
}

#calendarView a.calendar-event {
  color: #333;
  background: #666;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

#calendarView a.calendar-event:hover, #calendarView a.highlight {
  background: #236123;
  color: #fff;
}

.event-schedule {
  width: 218px;
  padding: 5px;
  background: #ccc;
  color: #333;
  overflow: auto;
}

.event-schedule a {
  color: #333;
}

.event-info {
  padding: 10px 0;
}


