﻿body {
    font-family: "Open Sans", Verdana, Helvetica, Sans-Serif;
    font-weight: 300;
}

.bold {
    font-weight: bold;
}

.caret {
    color: #999999;
    cursor: pointer;
}

/*contenteditable:focus { 
    outline: 0px solid transparent;
}*/

.fullwidth {
    width: 100%;
}

.hide {
    display: none;
}

input.money {
    width: 75px;
    text-align: right;
}

.leftcol {
    width: 300px;
    float: left;
    padding-right: 20px;
}

.link {
    color: #999999;
    text-decoration: none;
    cursor: pointer;
}

.link:hover {
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
}

.nav {
    float: left;
    padding: 6px;
}

.pageTitle {
    font-size: 150%;
    font-weight: bold;
}

.phone1 {
    width: 30px;
    padding-right: 0px;
}

.phone2 {
    width: 40px;
    padding-right: 0px;
}

.right {
    text-align: right;
}

.searchBox {
    width: 300px; 
    border: 1px solid #cccccc;
    /*outline: 0px solid transparent;*/
    height: 24px;
    z-index: 20;
    position:relative;
}

.searchBox:focus {
    outline: 0px solid transparent;
}

.searchResult {
    width: 100%;
    cursor: pointer;
    font-size: 80%;
    z-index: 1;
}

.searchResult:hover {
    width: 100%;
    cursor: pointer;
    background-color: #eeeeee;
    font-size: 80%;
}

.searchResultArea {
    width: 300px; 
    height: 150px;
}

.searchResultContainer {
    width: 300px; 
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    /*border: 1px solid #cccccc;*/
    margin-top: -2px;
    background-color: #ffffff;
    z-index: 10;
    position:relative;
    padding: 1px;
}

.searchResultSelected {
    width: 100%;
    cursor: pointer;
    background-color: #eeeeee;
    font-size: 80%;
}

.show {
    display: normal;
}

.small {
    font-size: 80%;
}

table.result {
    border-collapse: collapse;
}

td.result {
    font-size: 80%;
    border: 1px solid #cccccc;
    padding: 4px;
}

textarea {
    border-color: #cccccc;
}

textarea.fullwidth {
    width: 100%;
}

.zipCode {
    width: 40px;
}

.zipPlus {
    width: 30px;
}