@charset "utf-8";
/*****************************************************************************

	EVENTS.CSS
	Addtional styles for the events page. 
	06/08 - Timothy Krukowski for Primum Marketing Communications & gMed. Inc.

 *****************************************************************************/

.rowOdd {
	background-color: #CFE0F0;
}

#colTradeshow {
	width: 379px;
	}
	
#colDates {
	width: 80px;
	}
	
#colLocation {
	width: 120px;
	}
	
table {
}

table thead tr, table tbody tr {
	height: 2.5em;
	font-size: .9em;
}

table thead tr {
	color: #999999;
	font-weight: bold;
	}

table tbody tr {
	color: #393939;
}

table thead tr td, table tbody tr td  {
	padding: 2px 2px 2px 5px;	
	}

	

