/* = calendar
====================================== */
#cal5
{
	position: absolute;
	left: 473px;
	top: 290px;
	display: block;
	width: 163px;
	padding-bottom: 4px;
	background: url(../i/scores/calendar_bottom.gif) no-repeat bottom;
}

#cal5 .navigation
{
	background: url(../i/scores/calendar_top.gif) no-repeat top;
	width: 100%;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 1px;
}

#cal5 .navigation a
{
	padding-top: 10px;
	display: block;
	float: left;
	width: 25px;
	text-indent: -9999px;
}

#cal5 .navigation a#cal_left
{
	background: url(../i/scores/calendar_left.gif) no-repeat right;
}

#cal5 .navigation a#cal_right
{
	background: url(../i/scores/calendar_right.gif) no-repeat left;
}

#cal5 .navigation strong
{
	display: block;
	float: left;
	width: 113px;
	padding-top: 6px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#cal5 .table
{
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 3px;
	padding-left: 3px;
	width: 157px;	
	background: url(../i/scores/calendar_bg.gif) repeat-y;
}

#cal5 table
{
	color: #0F334F;
	font-size: 10px;
}

#cal5 table a
{
	color: #0F334F;	
}

#cal5 table thead, #cal5 table tbody
{
	text-align: left;
}

#cal5 table thead th
{
	font-weight: bold;
}

#cal5 table tr
{
	height: 14px;
	line-height: 14px;
}

#cal5 table td
{
	width: 21px;
	border-top: solid 1px #D1DDE3;
	border-bottom: none;
	padding: 0px;
}

#cal5 table .first
{
	padding-left: 10px;
}

