
table.calendar
{
	font-family: sans-serif;
	font-size: 0.8em;
	border-collapse: collapse;
	background-color: #ffe180;
	border-radius: 5px;
	border: solid #999999 1px;
	padding: 5px;
	text-align: center;
	position: absolute;
	z-index: 1000; /*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none; /*-khtml-user-select: none;*/
	border: 1px solid #d34d17;
}
table.calendar a
{
}
table.calendar a:hover
{
}
table.calendar input, table.calendar select
{
	font-size: 10px;
}
table.calendar td, table.calendar th
{
	border: 0;
	font-size: 10px;
	text-align: center;
}
div.mainheading
{
	margin: 2px;
}
input[type=button]
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	padding: 2px 10px;	
	background: #d34d17;
	color: #fff;
	border-radius: .5em;
	font-family: Berlin Sans FB;
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
	cursor: pointer;
}

select
{
	padding: 3px;
	position:static;
}
/*all styles related to the main calendar grid*/
table.cells
{
	border-collapse: collapse;
	border: solid #FF9900 1px;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
}
/*the day headings*/
table.cells th
{
	background-color: #3d3d5a;
	padding: 4px;
	border: solid #FF9900 1px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: medium;
	color: white;
	width: 22px;
}
table.cells th.wkhead
{
	display: none;
	border-right: double #FF9900 3px;
	cursor: default;
	width: 22px;
}
/*The date cells*/
table.cells td
{
	border: solid #FF9900 1px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	height: 20px; /*IE doesn't like ems*/
}
table.cells td.wkhead
{
	display: none;
	background-color: #b33529;
	text-align: center;
	border-right: double #FF9900 3px;
	color: #0054E3;
}
table.cells td.noselect
{
	background-color: #EEEEEE;
	color: #BBBBBB;
	text-decoration: line-through;
	cursor: default;
}
table.cells td.hlday
{
	background-color: #99FF99;
}
table.cells td.wkday
{
	background-color: white;
	vertical-align: middle;
	text-align: center;
	padding: 2px;
}
table.cells td.wkend
{
	background-color: #b33529;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}

table.cells td.curdate
{
}

table.cells td.cell_selected
{
	background-color: #d34d17;
	color: White;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

table.cells td.notmnth
{
	background-color: #FFFFFF;
	color: #CCCCCC;
}

table.cells td.notallowed
{
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}

table.cells td.hover
{
	background-color: #d34d17;
	color: White;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

table.cells td div
{
	padding: 1px;
	margin: 0;
}
