/* FLOAT CONTAINER 
	------------------------------------ */

	.clearFloats{
		overflow: hidden;
	}	

/* NO BREAK CONTAINER 
	------------------------------------ */

	.noBreaks{
		white-space: nowrap;
	}	
	
/* STANDARD TABLE SETTINGS
	------------------------------------ */

	table td {
		padding-left: 1em;
		padding-bottom: .5em;
		vertical-align:top
	}
	table td:first-child {
		padding-left: 0em;
	}

/* ONE LINE LISTS - mimmic table
	------------------------------------ */
ul.normal {margin-left: 20px;}
	
ul.oneLine {
	list-style-type: none;
}
	
	ul.oneLine li {
		float:left;
	}
	ul.oneLine li.pad {padding-left: 10px; }
	ul.oneLine li.date {
		margin-right: 10px
		width: 90px;
	}
	ul.oneLine li.time {
		width: 110px;
	}
	ul.oneLine li.second {padding-left: 10px; width: 320px;}
	ul.oneLine li.third {padding-left: 20px; width: 640px;  margin-right:2 px;}


/* LINK ICONS - shows type of file
	------------------------------------ */
	a[href$=".pdf"],
	a[href$=".PDF"],
	a.pdf {
		padding: 2px;
		padding-right: 20px;
		background: url(../images/icons/page_white_acrobat.png) no-repeat right center;
	}
	a[href$=".doc"],
	a[href$=".DOC"],
	a.doc {
		padding: 2px;
		padding-right: 20px;
		background: url(../images/icons/page_word.png) no-repeat right center;
	}
	a[href$=".xls"],
	a[href$=".XLS"],
	a.xls {
		padding: 2px;
		padding-right: 20px;
		background: url(../images/icons/page_excel.png) no-repeat right center;
	}
	a[href$=".gz"],
	a[href$=".GZ"],
	a[href$=".gzip"],
	a[href$=".GZIP"],
	a[href$=".zip"],
	a[href$=".ZIP"],
	a.archive {
		padding: 2px;
		padding-right: 20px;
		background: url(../images/icons/page_white_zip.png) no-repeat right center;
	}
	a[href$=".exe"],
	a[href$=".EXE"],
	a.application {
		padding: 2px;
		padding-right: 20px;
		background: url(../images/icons/application.png) no-repeat right center;
	}
	

/* EVENT INFO STYLES 
	------------------------------------ */
div.eventInfo .eventTitle{
	/*color: #990000;*/
	color: gray;
	margin: 0 0 5px;
}
div.eventInfo p {
	margin-bottom: 10px;
}

div.eventInfo ul, div.eventInfo ol {
   margin-bottom: 10px;
	font-weight: bold;
}
div.eventInfo ul li, div.eventInfo ol li{
   margin-left: 20px;
	font-weight: normal;
}