
/* 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: 5px 5px 5px 5px;
margin: 3px 3px 3px 3px;
background-color: #ffffff;
height: 200px;
width: 150px
}

.firstlocaleitem table

{
	margin-bottom:10px;
	}

tr, td, th {
	margin:auto; 
	}

td, th {
	padding:8px;
	vertical-align:top;
	}

th  {
    font-family: arial,lucinda,verdana,geneva,sans-serif;
	font-weight:bold;
	color:#0053A6;
	text-decoration: none
    }

    a:link, a:visited {
	color:#0053A6;
	text-decoration:none;
	}

    a:hover,a:active  {
	color:#0053A6;
	text-decoration: underline;
	}

td {
	border:none:
	}

#clickicon

{
border:none;
padding-left: 6px;
}

#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.) */
}
