@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #cc9900;
	text-decoration: underline;
}
a:visited {
	color: #cc9900;
	text-decoration: underline;
}
a:hover {
	color: #000066;
	text-decoration: none;
}
a:active {
	color: #000066;
	text-decoration: underline;
}
#basenav a	{
	color : #FFF;
	font-size : 14px;
	text-decoration : none;
}
#basenav a:visited {
	color : #FFF;
	font-size : 14px;
	text-decoration : none;
}
#basenav a:active {
	color : #CCC;
	font-size : 14px;
	text-decoration : none;
}
#basenav a:hover {
	color : #CCC;
	font-size : 14px;
	text-decoration : none;
}
.day-links a	{
	font-size : 12px;
	text-decoration : none;
}
h1 {
	font-size: 20px;
	color: #cc9900;
	font-weight:bold;
	line-height:20px;
	margin-top:0px;
}
h2 {
	font-size: 18px;
	color: #cc9900;
}
h3 {
	font-size: 16px;
	color: #000066;
	font-weight:bold;
}
h4 {
	font-size: 14px;
	color: #000066;
}
.small {
	font-size:12px;
}

/* MiniCal calendar style */

table.minical {
	background-color: #47a;
}

table.minical a {
	font-weight: bold;
	color: #fff !important;
}

table.minical a:hover {
	text-decoration: none;
}

table.minical td.previous-month {
	font-size: 14px;
	border: 1px solid #47a;
}

table.minical td.previous-month:hover {
	border: 1px solid #ccc;
}

table.minical td.next-month {
	font-size: 14px;
	border: 1px solid #47a;
}

table.minical td.next-month:hover {
	border: 1px solid #ccc;
}

table.minical td.current-month {
	font-weight: bold;
	color: #fff;
}

table.minical tr.day-headings td {
	color: #fff;
	background-color: #69c;
	font-weight: bold;
	width: 20px;
	padding-bottom: 0px;
}

table.minical td.day {
	text-align: center;
	color: #eee;
	border: 1px solid #ccc;
	padding-bottom: 0px;
}

table.minical td.weekend-day {
	text-align: center;
	color: #eee;
	border: 1px solid #ccc;
	background-color: #58b;
	padding-bottom: 0px;
}

table.minical td.weekend-day:hover {
	border: 1px solid #eee;
	background-color: #69c;

}

table.minical td.inactive {
	text-align: center;
	border: 1px solid #ccc;
	padding-bottom: 0px;
}

table.minical td.day:hover {
	border: 1px solid #eee;
	background-color: #69c;
}

table.minical td.current-day {
	text-align: center;
	color: #fff;
	border: 1px solid #69c;
	background-color: #69c;
	padding-bottom: 0px;
}

table.minical td.current-day:hover {
	border: 1px solid #eee;
}

/* SimpleCal calendar style */

table.simplecal {
	background-color: #47a;
}

table.simplecal a {
	font-weight: bold;
	color: #fff !important;
}

table.simplecal a:hover {
	text-decoration: underline;
}

table.simplecal td.previous-month {
	border: 1px solid #47a;
	text-align: left;
	padding-left: 3px;
}

table.simplecal td.previous-month:hover {
	/*border: 1px solid #ccc;*/
}

table.simplecal td.next-month {
	border: 1px solid #47a;
	text-align: right;
	padding-right: 3px;
}

table.simplecal td.next-month:hover {
	/*border: 1px solid #ccc;*/
}

table.simplecal td.current-month {
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	height: 40px;
	vertical-align: middle;
}

table.simplecal tr.day-headings td {
	color: #fff;
	background-color: #69c;
	font-weight: bold;
	width: 20px;
	padding-bottom: 0px;
}

table.simplecal td.day {
	background-color: #69c;
	border: 1px solid #69c;
	color: #eee;
	padding-bottom: 0px;
	height: 75px;
	width: 14%;
}

table.simplecal td.weekend-day {
	background-color: #58b;
	border: 1px solid #69c;
	color: #eee;
	padding-bottom: 0px;
	height: 75px;
	width: 14%;
}

table.simplecal td.inactive {
	border: 1px solid #69c;
	padding-bottom: 0px;
	width: 14%;
	height: 75px;
}

table.simplecal td.current-day {
	color: #fff;
	border: 1px solid #7ad;
	background-color: #7ad;
	padding-bottom: 0px;
	width: 14%;
	height: 75px;
}

table.simplecal span.day-date {
	height: 100%;
	width: 20px;
	vertical-align: top;

	display: block;
	float: left;
	font-weight: bold;
}

table.simplecal a.link {
	font-weight: normal;
}

table.simplecal a.link:hover {
	text-decoration: underline;
}

table.simplecal a.link-important {
	color: #fd0 !important;
	font-weight: bold;
}

table.simplecal a.link-important:hover {
	text-decoration: underline;
}

