/*you can easily strip out all comments and unnecessary whitespace from this file -
visit http://www.meanfreepath.com/tools/jscompactor.html to use our free JavaScript/CSS code compactor*/
table.calendar {font-family: Tahoma;font-size: 11px;background-color: white;background-color: white;text-align: center;-moz-user-select: none;}
table.calendar a {text-decoration:none;color:#666666;}
table.calendar a:hover {background:#DDE1EC;color:#333333;}
table.calendar .mainheading a{text-decoration:underline;cursor:pointer;color:#1f77ab;}
table.calendar .mainheading a:hover{background:none;text-decoration:none;}
table.calendar input, table.calendar select {font-size: 10px;}
table.calendar td, table.calendar th {text-align:center;vertical-align:middle;}
div.mainheading {margin: 2px;}
div.mainheading div.closeBtn {}
/*all styles related to the main calendar grid*/
table.cells {/*border-collapse: collapse;border: solid #CCCCCC 1px;cursor: pointer;empty-cells: show;margin: 0 6px 0 6px;*/}
/*the day headings*/
table.cells thead th {color:#666666;font-weight:bold;width:25px;height:16px;}
table.cells thead th span{color:#E90E86;} 
/*table.cells th.wkhead {color:#666666;font-weight:bold;}
table.cells thead tr th.w{}*/
/*The date cells*/
table.cells td {width:25px;height:16px;text-align:center;vertical-align:middle;}
table.cells td.wkhead {font-weight:bold;color:#536279;}
table.cells td.noselect {background-color: #FFFFFF;color:#CCCCCC;text-decoration: line-through;cursor: default;}
table.cells td.hlday {color:#E90E86;cursor:pointer;}
table.cells td.wkday {color:#666666;cursor:pointer;}
table.cells td.wkend {color:#E90E86;cursor:pointer;}
table.cells td.curdate {background:#D0E7F5;}
table.cells td.cell_selected {background:#63B3E3;color:#FFFFFF;cursor:pointer;}
table.cells td.notmnth {background-color: #FFFFFF;color: #CCCCCC;cursor:pointer;}
table.cells td.notallowed {background-color: white;color: #EEEEEE;font-style: italic;}
table.cells td.hover {background:#DDE1EC;color:#333333;}
table.cells td div {/*padding: 1px;margin: 0;*/}