@charset "utf-8";
/* CSS Document */
ALLCONVENTIONS {
	color:#F1EBDE;
	font-family:arial;
	font-size:medium;
	width:100%;
	background-color:yellow;
}
	
CONVENTION { display:block; }
START_DAY {   }
START_DATE { float:left; }
END_MMMDD {   }
END_DAY {   }
END_DATE {   }
END_MMMDD {   }
CON_NAME { color:#3885D1; font-family: Arial Rounded MT Bold,Arial Black; font-weight:bold; }
CON_URL {   }
VENUE_CITY {   }
VENUE_STATE {   }
VENUE_NAME { font-style:italic;}
CON_SUMMARY { text-align:left; }


.eventstable {
	width="100%";
	align=center;
	background-color:transparent;
	cellpadding="0";
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight:bold;
	padding:20px 10px 15px 10px;
}

.columnlabel {
	color:#F1EBDE;
	font-family:Arial Black;
	text-align:left;
}

.events_cells {
	background-color:transparent;
	border-bottom-color: #3885d1;
	border-bottom-style: none;
	border-bottom-width:thin;
	border-left-style: none;
	border-right-style: none;
	border-top-color: #3885D1;
	border-top-style: solid;
	border-top-width: thin;
	color:#F1EBDE;
	padding:20px 10px 15px 10px;
	text-align:left;
}
