#calendar{
	width: 95%;
	min-height: 600px;
	font-family: arial;
	margin-left: 10px;
	padding-top: 10px;
}

#calendartools{
	padding: 9px;
	clear: both;
	width: 95%;
	overflow: hidden;
}

#calendarborder{
	padding: 5px;
	background-color: steelblue;
	border: 1px solid silver;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

table.calendarframe{
	border-width:0px;
	border-style:solid;
	width:100%;
	border-collapse:collapse;
}

td.calendarheader{
	background-color:steelblue;
	color:White;
	font-size:18px;
	font-weight:bold;
}

td.calendarheader td{
	text-align: center;
}
td.calendartitle{
	color: white;
}

td.calendarheader a{
	color: white;
}

td.dayheader{
	width:14%;
	text-align:center;
	font-weight: bold;
	font-size: 14px;
	background-color: lightgrey;
	color: black;
	padding: 3px;
	border-bottom: 1px solid steelblue;
}

td.day {
	vertical-align: top;
	color: black;
	font-size: x-small;
	height: 100px;
    padding: 3px;
	border-bottom: 1px solid steelblue;
	border-right: 1px solid steelblue;
}

td.day a{
	color: blue;
	font-size: xx-small;
}

td.day li{
	margin-left: 0px;
}


td.weekday{
	background-color: honeydew;
}

td.weekend {
	background-color: lightyellow;
}

td.offmonth{
	background-color: gainsboro;
}

#calendareventdetail{
	background-color: gainsboro;
	width: 80%;
	color: black;
	min-height: 250px;
	margin: 0px 0px 5px 0px;
	padding: 10px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}

#calendareventdetail a{
	color: blue;
}

