﻿.calendar_style
{
	background-color:white;
}
.today
 {/*
   width:24px;
   height:21px;
   cursor:hand;
   text-align:center;
   border-width:1px;
   border-color:#D1D5D6;
   border-style:solid;
   background-color:#FFDDCC;
   color:white;
*/
 }
 .weekend_day
 {
   width:24px;
   height:21px;
   cursor:hand;
   text-align:center;
   border-width:1px;
   border-color:#D1D5D6;
   border-style:solid;
   background-color:#E1EFCC;
   color:#555555;
 }
.day
 {
   width:24px;
   height:21px;
   cursor:hand;
   text-align:center;
 /*  border-width:1px;
   border-color:#D1D5D6;
   border-style:solid;
   background-color:white;*/
   color:#555555;
 }
 
 .dayhover
 {
   width:24px;
   height:21px;
   cursor:hand;
   text-align:center;
   border-width:1px;
   border-color:#D1D5D6;
   border-style:solid;
   background-color:#F3CE5C;
   color:black;
 }
 
 .dayheader
 {
   width:24px;
   height:21px;
   text-align:center;
   border-width:1px;
   border-color:#D1D5D6;
   border-style:solid;
   font-weight:bold;
   background-color:#6DB35A;
   color:#186632;
 }
.title
 {
   font-weight:bold;
   background-color:white;
   color:#555555;
   height:21px;
   border-width:1px;
   border-color:#D1D5D6;
   border-style:solid;
   border-bottom-width:0px;
 }
 .othermonthday
 {
   width:24px;
   height:21px;
   cursor:hand;
   text-align:center;
   border-width:1px;
   border-color:#D1D5D6;
   border-style:solid;
  /* background-color:white;*/
   color:#cccccc;	
 }
 
.selectedday
 {
   width:24px;
   height:21px;
   cursor:hand;
   text-align:center;
   border-width:1px;
   border-color:#D1D5D6;
   border-style:solid;
   background-color:#6DB35A;
   color:white;
 }
 
 .change_button
 {
	cursor:hand;	
 }




