/* --- calendar (based on news) --- */.calendarMonth {	border: solid 1px #303030;	margin-bottom: 15px;	FONT-SIZE: 12px;
    font-weight: normal;}.calendarHeading 
{
	text-transform: uppercase;
	background-color: #000000;
	padding: 5px 10px 0px 10px;
    color: #FFFFFF;
    height: 40px;
    border-bottom: solid 1px #606060;
	clear: right;
}
.calendarHeadingIntro
{
    clear:right;
    font-weight: bold;
    padding: 0px 0px 5px 0px;
}.calendarHeadingDate
{
	float: left;
	width: 100px;
}
.calendarHeadingDescription
{
	float: left;
}


.calendarItem
{
	padding: 5px 10px 5px 10px;
    color: #000000;
    border-bottom: dotted 1px #606060;
}
.calendarItemLast
{
	padding: 5px 10px 5px 10px;
    color: #000000;
}

.calendarItemDate
{
	float: left;
    width: 100px;
    white-space:nowrap;
}
.calendarItemDescription
{
    margin-left: 100px;
}
.calendarItemDescription p
{
	FONT-SIZE: 11px;
	margin-bottom: 0.2em;
	line-height: 1.2em;
	vertical-align: top;
}
.calendarItemDescription H1
{
    COLOR: #000000;
    FONT-SIZE: 14px;
    MARGIN-BOTTOM: 0.4em;
    MARGIN-TOP: 0.3em;
}
.calendarItemDescription H2
{
    COLOR: #000000;
    FONT-SIZE: 13px;
    MARGIN-BOTTOM: 0.0em;
    MARGIN-TOP: 0px;
}
.calendarItemDescription H3
{
    COLOR: #000000;
    FONT-SIZE: 12px;
    MARGIN-BOTTOM: 0.0em;
    MARGIN-TOP: 0px;
    font-style:italic;
}
.calendarItemHeading
{
	text-transform:uppercase;
    FONT-SIZE: 14px;
    font-weight:bold;
    padding-bottom: 8px;
    float:left;    
    width: 425px;
    margin-right: 1px;
}

