body
{
	font-family: 'Open Sans', sans-serif, Arial, sans-serif;
	font-weight: normal;
}

a
{
    color: #00677F;
}

label
{
    color: #fff;
}

.search_form
{
    background-color: #00677F;
    border: 2px solid #000;
    color: black;
}

input, select
{
    color: #666;
}

button
{
    background-color: #00677F;
}

.listing_categories .bullet_replace.tick {
    background-color: #00677F;
}

.listing_categories li b {
    color: #00677F;
}

button:hover
{
    background-color: #005c72;
}

.searchbox_tab.search_type {
    background-color: #000;
}

.search_form input[type="submit"]
{
    background-color: #C0D742;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
}

.searchbox_tab.search_name {
    background-color: #005c72;
}
/**
 SEARCH LISTING MAP STYLES
 */
#map-container {
    height: 150px;
}

#map-canvas {
    width: 100%;
    height: 100%;
}

#show_map_link {
    background-color: #c3c3c3;
    text-align: center;
    cursor: pointer;
    color: #000000;
    font-size: 12px;
}

html,body{
    margin:0;
    padding:0;
    font-family: Arial, Helvetica, sans-serif;
}
iframe{
    border: 0px solid black;
    min-height: 100px;
}
h1 {
    font-weight: normal;
    color: rgb(0, 92, 114);
    margin-top: 0;
}
#wip{
    width:100%;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    text-align: center;
    line-height: 2em;
}

.footer {
    box-sizing: border-box;
    display:block;
    width:100%;
    margin:0px;
    padding:10px;
    font-family: arial, helvetica, sans-serif;
    background-color: #f8f8f8;
}

.footer p
{
    text-align: center;
    color: #999;
    font-size: 14px;
}

.footer a
{
    color: #999;
}

.logo a,
.logo a:visited,
.logo a:active {
    text-decoration: none;
    color: inherit;
}

table {
    width: 100%;
    border: 1px solid #000;
    border-collapse: collapse;
}

table tr.primary {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #ddd;
}

table th,
table td {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

table p { margin: 0; }