/* ----------------------------------------------------------
title: BizDir (style sheet)

created: 8/27/09
last updated: 8/28/09
---------------------------------------------------------- */


form {
	float: left;
	width: 860px;
	padding: 15px;
	margin: 0 0 20px;
	background: #f9f2e0;
	}


#searchTable_wrapper {
	padding: 0;
	}


#searchTable_length,
#searchTable_filter {
	float: left;
	
	}

#searchTable_filter {
	padding: 0 0 0 40px;
	}

#searchTable_info,
#detailsInfo p {
	clear: both;
	padding: 10px;
	color: #9c8f6c;
	font-size: 93%;
	background: #d6cdb4;
	}	


#search-heading small {
	font-size: .6em;
	font-weight: normal;
	padding: 0 0 0 10px;
	}

#search-heading small a {
	font-weight: normal;
	}

#cat-showing {
	float: right;
	padding: 0;
	}

#cat-showing strong {
	margin: 0 20px 0 0;
	}

#cat-showing a {
	float: right;
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #fff;
	background: #2e1a10;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#cat-showing a:hover {
	color: #D6A846;
	}


#detailsInfo {
	float: left;
	width: 400px;
	}


div#logo {
	float: right;
	width: 340px; /* 400 */
	margin: 65px 0 0;
	padding: 30px;
	background: #fff;
	}

div#logo img {
	display: block;
	margin: 0 auto;
	max-width: 350px;
	}


#business_directory_home {
	display: block;
	padding: 20px;
	background: #fff;
	}

#business_directory_home a {
	text-decoration: none;
	padding: 0 0 0 20px;
	background: url(images/building.gif) no-repeat 0 0;
	}


#create_a_new_entry a {
	float: left;
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #fff;
	background: #2e1a10;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#create_a_new_entry a:hover {
	color: #D6A846;
	}

	
/* =Tables
---------------------------------------------------- */
table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #dddcce;
	border-left: none;
	background: #fff;
	}

table a:link,
table a:visited {
	text-decoration: none;
	border-bottom: 1px dotted;
	}

table a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
	}


caption {
	margin: 0;
	padding: 1em 0;
	font-size: 123.1%;
	font-weight: bold;
	}

thead {
	border-top:1px solid #2e1a10;
	border-bottom:1px solid #2e1a10;
	background: #2e1a10;
	}

th, td {border:none;}


th {
	padding: 0.5em 1em;
	text-align:left;
	font-weight:bold;	
	border-left: 1px solid #80571E;
	color: #F9F2E0;
	cursor: pointer;
	}

table thead th.sorting_asc {
	padding: 0 0 0 20px;
	background: url(images/arrow-down.gif) no-repeat 5px 50%;
	} 

table thead th.sorting_desc {
	padding: 0 0 0 20px;
	background: url(images/arrow-up.gif) no-repeat 5px 50%;
	} 

	
td {
	padding:0.5em 1em;
	border-left: 1px solid #dddcce;
	}

tbody tr.even td {
	background: #f1f0e3;
	}


tbody tr.over td {
	color: #2e1a10;
	border-color: #bead85; /* firefox only showing top two tr?! */
	background: #e2cd99;
	}


tfoot {
	font-size:80%;
	color:#777;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background: #ddd;
	}





/* custom tables */
#searchTable {
	float: left;
	margin: 20px 0 0;
	}


#detailsInfo table {
	width: 400px;
	float: left;
	}

#entry-form {
	width: 400px;
	}
