/* APPLICATION VALUES */
/* default text color */
body, td {color:#000000;}

/* default link color */
a, a:link, a:visited {color:#de0036; text-decoration:underline;}
a:hover {color: #de0036; text-decoration:none;}
a:active {color: #de0036; text-decoration:underline;}

/* footer link color */
a.textnav, a.textnav:link, a.textnav:visited {color:#0274bb; text-decoration:underline;}
a.textnav:hover {color:#0274bb; text-decoration:none;}
a.textnav:active {color:#0274bb; text-decoration:underline;}

/* sub-headings default color */
h1, h2, h3, h4, h5, h6 {color:#DE0036;}

/* wysiwyg heading colors */
.wysiwyg_pagetitle  {color:#DE0036;}
.wysiwyg_pagesubtitle  {color:#A2000E;}
.wysiwyg_accent  {color:#DE0036;}

/* form button colors */
.btn {color:#DE0036; background-color:#ffeeee;  border:1px solid #DE0036;}

/* list bullet */
.bltlst  {background: transparent url(/images/core/redbullet.gif) no-repeat top left; padding-left:12px; margin-bottom:4px;} 

/* home news/announcements colors */
.hmnewsheading{color:#de0036;}
.hmnewswrapper{background-color:#fff1e6;}
.hmnewsheadln {color:#de0036;}
.hmnewscontent {color:#000000;}

/* left menu subhead bg color */
.subnavhdr {background-color:#0274bb;}
.subnavhdr a {color: #FFFFFF; text-decoration: none;}

/* calendar colors */
.calendar_day_heading {background-color: #727272;}
.calendar_day_empty, .calendar_day_event, .calendar_month {border:1px solid #727272;}
.calendar_day_event {background-color:#F1F1F1;}