﻿.PthGrid TBODY TR TD.ListNavigateLink
{
    background-image: url(PthImages/right_arrow.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 12px;
}

.PthGrid TBODY TR TD.ListNavigateLink A
{
    font-weight: 700;
    text-decoration: underline;
}

.PthPanel > DIV.RouteLogHeadComment
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/icons/comment2_16x16.gif);
    padding-left: 19px;
}

.PthPanel > DIV.RouteLogHeadReal
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/icons/pilot_16x16.png);
    padding-left: 19px;
}

.CmdImageLog
{
    background-image: url(images/icons/pilot_16x16.png) !important;
}

.CmdImageComment
{
    background-image: url(images/icons/comment2_16x16.gif) !important;
}


DIV.bubble_ad_info
{
}

DIV.bubble_ad_info TABLE.facts
{
    border-collapse: collapse;
    margin: 5px 0px;
}

DIV.bubble_ad_info TABLE.facts TD, DIV.bubble_ad_info TABLE.facts TH
{
    padding: 2px 4px;
    border: solid 1px #808080;
}

DIV.bubble_ad_info TABLE.facts TH
{
    color: #606060;
}

DIV.bubble_ad_info TABLE.radio
{
    margin: 15px 0px;
    color: Blue;
}

DIV.bubble_ad_info TABLE.radio tr.callsign td, DIV.bubble_ad_info TABLE.radio tr.callsign th
{
    font-size: 14px;
    font-weight: 700;
    padding: 3px 10px 0px 0px;
    font-family: Courier New;
}


DIV.bubble_ad_info TABLE.rwy
{
}

DIV.bubble_ad_info TABLE.rwy TD
{
    font-size: 14px;
    font-weight: 700;
    padding: 3px 10px 0px 0px;
}


DIV.bubble_AIP
{
    padding: 10px 10px;
}

DIV.bubble_AIP H2
{
    font-size: 14px;
    color: Red;
}
DIV.bubble_AIP UL
{
    margin: 20px 0px 20px 20px;
}

DIV.bubble_AIP UL LI
{
    list-style-type: square;
    line-height: 150%;
}

DIV.bubble_AIP UL LI A
{
    color: Navy;
    text-decoration: underline;
}

.AppAirspaceIcon
{
    background-image: url(images/icons/icoairspaces.gif);
}

.AppRoute1Icon
{
    background-image: url(images/icons/flag3_16x16.gif);
}

.AppLogoffIcon
{
    background-image: url(images/icons/turn-off_16x16.gif);
}

.AppLogonIcon
{
    background-image: url(images/icons/turn-off_16x16.gif);
}

.AppRegisterIcon
{
    background-image: url("images/icons/user2_(edit)_16x16.gif");
}

.AppTrackIcon
{
    background-image: url("images/icons/footprint_16x16.png");
}

.AppHeaderButton
{
    background-color: #A1A9D3;
}

.Terms
{
    line-height: 150%;
}

.Terms h2
{
    font-weight: 700;
}
.Terms ol
{
    list-style-type: lower-roman;
    list-style-position: outside;
}

.Terms ol li
{
    margin: 0 0 1em 6ex;
}

.Terms span.emph
{
    color: Red;
}


/************* userinfo **********************/

SPAN.user_info_label
{
    position: relative;
    white-space: nowrap;
}

DIV.userinfo_frame
{
    position: absolute;
    border: solid 1px blue;
    background-color: White;
    padding: 10px 10px 0px 10px;
    z-index: 20001;
}

DIV.userinfo_frame DIV.userinfo_content
{
    position: relative;
    top: -20px;
    padding-top: 20px;
    background-image: url(images/icons/boxarrow.png);
    background-repeat: no-repeat;
    background-position: 5px top;
}

DIV.userinfo_frame DIV.userinfo_card
{
    width: 280px;
    font-size: 9px;
}

DIV.userinfo_frame DIV.userinfo_card H2
{
    color: Blue;
    font-size: 16px;
    margin: 10px 0px;
}


DIV.userinfo_frame DIV.userinfo_card TABLE.cite
{
    margin: 10px 0px;
}

DIV.userinfo_frame DIV.userinfo_card TABLE.cite TD.cite
{
    text-align: center;
    font-style: italic;
    font-size: 11px;
    vertical-align: middle;
}

DIV.userinfo_frame DIV.userinfo_card TABLE.cite TD.bullet
{
    font-size: 25px;
    color: #A0A0A0;
    vertical-align: middle;
}

