﻿/* Calendar */


#calendar {
}
#calendar_wrap {
}
#calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}

#calendar table {
	width: 210px;
	border-collapse: collapse;
	border-right: 1px solid #FB7600;
	border-left: 1px solid #FB7600;
	border-bottom: 1px solid #FB7600;
}

#calendar thead th {
	width: 30px;
	height: 30px;
	padding: 0px 0;
	text-align: center;
	border-top: 1px solid #FB7600;
	border-left: 1px solid #FB7600;
	background: #E0E0E0;
}

#calendar tbody td {
	width: 30px;
	height: 30px;
	padding: 0px 0;
	text-align: center;
	border-top: 1px solid #FB7600;
	border-left: 1px solid #FB7600;
	
}

#calendar tfoot td {
	height: 30px;
	border-top: 1px solid #FB7600;
	padding: 5px;
}

#calendar tfoot #next {
	text-align: right;
}

#calendar #today {
	background: #FB7600;
}