﻿/*========================================================================*/
#wp-calendar,table#wp-calendar{ margin:0 auto;} 
div#calendar_wrap {
	width:15.1em;
	_width:15.2em;
	empty-cells:show;
	table-layout:fixed;
	font-size: 1.0em;
	color: #000;
	text-decoration: none;
	text-align: center;
	margin: 0px auto;
	font-weight: normal;
}/*-- new stuff-->*/

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}
#wp-calendar {
position:relative 50%;
cue-before:true;
azimuth:center;


}
#wp-calendar a {
	text-decoration: underline;
	}

#wp-calendar caption {
	font: bold 1.3em 'Tahoma', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/*<--End new stuff-->*/
#wp-calendar a:hover {
	text-decoration: none;
	color: #DD1E1E;
}
#wp-calendar a:link, 
#wp-calendar a:visited {
	text-decoration: none;
	color: #A4222B;
}
#wp-calendar a:active {
	text-decoration: none;
	color: #010101;
}
#wp-calendar caption {
	margin: 0 auto;
	white-space:nowrap;
	padding-bottom:4px;
	padding-top: 2px;
	color: #040A54;
	font-size: 1.1em;
	font-weight:bold;
}
#wp-calendar th {
	margin: 0px;
	padding: 2px;
	text-align: center;
	color:#54b2e7;
}
#wp-calendar td {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#wp-calendar tf {
	margin: 0px;
	padding: 0px;
}

