/* PHP Calendar */

.some, .calendar, .calendar td {
  font-size:11px;
}

.calendar_today { 
  background-color:#eeeeee;
  font-size:11px;
}

.calendar_selected { 
  background-color:#ffffcc;
  font-size:11px;
}
.calendar_past { color:grey; font-size:11px;}



TD.NON {
  font-size :12px; 
  color :#C0C0C0;
}

nav a {
  text-decoration: none;
  color:black;
}

nav a:hover{
	background-color:#eee;
}

TD.TOP {
  font-size :12px; color :#0000FF; font-weight :bold;}
  TD.Some {font-family :Tahoma, Verdana, Arial; font-size :12px; color :#000000; font-weight :normal;}
  A.NOEVENT:Link {font-family :Tahoma, Verdana, Arial; font-size :12px; color :#000000; font-weight :normal; text-decoration: none;}
  A.NOEVENT:Visited {font-family :Tahoma, Verdana, Arial; font-size :12px; color :#000000; font-weight :normal; text-decoration: none;}
  A.EVENT:Link {font-family :Tahoma, Verdana, Arial; font-size :12px; color :#000000; font-weight :bold; text-decoration: none;}
  A.EVENT:Visited {font-family :Tahoma, Verdana, Arial; font-size :12px; color :#000000; font-weight :bold; text-decoration: none;}
  A.NORMAL:Link {font-family :Verdana, Arial; font-size :12px; color :#0000FF; font-weight :normal; text-decoration: none;}
  A.NORMAL:Visited {font-family :Verdana, Arial; font-size :12px; color :#0000FF; font-weight :normal; text-decoration: none;}

 .calMonth {
    	font-family: Verdana, Geneva, Arial;
    	font-size: 11px;
    	font-weight: bold;
    	border-bottom: 1px solid #9DA596;
    	color: #9DA596;
      text-align:center;
    	letter-spacing: 4px;
    }

    .clsCalWeekday {
    	color: #999999;
    	font-family: Verdana, Geneva, Arial;
    	font-size: 9px;
    }


    .clsCalDate {
    	font-family : ms sans serif, Verdana, Geneva, Arial;
    	font-size : 11px;
    	font-weight: light;
    	text-decoration: none;
    }  

    TD.clsCalDate, TD.clsCalDateHighlight, TD.clsCalDateHover, TD.clsCalDateDown {
    	color: #999999;
    	width: 25px;
    	border-right: 1px solid #DDDDDD;
    	border-bottom: 1px solid #CCCCCC;
    	background: #F5F5F5;
    	text-align: center;
    }

    TD.clsCalDateHighlight {
    	background: #FFFFEE;
    	border-right: 1px solid #BBBBAA;
    	border-bottom: 1px solid #AAAA99;
    }

    

    TD.clsCalDateHover {

    	background: #EEEECC;

    	border-right: 1px solid #999988;

    	border-bottom: 1px solid #888877;

    	cursor: hand;

    }

    

    TD.clsCalDateDown {

    	background: #EEEECC;

    	border-left: 1px solid #999988;

    	border-top: 1px solid #888877;

    	border-right: 0px solid #EEEECC;

    	border-bottom: 0px solid #EEEECC;

    }
   
    .clsBorderedBox {
    	background: #EEEEEE;
    	border: 1px solid #CCCCCC;
    	padding: 6px;
    }

    .pointer {
      font-size:10px;
      padding-right:4px;
      color:#c00;
      cursor:hand;
      cursor:pointer;
    }

