table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	/*font-size: 12px;*/

	/*border: solid #999999 1px;*/
	/*background-color: white;*/
	width: 220px;
	text-align: center;
	/*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;
}
table.calendar td {
	border: 0;
	font-size: 10px;
	text-align: center;
}
div.mainheading {
	/*margin: 2px;*/
	
	margin:0 auto;
	height:30px;
	clear:both;
}

div.mainheading input{
float:left;
margin-right:2px;
background:url(../i/input.jpg) no-repeat left top;
width:26px;
height:21px;
border:0;
cursor:pointer;
}

div.mainheading select{
	float:right;
	margin-left:4px;
}


table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	/*margin: 0 6px 0 6px;*/
}
table.caldayheading td {
	border: solid #CCCCCC 1px;
	text-align: left;
	
	font-weight: bold;
	/*width: 22px;*/ /*should match calendar cell's width*/
	width:26px;
	
	color: #393939;
	font-size:12px;
}
table.caldayheading td.wkhead {
	border-right: double #CCCCCC 3px;
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	/*margin: 0 6px 0 6px;*/
}
table.calcells td {
	border: solid #6aa30b 1px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	/*width: 22px;*/
	width:26px;
	height: 20px; /*IE doesn't like ems*/
}
table.calcells td div {
	padding: 1px;
	margin: 0;
}
table.calcells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: solid #6aa30b 1px;
	
	font-size:12px;
	color: #393939;
}
table.calcells td.wkday {
	background-color: #8dd11a;
}

table.calcells td.wkend {
	background-color: #73ae0f;
}
table.calcells td.curdate {
	background:url(../i/event.gif) no-repeat right bottom #aaff1b;
}
table.calcells td.curdateactive {
	background:url(../i/event.gif) no-repeat right bottom #aaff1b;
}
table.calcells td.cell_selected {
	background-color: #fff;
	color: black;
	background:url(../i/event.gif) no-repeat right bottom #8dd11a;
}
table.calcells td.notmnth {
	background-color: #baf458;
	color: #666666;
}
table.calcells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.calcells td.hover {
	background-color: #fff;
	color: #000000;
}

table.calcells td.hover div{
	background-color: #fff;
	color: #000000;
}

/*table.calcells td.evento {
background:url(../i/event.gif) no-repeat right bottom #8dd11a;
}*/
