/*ver 0.9.16*/


div.cell {
	clear: right;
}

div.date {
	border-right-width: 0 !important; /*background: #F3F3F3;*/
	border-top-width: 0 !important;
	float: right;
	margin: 0;
	padding: 0.125em 0.25em 0 0.25em;
	text-align: center;
}

table#calendar {
	background-color: #E6E9EB;
	background-position: center;
	background-repeat: repeat;
	font-size: 100%;
	width: 650px;
}

table#calendar a {
	display: block; /*font-weight: bold; not needed in th*/
	margin: 0;
	text-decoration: none;
}

table#calendar a:link {
	color: #0C3249;
}

table#calendar a:visited {
	color: #0C3249;
}

table#calendar a:hover {
	color: #F4F4F4;
}

table#calendar td {
	background-color: transparent;
	border-color: #808080 #808080 #808080 #808080;
	border-style: solid solid solid solid;
	border-width: 0 0 1px 1px;
	font-size: 80%;
	height: 100px;
	padding: 0;
	vertical-align: top;
}

table#calendar td.col7 {
	border-right: 1px solid #808080;
}

table#calendar td.sat, table#calendar td.sun {
	background-color: #C1C8CD;
}

table#calendar tr#days th {
	background-color: #082536;
	color: #ECECF9;
	font-size: 80%; /*font-weight: bold; th does not need*/
	padding: 1px 0.5em; /*text-align: center; th does not need*/
}

table#calendar tr#spacers td {
	height: 1px;
}

table#calendar tr#title th {
	background-color: #AFAB88;
	border: 1px solid #818181;
	color: #000000;
	font-size: 90%;
	padding: 5px;
}

table#calendar tr#title th#nextmonth{
	color: #6A5ACD; /*font-size: 110%;*/
}

table#calendar tr#title th#priormonth{
	border-right-width: 0;
	color: #6A5ACD; /*font-size: 110%; */
}

table#calendar tr#title th#thismonth{
	border-right-width: 0;
}

td.annc {
	background-color: transparent !important;
	border-style: dotted !important;
}

td.priormonth div.date, td.nextmonth div.date {
	background: transparent !important;
}

.special {
	clear: right;
	display: block;
	font-variant: small-caps;
	text-align: center;
}

