﻿.calendar {	
	color: #41453e;;
	background:#fff;
	border-collapse:collapse;
	width:100%;
}
.calendar table {
	border:4px solid #faf9f9;
}

.calendar thead th {
	font-size:9px;
	padding:0px 0px 0px 0px;
 	border-bottom:1px dotted #41453e;
 	text-align:middle;
}
.calendar td {
	font-size:9px;
	text-align:center;
}
.calendar tbody tr.odd td {
	background-color: transparent;
	background-image: url(../../assets/images/common/tr_bgt.png);
	background-repeat: repeat;
	background-position: left top;
}
.calendar img {
	border:0px;
	width:15px;
	height:15px;
	margin:auto;
}
.calendar a {
	border:0px;
}
.evencol {
	background-color:#FFFFFF; /*#41453e;*/	
}
.oddcol {
	background-color:#F0F0F0; /*#41453e;*/
}
.oddrow {
	background-image: url(../../assets/images/common/tr_bgt.png);
}
.date {
	text-align:left;
}
.divider {
	background-color:#c2c2c2; 
	height:1px; 
	margin-top:10px; 
	margin-bottom:10px;
	overflow:hidden;
}