/*
    These are the things that style the rendered events.
*/
.SimpleList {
	padding:0;
	margin:0;
}
.Title { 
    clear: left;
    font-size: 1.2em;
    font-weight: bold;
}
.Description, A.ItemLink {
    font-size: small;
}   
.StartTime {
    clear: left;
    width: 90%;
    padding: 8px;
}
P.Description IMG {
    margin-bottom: 1em;
}
DL.SimpleList DT { 
    /*margin-top: 1em;*/
    margin-top:0px; 
	margin-bottom:8px;
    font-weight: bold; 

}
DL.SimpleList DD { 
    cursor: pointer; 
    /* margin-left: 0.5em; */
	margin-left:0;
	/* margin-top: 0.5em; */
	margin-top:0px;
}
#SimpleListDiv {
	background-color:#f6f3f2;
	padding:8px;
	margin-top:10px;
	margin-bottom:10px;
	/* border:1px solid black; */
}