html{
    min-height: 100%;
    background: #1D1C1E !important;
}

html, body{
    min-width: 100%;
    margin: 0px;
    padding: 0px;
}

body{
    background-image: url(../images/background.gif);
    background-repeat: repeat;
    font-family: Tahoma;
    text-align: center;
}


#map{
        width: 100%;
        height: 100%;
        position: absolute;
        border: dashed #ccc 1px;
}

body div.main-wrapper{
    width: 1028px;
    text-align: left;
    margin: 0 auto 0 auto;
    background: white;
}
span.highlight {
    background: orange;
}
span.highlight1 {
    background: yellow;
}
a, a:visited{
    color: #565656; text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.ui-menu-item{
    text-align: left; background: wheat;/*rgba(86, 4, 24, 0.15);*/ padding: 0px; margin: 0px;
}

.ui-state-focus{
    background: rgba(130, 22, 50, 0.4) !important; color: white !important; border: none;
}

.ui-autocomplete{
    padding: 0px; max-height: 200px; overflow-y: scroll; overflow-x: hidden;
    font-family: Tahoma !important;
    font-size: 10pt;
}

.main-wrapper div.panel-top{
    background: #000;
    height: 30px;
    color: white;
    box-shadow: 0px 1px 5px #aaa
}

.panel-top div.left, .panel-top div.right{
    padding: 6px 10px;
}

.panel-top a, .panel-top a:visited{
    color: white; text-decoration: none; font-size: 9pt;
}

.panel-top a:hover{
    text-decoration: underline;
}

body .page-wrapper{
    margin-top: 5px;
    min-height: 700px;
}

body .page-full-wrapper{
    min-height: 700px;
    background: #fff;
    text-align: left;
}

.page-wrapper #banner{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #fafafa 45%, #fafafa 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(45%,#fafafa), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ffffff 0%,#fafafa 45%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ffffff 0%,#fafafa 45%,#fafafa 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ffffff 0%,#fafafa 45%,#fafafa 100%); /* IE10+ */
    background: linear-gradient(to right, #ffffff 0%,#fafafa 45%,#fafafa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=1 ); /* IE6-9 */
    border-bottom: solid #eee 1px;
}

.page-wrapper #banner img{
    height: 50px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.page-wrapper #banner a{
    background: transparent 0px; color: transparent;
}

.page-wrapper #banner cite{
    margin-right: 10px; float: right; text-align: right; font-style: italic;
    color: #aaa; font-size: 10pt; line-height: 18px;
    margin-top: 6px;
}

.page-wrapper .navigation{
    border-top: solid #e7e7dd 4px; border-bottom: solid #e7e7dd 4px;
    position: relative; color: #3f3f3f; font-weight: bold;
}

.navigation > div{
    padding: 15px 0px;
}

.navigation .searchLabel{
    margin-top: 42px;
}

.navigation .tabs{
    border-bottom: solid #ccc 1px; padding-bottom: 6px; padding-left: 0px !important; width: 560px;
}

.navigation .tab{
    padding: 6px 12px; margin-top: -5px;
    background: #f0f0f0; margin-left: 2px;
    position: relative;
}

.navigation .tab:hover{
    text-decoration: none;
    background: #f6f6f6;
}

.navigation a.current{
    background: white;
    border: solid #aaa 1px;
    border-bottom: 0px;
    position: relative; top: 1px;
}

.navigation .tab-content{
    padding: 5px; margin-top: 6px; margin-left: -3px; display: none;
}

.tab-content#defaultSearch{
    display: block;
}

.navigation select{
    min-width: 160px; border: solid #aaa 1px;
    padding: 7px;
    margin-top: 0px;
}

input[type=text], input[type=password]{
    width: 280px;
}
#AddFootprint input[type=text] {
    width: 250px;
}

input[type=text], input[type=password], textarea, select{
    border-radius: 3px; padding: 8px; border: solid #ccc 1px;
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #efefef 0%, #f4f4f4 12%, #ffffff 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(12%,#f4f4f4), color-stop(99%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #efefef 0%,#f4f4f4 12%,#ffffff 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efefef 0%,#f4f4f4 12%,#ffffff 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #efefef 0%,#f4f4f4 12%,#ffffff 99%); /* IE10+ */
    background: linear-gradient(to bottom, #efefef 0%,#f4f4f4 12%,#ffffff 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

div#left_menu{
    float: left;
    background: #f3f3f3;
    padding: 8px;
    width: 197px;
    border-radius: 5px;
}

#left_menu ul.active{
    padding-left: 14px;
}

#left_menu ul.active li{
    list-style-image:url('../../common/gfx/expand_icon.gif');
}

#left_menu ul.tabs{
    margin: 0px;
    margin-top: -3px;
    padding: 0px;
}

#left_menu ul.tabs a:hover li{
    background: #fcfcfc;
}

#left_menu ul.tabs li{
    margin: 0px; padding: 3px;
}

#left_menu ul.tabs li a{
     color: #232323;
}

#left_menu ul.tabs > li > a{
    font-weight: bold;
}

#left_menu ul.tabs > li > a img{
/*    width: 9px !important;
    height: 9px !important;*/
}

#left_menu ul.tabs ul{
    display: block;
}

#left_menu ul.tabs li ul{
    margin-left: 20px;
}

#left_menu ul.tabs a:hover{
    text-decoration: none;
}

#left_menu ul.tabs li.current{
    background: #FAF4D9;
}

#content_container .panel-content{
    display: none;
}

#content_container .panel-content.current{
    display: block !important;
}

div#content_container{
    float: right; width: 755px; padding-left: 20px;
}

#facilitySearchCity{
    float: left;
}

#facilitySearchCuisine{
    float: left;
}

.navigation #facilitySearchName{
    width: 454px; color: #2f2f2f; float: left; margin-bottom: 2px;
}

h1{
    font-size: 14pt; color: #565656; font-weight: bold;
}

h1.brown, h1.gray{
    box-shadow: 0px 0px 8px #aaa;
    font-size: 10pt !important; color: white; padding: 7px; padding-bottom: 6px;
    border-radius: 2px; font-weight: bold;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 18px; display: block;
    text-indent: 10px;
    margin-left: -10px; margin-bottom: 10px;
}

h1.brown{
    background: #560418; 
}

h1.gray{
    background: #535353;
}

h2{
    font-weight: bold; font-size: 10pt;
}

ul{
    overflow: auto;
}

.left{
    float: left;
}

.right{
    float: right;
}

div.clr{
    clear: both; padding: 0px !important;
}

div.clr10{
    height: 10px; line-height: 10px; margin: 0px; padding: 0px; font-size: 0px;
}

div.larger{
    font-weight: 600;
    font-size: 125%;
}

div.row{
    margin-bottom: 5px; margin-left: 10px;
}

.row div.input{
    float: left;
}

div#footer{
    background: #1D1C1E;
    padding: 35px 0px;
    color: #717777;
    font-size: 10pt;
}

#footer .left{
    margin-left: 20px;
}

#footer .left ul li{
    float: left; margin: 0px 10px;
}

#footer .right{
    margin-right: 20px;
}

div#footer a{
    font-size: 9pt; color: #717777; font-weight: bold;
}

#footer .footer-wrapper{
    background: #1D1C1E;
}

hr{
    border: none;
    margin-top: 0px;
    border-bottom: dashed #aaa 1px;
}

.filter-field{
    margin-bottom: 8px;
}