/******************* Event *******************/

#EventResults {
	clear:both;
	overflow: auto;
	background: url('/Resources/FY/Sites/FindYoga/Images/Backgrounds/gradient_blue.png') top left repeat-x;
	width: 910px;
	display:block;
	padding: 10px 0px 10px 10px;
	margin: 20px 0px 0px 0px;
	}
	
#EventResults h1 { margin-bottom: 8px; }

#EventResults .what { float: left; width: 400px; }
#EventResults .what .details { padding: 6px 20px; background: #0092cf;-moz-border-radius: 5px; color: #fff; width: 350px; display: inline; border: 0px solid #fff; position: relative; z-index: 10; margin-right: -8px; }
#EventResults .what .duration { padding: 6px 12px; background: #006e9c;-moz-border-radius: 5px;  color: #fff; width: 40px; display: inline; border: 0px solid #fff; position: relative; z-index: 1; }

#EventResults .where { float: left; width: 150px; overflow: hidden; }
#EventResults .who { float: left; width: 200px; overflow: hidden; }
#EventResults .howMuch { float: left; width: 160px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; }
#EventResults .firstRow { font-weight: bold; }
#EventResults .greyBg { background: #ededed; padding: 7px 0px 7px 0px; margin: 30px 0px 10px 0px;}

