div#calendar_container {
    width: 209px;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
}
div.callout div#calendar_container {
	width: 230px;
}
div.month-wrapper {
    -moz-box-shadow: 0 3px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.3);
	box-shadow: 0 3px 4px rgba(0,0,0,0.3);
	margin-bottom: 5px;
}
div.month {
    display: none;
}
div.first_month {
    visibility: visible;
    display: block;
}
div.month table {
	background: url(../images/trans-bg.png) 0 0 repeat;
	border: 1px solid #171717;
	padding: 4px;
	padding-bottom: 2px;
}
div.month table tr td {    

    width: 1.2em;
    height: 1.2em;
}
div.month_title {
    background: url(../images/trans-bg.png) 0 0 repeat;
    border: 1px solid #171717;
    border-bottom: none;
    color: #fff;
    padding-left: 8px;    
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 0px;
    line-height: 1.3em;
}
.date {
    color: #b7b7b7;
    display: block;
    padding-top: .4em;
    padding-bottom: .4em;
    width: 27px;
    margin-bottom: 4px;
    line-height: 1em;
    font-size: 10px;
    font-weight: bold;
}
div.column .date {
	width: 25px;
}
.eventful_date_single {
    background-color: #99A4BA;
    color: #000;
}
.eventful_date_single:hover {
	background-color: #b4c0d7;
}
.eventful_date_multiple {
    background-color: #3c3e43;
    color: #000;
}
.eventful_date_multiple:hover {
	background-color: #61646c;
}
.month table tr td a:hover {
	cursor:pointer;
}
a.button_month_prev,
a.button_month_next
{
    display: block;
    margin-top: 4px;
    padding: 1px;
    text-decoration: none;    
    text-align: center;
    float: right;
    margin-left: 5px;
    color: #6c727e;
    padding:2px 6px;
    font-size: 10px;
}
.month-wrapper a.button {
	color: #6c727e;
}
ul#event_list {
	margin-top: 0em;
	margin-top:0em;
	font-size: 11px;
}
ul#event_list li {
    line-height: 1.2em;
}
ul#event_list li .next_date {
	display: block;
	margin-bottom: 0.2em;
	font-size: 10px;
	color: #BEBCAE;
}
ul#event_list li a {
	color: #ccc;
	//text-decoration: underline;
}
p a.buy_poe_pass {
    display: block;
}
p a.buy_poe_pass img {
    float: left;
    margin-bottom: 2em;
}
p a.buy_poe_pass {
    border-bottom: 1px solid #CCC;
}


