@CHARSET "UTF-8";

@media all {
	
	.tx-iccore table {
		width: 100%;
		border-collapse: collapse;
		color: #444444;
		border-top: 1px #ccc solid;
		border-bottom: 1px #ccc solid;
		margin: 0 0 1.35714em 0;
	}
  
	.tx-iccore table.bordertable {
		border: 1px #ccc solid;
	}
	
	.tx-iccore table.bordertable thead th {
		background: #e0e0e0;
		border-right: 1px #ccc solid;
		border-bottom: 1px #ccc solid;
	}
	
	.tx-iccore table.bordertable tbody th[scope="row"] {
    	background: #f0f0f0;
	}
	
	.tx-iccore table.bordertable tbody th {
		border-right: 1px solid #ccc;
	}
	
	.tx-iccore table.bordertable tbody td {
		border-right: 1px solid #ccc;
	}

	.tx-iccore th,
	.tx-iccore td {
		line-height: 1.5em;
		vertical-align: middle;
		padding: 0.71429em 0.5em;
	}

	.tx-iccore th *:first-child,
	.tx-iccore td *:first-child {
		margin-top: 0;
	}

	.tx-iccore th.nowrap,
	.tx-iccore td.nowrap {
		white-space: nowrap;
	}

	.tx-iccore thead th {
		text-align: left;
		color: #000;
		border-bottom: 2px #000 solid;
	}

	.tx-iccore tbody th {
		text-align: left;
		border-top: 1px solid #ccc;
	}
	
	.tx-iccore tbody td {
		text-align: left;
		border-top: 1px solid #ccc;
	}
  
	.tx-iccore tbody tr:hover th,
	.tx-iccore tbody tr:hover td {
		background: #f8f8f8;
	}

	.event_date { width: 120px; }
	.event_name { width: 240px; }
	.event_dealer {}
	.event_zip { width: 40px; }
	.event_city { width: 150px;}

}