.calendar
{
    position: relative;
    top: 0px;
    left:0px;
}

.calendar:after
{
    content: "";
    display: block;
    height: 0px;
    clear: both;
}

.calendar .cal-content
{
	display: block;

    background-image: url(http://blog.rossboucher.com/wp-content/themes/funk-rock/images/calendar_back.gif);
	
	border: 0px;
	
	padding: 0px !important;
	margin: 0px 0px 0px 55px;
    width: 414px;
}

.calendar .cal-content .schedule
{
	position: relative;
	top: 0px;
	left: 0px;

	width: 100%;
	height: 100%;
}

.calendar ul#selection
{
	position: relative;
	list-style-type: none;
	
	margin: 0px;
	padding: 0px;
}

.calendar ul#selection li
{
	float: left;
	display: block;
	
	width: 90px;
	height: 70px;

	padding: 0px;
	margin: 0px;

	text-align: center;
}

.calendar ul#day
{
	position: relative;
	list-style-type: none;

	margin: 80px 0px 0px 55px;
	border: 0px;
	padding: 0px;

	font-family: Helvetica;
    font-size: 11px;
    color: #000000;
    text-align: center;
}

.calendar ul#day li
{
	float: left;

	width: 59px;

	margin: 0px;
	padding: 0px;
	border: 0px;
}

.calendar ul#time
{
    position: relative;
    top: -5px;
	
	list-style-type: none;       
    
	border: 0px;
    padding: 0px;
	margin: 0px;

	float: left;

    font-family: Helvetica;
    font-size: 11px;
    color: #000000;
    text-align: right;
    vertical-align: middle;
}

.calendar ul#time li
{
    height: 41px;

	padding: 0px;
	margin: 0px;
	border: 0px;
}

.calendar ul.key
{
    position: relative;
    list-style-type: none; 

	top: 15px;
	left: -10px;

	float: right;

	width: 139px;
	
	padding: 0px;
	margin: 0px -5px 0px 0px;

    border-top: #949494 solid 1px;
	border-left: #949494 solid 1px;
	border-right: #949494 solid 1px;

    font-family: Helvetica;
    font-size: 11px;
    color: #000000;
    vertical-align: middle;

}

.calendar ul.key li
{
	width: 135px;

	padding: 2px;
	margin-left:-1px;
    border-bottom: #949494 solid 1px;
}

.calendar ul.key li.alternating
{
    background-color: #e6e6e6;
}

.calendar ul.key li.title
{
    font-family: Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    vertical-align: middle;
}

.calendar .event
{
    position: absolute;
    
	width: 60px;
	padding: 0px 0px 10px 0px;
	
    background: url(http://blog.rossboucher.com/wp-content/themes/funk-rock/images/event_blue_back_bottom.png)
                bottom
                no-repeat;
       
    text-align: center;
    color: #2d0Ecd;
}

.calendar .event_TA
{
    position: absolute;
    
	width: 60px;
	padding: 0px 0px 10px 0px;
	
    background: url(http://blog.rossboucher.com/wp-content/themes/funk-rock/images/event_blue_back_bottom_ta.png)
                bottom
                no-repeat;
       
    text-align: center;
    color: #F000B2;
}

.calendar .current
{
    position: absolute;
    
    top: 1px;
	width: 58px;
	padding: 0px 0px 0px 0px;
	
    background: url(http://blog.rossboucher.com/wp-content/themes/funk-rock/images/current_back.png)
                repeat-y;
}

.event .time
{   
    background: url(http://blog.rossboucher.com/wp-content/themes/funk-rock/images/event_blue_back_top.png)
                top
                no-repeat;
    
    display: table-cell;
    vertical-align: middle;
    
    width: 60px;
    height: 13px;

    padding: 0px 0px 0px 0px;
    margin: 0px;

    font-size: 10px;
    font-weight: bold;
}

.event_TA .time
{   
    background: url(http://blog.rossboucher.com/wp-content/themes/funk-rock/images/event_blue_back_top_ta.png)
                top
                no-repeat;
    
    display: table-cell;
    vertical-align: middle;
    
    width: 60px;
    height: 13px;

    padding: 0px 0px 0px 0px;
    margin: 0px;

    font-size: 10px;
    font-weight: bold;
}

.event .body
{
    position: relative;
    left: 0px;
    
    border: 0px;
    background: url(http://blog.rossboucher.com/wp-content/themes/funk-rock/images/event_blue_back.png)
                repeat-y;
                
    font-size: 10px;
    
    width: 50px;
    padding: 0px 5px 5px 5px;
}

.event_TA .body
{
    position: relative;
    left: 0px;
    
    border: 0px;
    background: url(http://blog.rossboucher.com/wp-content/themes/funk-rock/images/event_blue_back_ta.png)
                repeat-y;
                
    font-size: 10px;
    
    width: 50px;
    padding: 0px 5px 5px 5px;
}
