#calendar1, #calendar2 {
	width: 100%;
	padding: 0;
	margin: 0;
	border-left: 1px solid #A2ADBC;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}
.caption_cal {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #53646B;
	color: #fff;	 
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	text-align: center;
}
#calendar1 th, #calendar2 th {
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #616B76;
	background: #F2F2F2;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}
.cal_blanks, .cal_day, .cal_eventday {
	background: url(../images/bg_calendar.gif) no-repeat right bottom;
}
.cal_eventday a{
    font: bold 11px/20px verdana;
	color: #616B76;
	text-decoration: none;
}
.cal_today {
	background-color: #AF2A49;
	color: #fff;
}
.cal_today a{
    font: bold 11px/20px verdana;
	color: #616B76;
	text-decoration: none;
}
#calendar1 td, #calendar2 td {
	padding: 2px;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 14%;
	height: 100px;
	text-align: left;
	vertical-align: top;
}
a:link, a:visited {
	color: #3E4044;
	text-decoration: none;
}
a:hover {
	border-top: 1px dotted #981D3D;
	border-bottom: 1px dotted #981D3D;
	color: #981D3D;
}
a.regularlink:link, a.regularlink:visited {
	color: #3E4044;
	text-decoration: underline;
}
a.regularlink:hover {
	border-top: 1px dotted #981D3D;
	border-bottom: 1px dotted #981D3D;
	color: #981D3D;
}
a.picture:link, a.picture:visited, a.picture:hover {
	border-top: 0px;
	border-bottom: 0px;
	text-decoration: none;
}
.leftmenu {
	font-weight: bold;
	text-align: left;
	padding-right: 16px;
	padding-left: 16px;
	width: 175px;
	color: #3E4044;
	font: 16px/145% verdana;
}
.leftmenutest {
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	border-right: 1px solid #3E4044;
	border-bottom: 1px solid #3E4044;
	border-left: none;
	border-top: none;
	color: #3E4044;
	font: 15px/145% verdana;
}
.leftmenutest:hover {
	bgcolor: #AF2A49;
}
.mainlinkstable {
	border-left: 1px solid #3E4044;
	border-top: 1px solid #3E4044;
	border-right: none;
	border-bottom: none;
}
.leftbox {
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
}
.address {
	padding-left: 5px;
	font-family: verdana;
	font-size: 10px;
}
.thintableborder {
	border: 1px solid #3E4044;
}
.breadcrumbdate {
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
}
.adminpanel {
	font-family: verdana;
	font-size: 14px;
	color: FFFFFF;
}
body
{
	background: #F4F4F4 url(images/bg.jpg) top left repeat-y;
}
.heading {
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	color: #3E4044;
}
.body {
	font-family: verdana;
	font-size: 14px;
	color: #3E4044;
}
input {
	border-width: 1;
	font-family: verdana;
	font-size: 12px;
	padding: 2px;
	height: 21px;
	border-color: 848484;
	border-style: solid;
	background-color: FFFFFF;
	color: 3E4044;
}
.footer_text {
	align: center;
	font-family: verdana;
	font-size: 11px;
}