﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #fff;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Helvetica, Arial, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    /*color: #696969;*/
    color: #000000;
}

table
{
    font-size: 1em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Helvetica, Arial, Verdana, sans-serif;
    color: #000000;
}

a
{
    color: Black;
}
a:hover, a:active
{
    color: White;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

li
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    /*color: #666666;*/
    /* font-variant: small-caps; */
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #964450;
    font-weight: bold;
}

h2
{
    font-size: 1.4em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    background-color: #fff;
}

.page .bannerBox
{
    width: 100%;
    height: 100px;
    margin-top: 20px;
    background: #eee;
    border-bottom: 1px solid white;
}
.page .banner
{
    width: 990px;
    height: 100px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px -5px;
    background: white url(Images/banner.jpg) no-repeat;
    _overflow: hidden;
}
.page .banner .presentationImage, .page .banner .presentationImage img
{
    float: left;
    width: 740px;
    height: 100px;
    border: none;
}
.page .banner #logoLink
{
    float: left;
    display: block;
    width: 250px;
    height: 100px;
}
.page .banner .loginBox
{
    float: right;
    width: 230px;
    height: 70px;
    margin: 0px auto 0px auto;
    padding: 15px 5px 15px 15px;
    background: #964450;
    color: White;
}
.password
{
    margin-top: 5px;
}
.loginBtn
{
    margin-top: 5px;
    margin-left: 115px;
}
.loggedUser
{
    margin: 0px 0px 5px;
}
.LabelLoginError
{
    position: relative;
    display: block;
    width: 244px;
    margin: 14px 0px 5px -15px;
    padding: 3px;
    background: #964450;
    z-index: 1;
}


.page .main
{
    width: 990px;
    margin: 0px auto 0px auto;
    min-height: 420px;
    background: #C8C8C8;
}
.page .content
{
    float: left;
    width: 700px;
    padding: 10px 20px;
}
.page .footer
{
    clear: both;
    display: block;
    width: 970px;
    height: 20px;
    margin: 0px auto;
    padding: 8px 20px 0px 0px;
    /*background-color: #A0A0A0;*/
    background-color: White;
    text-align: right;
	font-size: 10px;
}



/* MENU - TreeView */

.page #CtlTreeViewMenu
{
    float: left;
    width: 250px;
    margin: 0px;
    padding: 0px;
    background: #A0A0A0;
}
.page #CtlTreeViewMenu div:first-child
{
    display: none;
}
.page #CtlTreeViewMenu table
{
    display: block !important;
    width: 250px !important;
    margin: 0px !important;
    padding: 0px !important;
}
.page #CtlTreeViewMenu td
{
    /* display: none; */
    width: 250px !important;
    margin: 0px !important;
    padding: 0px !important;
}
.page #CtlTreeViewMenu table td:not(.useful)
{
    display: none;
}
.page #CtlTreeViewMenu img
{
    display: none;
    margin: 0px !important;
    padding: 0px !important;
}
.page #CtlTreeViewMenu a
{
    display: block;
    font-size: .9em !important;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid White !important;
    color: White;
}
.page #CtlTreeViewMenu a:hover
{
    background-color: #964450 !important;
    color: #eee;
}

.page #CtlTreeViewMenu table a
{
    width: 223px;
    padding: 11px 5px 11px 22px;
    background: url("Images/bullet.gif") -45px 4px no-repeat;
    text-transform: uppercase;
}
.page #CtlTreeViewMenu div table a
{
    width: 208px;
    padding: 11px 5px 11px 37px;
    background: url("Images/bullet.gif") -30px 4px no-repeat;
    text-transform: none;
}
.page #CtlTreeViewMenu div div table a
{
    width: 193px;
    padding: 11px 5px 11px 52px;
    background: url("Images/bullet.gif") -15px 4px no-repeat;
    text-transform: none;
}
.page #CtlTreeViewMenu div div div table a
{
    width: 178px;
    padding: 11px 5px 11px 67px;
    background: url("Images/bullet.gif") 0px 4px no-repeat;
    text-transform: none;
}
.selectedtreeitem
{
    background-color: #964450; 
    font-size: 1em !important;
    color: #eee;
}

/* MENU - TreeView */


/* LOGIN   
----------------------------------------------------------*/

.loginBox a
{
    color: Silver;
}
.loginBox a:hover
{
    color: White;
}

/* LIST   
----------------------------------------------------------*/
.listtitle
{
    margin-top: 5px;
}

.listtitle a
{
    text-decoration: none;
}

.listdesc
{
    margin-bottom: 15px;
}

/* TAB MENU   
----------------------------------------------------------*/

/* FORM ELEMENTS   
----------------------------------------------------------*/

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}







/* ENTER SITE
----------------------------------------------------------*/

.enterSitePage
{
    background-color: #fff;
}

