@import "/templates/css/style.css";

h4 a:link { color:#040040; }
h4 a:visited { color:#040040; }
h4 a:hover { color:#000000; }

a.event:link, a.event:visited { color:#333333; text-decoration:underline; }
a.event:hover { color:#006633; text-decoration:underline; }

/* Calendar on the calendar page */
#calendar { margin:0px 0px 0px 20px; }
#calendar { width:950px; }
#calendar .dowbox { width:135px; background:#003399; color:#ffffff; font-size:12px; padding:2px 0px; text-align:center; }
#calendar .dateboxoff { width:135px; height:135px; background:#e0e3e9; color:#000000; text-align:center; }
#calendar .dateboxon { width:135px; height:135px; background:#ffffff; color:#000000; text-align:center; cursor:pointer; }
#calendar .dateboxnow { width:135px; height:135px; background:#d6f6cf; color:#000000; text-align:center; cursor:pointer; }
#calendar .date { background:#f0f0f0; border-bottom:1px solid #cfcfcf; padding:2px 0px; font:bold 11px arial,sans-serif; }

/* Calendar events section on home page */
#calendar-events { width:385px; height:360px; background:url("/images/section-calendar-bg.png") top left no-repeat; margin-bottom:10px; }
#calendar-events .content { float:left; margin:55px 30px 10px 10px; }

/* Calendar table on the calendar page */
#calendar-full { width:950px; background:#cfcfcf; margin:20px; font-size:12px; line-height:125%; }
#calendar-full .dowbox { width:135px; background:#000000; color:#ffffff; font-size:12px; padding:2px 0px; text-align:center; }
#calendar-full .dateboxoff { width:135px; height:135px; background:#e0e0e0; color:#000000; text-align:center; }
#calendar-full .dateboxon { width:135px; height:135px; background:#ffffff; color:#000000; text-align:center; text-align:left; }
#calendar-full .dateboxnow { width:135px; height:135px; background:#d6f6cf; color:#000000; text-align:center; text-align:left; }
#calendar-full .date { background:#f0f0f0; border-bottom:1px solid #cfcfcf; padding:2px 0px; font:bold 11px arial,sans-serif; text-align:center; }
#calendar-full .events { overflow:hidden; margin:7px; padding:0px; }
#calendar-full .events .bullet { float:left; display:block; width:7px; padding:4px 3px; }
#calendar-full .events .title { float:left; display:block; width:103px; padding-bottom:10px; }
#calendar-full a.more:link, #calendar-full a.more:visited { color:#006633; text-decoration:underline; }
#calendar-full a.more:hover { color:#339966; text-decoration:underline; }

/* Calendar index */
#calendar-index {  }
#calendar-index .colleft { float:left; width:630px; margin:0px 20px 0px 20px; }
#calendar-index .colright { float:left; width:300px; margin:0px 20px 0px 0px; }
#calendar-index .colright .bigbox { text-align:left; margin:0px; padding:0px; }
#calendar-index .colright .bigbox .ad { text-align:left; margin:0px; padding:0px; }

/* Calendar module on the home page */
#calendar-module { width:218px; }
#calendar-module table { background:#b2b3b6; margin-bottom:20px; }
#calendar-module td { text-align:center; }
#calendar-module .dowbox { width:30px; background:#003399; color:#ffffff; font-size:12px; padding:3px 0px; text-align:center; }
#calendar-module .dateboxon { height:20px; background:#ffffff; font-size:14px; font-weight:bold; cursor:pointer; }
#calendar-module .dateboxnow { height:20px; background:#d6f6cf; font-size:14px; font-weight:bold; cursor:pointer; }
#calendar-module .dateboxover { height:20px; background:#c6e6bf; color:#000000; font-size:14px; font-weight:bold; cursor:pointer; }

#lead img { border:0px; }