table.calendar {
	background-color: white;
}

table.calendar .cal_header_month {
	font-weight: bold;
	text-align: center;
	padding: 3px;
	padding-left: 5px;
}

table.calendar .cal_header_week {
	/*background-color: white;*/
}

table.calendar #today {
	padding: 0px;
	background-color: Orange;
}

table.calendar .content_date
{
	font-weight: bold;
}

table.calendar td {
	padding: 1px;
	text-align: center;
	background-color: #F5F5F5;
}

table.calendar a {
	display: block;
}

/***** Footer *****/

#footer {
    clear: both;
	margin-top: 55px;
	background: url(/images/footer.gif) 100% 0 no-repeat;
	padding-right: 15px;
	position: relative;
	min-height: 160px;
	text-align: left;
} /*IE6*/

.footer-contents {
	float: left;
	background: url(/images/footer.gif) 0 0 no-repeat;
	padding-top: 2px;
	padding-left: 10px;
}

.footer-contents2 {
	background: #eee;
	color: #8696A4;
}

#footer dl {
	float: left;
	margin: 0;
	padding: 10px 0 5px 0;
	width: 20%;
	background: url(/images/footer-divider.gif) 100% 0 no-repeat;
	min-height: 95px;
}

#footer dl.last {
	background: none;
	width: 20%;
} /*IE7*/

#footer dd {
	margin: 0;
	padding: 3px 10px;
	font-size: 85%;
}

#footer dd a {
	background: url('/images/link-line.gif') repeat-x 0 100%;
	padding-bottom: 1px; font-variant:normal; font-size:1em; font-family:Tahoma; color:#666666; font-weight:bold
}

#footer dd a span {
	text-transform: none;
}

#footer dt {
	font-size: 105%;
	font-weight: bold;
	letter-spacing: -0.02em;
	padding: 0 10px;
}

#footer .footer-feature {
	position: absolute;
	right: -12px;
	top: -10px;
}

.copyright img {
    float: left;
    margin-right: 1.5em;
}

.copyright {
	font-size: 85%;
	color: #999;
	clear: both;
	background: #fff;
	padding: 1em 0 30px 15px;
}

.copyright a {
	color: #999;
}

.marg {
	font-size: 1%;
	color: #fff;
	padding: 1px;
}

