/* All styles are related to the main calendar grid --------------------------*/


table.calendar td {
	font-size: 12px;
	font-weight: normal;
}

table .mainheading {
	margin-bottom: 10px;
}

table.calendar input, table.calendar select {
	font-size: 1em;
}
#RSsoptsl {
	margin-right: 55px;
	margin-top: 10px;
	width: auto;
}
#RSsoptsr {
	margin-top: 10px;
	width: auto;
}


/* The day headings */
table.cells th  {
	border-style: none;
	color: #b33f00;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	width: 22px;
}
table.cells th.wkhead  {
	border-style: none;
	color: #000;
	cursor: default;
	font-weight: normal;
	text-align: left;
	width: 22px;
}



/* The date cells */
table.cells td  {
	border: solid 1px #ccc;
	color: #332817;
	height: 20px;
	text-align: left;
	vertical-align: top;
}
table.cells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #ccc 3px;
	color: #b33f00;
}
table.cells td.noselect {
	background-color: #eee;
	color: #bbb;
	text-decoration: line-through;
	cursor: default;
}
table.cells td.hlday {
	background-color: #9f9;
}
table.cells td.wkday {
	background-color: #ddd;
}
table.cells td.wkend {
	background-color: #ddd;
}
table.cells td.curdate {

}
table.cells td.cell_selected {
	background-color: #9cf;
	color: black;
}
table.cells td.notmnth {
	background-color: #fff;
	color: #ccc;
}
table.cells td.notallowed {
	background-color: white;
	color: #eee;
	font-style: italic;
}
table.cells td.hover {
	background-color: #999;
}
table.cells td div  { margin: 0; padding: 1px; }

