/* CSS Free Ads */

/* CSS Document */
#typenav
	{
		height: 25px;
		margin: 0;
		padding-left: 10px;
                background:#cccccc url(/images/bar-grey.png) repeat-x;
	}

#typenav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#typenav a:link, #typenav a:visited
	{
		float: left;
		line-height: 15px;
		font-weight: bold;
		padding: 4px 10px 4px 10px;
		margin-right: 4px;
                border-right:1px solid #cccccc;
		text-decoration: none;
		font-size:16px;
	}

#typenav a:link.active, #typenav a:visited.active
	{
		border-bottom: 2px solid #fff;
		background: #fff;
		color: #000;
	}

#typenav a:hover
	{
		background: #fff;
		color: #000;
	}  
form{margin-left:10px;}	
dd {
float:none;
width:100%;
}
/*=default page listings
--------------------------------------------------*/
.search_box{margin:0px 10px 30px;}
.search_box fieldset legend{background-color:#ffffff;font-size:14px; padding:0px 10px;}
.search_box fieldset {margin-top:10px;border:1px solid #cccccc;}
.search_box  label{margin-left:10px;}
.search_box dt{width:150px;}
.search_box input[type=text]{padding:4px; border:2px solid #cccccc;}
.search_box input[type=text]:focus{background-color:#ffffff;border:2px solid #125AA7;}
#resultTable{ width:100%; border:none; margin:20px 0 0 10px;}
#resultTable td{border:none;border-bottom:1px solid #cccccc;padding:4px;}
.event-title{font-weight:bold; font-size:14px;}
#resultTable td.event-title{ width:150px;}
#resultTable td.event-venue{width:100px;}
.event-date{ color:#990000; font-weight:bold;}
.event-title{text-decoration:none;}
.fade{color:#666666;}
/*BUGS layout*/
.hint{width:150px; left:450px;}
a#expand{ background:transparent url('/images/arrows/jump-to-anchor-point-arrow-down.png') no-repeat left; padding-left:10px;}
a#collapse{background:transparent url('/images/arrows/jump-to-anchor-point-arrow-up.png') no-repeat left;padding-left:10px}
a#expand:hover{background-color:#05386B; color:white;}
a#collapse:hover{background-color:#05386B; color:white;}
/*=details page
================================================*/
/*short info column*/
#details{ width:190px;border:none;border-left:1px solid #FF0000;}
#details td{ border:0px;}
.ed-td-tan {height:20px; padding: 4px 0 0 10px; font-weight:bold;}
.ed-td-txt {padding: 4px 0 10px 10px; color: #333333; font-size:11px; font-weight:normal;}
/*=preview ad
------------------------------------------*/
dl#free-preview{margin-left:10px;border:1px solid #000000;width:90%;padding:10px;}
