div#calendar
{
    width: 204px;
    font-family: sans-serif;
	font-size: 10px;

}

div#calendar_front
{
    font-size: 1.0em;
    font-family: sans-serif;
 	width: 200px;
}

div#month_container
{
    font-size: 1.0em;
    margin-left:0;
    margin-right:0;
}

div#calendar_front div#month_container
{
    font-size: 0.8em;
    margin-left: 0;
    margin-right: 0;
}


div.month
{
  
    display: none;
	width: 100%;
}

div.month table{  border: 1px solid #CDCDCD;}

div.first_month
{
    visibility: visible;
    display: block;
	width: 100%;
}

div.month table tr td
{    
    text-align: center;
    width: 1.5em;
    height: 1.5em;
}

div.month_title
{

    color: #324977;
    padding-left: 8px;    
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    line-height: 1.3em;
	  border: 1px solid #CDCDCD;
	 border-bottom: none;
	
	
}

.date
{
    font-size: 85%;
    color: #E7A336;
    display: block;
    font-family: sans-serif;
    height: 1.6em;
    padding-top: .6em;
    text-align: center;
    width: 2.4em;
    line-height: 1em;
}

.eventful_date
{
    background-color: #28446b;
    color: white;
}

a.button_month_prev,
a.button_month_next
{
    display: block;
    background-color: #999;
    color: #FFF !important;
    font-weight: bold;
    margin-top: 4px;
    padding: 3px;/*
    padding-left: 1.2em;
    padding-right: 1.2em;*/
    width: 4em;
    text-decoration: none;    
    text-align: center;

}

div.button_month_next
{ 
    background-color:#DDD;
    border:1px dotted #DDD;
    color: #FFF;
    font-weight: bold;
    margin-top: 4px;
    padding: 3px;
    text-decoration: none;
    float: right;
    width: 4em;
    text-align: center;
}

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

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

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

ul#event_list
{
clear: both;
    margin-top: 2em;
    border-bottom:1px solid #CCCCCC;
    margin-bottom: 1em;
    padding-bottom:2em;
}

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

ul#event_list li a
{
    color: #e7a336;
    font-weight: bold;
    display: block;
    margin-bottom: 1em;
}

ul#event_list_front
{
    margin-top: 2em;
    margin-bottom: 1em;
    margin-left: 0;
    padding-bottom: 0;
}

ul#event_list_front li
{
    line-height: 1.1em;
    font-size: .7em;
    font-family: sans-serif;
    color: #555;
}

ul#event_list_front li a
{
    color: #e7a336;
    font-weight: bold;
    font-family: sans-serif;
    display: block;
    margin-bottom: 1em;
}
