/* Classes for whole listings panel*/

#leftpanel 
{
color: #84878E;
}

#leftpanel  a:link
{

text-decoration: underline;
}

/* Classes for individual items - could put rounded corners in or something. You'll want to change these colours for sure */

.firstlocaleitem
{
border-bottom: 1px dotted #84878E;
padding: 8px 0px 8px 0px;
margin: 4px 4px 4px 4px;
height: auto;
}


.firstlocaleitem table
{
font-size: 1em;
}

.firstlocaleitem td
{
padding-left: 0px;
}

#clickicon

{
border:none;
padding-left: 12px;
}

#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.) */
}

