table.calendar {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: white;
	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: 10px;
}
table.calendar td {
	border: 0;
	font-size: 10px;
	text-align: center;
}
div.mainheading {
	margin: 0px;
}
table.caldayheading 
{
    border-collapse: collapse;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;    
	border: solid #000000 1px;
	cursor: pointer;
	empty-cells: show;
}
table.caldayheading td 
{
    border: solid #000000 1px;
	text-align: center;
	background-color: #000000;
	border-collapse: collapse;
	color: #ffffff;
	font-weight: bold;
	width: 25px; /*should match calendar cell's width*/
}
table.caldayheading td.wkhead {
	border-right: double #CCCCCC 3px;
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0px 0px 0px 0px;
}
table.calcells td {
	border: solid #000000 1px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	width: 25px;
	height: 23px; /*IE doesn't like ems*/
}
table.calcells td div 
{
    text-align: center;
	padding: 0px;
	margin: 0px;
}
table.calcells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #CCCCCC 3px;
	color: #0054E3;
}
table.calcells td.wkday 
{
    text-align: center;
	background-color: #C1C5D0;
}
table.calcells td.wkend 
{
    text-align: center;
	background-color: #C1C5D0;
}
table.calcells td.curdate 
{
    text-align: center;
    background-color: #ffffff;
    color: #000000;
}
table.calcells td.cell_selected 
{
    text-align: center;
	background-color: #BE8F94;
	color: #000000;
}
table.calcells td.notmnth 
{
    text-align: center;
	background-color: #DDE0EF;
	color: #000000;
}
table.calcells td.notallowed 
{
    text-align: center;
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.calcells td.hover 
{
    text-align: center;
	background-color: #ffffff;
}
.seeclickfix_issue_rating_text {display:none !important;}



#MainCalendar table.calcells td {
	border: solid #000000 1px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 12px; 
	width: 35px;
	height: 33px; /*IE doesn't like ems*/
}

#MainCalendar table.caldayheading td 
{
    border: solid #000000 1px;
	text-align: center;
	background-color: #000000;
	border-collapse: collapse;
	color: #ffffff;
	font-weight: bold;
	width: 35px; /*should match calendar cell's width*/
}
#MainCalendar table.calcells td.curdate 
{
    text-align: center;
    background-color: #BE8F94;
    color: #000000;
}
#MainCalendar table.calendar input, table.calendar select {
	font-size: 12px;
}
