body{
   margin:0px auto;
   padding:0px;
   background-color:#c3efbe;
   font-family:Arial,Helvetica,sans-serif; 
}

#alertcal {  
   margin: 0px auto;
   text-decoration: none;
   font-family: verdana, Helvetica, sans-serif;
   font-size: 17px;
   padding: 5px;
   display: block;
   border: 3px solid #003300;
   color: #003300;
   background-color:#faf9cd;
   font-weight: bold;
}



table.calendar {
  margin: 0px;
  background: whitesmoke;
  border-collapse: collapse;
  background-color: #defcd2;
}
table.calendar td {
  border: 1px #003300 solid;
  padding: 5px;
}
table.calendar tr.calhead {
  background: #b4f399;
  color: #000000;
  font-size: 17px;
  font-weight: bold;
}
.eday {
   float: left;
   font-size: 17px;
   font-weight: bold;
   color: #000000;
}
.eday a {
   font-size: 17px;
   font-weight: bold;
   text-decoration: none;
   color: #000000;
   cursor: pointer;
}
.iday {
   background-color: #5b9c41;
   padding: 5px 10px;
   color: #ffffff;
   float: right;
   font-weight: bold;
   font-size: 17px;
}
.calday {
   width: 151px;
   height: 165px;
}

.calday:hover {
   width: 151px;
   height: 165px;
   background-color: #b4f399;
}

.calcurday {
   width: 151px;
   height: 165px;
   background-color: #b4f399;
}

.calgreen {
   float: left;
   color: #0ca107;
   font-size: 13px;
   font-weight: bold;
}


.calgreen a {
   float: left;
   color: #0ca107;
   font-size: 13px;
   font-weight: bold;
}


.calgreen a:hover {
   float: left;
   color: #0ca107;
   font-size: 13px;
   font-weight: bold;
}

.calred {
   color: #FF1000;
   font-size: 13px;
   font-weight: bold;
}

.calred a {
   color: #FF1000;
   font-size: 13px;
   font-weight: bold;
}

.calred a:hover {
   color: #FF1000;
   font-size: 13px;
   font-weight: bold;
}

.calblack {
   color: #000000;
   font-size: 13px;
   font-weight: bold;
}


.calblack a {
   color: #000000;
   font-size: 13px;
   font-weight: bold;
}


.calblack a:hover {
   color: #000000;
   font-size: 13px;
   font-weight: bold;
}

#toolbar {
   clear: both;
   width: 1144px;
   background: #fff url("../img/toolbar.gif");
   background-repeat: repeat-x;
   display: block;
   margin: 0;
   padding: 0;
   border-top: 1px solid #fff;
   height: 32px;
   font-family: Arial, verdana, Helvetica, sans-serif;
   font-size: 0.85em;
   font-weight: bold;
}

#toolbarnav li {
   list-style: none;
   margin: 0;
   text-align: left;
   font-family: Arial, Helvetica, sans-serif;
   color: #fff;
   display: block;
   font-weight: bold;
   float: left;
}
#toolbarnav {
   font: 12px Arial, Helvetica, sans-serif;
   font-weight: bold;
   color: #fff;
   padding: 0;
   margin: 0;
}
#toolbarnav li a {
   color: #fff;
   padding: 7px 15px;
   display: block;
   border-right: 1px none #565656;
   border-top: 1px none #565656;
   border-bottom: 1px none #565656;
   border-left: 1px dotted #565656;
   text-decoration: none;   
}

#toolbarnav li a:hover { 
   color: #000;
   padding: 7px 15px;
   display: block;
   border-right: 1px none #565656;
   text-decoration: none;
   border-top: 1px none #565656;
   border-bottom: 1px none #565656;
   border-left: 1px dotted #565656;
   background: url(../img/tb.png) repeat;
}


#toolbarnav li a:focus { 
   color: #000;
   padding: 7px 15px;
   display: block;
   border-right: 1px none #565656;
   text-decoration: none;
   border-top: 1px none #565656;
   border-bottom: 1px none #565656;
   border-left: 1px dotted #565656;
   background: url(../img/tb.png) repeat;
}


