﻿

/*
###################################
	RightBox - Main
###################################
*/
.RightBox
{
	width: 273px;
	padding-bottom: 21px;
}

/*
###################################
	RightBox - Header/Content
###################################
*/
.RightBoxHeader
{
	width: 273px;
	height:32px; 
	background-color: #de1a52;
}
.RightBoxHeaderLeft
{
	width: 10px;
	height:32px; 
	float: left;
	background-image: url('../images/design/boxes/rightbox/top_left.png');
	background-repeat: no-repeat;
	background-position: top left;
}
.RightBoxHeaderRight
{
	width: 11px;
	height:32px; 
	float: left;
	background-image: url('../images/design/boxes/rightbox/top_right.png');
	background-repeat: no-repeat;
	background-position: top left;
}
.RightBoxHeaderSpan
{
	width: 252px;
	height: 32px; 
	float: left;
	background-image: url('../images/design/boxes/rightbox/top_span.png');
	background-repeat: repeat-x;
	background-position: top left;
}
.RightBoxHeaderSpanPadding
{
	padding-left: 0px;
	padding-top: 3px;
	position: relative;
}
.RightBoxContent
{
	width: 273px;
	background-image: url('../images/design/boxes/rightbox/content_span.png');
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #f2f2f2;
}
.RightBoxContentPadding
{
	padding-left: 3px;
	padding-right: 5px;
}
.RightBoxContentTop
{
	width: 265px;
	background-image: url('../images/design/boxes/rightbox/content_top.gif');
	background-repeat: repeat-x;
	background-position: top left;
}
.RightBoxContentBottom
{
	width: 265px;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	background-image: url('../images/design/boxes/rightbox/content_bottom.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}
.RightBoxFooter
{
	width: 273px;
	height: 6px;
	background-image: url('../images/design/boxes/rightbox/footer.png');
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 0px;
	line-height: 0px;
}
/*
###################################
	RightBox - QuickLinks
###################################
*/
.RightBoxContentQuickLinks
{
	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 10px;
}
.RightBoxContentQuickLinksMarker
{
	float: left; padding-top: 7px; padding-bottom: 7px; width: 22px;
}
.RightBoxContentQuickLinksText
{
	float: left; width: 216px; padding-bottom: 7px; padding-top: 5px;
}
.RightBoxHeaderQuickLinks
{
	position: absolute;
	top: -4px;
	right: 0px;
	width: 32px;
	height: 39px;
}
/*
###################################
	RightBox - Calendar/News
###################################
*/
.RightBoxContentCalendar, .RightBoxContentNews
{
	padding-left: 12px;
	padding-top: 7px;
	padding-bottom: 8px;
}
.RightBoxContentCalendarDate, .RightBoxContentNewsDate
{
	float: left;
	padding-top: 5px;
	padding-bottom: 7px;
	width: 42px;
	color:#464646;
	text-align: right;
	font-size: 12px;
}
.RightBoxContentCalendarLink, .RightBoxContentNewsLink
{
	float: left;
	width: 197px;
	padding-bottom: 7px;
	padding-top: 5px;
	font-size: 12px;
}
.RightBoxContentCalendarLinkPadding, .RightBoxContentNewsLinkPadding
{
	padding-left: 17px;
}
.RightBoxContentNewsLinkStart
{
	padding-bottom: 7px;
	padding-top: 5px;
	font-size: 12px;
}
.RightBoxHeaderCalendar
{
	position: absolute;
	top: -2px;
	right: 1px;
	width: 34px;
	height: 39px;
}
.RightBoxHeaderNews
{
	position: absolute;
	top: -4px;
	right: -3px;
	width: 43px;
	height: 40px;
}
.RightBoxContentCalendarArchive, .RightBoxContentNewsArchive
{
	text-align: right;
	font-size: 11px;
	padding-right: 12px;
	padding-top: 6px;
}
/*
###################################
	RightBox - Advert
###################################
*/
.RightBoxAdvert
{
	padding-left: 0px;
}

