﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html {
}

body
{
    background: #ffffff;
    font-family:  Calibri, Verdana, Arial; /*'Times New Roman'*/ 
}

#map_canvas
{
    position: relative;
    height:  240px;
    /*width: 100px;*/
    border: 1px solid #111;
}

#tab-bar
{
    background: #050405;
    border-bottom: 1px solid #441d22;
    position: relative;
    zoom: 1;
}

#tab-bar:before, #tab-bar:after
{
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;    
}

#tab-bar:after
{
    clear: both;
}

#tab-bar li
{
    display: inline;
    float: left;
    width: 24.99999999%;
}

#tab-bar a
{
    color: #cdcdcd;
    display: block;
    font-size: 0.875em;
    font-weight: bold;
    height: 4.583em;
    margin: 0 0.833em;
    overflow: hidden;
    padding-top: 0.428em;
    text-align: center;
    text-decoration: none;
    text-shadow: rgba(0,0,0,0.4) 0 -1px -1px;
}

/*
#tab-mypos a
{
    background: #d5d2d2;
    color: #111;
    height: 4.95em;
    margin: 0 0 -0.367em;
}

#tab-trip a
{
    background: #d5d2d2;
    color: #111;
    height: 4.95em;
    margin: 0 0 -0.367em;
}
*/

#tab-mypos a:after
{
    content: url(../resources/sprite.png);
    clip: rect(0 18px 33px 0px);
    left: 12.5%;
    margin-left: -1px;
    top: 1.833em;
    position: absolute;    
}

#tab-trip a:after
{
    content: url(../resources/sprite.png);
    clip: rect(0 18px 33px 0px);
    left: 37.5%;
    margin-left: -1px;
    top: 1.833em;
    position: absolute;    
}

#tab-info a:after
{
    content: url(../resources/sprite.png);
    clip: rect(0 18px 33px 0px);
    left: 62.5%;
    margin-left: -1px;
    top: 1.833em;
    position: absolute;    
}

#tab-pref a:after
{
    content: url(../resources/sprite.png);
    clip: rect(0 18px 33px 0px);
    left: 87.5%;
    margin-left: -1px;
    top: 1.833em;
    position: absolute;    
}



.table-action li
{
    position:relative;
}

.table-action a
{
    color: #d6b69e;
    display: block;
    padding: .4em .5em .5em;
    position: relative;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 1px;
}

.table-action h2
{
    color: White;
    font-size: 1em;
    width: 82%;
}

.table-action .relative-distance
{
    font-weight: normal;
}

.table-action .found
{
    background: #6f0914;
    border: 1px solid #841420;
    -webkit-border-radius: 0.143em;
    -moz-border-radius: 0.143em;
    border-radius: 0.143em;
    color: #ebc466;
    font-weight: bold;
    position: absolute;
    padding: .214em .429em;
    right: 2.5em;
    top: 50%;
    margin-top: -1.1em;    
}

.table-view
{
    background: #7c0c18;
}

.table-view li
{
    border-top: 1px #8c2a34 solid;
    border-bottom: 1px #640913 solid;
}

.table-view .even
{
    background: #830f1b;
}



/************************************/
/* IMPOSTAZIONI MENU SINGOLE PAGINE */
/************************************/

.page-mypos #tab-mypos a
{
    background: #d5d2d2;
    color: #111;
    height: 4.95em;
    margin: 0 0 -0.367em;
}
.page-mypos #tab-mypos a:after
{
    clip: rect(0 37px 33px 18px);
    margin-left: -29px;
}

.page-trip #tab-trip a
{
    background: #d5d2d2;
    color: #111;
    height: 4.95em;
    margin: 0 0 -0.367em;
}
.page-trip #tab-trip a:after
{
    clip: rect(0 37px 33px 18px);
    margin-left: -29px;
}

.page-info #tab-info a
{
    background: #d5d2d2;
    color: #111;
    height: 4.95em;
    margin: 0 0 -0.367em;
}
.page-info #tab-info a:after
{
    clip: rect(0 37px 33px 18px);
    margin-left: -29px;
}

.page-pref #tab-pref a
{
    background: #d5d2d2;
    color: #111;
    height: 4.95em;
    margin: 0 0 -0.367em;
}
.page-pref #tab-pref a:after
{
    clip: rect(0 37px 33px 18px);
    margin-left: -29px;
}

.cssgradients #tab-bar
{
    background-image: -moz-linear-gradient(top, #353535, #212021 55%, #090809 55.1%, #050405);
    background-image: -ms-linear-gradient(top, #353535, #212021 55%, #090809 55.1%, #050405);
    background-image: -o-linear-gradient(top, #353535, #212021 55%, #090809 55.1%, #050405);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#353535), color-stop(0.55, #212021), color-stop(0.551, #090809), to(#050405));
    background-image: -webkit-linear-gradient(top, #353535, #212021 55%, #090809 55.1%, #050405);
    background-image: linear-gradient(top, #353535, #212021 55%, #090809 55.1%, #050405);
}
