﻿/* locator */
.locator *
{
    font-family: arial, Verdana, tahoma, Sans-Serif;
    font-size: 13px;
    line-height: 0;
    margin:0;
    padding:0;
    border:0;
}
.locator
{
    width: 225px;
    height: 320px;
    margin:0 auto;
    padding:0;
    background: white;
}
.locator .select,
.locator .textbox, 
.locator .button
{
    border: 1px solid #013F78;
    margin-top: 0;
    margin-bottom: 6px;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
    line-height: 20px;
}
.locator .select
{
    width: 225px;
}
.locator .textbox
{
    width: 213px; /* -13 from .locator select width */
}
/* placeholders - must be one per rule  */
.locator ::-webkit-input-placeholder
{
    font-style:italic;
}
.locator ::-moz-placeholder
{
    font-style:italic;
}
.locator :-ms-input-placeholder
{
    font-style:italic;
}
.locator .button
{
    height:32px;
    width: 93px;
    padding: 6px;
    float: left;
    margin-bottom:0;
    background-color: white;
}
.locator .map-selector
{
    width:32px;
    height:30px;
    background:url('Images/map.png') no-repeat center;
    -moz-background-size:80%;
    -o-background-size:80%;
    -webkit-background-size:100%;
    background-size:80%;  
    border:0;   
    float: left;  
    border-left:1px solid #000;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
}
.locator .button.left
{
    margin-left: 0px;
    border-left:none;
}
.locator .button.right
{
    margin-left: 5px;
}
.locator .button:hover
{
    background-color: #bde1ff;
}
.locator .clear 
{
    clear:both;
}
/* toolip */
.map-tip,
.map-tip * {
    font-family: arial, Verdana, tahoma, Sans-Serif;
    font-size: 13px;
}
.map-tip {
    padding:10px;
}
.map-tip input {
    margin: 0;
    padding: 0;
}
.map-tip span {
    margin:0;
    padding:0;
    margin-left:3px;
    margin-top:-3px;
}
.map-tip .map-tip-title {
    padding-bottom:10px;
}

/* header for lists */
.header 
{
    width: 96%;
    margin: 1%;
    padding-bottom:10px;
    border-bottom:#013F78 solid 1px;
    padding-left: 10px;
}
.header .title 
{
    color:#013F78;
    font-size:19pt;
    text-transform:uppercase;
}
.header .result
{
    color:#013F78;
    font-size:13px;
}
/* lists */
.list * {
    border:0;
    min-height:0;
    font-size:14px;
    font-family: Arial;
}
.list
{
    width:98%;
    margin: 1%;
}
.list .clicable
{
    cursor: pointer;
}
.list .item
{
    display: block;
    padding: 1% 0 1% 2%;
    width: 98%;
}
.list .item:hover
{
    background-color:#f3faff;
    cursor: pointer;
}
.list .item .image
{
    display: inline-block;
    padding-right: 10px;
    width:10%;
}
.list .item .image img
{
    max-height: 75px;
    width: 100%;
}
.list .content
{
    display: inline-block;
    vertical-align: top;
    width: 80%;
}
.list .title
{
}
.list .title .name, .list .title .highlight-name
{
    color: #2E3D7D;
    display: inline;
    font-weight: bold;
    padding: 0 3px 2px 0;
    vertical-align: middle;
}
.list .title .highlight-name
{
    text-decoration: underline;
}
.list .title .icon
{
    display: inline-block;
}
.list .title .icon img
{
    border: medium none;
    height: 20px;
    vertical-align: middle;
    width: 20px;
}
.list .attribute
{
    display: block;
}
.list .attribute .name
{
    color: #8DC0E7;
    display: inline-block;
    padding-right: 2px;
}
.list .attribute .value
{
    display: inline-block;
}
.list a, .list a:hover, .list a:visited
{
    color: #2E3D7D;
    cursor: pointer;
    text-decoration: none !important;
}
