﻿table.calendar {
	font-family: Arial;
	font-size: 20px;
	border-collapse: collapse;
	background-color: #eeecec;

	background:#eeecec;
	width: 200px;
	text-align: left;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
}
/*table.calendar input*/

 table.calendar select {
	font-size: 14px;
	font-family: Arial;	
	width: 92px;
}
table.calendar td {
	border: 0px;
	font-size: 10px;
	text-align: center;
}
div.mainheading {
	margin: 0px;
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 2px;
	text-align: center;
	width: 180px;
}
table.caldayheading td 
{
background:#e0e0e0;
color:#000000;
font-size:11px;
font-weight:bold;
border-bottom:1px solid #c0c0c0;
}
table.caldayheading td.wkhead {
	border-right: double #CCCCCC 3px;
}
table.calcells {
	border-collapse: separate;
	
	margin: 0 1px 0 1px;
}
table.calcells td 
{

	font-size: 12px;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	width: 22px;
	height: 20px; /*IE doesn't like ems*/
}
table.calcells td div {
	padding: 1px;
	margin: 0;
}
table.calcells td.wkhead {
	background-color: #eeeeee;
	text-align: center;
	border-right: double #CCCCCC 3px;
	color: #0054E3;
	
}
table.calcells td.wkday {
	background-color: #fe92c5;
		cursor: pointer;
		font-size: 12px;
}

table.calcells td.day_selected {
	background-color: #ff0079;
	/*border: 2px solid white;*/
	cursor: pointer;
	
}



table.calcells td.wkend {
	background-color: #DDDDDD;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
	background: #fe92c5; border:2px solid #fe92c5;
	color: black;
	cursor: pointer;
	border: solid 1px #ff0078;
}
table.calcells td.cell_selected_taken 
{
		background-color: #ff0079;
	color: black;
	cursor: pointer;
	border: solid 1px black;
}

table.calcells td.notmnth {
	background-color:#fe92c5;
	color: #fe92c5;
}
table.calcells td.notallowed {
	background-color: #eeeeee;
	color: #EEEEEE;
	font-style: italic;
}
table.calcells td.hover1 {
	background-color: #999999;
}

