/* calendar stuff */

.cal_head { }

.cal_head ul  {
               border: 0;
               margin-top: 10px;
               margin-left: 0;
               padding-left: 0;
               list-style-type: none;
               text-align: center;
               }

.cal_head ul li  {
               display: inline;
               text-align: center;
               float: left;
               padding: 0;
               margin: 0;
               }

.cal_head ul li a  {
               border: 1px solid #fff;
               margin: 0;
               padding: 2px;
               color: #0c2677;
               text-decoration: none;
               display: block;
               text-align: center;
               font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
               }

.cal_head ul li a:hover  {
                color: #fff;
                background: #999;
                }

.cal_head ul li a#current { background-color: #999;
                            color: #ffffff;
                            font-weight: bold; }

div.cal_body { border: 0; margin: 0; }

.cal_body table {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #dcdcdc url('/images/cal_bg.gif') top repeat-x;
}

.cal_body_month TD { padding:0; margin:0;}

.cal_body TD { border-top: 1px solid #fff;
               border-left: 1px solid #fff;
               border-right: 0px;
               border-bottom: 0px;
               padding: 3px; 
               height: 25px;
             }

.cal_body TD { width: 100px;
               height: 25px;
	       text-align: center;
             }

.cal_body TH { border-right: 0px;
               border-bottom: 0px;
	       text-align: center;
             }

.cal_mini_body TD,TH { border: 1px solid #fff;
                  padding: 1px; 
                  height: 5px;
                }
.cal_mini_body TD { width: 10px;
               height: 10px;
             }

.cal_day_head { height: 25px; }

.cal_body #today a { background-color: #0c2677; color: #fff; font-weight: bold; }
.cal_body #other_month { background-color: #cccccc; }

.cal_day { text-align: left; }
.date_number a { font-size: 12px; 
               border-right: 1px solid #fff;
               border-bottom: 1px solid #fff;
               padding: 3px;
               min-width: 14px;
               margin: 0;
}

.tinylink   { font-size: 9px;
              font-weight: normal;
              font-stretch: wider;
            }

.event_body { border: 1px solid #fff; 
              background-color: #F5F5CE;
              margin-left: 25px;
              margin-right:25px;
            }

.event_title { background-color: #9E7B1B;
               color: #fff;
               font-size: 15px;
               font-weight: bold;
               padding-top:5px;
               padding-bottom:6px;
             }

.event_details { padding-left: 10px;
                 padding-right:10px;
               }

.child_event_list { padding-left: 10px;
                    padding-right:10px;
                    margin-left: 25px;
                    margin-right:25px;

               }