div#calendar_container
{
    width: 204px;
    //height: 130px;
    //overflow: hidden;
		background-color:#171717;
}

div#calendar_front
{
    width: 178px;
    //height: 130px;
    //overflow: hidden;
}

div#month_container
{
    //position: absolute;
    //width: 2490px;
    //width: 204px;
    //float: left;
}


div.month
{
    

    //float: left;
    display: none;
}

div.first_month
{
    visibility: visible;
    display: block;
}

div.month table{background-color:#171717; border: 1px solid #CDCDCD;}

div.month table tr{background-color:#171717;}

div.month table tr td
{    
    text-align: center;
    width: 1.2em;
    height: 1.2em;
	background-color:#171717;
}

div.month_title
{
     border: 1px solid #CDCDCD;
	 border-bottom: none;
    color: #fff;
    padding-left: 8px;    
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 0px;
    line-height: 1.3em;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#171717;
}

.date
{
    font-size: 1.1em;
    color: #b7b7b7;
    display: block;
    font-family: sans-serif;
    height: 1.4em;
    padding-top: .4em;
    text-align: center;
    width: 2.0em;
    line-height: 1em;
}

.eventful_date_single
{
    background-color: #fff;
    color: #000;
}

.eventful_date_multiple
{
    background-color: #3c3e43;
    color: #000;
}

.month table tr td a:hover{cursor:pointer;}

a.button_month_prev,
a.button_month_next
{
    display: block;
    background-color: #cacaca;
    color: #181818 !important;
    margin-top: 4px;
    padding: 1px;/*
    padding-left: 1.2em;
    padding-right: 1.2em;*/
    width: 4em;
    text-decoration: none;    
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}

div.button_month_next
{
    background-color: #cacaca;

    color: #181818 !important;
    margin-top: 4px;
    padding: 1px;
    text-decoration: none;
    float: right;
    width: 4em;
    text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
}

a.button_month_prev
{
    float: right;
    margin-right: 4px;
    border: 1px solid #CCC;
}

a.button_month_next
{
    float: right;
    border: 1px solid #CCC;
}

div#event_list_title
{
    color:#99a4ba;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 1.0em;
    text-transform: uppercase;
    margin-top: 0.7em;
    clear: both;
}



ul#event_list
{
	margin-top: 0em;
	margin-bottom: 1em;
	margin-top:0em;
	color:#CCCCCC;
}

ul#event_list li
{
    line-height: 1.2em;
    font-size: 1.1em;

}

ul#event_list li a
{
    color: #CCCCCC;
    margin-top: 0.2em;
    display: block;
	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;
}
