/* Links */
a, a:link, a:visited {
  color: #067ac6;
}
/* Header */
#header {
  background: transparent url(/themes/067ac6/header.gif);
}
/* Nav */
#container .submenu_selected {
  background: #067ac6 url(/themes/067ac6/hilite.gif) repeat-x left bottom;
}
#nav_menu .sub_menu .submenu_item.admin.submenu_selected {
  background: #067ac6 url(/themes/067ac6/hilite.gif) repeat-x left bottom;
}
#nav_menu .sub_menu .submenu_item.admin.submenu_selected a {
  color: #FFFFFF;
}
#container #nav_menu .dropdown_menu a {
  color: #067ac6;
}
#container #nav_menu .dropdown_menu a:hover, #container #nav_menu .dropdown_menu a:active {
  background-color: #067ac6;
}
/* Team Record */
.team_stats_table .team_stat {
  background-color: #067ac6;
  border: 1px solid #033d63;
  color: white;
}
/* Calendar */
.day_name th {
  background: #0d7cc5 url(/themes/067ac6/calendar_header.gif) repeat-x left bottom;
  border-left: solid 1px #067ac6;
}
th.wkendTitle {
  background: #0f8ece url(/themes/449bd4/calendar_header.gif) repeat-x left bottom;
  border-right: solid 1px #067ac6;
  border-left: solid 2px #067ac6;
}
td.weekendDay {
  background-color: #cde4f3;
}
.calendar td a.event_link {
  color: #067ac6;
}
.calendar td.day:hover {
  background: #067ac6;
}
.calendar td.day:hover a {
  background: #045b94;
  color: #c0ddf0;
}
.arrow_right {
  background: transparent url(/themes/045b94/right_arrow.png) no-repeat right 20px;
}
.arrow_left {
  background: transparent url(/themes/045b94/left_arrow.png) no-repeat left 20px;
}
.popup_inner1 {
  border: solid 4px #045b94;
}

tr.even {
  background-color: #d9ebf6;
}