DIV.userinfo_frame DIV.userinfo_card TABLE.user_data TH
{
    font-weight: 100;
    color: #606060;
    text-align: right;
    padding: 2px 2px;
}

DIV.userinfo_frame DIV.userinfo_card TABLE.user_data TD
{
    font-weight: 100;
    color: #000000;
    padding: 2px 2px;
}

DIV.text_content
{
}

DIV.text_content UL
{
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 30px;
}

DIV.text_content UL LI
{
    list-style-type: circle;
    margin-bottom: 1em;
}

TABLE.tblIntro
{
}

TABLE.tblIntro TH SPAN.introArgument
{
    display: block;
    font-size: 18px;
    line-height: 26px;
    width: 26px;
    text-align: center;
    margin: 10px;
    background-color: #8E99D3;
    color: White;
}

TABLE.tblIntro TD
{
    vertical-align: middle;
    padding-right: 30px;
}

TABLE.tblIntro TD DIV.introContainer
{
    position: relative;     
}

TABLE.tblIntro TD A
{
    font-size: 14px;
    text-decoration: underline;    
}

TABLE.tblIntro TD DIV.introBody
{
    width: 500px;
    position: absolute;
    top: 20px;
    background-color: white;
    border: solid 1px navy;
    padding: 10px;
    font-size: 12px;
    z-index: 200;
    line-height: 18px;
}

TABLE.tblIntro TD DIV.introBody P
{
    color: Navy;
    font-size: 13px;
}

TABLE.tblIntro TD DIV.introBody UL
{
    margin-left: 20px;
    list-style-position: outside;
}


TABLE.tblIntro TD DIV.introBody UL LI
{
    margin-bottom: 1em;
    list-style-type: square;
}

TABLE.tblIntro TD DIV.introBody A
{
    color: Navy;
    text-decoration: underline;
    font-size: 12px;
    font-variant: small-caps;
}

TABLE.tblIntro TD DIV.introBody A:visited
{
    color: Navy;
}

/************* inspector *************************/

DIV.airspaceinspector_back
{
    background-image: url(images/inspector_back.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    border: outset 1px white;
    background-color: #ffffff;
    position: relative;
}

DIV.airspaceinspector_homeicon
{
    background-image: url(images/inspector_fg.png);
    background-position: 14px 8px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

DIV.airspaceinspector_pointer
{
    background-image: url(images/inspector_fg.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 25px;    
    position: absolute;
}


DIV.infobubble_airspaces 
{
    margin: 10px;
}

DIV.infobubble_airspaces H2
{
    font-size: 14px;
    color: Red;
}

DIV.infobubble_airspaces TABLE TH
{
    border-bottom: solid 1px navy;
    padding: 2px 4px;
}

DIV.infobubble_airspaces TABLE TD
{
    vertical-align: middle;
    padding: 2px 4px;
    background-color: #E0E0E0;
}

DIV.infobubble_airspaces TABLE TD.tdAlt2
{
    border-bottom: solid 1px #808080;
}

DIV.infobubble_airspaces TABLE TD.tdName
{
    padding-left: 10px;
    font-weight: 700;
    color: Navy;
}

DIV.infobubble_airspaces TABLE TD.tdSpacer
{
    background-color: Transparent;
}

/************* inspector *************************/

DIV.airspacelayerswitch_back
{
    background-color: Silver;    
    width: auto;    
    border: solid 1px black;
    background-color: #ffffff;
    position: relative;
    font-size: 9px;
    padding: 2px;
    text-align: center;
}


DIV.airspacelayerswitch_back SELECT
{
    font-size: 9px;    
    margin: 5px 0;
    border: none;
    background-color: #f7dc9a;
}

/***************** shop *************************/
DIV.shopItem 
{    
}

DIV.shopItem TABLE
{
    margin: 10px 0;
}

DIV.shopItem TABLE TD
{    
    padding: 5px 4px;
    line-height: 16px;
}

DIV.shopItem TABLE TD.price
{
    white-space: nowrap;
    text-align: right;
}


/************* tisk štítku ***************/

DIV.PrintSheetPage 
{    
}

DIV.PrintSheetPage DIV#controls
{
    margin: 20px auto;
    width: 800px;
}

@media print 
{
    DIV.PrintSheetPage DIV#controls 
    {
        display: none;
    }
}
