﻿/* calendar config */

#wp-calendar {
	empty-cells: show;
	width: 190px;
	font-size: 11px;
	color: #eceeee;
	text-decoration: none;
	text-align: center;
	float: left;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

#wp-calendar a:link, #wp-calendar a:visited {
	margin: 0px;
	text-decoration: underline;
	color: #eceeee;
}
#wp-calendar a:hover, #wp-calendar a:active {
	text-decoration: underline;
	color: #eceeee;
}
#wp-calendar caption {
	text-align: left;
	width: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #7D7D7D;
	font-size: 1.5em;
	height: 36px;
	line-height: 36px;
}

#wp-calendar th {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#next a:link, #next a:visited {
	text-align: center;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	float: right;
}
#next a:hover, #next a:active {
	text-align: center;
	color: #999900;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	float: right;
}

#prev a:link, #prev a:visited {
	text-align: left;
	color: #CCCC99;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	float: left;
}
#prev a:hover, #prev a:active {
	text-align: left;
	color: #999900;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	float: left;
}
#wp-calendar td {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#wp-calendar tf {
	margin: 0px;
	padding: 0px;
}
.pad {
	text-align: center;
}