/* The date cells */
table.cells td  {
	border: solid 1px #ccc;
	color: #332817;
	height: 20px;
	text-align: left;
	vertical-align: top;
}
table.cells th  {
	border-style: none;
	color: #422F58;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	width: 22px;
	padding: 0 0 0 3px;
}
table.cells th.wkhead  {
	border-style: none;
	color: #422F58;
	cursor: default;
	font-weight: normal;
	text-align: left;
	width: 22px;
}
table.cells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #ccc 3px;
	color: #422F58;
}
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: #fdef9e;
	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; }
#RSresults td a:link, #RSresults td a:visited {
	color: #fff;
}


table {
	background:#483867;
	width:100%;
	padding-top:0;
	margin-top: 0;
	box-shadow:0px 0px 5px 2px rgba(0,0,0,0.4);
	-moz-box-shadow:0px 0px 5px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow:0px 0px 5px 2px rgba(0,0,0,0.4);
}
table th {
	font-size:1em;
	box-shadow:0px 0px 7px 3px rgba(0,0,0,0.4);
	-moz-box-shadow:0px 0px 7px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow:0px 0px 7px 3px rgba(0,0,0,0.4);
	padding:0;
	margin:0;
	position:relative;
	z-index:100;
}
table td {
	color:#fff;
	border-bottom:1px solid #cfccad;
	height:26px;
	padding:0 0 0 8px;
	font-size:12px;
}
table td:first {	background:none;
	padding:0;
	text-align:left;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
table td:first {
	padding:0 8px
}
table table {
	padding:0;
	width:90%;
	margin:10px;
	box-shadow:none;
	padding:none;
	background: #AAA0B8;
}
table table th {
	background:#DED8E4;
	color:#483766;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	font-size:13px;
	height:26px;
	padding:0 0 0 8px;
	text-align:center;
	text-transform:capitalize;
	vertical-align:middle !important;
}
#RSdetails table table td {
	color: #2B1553;
	vertical-align: middle !important;
	border-bottom:1px solid #cfccad;
	padding: 0 5px 0 10px;
	margin: 5px;
}

