@charset "ISO-8859-1";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#cals {
}
#getseek li img, #getcaltoday li img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
        margin-right: 10px;
	margin-bottom: 10px;
	float: left; 
        list-style-type: none;
}
#getseek .eventdate, #getcaltoday .eventdate {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-right: 5px;
	color: #880000;
	float: left;
}
#getseek .eventname, #getcaltoday .eventname {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-right: 5px;
	color: #333333;

}
#getseek .eventsumm, #getcaltoday .eventsumm {
	clear: none;
}
#getseek {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;


}
#getcaltoday {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;

}
#getseek li, #getcaltoday li {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	clear: left
        list-style: none;
        list-style-type: none;
}
#getseek ul, #getcaltoday ul {
	list-style-position: outside;
	list-style-type: none;
}

h1 { 
font-size: 21pt;
margin-top: 5px;
}
h2 { 
font-size: 18pt;
}
h3 { 
font-size: 16pt; 
font-weight:900;
margin: 0;
margin-bottom: 5px;
}


