body,td,th {
 font-family: Arial, Helvetica, sans-serif;
}
a {
 color:#000099;
}

a:visited {
 color:#000099;
}

#monthnav {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 150%;
}

.checkbox {
 display:none;
}


.event {
 	padding:0 0 20px 60px;
 	margin-top:5px;
}

.title {
	font-size:140%;
	color:#000099;
	padding:0;
}
.date {font-weight:bold;}
.location {padding:0;}
.description {padding:6px 0 0 0;}
.description li {
	list-style-image: url(../images/blurredarrow.gif);
	list-style-type: none;
}
.addinfo li  {
	list-style-image: url(../images/blurredarrow.gif);
	list-style-type: none;
}
.addinfo {padding: 6px 0 0 0;}
.topics {padding:6px 0 0 5px;}

.month {
	background-color: #EEEEEE;	
	border-top-style: solid;
	border-top-width: thin;
	padding: 5px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 150%;
	font-weight: bold;
	color: #000000;
}



/********************/
/* Event Categories */

.eventDecor {
	width: 590px;
	height: auto;
	padding-top: 0px;
	margin-top: 0px;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #EEEEEE;	
	background-repeat: no-repeat;
	background-position: left top;	
}

/*.sel_conference {
	background-image: url(../images/icons/sel_conference.gif);
}*/

.workshop {
	background-image: url(../images/icons/workshop.gif);
}

.selu {
	background-image: url(../images/icons/selu.gif);
}

.no_category {
	background-image: url(../images/icons/no_category.gif);
}

.seminar {
	background-image: url(../images/icons/seminar.gif);
}

.training {
	background-image: url(../images/icons/training.gif);
}

.conference {
	background-image: url(../images/icons/conference.gif);
}

.institute {
	background-image: url(../images/icons/institute.gif);
}
.tradeshow {
background-image: url(../images/icons/tradeshow.gif);

