#wp-calendar
{
text-align: center;
width: 100%;
border-collapse: collapse;
padding: 0;
margin: 0;
font-size: 1em;
}

#wp-calendar-caption
{
	margin:3px 0;
}
#giraffe_calendar
{
	width:100%;
	text-align:center;
}

#cal_wysw
{
	border-bottom:1px solid #B30000;
	height:170px;
	width:184px;
	margin-top:29px;
	margin-bottom:10px;
	background:transparent url(/wp-content/themes/arclite/images/s-k-tlo.jpg) repeat-y scroll 0 0;
}
.col3 #cal_wysw
{
	margin:29px auto 10px auto;
	width:150px;
}
#giraffe_calendar table td, #giraffe_calendar table th {
	height:21px;
	text-align:center;
	width:22px;
}

#giraffe_calendar table td .active
{
	background:transparent url(/wp-content/themes/arclite/images/set-day.gif) no-repeat scroll 0 0;
	position: absolute; 
	left: -1px; 
	top: -14px; 
	width: 28px;  
	padding-top: 6px;
	height: 28px;
	text-align:center;
}

#giraffe_calendar #next a
{
	background:transparent url(/wp-content/themes/arclite/images/str-up.gif) no-repeat scroll 0 0;
	display:block;
	height:9px;
	width:15px;
	margin-left:10px;
}

#giraffe_calendar #prev a
{
	background:transparent url(/wp-content/themes/arclite/images/str-down.gif) no-repeat scroll 0 0;
	display:block;
	height:9px;
	width:15px;
	margin-left:14px;
}

#giraffe_calendar #today,#wp-calendar #today a
{
	font-weight:bold;
	color:#B30000;
}