﻿/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================

See Themes Subdirectory for Creating Themes that will be loaded by the Module Instance Settings

*/
#Table1 {
	width: 90%;
}

.Head {display:block; font-weight:bold; color:#fff; border-top:dotted 1px #666666; border-bottom:dotted 1px #666666; padding:12px 0 14px 0; margin:0 0 15px 0;}

.ListTitle {font-size:12px;}
.ListCategory {font-size:12px;}
.ListDate {font-size:12px;}
.ListDuration {font-size:12px;}

td {font-size:1.8em;}
tr {font-size:1.8em;}

.eventsDG a.ListTitle {display:block; margin-right:5px; background-color:Transparent;}
.eventsDG tr {border-bottom:dotted 1px #666666; padding:3px 0 3px 0;}
.eventsDG td {vertical-align:top; padding:3px 0 3px 0;}

