﻿.accordionContainer 
{
    margin: 20px 0 20px 13px;
    width: 703px;
}

.month {
	width: 693px !important;
	width: 703px;
	height: 43px;
	line-height: 43px;
	padding: 0 0 0 10px;
	margin-bottom: 1px;
	background: url(../skin/images/month-bg-inactive.jpg) repeat-x;
	color: #333;
	font-size: 22px;
	text-shadow: 1px 1px 2px #fff;
	cursor: pointer;
	position: relative;
}
			
.active {
	background: url(../skin/images/month-bg-active.jpg) repeat-x;
	cursor: auto;
}
			
.active .plus {
	visibility: hidden;
}
			
.plus 
{
	font-size: 30px;
	text-shadow: 1px 1px 2px #fff;
	height: 43px !important;
	height: 22px;
	line-height: !important;
	line-height: 22px;
	position:absolute;
	right: 10px;
	top: 10px;
}
			
.events {
	display: none;
	border-left: 1px solid #E3DED8;
	border-right: 1px solid #E3DED8;
	border-bottom: 1px solid #F2EDE7;
	width: 701px !important;
	width: 703px;
}
			
#maincolLSB .accordionContainer .events ul 
{
    _width: 711px;
	margin:0 0 0 0 ;
	padding: 0 !important;
	list-style: none;
}
			
#maincolLSB .accordionContainer .events li {
	margin: 0;
	padding:16px;
	_padding:12px 12px 0 16px;
	font-weight: bold;
}

#maincolLSB .accordionContainer .events li li
{
    font-weight: normal;
    list-style-type: disc;
    margin-left: 12px;
}
			
#maincolLSB .accordionContainer .events li>ul {
	list-style: none;
	margin: 0 0 0 16px;
}
			
#maincolLSB .accordionContainer .events li>ul>li {
	padding:3px;
}
			
#maincolLSB .accordionContainer .events a {
	color: #333;
}
			
.evenRow {
	background: #F2EDE7;
}

#maincolLSB ul li 
{
    line-height: 20px;
    list-style: inherit;
}

#maincolLSB ul ul li 
{
    font-size: inherit;
    list-style: inherit;
}

#currMonth 
{
    display: none;
}