/* #036 - Generic Color */
/* Uni Specific Styles */

#uni-logo {
    padding: 35px 0 0 0; /* Logo Height is top padding */
    width: 150px; /* This is the logo width */
    height /**/:35px; /* A logo height hack for IE < 6 */
}

/* Elements with university text */
h1,h2,h3,h4,h5
,table caption
,#main .ui-tabs-nav a
,#nav a
,.toolgroup-title
,.datepicker .ui-datepicker-links a
,th{
  color: #036;
}

/* Elements with university background */
 #header #logo
,#main .ui-tabs-nav li.ui-tabs-selected
,.datepicker .ui-datepicker-current-day
,#main .ui-tabs-nav li.ui-tabs-selected *
,.button:hover
,.button.over
,.small-button:hover
,.small-button.over
{
  background-color: #036;
  color: #fff !important;
}

/* Do not change anything after this line, these settings are universal
They are not in the main.css because they must be referenced here for the browser to get the
correct relative path
*/
#uni-logo {
  background-image: url("logo.png");
}
#nav a:hover
{
  background: url("nav-hl-arrow.gif") left center no-repeat;
}