
/* Classes for whole listings panel*/

#leftpanel 
{

}


/* Classes for individual items - could put rounded corners in or something. You'll want to change these colours for sure */

.firstlocaleitem
{

padding: 4px;
	margin: 4px 0px 4px 0px;
	border: 0px solid #C7D3E0;
	width: 100%;
}

.firstlocaleitem table
{
font-size: 0.9em;


}
table {
	margin-bottom:5px;
	}

tr, td, th {
	margin:auto; 
	}

td, th {
	padding:4px;
	vertical-align:top;
	}

th {
	font-weight:bold;
	background:#ddd;
	}

td {
	border:0px solid #ddd;
	}

#clickicon

{
border:none;
padding-left: 4px;
}

#WBsearchbox
{
/* Format your search box using this CSS ID (this is the enclosing DIV of the search box, I have not added classes to the actual elements like input field etc. It's considered not a good idea to apply CSS to search forms.) */
}
