﻿#calendar,
#list {
	width: 700px;
	padding: 0;
	margin: 0;
	border-top: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
}
#list {
	border-right: 1px solid #D6D6D6;
}
#calendar tr th,
#list tr th {
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	font-weight:bold;
	width:90px;
	height:20px;
	text-align:center;
	padding:5px;
	background:#E6E6E6;
}
#list tr th {
	border-right: none;
}
#calendar tr td {
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	width:90px;
	padding:5px;
	height:90px;
}
#list tr td {
	border-bottom: 1px solid #D6D6D6;
	padding:5px;
}
#list tr td p:last-child {
	margin-bottom:0;
}
#calendar tr th div.monthyear,
#list tr th div.monthyear{
	font-size:14px;
}
#calendar tr td div.dayheading{
	text-align:right;
	padding:0 0 5px 0;
	color:#999;
}
#calendar tr td.othermonth div.dayheading {
	color:#D6D6D6;
}
#calendar tr td.today div.dayheading {
	color:#FF850C;
}
#calendar tr td div.item {
	margin:0 0 5px 0;
}
#calendar tr td div.item:last-child {
	margin:0;
}
#calendar tr td a{
	display:block;
	padding:5px;
	background: #E6E6E6;
	text-decoration:none;
	width:80px;
	margin:0;
}
#calendar tr td a:hover{
	background:#FF850C;
	color:#fff;
}


/* details page */
div.calendar_details{
	border:1px solid #ccc;
	padding:10px;
	margin:10px 0 10px 0;
}
div.calendar_details p:last-child{
	margin:0;
}



