/* For displayCalendar.html file only (NOT when calendar is displayed from displayContent.php) */

table {font-family: arial; width: 770px; border-collapse: collapse;
   border: 0; margin: 0; padding: 0;}
td.cell {height: 80px; width: 14%; border: 1px solid #4a5b6f; vertical-align: top;}
td.blank {height: 80px; width: 14%; border: 1px solid #4a5b6f; vertical-align: top; 
   background-color: #d5c89f}
td.we {height: 50px; width: 14%; border: 1px solid #4a5b6f; vertical-align: top; 
   background-color: #f3bb61}   
td.today {height: 50px; width: 14%; border: 1px solid #4a5b6f; vertical-align: top; 
   background-color: #75d9e2}   
td.day_hdr_cell {text-align: center; font-size: 14px;}   
td#month_hdr {text-align: center; }
tr#month_hdr {background-color: #7d2222; color: #fff; border: 1px solid #000;}
tr#day_hdr_row {background-color: #aa3838; border: 1px solid #000; color: #fff;}
tr#cal_select {background-color: #fde8c9; color: #222;}
td#cal_select {text-align: center; border: 1px solid #222;}
span#month_year {font-size: 16px; text-transform: capitalize; font-weight: bold;}
span#days {text-transform: capitalize;}
span.day_no {font-size: 11px; }
a.nav_link {color: #fff; text-decoration: none; font-size: 12px;}
a:hover.nav_link {color: #bbb; }
a.evt_link {color: #00f; text-decoration: underline; font-size: 11px; }
a:hover.evt_link {color: #000; text-decoration: none; }
div.evt_details {display:none; position:absolute; border: 1px solid #4a5b6f; 
   background-color: #fde8c9; padding: 5px; color: #323e4b; font-size: 12px;
   left: 100px;}
div#hprop {width: 120px; height: 1px; }  
div#evt_single {border: 1px solid #000; font-family: arial, verdana; font-size: 1.1em;
   color: #000; padding: 10px; margin: 50px;}
div#mo {border: 0; padding: 0;}   
img#ximg {border: 0}

   
/* waitLoading DIV --- also requires wait-loading.gif */
div#waitLoading {
   position: absolute;
   display: none;
   top: 125px;
   left: 25%;
   width: 50%;
   height: 200px;
   padding: 75px 0 0 0;
   text-align: center;
   background-color: #444;
   filter:alpha(opacity=50); /*IE*/
   opacity:0.50; /*compliant*/
   z-index: 100;   
   } 

div#calgrid {
   width: 770px; 
   padding: 0;
   border: 0;
   margin: 0 auto 0 auto;
   }
