﻿table.calendarControl {
	text-align:center;
	width:140px;
	margin-left:auto;
	margin-right:auto;
}

table.calendarControl, table.calendarControl a {
    font-family:Arial,Verdana,Helvetica,sans-serif;
}

table.calendarControl td {
	color:#000;
	padding:2px;
	vertical-align:middle;
}

table.calendarControl td.eventDay {
	color:#4b852e;
	padding-left:3px;
	width:14%;
	font-weight:bold;
}

table.calendarControl td.eventDay a:link {
	font-weight:bold;
	color:#4b852e;
	text-decoration:none;
}

table.calendarControl td.eventDay a:visited {
	color:#4b852e;
	text-decoration:none;
}

table.calendarControl td.eventDay a:hover {
	color:#534a2d;
	text-decoration:none;
}

table.calendarControl td.eventDay a:active {
}

/***********
 Today
************/
table.calendarControl td.today {
	padding-left:3px;
	border:solid 1px #000000;
	color:#000;
}

table.calendarControl td.today a:link {
	font-weight:bold;
	color:#4b852e;
	text-decoration:none;
}

table.calendarControl td.today a:visited {
	color:#4b852e;
	text-decoration:none;
}

table.calendarControl td.today a:hover {
	color:#4b852e;
	text-decoration:none;
}

table.calendarControl td.today a:active {
}

/************
 Other days
*************/
table.calendarControl th.captionDay {
	color:#000000;
	border-bottom:solid 1px #544a27;
	text-transform:uppercase;
	font-weight:bold;
}

table.captionMonth {
	font-family:Georgia,Times,serif;
	font-size:8pt;
}

table.captionMonth td {
    text-align:right;
   	text-transform:capitalize;
	color:#424242;
	background-color:#c0af93;
	padding:3px 4px 3px 2px;
	margin:0;	
	font-weight:bold;
}

.calendarControl {
	color:#676767;
}

.calendarControl a:link {
	color:#676767;
	text-decoration:none;
}

.calendarControl a:visited {
	color:#676767;
	text-decoration:none;
}

.calendarControl a:hover
{
	color:#676767;
	text-decoration:none;
}

.calendarControl a:active {
	color:#676767;
	text-decoration:none;
}

/*****************
 Calendar Details
******************/
.calendarDetails {
	padding: 15px 20px 5px 20px;
	text-align: center;
}

.calendarItem {
	text-align:justify;
	font-size:10pt;
}

.calendarItem p {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 4px 0px;
}

.calendarItem p p, .calendarItem p span {
	margin: 0px;
	padding: 0px;
}

h2.calendarTitle {
	font-family:Georgia,Times New Roman,Serif;
	margin:8px 0 16px 0;
	padding:4px 0;
	font-size:1.3em;
	text-transform:none;
	text-align:left;
	color:#4b852e;
}

table.eventRepeater {
    text-align:left;
    width:100%;
}

.calendarDetails div.lineNarrower {
	width:100%;
}

/************
 Other
************/
div.calendarControl {
	padding:5px;
	margin-top:6px;
	margin-left:auto;
	margin-right:auto;
}

div.calendarBottom {
	margin-top:24px;
	margin-left:auto;
	margin-right:auto;
}