
.smallmap {
        border: 1px solid black;
        cursor: pointer;
}


.map {
        margin-top: 6px;
	margin-bottom: 6px;
        border: 1px solid black;
}


.align-left {
        text-align: left;
}


#view_list ul {
        list-style-image: url('images/arrow.gif');
}

#view_list ul li {
        padding: 0px;
        margin-top: 6px;
        margin-bottom: 6px;
        cursor: pointer;
        text-decoration: none;
}

.removelink {
        text-decoration:underline;
}


.view_list_edit p {
        font-weight: bold;
}

.view_list_edit ul#view_list_edit {
        list-style-image: none;
        margin: 0;
        margin-top: 10px;
        padding: 0;
        list-style: none;
}


.view_list_edit ul#view_list_edit li {
        margin-top: 2px;
        margin-bottom: 2px;
}


.view_list_edit ul#view_list_edit li a.placelink {
        display: block;
        float: left;
        width: 150px;
        text-decoration: underline;
}


.view_list_edit ul#view_list_edit li select {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
}





#nextbutton {
        display: inline;
        margin-left: 5px;
        margin-right: 5px;
        font-weight: bold;
}

#previousbutton {
        display: inline;
        margin-left: 5px;
        margin-right: 5px;
        font-weight: bold;
}


#add_list p {
        font-weight: bold;
}

#add_list ul {
        margin: 0;
        margin-top: 10px;
        padding: 0;
        list-style: none;
}


#add_list ul li {
        margin-top: 2px;
        margin-bottom: 2px;
}


#add_list ul li a .placelink {
        display: block;
        float: left;
        width: 200px;
        text-decoration: underline;
}


#add_list ul li select {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
}


.location {

        display: block;
        float: left;
        width: 200px;
        margin-top: 2px;
        margin-bottom: 2px;
}


.visits {
}


#nextaddbutton {
        display: inline;
        margin-left: 5px;
        margin-right: 5px;
        font-weight: bold;
        
}

#previousaddbutton {
        display: inline;
        margin-left: 5px;
        margin-right: 5px;
        font-weight: bold;
}




.popup_add ul {
        margin: 0;
        margin-top: 10px;
        padding: 0;
        list-style: none;
}


.popup_add ul li {
        margin-top: 2px;
        margin-bottom: 2px;
}


.popup_add ul li span {
        display: block;
        float: left;
        width: 150px;
}


.popup_add ul li select {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
}


.places {
        
        padding:6px 0px 6px 6px;
}


table.maptable {
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        text-align: left;
}


table.maptable td.mapcol {
        padding: 10px 5px 0px 10px;
        width: 480px;
}


table.maptable td.menucol {
        padding: 0px 10px 10px 5px;
}



table.maptable .givemespace {
        margin-top: 10px;
        margin-bottom: 10px;
}


table.maptable .padded {
        margin: 0px;
        padding: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
}


table.maptable div.add-destination {
        /*padding: 5px 3px 5px 3px;*/
        padding-left: 3px;
        padding-right: 3px;
        border: 1px solid #cccccc;
        background-color: #eee;
        height:110px;
        width: 940px;
}


table.maptable div.add-destination label {
        display: block;
        float: left;
        margin-top: 5px;
        width: 200px;
        font-weight: bold;
}

.addpin {
        padding: 5px;
        text-decoration: underline;
        cursor:pointer;
}

table.maptable .add-pin-instructions{
        float:left;
        margin:15px 15px 0px 15px;
}

table.maptable .destination-autocomplete {
        float: right;
        margin: 15px 25px 15px 15px;
}

table.maptable .destination-autocomplete input#destination_input {
        padding: 0px;
        width: 230px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
}


table.maptable #destination_dropdown {
        position: absolute;
        margin: 0px;
        padding: 0px;
        z-index: 9000;
        overflow: auto;
        height: 200px;
        width: 190px;
        background-color: white;
        border: 1px solid #cccccc;
        border-top: 0px;
}


table.maptable #destination_dropdown ul {
        margin: 10px;
        padding: 0;
        width: 170px;
        list-style: none;
}


table.maptable #destination_dropdown ul li {
        margin: 0;
        padding: 0;
}

table.maptable #destination_dropdown ul li a {
        display: block;
        padding: 3px;
        
}

table.maptable #destination_dropdown ul li a:hover {
        background-color: yellow;
}




table.maptable div.add-hometown {
        margin: 0;
        padding: 0;
        float: left;
}

table.maptable div.add-hometown img {
        float: left;
        padding-right: 3px;
}


table.maptable div.add-hometown label {
        display: block;
        float: left;
        width: 75px;
        font-weight: bold;
}


table.maptable .hometown-autocomplete {
        margin: 0;
        padding: 0;
        float: left;
}

table.maptable .hometown-autocomplete input#hometown_input {
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        margin: 0;
        padding: 0;
        width: 170px;
}

table.maptable #hometown_dropdown {
        position: absolute;
        z-index: 9000;
        overflow: auto;
        height: 70px;
        background-color: white;
        border: 1px solid #cccccc;
        border-top: 0px;
}


table.maptable #hometown_dropdown ul {
        margin: 10px;
        padding: 0;
        width: 170px;
        list-style: none;
}


table.maptable #hometown_dropdown ul li {
        margin: 0;
        padding: 0;
}

table.maptable #hometown_dropdown ul li a {
        display: block;
        padding: 3px;
        
}

table.maptable #hometown_dropdown ul li a:hover {
        background-color: yellow;
}



table.maptable .legend {
        float: left;
        width: 150px;
        font-weight: bold;
}


table.maptable #mapmessages {
        margin-top: 5px;
        margin-bottom: 5px;
        font-weight: bold;
        background-color: green;
        color: white;
}

table.maptable #mapmessages .mapmessage {
        margin: 0px;
        padding: 5px;
        font-weight: bold;
        background-color: green;
        color: white;;
}





.hidden {
        display: none;
}




#mapMenu {
        border-bottom:1px solid #ccc;
        margin:0;
        padding-bottom:23px;
        padding-right: 25px;
}
        
#mapMenu div.menuTitle {
        background: #fff;
        color: #000;
        float: left;
        font-size: 12px;
        font-weight: normal;
        margin-right: 10px;
        padding: 3px 4px;
        padding-top: 5px;
        text-decoration: none;
}


#mapMenu div.menuActive     {
        background: #fff;
        border: 1px solid #ccc;
        border-bottom: 1px solid #fff;
        color: #000;
        float: left;
        font-size: 12px;
        font-weight: normal;
        margin-right: 2px;
        padding: 3px 4px;
        text-decoration: none;
        cursor: pointer;
}
#mapMenu div.menuInActive {
        background: #e8e8e8;
        border: 1px solid #ccc;
        color: #666;
        float: left;
        font-size: 12px;
        font-weight: normal;
        margin-right: 2px;
        padding: 3px 4px;
        text-decoration: none;
        cursor: pointer;
}


select.visits {
        margin-left: 15px;
}

.remove {
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
        text-decoration: underline;
}

h4 {
        padding: 0px;
        margin: 0px;
        margin-bottom: 5px;
        font-size: 14px;
}

h5 {
        padding: 0;
        margin: 0;
        font-size: 12px;
}
