﻿#small-calendar {
	background: #fff;
}
#small-calendar h3 {
	text-align: center;
}
.calendar {
	float: left;
	clear: both;
	padding: 0 0 0 0;
}
.calendar .layout-top,
.calendar .layout-middle,
.calendar .layout-bottom {
	width: 200px;
	clear: both;
}
.calendar .layout-top {
	padding: 0 0 10px 0;
}
#small-calendar .calendar .layout-top a {
	display: block;
	float: left;
	clear: none;
	text-align: center;
}
#small-calendar .calendar .layout-top a {
	width: 23px;
	height: 23px;
	text-decoration: none;
	clear: none;
	border-radius: 15px;
	-moz-border-radius: 15px;
	background-repeat: no-repeat;
	background-position: 6px 7px;
	text-indent: -10000px;
	padding: 0;
	margin: 0;
}
#small-calendar .calendar .layout-top a.next {
	background-position: 7px 7px;
}
#small-calendar .calendar .layout-top a:hover {
	background-position: 6px -14px;
}
#small-calendar .calendar .layout-top a.next:hover {
	background-position: 7px -14px;
}
#small-calendar .calendar .layout-top a.c3 {
	width: 150px;
	height: 20px;
	font-size: 16px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: 0;
}
.calendar table {
	width: 190px;
}
.calendar table tr th {
	font-weight: normal;
	height: 20px;
	left: 22px;
}
.calendar table tr th,
.calendar table tr td {
	padding: 0;
	background: none;
}
.calendar table tr td {	
	width: 27px;
	height: 28px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
}
#small-calendar .calendar table tr td a {
	display: block;
	text-align: center;
	line-height: 26px;
	text-decoration: none;
	width: 24px;
	height: 26px;
	padding: 0 1px 0 0;
	background: #fff;
	border: #fff solid 1px;
}
.calendar table tr td a {
	text-decoration: none;
}
#small-calendar .calendar table tr td a:hover {
	border-style: solid;
	border-width: 1px;
}
#small-calendar .calendar table tr td a {
	letter-spacing: 0;
}
/*b*/
#body-wrap .theme-b .calendar table tr td a {
	color: #3488ad;
}
#body-wrap .theme-b .calendar table tr td.active a {
	color: #3488ad;
	border-color: #bbe5f3;
}
#body-wrap .theme-b .calendar table tr td.selected a {
	color: #145a7c;
	border-color: #145a7c;
	background-color: #eaf7fb;
}
#body-wrap .theme-b .calendar table tr td.today a {
	color: #fff;
	background-color: #3488ad;
	border-color: #eaf7fb;
}
#body-wrap .theme-b .calendar table tr td.today.selected a {
	border-color: #145a7c;
}
#body-wrap .theme-b .calendar table tr td.prev-month a,
#body-wrap .theme-b .calendar table tr td.next-month a {
	color: #bbe5f3;
}
/*g*/
#body-wrap .theme-g .calendar table tr td a {
	color: #88bb6c;
}
#body-wrap .theme-g .calendar table tr td.active a {
	color: #88bb6c;
	border-color: #cfe4c4;
}
#body-wrap .theme-g .calendar table tr td.selected a {
	color: #498854;
	border-color: #498854;
	background-color: #f1f7ed;
}
#body-wrap .theme-g .calendar table tr td.today a {
	color: #fff;
	background-color: #88bb6c;
	border-color: #f1f7ed;
}
#body-wrap .theme-g .calendar table tr td.today.selected a {
	border-color: #498854;
}
#body-wrap .theme-g .calendar table tr td.prev-month a,
#body-wrap .theme-g .calendar table tr td.next-month a {
	color: #cfe4c4;
}
/*p*/
#body-wrap .theme-p .calendar table tr td a {
	color: #9e9567;
}
#body-wrap .theme-p .calendar table tr td.active a {
	color: #9e9567;
	border-color: #dad7c5;
}
#body-wrap .theme-p .calendar table tr td.selected a {
	color: #78714d;
	border-color: #78714d;
	background-color: #f4f3ed;
}
#body-wrap .theme-p .calendar table tr td.today a {
	color: #fff;
	background-color: #9e9567;
	border-color: #f4f3ed;
}
#body-wrap .theme-p .calendar table tr td.today.selected a {
	border-color: #78714d;
}
#body-wrap .theme-p .calendar table tr td.prev-month a,
#body-wrap .theme-p .calendar table tr td.next-month a {
	color: #dad7c5;
}
#small-calendar .events-list {
	float: left;
	clear: both;
	width: 200px;
	padding: 10px 0;
}
#small-calendar .events-list table tr td:first-child {
	width: 60px;
	text-align: right;
}
#small-calendar .events-list table tr td {
	padding: 0 5px;
}


