#calander {
	margin: 20px 15px 10px 15px !important;
	margin: 20px 0px 10px 0px !important;
}
#calander table {
	width:100%;
}
#calander table a { text-decoration:none; color:#7e7e80; }
#calander table thead {}
#calander table th,
#calander table td {
	padding:3px 2px;
	text-align: center;
}
#calander table td { padding:3px 2px; }

#calander table thead td.top {
	background: url(../img/cal-top-bg.gif) repeat-x;
	padding:0px;
}
	#calander table thead td.top-prev,
	#calander table thead td.top-next {}
		#calander table thead td.top-prev a,
		#calander table thead td.top-next a {
			display:block;
			width:30px;
			height:28px;
			text-indent: -2000px;
			overflow:hidden;
		}
			#calander table thead td.top-prev a { background: url(../img/cal-prev.gif) no-repeat; float:left; }
			#calander table thead td.top-next a { background: url(../img/cal-next.gif) no-repeat; float:right; }
		
	#calander table thead td.top-month {
		font-size: 12px;
		color:#fff;
		font-weight:bold;
	}

#calander table th {
	font-weight:normal;
	font-size:10px;
	padding-top:10px;
	color:#666;
}
	#calander table th.sun { color:red; }
	#calander table th.mon {}
	#calander table th.tue {}
	#calander table th.wed {}
	#calander table th.thu {}
	#calander table th.sat { color: red; }

#calander table tbody {
	width:150px;
	border:1px solid red;
}
#calander table tbody td.sun { color:red; }
#calander table tbody td.mon {}
#calander table tbody td.tue {}
#calander table tbody td.wed {}
#calander table tbody td.thu {}
#calander table tbody td.sat { color:red; }

#calander table td.day {}
#calander table td.today { border:1px solid #e0e0e0; }
#calander table td.today a { color:#f97b35; }
	#calander table td.today a {}
	
#calander table td.oc {}
	#calander table td.oc a { color:#f97b35; font-weight:bold; }
#calander table td.other {}
	#calander table .other a { color:#ccc; }
#calander table td.next-month {}

#calander table tfoot {}

#calander table tfoot .bottom-prev,
#calander table tfoot .bottom-next {}
	#calander table tfoot .bottom-prev a,
	#calander table tfoot .bottom-next a {}

#calander table tfoot .bottom-dropdown {}
#calander table tfoot .bottom-dropdown select { font-size:11px; }
