@charset "utf-8";
/* CSS Document */
/* 
-----------------------------------------------
  WoHIT2008
  screen CSS
  design and markup - HIMSS web services
----------------------------------------------- 
		
		medium blue: 	#048ed0
	 	navy: 			#002a4a
		light aqua: 	#c8e9ef
		purple:			#5E52EB
		green:			#8bc53e
		very light aqua:#eefafc
		
*/

/* 
-----------------------------------------------
Exhibitor Search Styles
-----------------------------------------------*/

table#tableShowDescription {border:none;}
table#gvwExhibitor th {display:none;}
table#gvwExhibitor {border:1px solid white; border-collapse:collapse;}
table.exhibitorTable {padding:20px 0; border-bottom:1px dashed #048ED0;}
table.exhibitorTable h2 {display:block; color:white; background:#048ED0; padding:2px 5px;}
table.exhibitorTable p {padding-left:10px;}
table.exhibitorTable img.exhibitorLogo {float:right; margin:0 5px 10px 10px;}

