/***********************************************/
/* Styles for the CLLN Event List page               */
/***********************************************/ 

@import "CllnCommon.css"; 

#areadropdown
{
	padding-top:10px;
	padding-bottom:20px;
	width: 500px;
}

#dropdown 
{
	background-color: #FFFFFF;
	width: 450px;
	margin: 0px;
	height: 20px;
	display:inline;
	padding-right: 10px;

}

#gobutton
{
	display: inline;
	width: 47px;	
	height: 24px;	
	background-image: url(../img/btn_go.gif);	
	background-repeat: no-repeat;
	padding-bottom: 5px;	
}

#pastevents
{
	display: inline;
	float: right;
	border: 1px solid #285875;
	font-size: 0.7em;
	color: #285875;
	padding: 3px;
	text-decoration: none;
}

#pastevents a
{
	text-decoration: none;
}

#pastevents a:hover
{
	color: #285875;
	text-decoration: none;
}

#filterbycat
{
	display: inline;
	font-size: 0.8em;
	color: #285875;	
	padding-right: 10px;
}

#gobutton input
{
	background-color:Transparent;
	border-style:none;
	width: 47px;	
	height: 24px;
	right: 0px;
	color: #FDF5BC;
	font-size: 10px;
}

#content h2 a

{
	text-decoration: none;
}

#content h2 a:hover

{
	text-decoration: none;
	color: #285875;
}

#content p
{
	margin: 0px;
	padding: 0px;
	vertical-align: top;		
}

.event
{
	padding-top: 10px;	
}

.event a
{
	font-size: 0.9em;
}


.event p
{
	font-size: 0.8em;
}