.enterSitePage .bannerBox
{
    width: 100%;
    height: 382px;
    margin-top: 20px;
    background: #eee;
}
.enterSitePage .banner
{
    width: 940px;
    height: 345px;
    margin: 0px auto 0px auto;
    padding: 0px;
}
.enterSitePage .bannerGallery
{
    float: left;
    width: 690px;
    height: 345px;
    margin: 0px;
    padding: 0px;
}
.enterSitePage .bannerGallery .bg-image
{
	width: 690px;
    height: 345px;
}
.enterSitePage .bannerGallery .bgi1 { background: url("Images/banner-slider-procesy.jpg") no-repeat; }
.enterSitePage .bannerGallery .bgi2 { background: url("Images/banner-slider-informacni-system.jpg") no-repeat; }
.enterSitePage .bannerGallery .bgi3 { background: url("Images/banner-slider-verejne-osvetleni.jpg") no-repeat; }
.enterSitePage .bannerGallery .bgi4 { background: url("Images/banner-slider-interview.jpg") no-repeat; }
.enterSitePage .bannerGallery .bgi5 { background: url("Images/banner-slider-sluzby.jpg") no-repeat; }



.enterSitePage .header
{
    position: relative;
    width: 940px;
    margin: 70px auto 0px auto;
}
.enterSitePage .header .logo
{
    float: left;
    width: 157px;
    height: 30px;
    background: url("Images/logo-lentea.gif");
}
.enterSitePage .header .logo a
{
    display: block;
    width: 157px;
    height: 30px;
}
.enterSitePage .header .title
{
    float: right;
    width: 783px;
    height: 30px;
}
.enterSitePage .header .title h1
{
    margin: 0px;
    font-size: 2.4em;
    text-align: right;
    font-weight: 500;
}

.enterSitePage .content
{
    width: 880px;
    margin: 0px auto 0px auto;
    padding: 30px 30px;
    min-height: 420px;
    background: #C8C8C8;
}
.enterSitePage .footer
{
    display: none;
    width: 940px;
    height: 130px;
    margin: 0px auto;
    padding: 8px 0px 0px 0px;
    background-color: #A0A0A0;
}


.enterSitePage .banner .menu
{
    float: left;
    width: 220px;
    height: 285px;
    margin: 0px;
    padding: 60px 15px 0px;
    background: #964450;
}
.enterSitePage .banner .menu ul li
{
    display: block;
    width: 220px;
    height: 37px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    color: White;
}
.enterSitePage .banner .menu ul li:first-child a
{
    border-top: 1px solid White;
}
.enterSitePage .banner .menu ul a
{
    display: block;
    float: left;
    width: 193px;
    height: 15px;
    padding: 9px 5px 12px 22px;
    font-size: .9em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    background: url("Images/bullet.gif") -45px 4px no-repeat;
    border-bottom: 1px solid White;
    color: White;
}
.enterSitePage .banner .menu a:hover
{
    /* width: 190px;
    padding: 11px 5px 11px 25px; */
    color: #eee;
}


.enterSitePage ul.buttons
{
    width: 940px;
    margin: 0px auto 0px auto;
    padding: 0px;
    height: 175px;
    background: #C8C8C8;
    list-style-type: none;
}
.enterSitePage .buttons li
{
    display: inline;
    padding: 0px;
    list-style-type: none;
}
.enterSitePage .buttons a
{
    display: block;
    float: left;
    width: 140px;
    height: 65px;
    padding: 110px 20px 0px;
    line-height: 1.1em;
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: -1px;
    text-decoration: none;
    color: White;
}

/* puvodni verze pred odstranenim skinu */
.enterSitePage .buttons a.button1 { background: url("Images/button1.jpg") -180px 0px; margin-left: 24px; }
.enterSitePage .buttons a.button2 { background: url("Images/button2.jpg") -180px 0px; }
.enterSitePage .buttons a.button3 { background: url("Images/button3.jpg") -180px 0px; }
.enterSitePage .buttons a.button4 { background: url("Images/button4.jpg") -180px 0px; }
.enterSitePage .buttons a.button5 { background: url("Images/button5.jpg") -180px 0px; }

/* upravena verze po odstraneni skinu */
.enterSitePage .buttons a.CategoryHL1 { background: url("Images/button1.jpg") -180px 0px; margin-left: 24px; }
.enterSitePage .buttons a.CategoryHL2 { background: url("Images/button2.jpg") -180px 0px; }
.enterSitePage .buttons a.CategoryHL3 { background: url("Images/button3.jpg") -180px 0px; }
.enterSitePage .buttons a.CategoryHL4 { background: url("Images/button4.jpg") -180px 0px; }
.enterSitePage .buttons a.CategoryHL5 { background: url("Images/button5.jpg") -180px 0px; }

.enterSitePage .buttons a:hover { background-position: 0px 0px; }

/* WORKFLOW  
----------------------------------------------------------*/

.errormessagecontainer
{
    width: 630px !important;
}



/* CtlEditImageList */

.CtlEditImageList .DivTableRow
{
    width: 550px;
    height: 50px;
    margin-bottom: 4px;
    padding: 2px;
    border: 1px solid Gray;
    background: #eee;
    vertical-align: middle;
}
.CtlEditImageList img.imgthmb
{
    border: 1px solid Gray;
}
.CtlEditImageList input
{
    border: 1px solid Gray;
}

.CtlEditImageList .DivTableRow .DivTableColumn
{
    padding-top: 14px;
}
.CtlEditImageList .DivTableRow .DivTableColumn:first-child
{
    padding-top: 0px;
}


.strong { font-weight: bold; }