﻿/*
---------------------------------------------------
jkdisbet.cz
---------------------------------------------------
šedá pozadí                     #f1f1f1;
šedá světlá                     #e6e6e6;
šedá linka                      #cccccc;
šedá písmo                      #333333;
modrá tmavá                     #18318d;
žlutá                           #aa9900;
---------------------------------------------------
*/

body
{
    color: #333333;
    background-color: #f1f1f1;
    background-image: url(BodyBg.gif);
    background-repeat: repeat-x;
}

h1 
{
    color: #18318d;
    background-image: url(BigArrow.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
    margin: 0 0 1em;
}

h2 
{
    color: #18318d;
    background-image: url(SmallArrow.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
    margin: 0 0 1em;
}

a 
{
    color: #18318d;
}

a:hover 
{
    color: #aa9900;
}

table.ImagesTable 
{
    margin-bottom: 1.8em;
}

table.ImagesTable tr.LabelsRow td
{
    padding: 5px 15px 25px;
}

table.ImagesTable td
{
    padding: 15px;
    font-size: 85%;
}

/*
---------------------------------------------------
PagePanel
---------------------------------------------------
*/

div.PagePanel 
{
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
}


/*
---------------------------------------------------
ContentCenterPanel
---------------------------------------------------
*/

div.ContentCenterPanel 
{
    background-image: url(CenterContentShadow.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

/*
---------------------------------------------------
CellsPanel
---------------------------------------------------
*/

div.CellsPanel 
{
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}

div.CellsPanel img 
{
    border-color: #cccccc;
}


/*
---------------------------------------------------
ContentLeftPanel
---------------------------------------------------
*/

div.ContentLeftPanel 
{
}


/*
---------------------------------------------------
HorizontalMenuPanel
---------------------------------------------------
*/

div.HorizontalMenuPanel 
{
    background-color: #e6e6e6;
    border-bottom: solid 1px #cccccc;
}

table.HorizontalMenu a.HorizontalMenuItem:hover
{
    color: #ffffff;
}

table.HorizontalMenu table.HorizontalMenuItemSelected
{
    background-image: url(HorizontalMenuItemBg.gif);
    background-repeat: repeat-x;
}

/*
---------------------------------------------------
VerticalMenuPanel
---------------------------------------------------
*/

div.VerticalMenuPanel 
{
    background-image: url(VerticalMenuPanelRule.gif);
    background-repeat: repeat-x;
}

div.VerticalMenuFooter 
{
    height: 15px;
    background-image: url(VerticalMenuPanelRule.gif);
    background-repeat: repeat-x;
}

table.VerticalMenu a.VerticalMenuItem:hover
{
    color: #ffffff;
}

/*
---------------------------------------------------
HeaderPanel
---------------------------------------------------
*/

div.HeaderPanel 
{
    background-image: url(HeaderBg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}


/*
---------------------------------------------------
FooterPanel
---------------------------------------------------
*/

div.FooterPanel 
{
    background-color: #e6e6e6;
    border-bottom: solid 1px #cccccc;
}

