#ebcountdown
	{
		width:185px;
		padding:5px;
		font-family:Helvetica, Arial, sans-serif;
		background-color:#EFEFEF;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		border-color:#EFEFEF;
	}
	
#ebcountdown a, a:active, a:visited
	{
		color:#000000;
		text-decoration:none;
	}
	
#ebcountdown img
	{
		border:none;
	}
	
#ebcountdown .clear
	{
		clear:both;
	}
	
#ebcountdown .innerbackground
	{
		width:183px;
		padding:0px 0 1px;
		background-color:#FFFFFF;
		border:1px solid;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		border-color: #11D051;
	}
	
	
#countdown
	{
		width:183px;
		padding:7px 0 0;
		text-align:center;
		-moz-border-radius-topleft:3px;
		-webkit-border-top-left-radius:3px;
		border-top-left-radius:3px;
		-moz-border-radius-topright:3px;
		-webkit-border-top-right-radius:3px;
		border-top-right-radius:3px;
		
	}
	
.highlight
	{
		width:183px;
		height:112px;
		z-index:200;
		position:absolute;
		background-image: url(/static/images/manage/count_gradient.png);       
		background-repeat:no-repeat;
		background-position:top;
		-moz-border-radius-topleft:3px;
		-webkit-border-top-left-radius:3px;
		border-top-left-radius:3px;
		-moz-border-radius-topright:3px;
		-webkit-border-top-right-radius:3px;
		border-top-right-radius:3px;
	}
.highlight_IE6
	{
		width:183px;
		height:112px;
		z-index:200;
		position:absolute;
		background-repeat:no-repeat;
		background-position:top;
		-moz-border-radius-topleft:3px;
		-webkit-border-top-left-radius:3px;
		border-top-left-radius:3px;
		-moz-border-radius-topright:3px;
		-webkit-border-top-right-radius:3px;
		border-top-right-radius:3px;
	}
	
#countdown h1
	{
		font-size:88px;
		letter-spacing:-2px;
		line-height:88px;
		color:#11D051;
		margin:0px;
		padding:0px;
	}
	
#countdown h2
	{
		font-size:24px;
		letter-spacing:-2px;
		line-height:24px;
		color:#11D051;
		margin:12px;
		padding:0px;
	}
	
#countdown p
	{
		font-size:11px;
		line-height:11px;
		color:#11D051;
		margin:0 0 4px;
		padding:0px;
	}
	
#ebcountdown .calshadow
	{
		border-top:1px #11D051 solid;
	}
	
#ebcountdown .ebeventimage
	{
		width:173px;
		margin:5px;
		overflow:hidden;
		text-align:center;
	}
	
#ebcountdown .ebeventname
	{
		width:173px;
		margin:15px 5px 5px;
		overflow:hidden;
		font-size:18px;
		line-height:20px;
		font-weight:bold;
		text-align:center;
		color:#000000;
	}
	
#ebcountdown .ebeventdate
	{
		width:173px;
		margin:0 5px 5px;
		font-size:11px;
		line-height:14px;
		text-align:center;
		overflow:hidden;
		color:#000000;
	}
	
#ebcountdown .ebeventvenue
	{
		width:165px;
		margin:17px 5px 5px;
		padding:0px 4px;
		font-size:12px;
		line-height:14px;
		font-weight:bold;
		text-align:center;
		overflow:hidden;
		color:#000000;
	}
	
#ebcountdown .ebeventlocation
	{
		width:165px;
		margin:7px 5px 5px;
		padding:0px 4px;
		font-size:12px;
		line-height:14px;
		text-align:center;
		overflow:hidden;
		color:#000000;
	}
	
#ebcountdown .registernowbutton a
	{
		
		width:122px;
		height:19px;
		margin:13px auto 0px;
		font-size:12px;
		line-height:20px;
		font-weight:bold;
		color:#FFFFFF;
		text-align:center;
		display:block;
		background-color:#EE6600;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		border-radius:2px;
		
	}
	
#ebcountdown .registernowbutton a:hover
	{
		color:#EE6600;
		background-color:#EFEFEF;
		
		
	}
