/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================

See Themes Subdirectory for Creating Themes that will be loaded by the Module Instance Settings

*/
.calendar .calendar_week{
    font-family:Arial,Helvetica,Sans-Serif;
    font-size:10px;
}

.calendar .ListDataGrid .ListTitle
{
	padding:0;
}

/*list styles*/
.calendar .ListDataGrid{
    font-size:10px;
    margin:8px;
    margin-top:0px;
    margin-left:0px;
    border:none;
    font-family:Arial,Helvetica,Sans-Serif;
    }
.calendar .ListDataGrid td{
	border:none;
    	color:#1D3585;
	font-weight:bold;
	text-align:left;
	font-size:10px;
	vertical-align:top;
	padding:0;
	width:50%;
}    
.calendar .ListDataGrid tr{
	
	
	
}    

.calendar .ListHeader{
        background:#102878;
        color:White;
}    

.calendar .ListTitle
{
	color:#1D3585;
}

.tpl-side-content-calandar .calendar .ListTitle a,
.tpl-side-content-calandar .calendar .ListTitle
{
	line-height:13px;
	font-weight:normal !important;
	font-size:9px !important;
}

.tpl-side-content-calandar .calendar .ListDate
{
	font-weight:bold !important;
	font-size:9px !important;
	white-space:no-wrap;	
}

.tpl-side-content-calandar .calendar .event-datetime
{
	overflow:hidden;
}

.tpl-side-content-calandar .calendar .event-date
{
	line-height:9px;
}

.tpl-side-content-calandar .calendar .event-time
{
	line-height:9px;
}