
/* main */
.htmlbody
{
    vertical-align: top;
    margin: 0px;
    font-family: Arial;
    font-size: 12px;
    height: 100%;
}

h1
{
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    color: Black;
    background-image: url(/css/layout/menu-circle-40.png);
    background-repeat: no-repeat;
}

h2
{
    font-size: 12px;
    font-weight: bold;
    display: block;
}
h3
{
}
li{margin-bottom:3px}

.tablebody
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
    display: block;
    height: 100%;
}
.Sprited
{
    background-image: url(/css/layout/Sprited.png);
    background-repeat: no-repeat;
}
.PrintButton
{
    background-position: -116px -50px;
    cursor: pointer;
    height: 30px;
    margin-top: 5px;
    width: 30px;
}
.table-left
{
    width: 780px;
    vertical-align: top;
    float: left;
    height: 100%;
}

.table-right
{
    width: 180px;
    vertical-align: top;
    padding-top: 270px;
    float: right;
    overflow: hidden;
    text-align: center;
}
.background
{
    background: url(/css/layout/background.jpg);
}

.content-layout
{
    width: 780px;
    vertical-align: top;
    float: left;
    border: solid 1px #9C9C9C;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    margin-top: 10px;
    overflow: hidden;
    height: 100%;
}
.content-menu-cell
{
    width: 190px;
    vertical-align: top;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-box-shadow: 7px 0px 7px #9C9C9C;
    -webkit-box-shadow: 7px 0px 7px #9C9C9C;
    overflow: hidden;
}
.ContentTableCell
{
    vertical-align: top;
}
.PeopleMainPhoto
{
    margin-right: 5px;
    margin-bottom: 5px;
}
#feratel_div
{
    display: none;
    vertical-align: top;
}
#feratel_frame
{
    width: 570px;
    height: 520px;
    padding: 10px;
}
.content-content-cell
{
    width: 580px;
    vertical-align: top;
    margin-top: 10px;
}

.content-navigation-line
{
    width: 400px;
    vertical-align: top;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 5px;
    display: block;
    float: left;
}
.content-searchBoxDiv
{
    width: 130px;
    float: right;
    display: block;
}
.content-placeholder-cell
{
    width: 560px;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    padding-bottom: 10px;
    float: left;
}

.table-footer
{
    width: 780px;
    height: 35px;
    border: #E2E2E1 1px solid;
    background-color: #E2E2E1;
    vertical-align: middle;
    text-align: center;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
}
.UsefulItems
{
    width: 140px;
    background-color: #EEEEEE;
    border: solid 1px silver;
    margin-top: 5px;
    padding: 10px;
    text-align: left;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.UsefulItemsLink, .UsefulItemsLink a
{
    color: Black;
    font-size: 12px;
    margin-bottom: 9px;
    display: block;
    text-decoration: none;
}
.UsefulItemsLink:hover, .UsefulItemsLink a:hover
{
    text-decoration: underline;
}

.ContentPartTitle
{
    color: Black;
    text-align: left;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    background-color: #EEEEEE;
    border-bottom: solid 1px White;
    background-image: url(/css/layout/menu-circle-10.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
}
.ContentPartTitle:first-letter
{
    font-size: 20px;
    text-transform: capitalize;
}
.ContentPartTitleFixHeight
{
    height: 30px;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image: url(/css/layout/menu-circle-20.png);
}
.ContentPartTitleFixHeight:first-letter
{
    text-transform: capitalize;
    font-size: 20px;
}
.ContentPartSubTitle
{
    font-size: 11px;
    display: block;
}
.ContentListCell
{
    padding-top: 10px;
    padding-bottom: 10px;
}
.AdditionalInfoDiv
{
    background-color: #EEEEEE;
    border: solid 1px silver;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    width: 365px;
    height: 126px;
    padding: 3px;
}
.AddInfoSmallBox
{
    width: 175px;
}
.AdditionalInfoScrollBarDiv
{
    width: 355px;
    height: 120px;
    overflow: auto;
}
.AdditionalInfoSmallScrollBarDiv1, .AdditionalInfoSmallScrollBarDiv
{
    width: 164px;
    height: 120px;
    overflow: hidden;
}

/* TextLists */
.TextListLink, .TextListLink ul, .TextListLink li, .TextListLink a, .TextListLink a:visited, TextListLink span, ul
{
    text-decoration: none;
    font-size: 12px;
    color: Black;
    margin-right: 5px;
    margin-left: -5px;
    margin-bottom: 0px;
    margin-top: 3px;
    cursor: pointer;
}
.TextListLink a:hover, TextListLink span:hover, TextListLinkArhivFiles:hover
{
    text-decoration: underline;
}
.TextListLinkArhivFiles
{
    color: White;
}
.ContentSurrDiv
{
    padding: 5px;
}
/*content-list*/
.content-list-itemadmin
{
}

.content-list-title
{
    font-weight: bold;
    width: 100%;
    margin-bottom: 5px;
    text-decoration: none;
    text-transform: uppercase;
    color: #FF0000;
}
.content-list-title:hover
{
    text-decoration: underline;
}
.content-list-text, .content-list-text a
{
    width: 100%;
    text-decoration: none;
    color: Black;
}

.content-list-photodiv
{
    display: inline-block;
    width: 104px;
    height: 79px;
    padding-top: 2px;
    padding-left: 2px;
    border: 1px solid Silver;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.content-list-people-photodiv
{
    display: block;
    width: 82px;
    height: 102px;
    padding-top: 2px;
    padding-left: 2px;
    border: 1px solid Silver;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
}
.content-list-textdiv
{
    display: inline-block;
    width: 400px;
    vertical-align: top;
    margin-left: 5px;
}
.content-list-textdiv:hover
{
    background-color: #EEEEEE;
}
.content-list-people-textdiv
{
    display: block;
    width: 92px;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
}
.content-list-image
{
    width: 100px;
    height: 75px;
    border: none;
}
.content-list-people-image
{
    width: 80px;
    height: 100px;
    border: none;
}
.content-list-people, .content-list-people
{
    text-align: center;
    text-decoration: none;
    font-size: 11px;
}
.content-listPhoto-title
{
    font-size: 11px;
    text-decoration: underline;
    width: 100px;
    color: Black;
    font-weight: normal;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.content-listPhoto-div
{
    width: 125px;
    text-align: center;
    vertical-align: top;
}

/*content-listIntro3*/

.content-listintro3-itemdiv
{
    height: 300px;
    width: 180px;
    padding-bottom: 10px;
    margin-right: 5px;
    margin-bottom: 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    text-align: left;
}
.content-listintro3-itemdivBlack content-listintro3-itemdivBlack a
{
    color: Black;
}
.content-listintro3-itemdivWhite content-listintro3-itemdivWhite a
{
    color: White;
}

.content-listintro3-title
{
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 5px;
    text-decoration: none;
    border-bottom: 1px solid White;
}
.content-listintro3-textdiv
{
    width: 92%;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-top: 2px;
    text-decoration: none;
}
.content-listintro3-text, .content-listintro3-text a
{
    font-size: 12px;
    text-decoration: none;
    line-height: 1.15em;
}
.content-listintro3-text a:hover
{
    text-decoration: underline;
}
.content-listintro3-textWhite, .content-listintro3-textWhite a
{
    color: White;
}
.content-listintro3-textBlack, .content-listintro3-textBlack a
{
    color: Black;
}
.content-listintro3-photodiv
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
    width: 170px;
    height: 127px;
}
.content-listintro3-image
{
    width: 170px;
    height: 127px;
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*Content-ListIntro*/

.content-listintro-photodiv
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 210px;
    height: 150px;
}
.content-listintro-image
{
    width: 210px;
    height: 150px;
    border: none;
}
.content-listintro-textdiv
{
    width: 210px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 180px;
    margin-top: 10px;
}

/*Content-List-all*/

.content-list-textdiv a, .content-listintro-textdiv a, .content-listintro3-textdiv a, .content-list-text a, .content-listShort-text a, .content-listShort-title a
{
    text-decoration: none;
}

/*Content-ListShort*/

.content-listShort-itemdiv
{
    width: 95%;
    margin-bottom: 5px;
}
.content-listShort-title
{
    color: #286EAC;
}
.content-listShort-text
{
    font-size: 9px;
    font-weight: normal;
    width: 100%;
    text-decoration: none;
    color: Gray;
}

/*Common*/

.ContentTableFullCell
{
    padding-left: 10px;
    padding-right: 10px;
}
.ContentTableLeftHalf
{
    width: 50%;
    padding: 10px;
    vertical-align: top;
}
.ContentTableRightHalf
{
    width: 50%;
    padding: 10px;
    vertical-align: top;
}


/* ascx_ContentShow */
.content-title-cell
{
    margin-right: 5px;
    font-size: 28px;
    color: #333333;
    text-decoration: none;
}
.content-content-text
{
    font-size: 10pt;
    margin-left: 5px;
    margin-right: 10px;
    text-align: left;
    display: block;
    margin-bottom: 12px;
}
.AddInfoDiv
{
    border-top: 1px dotted silver;
    clear: both;
    padding: 5px;
}
.ContentAddInfoRow
{
    clear: both;
    display: block;
    margin-top: 2px;
    width: 550px;
}
.ContentAddInfoLabel
{
    display: inline-block;
    float: left;
    font-weight: bold;
    height: auto;
    width: 80px;
}
.ContentAddInfoData
{
    width: 400px;
    float: left;
}
/* ascx_photos */

.PhotosGalleryTnailDiv
{
    width: 175px;
    border: 1px solid silver;
    text-align: center;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-size: 9pt;
    vertical-align: top;
    height: 135px;
}
.PhotosGalleryPhoto
{
    width: 170px;
    height: 127px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    border: none;
}
/* ascx_Header */
.Header
{
    display: block;
    width: 100%;
}
.LogoLinkDiv
{
    position: absolute;
}
.LangChoiceDiv
{
    margin-left: 205px;
    margin-top: 10px;
    vertical-align: top;
    height: 30px;
    position: absolute;
}
.SloveniaInfoLink
{
    background-color: Transparent;
    display: block;
    height: 25px;
    margin-left: 610px;
    margin-right: 10px;
    position: absolute;
    width: 160px;
}
/* NavigationLine */

.NavigationDiv
{
    margin-bottom: 5px;
    margin-top: 5px;
    float: left;
}

.NavigationItem
{
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}
.NavigationItem:first-letter
{
    font-size: 8px;
}


.NavigateLineHidden
{
    display: none;
    text-decoration: none;
}
.ShareDiv
{
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

/* ascx_Search */
.SearchDiv
{
    background-color: Transparent;
    height: 30px;
    margin-left: 563px;
    margin-top: 232px;
    min-height: 25px;
    position: absolute;
    width: 200px;
}
.SearchDivShowResults
{
    width: 780px;
    height: 500px;
    background-color: White;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: absolute;
    overflow: auto;
}
.ResultsDiv
{
    width: 730px;
    display: none;
    margin-top: 20px;
    margin-left: 15px;
    padding-top: 20px;
}
.SearchResultsHeader
{
    width: 750px;
}
.SearchTitlesDiv
{
    display: inline-block;
    position: absolute;
    padding: 10px;
    margin-left: -610px;
    background-color: White;
    border-color: #005D16;
    width: 500px;
}
.SearchFullButton
{
    color: White;
    font-size: 9pt;
    text-decoration: underline;
    margin-left: 5px;
}
.SearchGoogleDiv
{
    display: none;
}
.SearchStringBox
{
    position: absolute;
    background-color: #F6C60A;
    border: 1px solid silver;
    color: White;
    font-size: 12pt;
    font-weight: bold;
    height: 1.7em;
    width: 215px;
    opacity: .98;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=98)";
    filter: alpha(opacity=98); /*-webkit-border-top-left-radius: 10px;*/
    -moz-border-radius-topleft: 28px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-bottom-right-radius: 28px;
    -moz-border-radius-bottomright: 28px;
}
.SearchStringBoxInner
{
    background-color: White;
    border: medium none;
    color: #F6C60A;
    display: inline-block;
    font-weight: bold;
    height: 16px;
    margin-left: 20px;
    margin-top: 4px;
    padding-left: 3px;
    width: 120px;
}
.SearchButton
{
    border-left: 1px solid White;
    color: White;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    margin-left: 3px;
    padding-left: 5px;
    width: 20px;
}
.SearchButton:hover
{
    color: #328C3C;
}
.SearchStringBoxOnSearch
{
    width: 650px;
    height: 30px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    font-size: 20px;
    margin-left: 15px;
    margin-top: 15px;
    display: inline-block;
}
.SearchResultsItem
{
    background-color: White;
    padding: 5px;
    border-bottom: dashed 1px #005D16;
}

.SearchResultsItem:hover
{
    background-color: #F0F0F0;
}

.SearchResultsLink
{
    font-size: 10pt;
    color: #005D16;
    text-decoration: none;
    cursor: pointer;
}
.SearchResultsLink:hover
{
    text-decoration: underline;
}
.SearchResultsMessage
{
    font-size: 10pt;
    color: #005D16;
    font-weight: bold;
}
.SearchResultsTitle
{
}
.SearchResultsSubTitle
{
    font-size: 9pt;
    font-style: italic;
    color: Gray;
}
.SearchCloseButton
{
    background-color: #F0F0F0;
    border: none;
    font-size: 12pt;
    color: Black;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
    margin-left: 10px;
    width: 50px;
    height: 25px;
    display: none;
    text-align: center;
    padding-top: 6px;
}
.SearchResultsPagerNav
{
    height: 20px;
    font-size: 12px;
    padding: 3px;
    color: #328C3C;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.SearchResultsPagerNav a
{
    padding: 0px 5px;
    color: #328C3C;
    text-decoration: none;
    border-right: 1px solid #328C3C;
}
.SearchResultsPagerNavHL, .SearchResultsPagerNavHL a
{
    padding: 0px 5px;
    color: #328C3C;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #328C3C;
    text-decoration: underline;
}
/* Feratelqf */
#prenocisca
{
    padding-top: 10px;
}
.FeratelDDL
{
    font-size: 11px;
    color: #333333;
    width: 145px; /*background-color: #F0F0F0;*/
    border: silver 1px solid; /*margin-bottom: 15px;*/
    text-align: center;
}
.FeratelDDL option
{
    font-size: 11px;
    color: #333333; /*background-color: #F0F0F0;*/
    width: 100%;
    border-bottom: silver 1px solid;
    text-align: center;
}
.ValidatorWarning
{
    font-size: 9pt;
    color: White;
    background-color: Red;
    position: absolute;
}
.Lb_InputDefault
{
    font-size: 9pt;
    color: #FFFFFF;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 99%;
}
.FeratelButton
{
    background-color: #F0F0F0;
    border: none;
    font-size: 9pt;
    padding: 2px;
    color: Black;
    width: 90%;
    text-decoration: none;
}
.RadioButtonList
{
    font-size: 8pt;
}
.RadioButtonList label
{
    font-size: 8pt;
    color: #FFFFFF;
}
.tabela-qf
{
    border: none;
    text-align: center;
}
.CheckBox
{
    font-size: 8pt;
    color: #FFFFFF;
}
.CheckBox label
{
    font-size: 8pt;
    color: #FFFFFF;
}
.DropDownList
{
    font-size: 9pt;
    color: #339933;
    width: 99%;
    background-color: #F0F0F0;
}
.DropDownList option
{
    font-size: 9pt;
    color: #339933;
    background-color: #F0F0F0;
    width: 95%;
}
.FeratelDateInput
{
    border: 1px solid silver;
    text-align: center;
    width: 145px;
    font-size: 11px;
}
.FeratelLabel
{
    font-size: 8pt;
    width: 100%;
    text-align: center;
    color: White;
}
.FeratelTb
{
    width: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: Black;
    font-size: 8pt;
    -moz-border-radius: 3px; /*-webkit-border-radius: 3px;*/
}
/* ObrazecRegistracijaENovice */
#RegistracijaENoviceDiv
{
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.RegistracijaENoviceTb
{
    font-size: 12px;
    color: Black;
    border: Blue 1px solid;
    display: block;
    margin-bottom: 5px;
}
.RegistracijaENoviceTbWm
{
    font-size: 12px;
    color: Gray;
    display: block;
    margin-bottom: 5px;
}
.error_in_field
{
    background-color: Red;
    font-size: 12px;
    font-weight: bold;
}
.RegistracijaENoviceButton
{
    font-size: 11px;
    border: solid 1px Gray;
    color: Silver;
}
.LabelSuccess
{
    border: none;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.RegistracijaENoviceUnregisterMessageTb
{
    font-size: 12px;
    color: Black;
    border: Blue 2px solid;
    display: block;
    margin-bottom: 5px;
}

.table_enovice
{
    background-image: url(/css/layout/obrazec-background.jpg);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.table_enovice td:first-child
{
    width: 150px;
}
.ObrazecTextBox
{
    border: solid 1px #666666;
    width: 197px;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #333333;
    text-decoration: none;
    text-align: left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

select
{
    width: 200px;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #333333;
    text-decoration: none;
    border: solid 1px #666666;
}
.ObrazecButton
{
    -moz-border-radius: 3px 3px 3px 3px;
    background-color: #D6D6D5;
    border: 2px solid black;
    font-weight: bold;
    margin-left: 100px;
}
.ObrazecLabel
{
}
/* Sraka */
.PrireditveContentDiv
{
    margin-left: 5px;
}
.SrakaItem
{
    width: 550px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 12px;
    border-bottom: 1px dotted silver;
}
.SrakaItem:hover
{
    background-color: #EEEEEE;
}
.SrakaPrireditevOrganizator a, .SrakaPrireditevNaslov a, .SrakaPrireditevDatum a, SrakaPrireditevTitle a
{
    text-decoration: none;
}
.SrakaPrireditevOrganizator
{
    font-size: 12px;
    font-weight: bold;
    color: Black;
    padding-left: 25px;
}
.SrakaPrireditevLokacija
{
    font-size: 11px;
    color: Gray;
}
.SrakaPrireditevDatum
{
    font-size: 11px;
    color: Gray;
}

.SrakaPrireditevTitle
{
    font-size: 13px;
    font-weight: bold;
    display: inline;
    text-decoration: none;
    margin-bottom: 5px;
    margin-left: -12px;
}
.SrakaButton
{
    position: absolute;
    margin-top: -30px;
    color: White;
    font-size: 10px;
    padding: 2px;
    text-align: center;
    width: 100px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-left: 430px;
    display: none;
}
.SrakaDDL
{
    font-size: 11px;
    color: #333333;
    width: 100%; /*background-color: #F0F0F0;*/
    border: silver 1px solid; /*margin-bottom: 15px;*/
}
.SrakaDDL option
{
    font-size: 11px;
    color: #333333; /*background-color: #F0F0F0;*/
    width: 100%;
    border-bottom: silver 1px solid; /*padding: 3px;*/
}
.SrakaZvrstiDDL
{
    display: block;
    float: left;
    width: 100%;
    height: 15px;
}
.SrakaOptions
{
    display: block;
    float: left;
    height: 30px;
}
#SrakaDatePickerHolder
{
    float: left;
    width: 210px;
    height: 195px;
}
.SrakaQuickLinks
{
    width: 90px;
    height: 188px;
    font-size: 12px;
    background-color: #EEEEEE;
    border: solid 1px silver;
    padding: 5px;
    text-align: center;
    float: right;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    vertical-align: middle;
}
.SrakaQFinder
{
    width: 225px;
    height: 188px;
    font-size: 12px;
    background-color: #EEEEEE;
    border: solid 1px silver;
    padding: 5px;
    text-align: center;
    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#SrakaDatePicker
{
}
.SrakaQuickLink
{
    font-size: 11px;
    text-decoration: underline;
    border: 1px solid transparent;
    text-align: center;
    color: Black;
    background-color: #EEEEEE;
    cursor: pointer;
    display: inline;
    padding: 0px;
}
.SrakaQuickLinkBold
{
    font-weight: bold;
}
.SrakaInput
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    vertical-align: middle;
    text-align: center;
    width: 140px;
    height: 17px;
    font-weight: bold;
    font-size: 12px;
}

.SrakaQuickLinks a
{
    height: 15px;
    font-size: 12px;
    padding-bottom: 2px;
    color: #333333;
}
.SrakaDatesDiv
{
    height: 15px;
    margin-top: 15px;
    width: 100%;
    padding-left: 160px;
    text-align: center;
}
.SrakaDatum
{
    width: 40px;
    font-size: 11px;
    color: #339933;
    background-color: Transparent;
    border: Silver 1px solid;
    height: 12px;
    margin-right: 10px;
}
.SrakaRigthDiv
{
    float: right;
    width: 1px;
}
.SrakaResultsDiv
{
    display: block;
    float: left;
    margin-top: 20px;
}
.SrakaDoubleCell
{
    width: 100%;
    text-align: center;
    padding-bottom: 2px;
    padding-top: 2px;
    border-bottom: 1px dotted white;
}
.SrakaLeftCell
{
    width: 100px;
    text-align: left;
    padding-left: 5px;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 4px;
    border-bottom: 1px dotted white;
    text-decoration: none;
}
.SrakaLeftCellCenter
{
    width: 100px;
    text-align: center;
    padding-left: 5px;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 4px;
    border-bottom: 1px dotted white;
    text-decoration: none;
}
.SrakaRightCell
{
    width: 140px;
    text-align: center;
    padding-bottom: 4px;
    padding-top: 4px;
    border-bottom: 1px dotted white;
    text-decoration: none;
}
.SrakaPodrobnoLeftCell
{
    width: 150px;
    padding: 3px;
}
.SrakaPodrobnoRightCell
{
    width: 400px;
    padding: 3px;
}
/* TextStyles */
.content-title-text
{
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #333333;
    text-decoration: none;
}

.LanguageLink
{
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 5px;
}

.LangDDL
{
    font-size: 11px;
    color: #333333;
    width: 175px; /*background-color: #F0F0F0;*/
    border: silver 1px solid; /*margin-bottom: 15px;*/
}
.LangDDL option
{
    font-size: 11px;
    color: #333333; /*background-color: #F0F0F0;*/
    width: 100%;
    border-bottom: silver 1px solid;
}

.Menu
{
    width: 190px; /*border-bottom: 1px solid White;*/
}
.MenuTitleDiv
{
    padding-left: 15px;
    height: 28px;
    width: 174px;
    background-image: url(/css/layout/menu-circle-20.png);
    background-repeat: no-repeat;
    background-position: 5px 2px;
    background-color: #D6D6D5;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
}
.MenuTitle
{
    font-weight: bold;
    font-size: 12px;
    padding-top: 5px;
}
.MenuTitle:first-letter
{
    font-weight: bold;
    font-size: 20px;
}
.MenuPlainTextDiv
{
    width: 140px;
    background: transparent;
    height: auto;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 11px;
    color: White;
}
.MenuPlainTextDiv a
{
    color: White;
}
.MenuFeratel
{
    width: 165px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.Menu1
{
    margin-top: -30px;
    padding-bottom: 10px;
}
.Menu1Level1
{
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    height: 20px;
    vertical-align: middle;
    border-bottom: 1px dotted White;
    width: 100%;
    padding-left: 30px;
    background-image: url(/css/layout/menu-circle-8.png);
    background-position: 15px 5px;
    background-repeat: no-repeat;
}
.Menu1Level1 a
{
    background-image: none;
    display: block;
    height: auto;
    padding-bottom: 3px;
    padding-top: 3px;
    width: 160px;
}
.Menu1Level1:hover
{
    color: #F0F0F0;
}

.Menu1Level2
{
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    vertical-align: top;
    padding-left: 40px;
    background-image: url(/css/layout/menu-circle-5.png);
    background-position: 30px 5px;
    background-repeat: no-repeat;
    display: block;
}
.Menu1Level2 a
{
    background-image: none;
}
.Menu1Level2:hover
{
    color: #F0F0F0;
}

.Menu1Level3
{
    font-size: 9px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    display: none;
}
.MenuFooter, .MenuFooter a
{
    font-size: 11px;
    text-decoration: none;
    color: Black;
    margin: 5px;
}
.content-content-text
{
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #333333;
    text-decoration: none;
    line-height: 18px;
    text-align: justify;
}

.content-content-text-bold
{
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #333333;
    text-decoration: none;
    line-height: 18px;
    text-align: justify;
}

.footer-text
{
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    color: #666666;
    text-decoration: none;
}
.footer-text:hover
{
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
}

a
{
}
a:hover
{
    text-decoration: underline;
}
/* PhotoSlider */
/* root element for scrollable */
div.scrollable
{
    /* required settings */
    position: relative;
    overflow: hidden;
    width: 360px;
    height: 285px; /* custom decorations */ /*border:1px solid #ccc; 	background:url(/img/global/gradient/h300.png) repeat-x;*/
}
/* root element for scrollable items */
div.scrollable div.PhotoScrollingItems
{
    width: 20000em;
    position: absolute;
    clear: both;
    height: 260px;
}
.PhotoHolderDiv
{
    display: table-cell;
    background-color: #EEEEEE;
    border: #EEEEEE 1px solid;
    padding: 2px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    width: 350px;
    height: 260px;
    vertical-align: middle;
}
.ScrollingActions
{
    background-color: #EEEEEE;
    margin-left: 245px;
    margin-top: -35px;
    position: absolute;
    width: 110px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    z-index: 250;
}
.ScrollingActions:hover
{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.ScrollingBackground
{
    background-image: url(/css/images/ui-icons_222222_256x240.png);
}
.prevPhoto
{
    margin-left: 10px;
    background-position: -80px -160px;
    background-repeat: no-repeat;
}
.ScrollingPlay
{
    margin-left: 5px;
    text-align: center;
    background-position: 0px -160px;
    background-repeat: no-repeat;
}
.ScrollingPause
{
    margin-left: 0px;
    text-align: center;
    background-position: -15px -160px;
    background-repeat: no-repeat;
}
.ScrollingStop
{
    margin-left: 0px;
    text-align: center;
    background-position: -95px -160px;
    background-repeat: no-repeat;
}
.nextPhoto
{
    margin-left: 10px;
    text-align: right;
    background-position: -65px -160px;
    background-repeat: no-repeat;
}

.prevPhoto, .nextPhoto, .ScrollingPlay, .ScrollingPause, .ScrollingStop
{
    width: 17px;
    height: 10px;
    font-size: 13px;
    color: Black;
    text-align: center;
    padding-bottom: 5px;
    cursor: pointer;
    display: inline-block;
}
.PhotoSliderPhoto
{
    border: solid White 2px; /*width: 350px;     height: 250px;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 250px;
}
.PhotoSlider-DescDiv
{
    position: absolute;
    margin-top: 215px;
    width: 221px;
    height: 40px;
    padding: 3px;
    background-color: #EEEEEE;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}
.PhotoSlider-DescDiv:hover
{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.PhotoSlider-title, .PhotoSlider-title a
{
    font-size: 12px;
    font-weight: bold;
    color: Black;
}
.PhotoSlider-text, .PhotoSlider-text a
{
    font-size: 11px;
    font-weight: bold;
    color: Silver;
    text-decoration: none;
}


/* PhotoSlider As Child */
/* root element for scrollable */
div.scrollableAsChild
{
    /* required settings */
    position: relative;
    overflow: hidden;
    width: 170px;
    height: 132px; /* custom decorations */ /*border:1px solid #ccc; 	background:url(/img/global/gradient/h300.png) repeat-x;*/
}

div.scrollableAsChild div.itemsAsChild
{
    width: 20000em;
    position: absolute;
    clear: both;
}

/* root element for scrollable items */

.PhotoHolderAsChildDiv
{
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    width: 170px;
    height: 132px;
}

.PhotoSliderAsChildPhoto
{
    width: 170px;
    height: 127px;
    margin-left: 2px;
}

/* CrossSlider */
.CrossSliderSmall
{
    width: 350px;
    height: 250px;
}

.UserOverlayCloseButton
{
    display: block;
    margin-left: auto;
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
    background-image: url(/css/graphics/close.png);
}


/* GMap Special */
.GmapDiv
{
    width: 180px;
    height: 126px;
    z-index: 10000;
    overflow: hidden;
}
.GmapHolder
{
    width: 180px;
    height: 126px;
    background-color: #EEEEEE;
    position: absolute;
}

.EnlargeGmap
{
    margin-left: 3px;
    cursor: pointer;
    width: 175px;
    height: 125px;
}
.GmapLogo
{
    display: none;
    margin-left: 5px;
    margin-top: 5px;
    width: 100px;
    height: 67px;
}
.GmapInfoBox
{
    position: absolute;
    width: 130px;
    right: 5px;
    top: 5px;
}
/*ColorChoose*/
.ColorsSelector
{
    /*display: inline-block;*/
    position: absolute;
    width: 150px;
    height: 10px;
    margin-left: 80px;
    margin-top: 260px;
}
.ColorChoose
{
    -webkit-border-top-left-radius: 9px;
    -moz-border-radius-topleft: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-bottomleft: 9px;
    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topright: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -moz-border-radius-bottomright: 9px;
    -moz-border-radius: 9px 9px 9px 9px;
    cursor: pointer;
    display: inline;
    font-size: 9px;
    height: 10px;
    margin-right: 5px;
    padding-left: 4px;
    padding-right: 5px;
    width: 10px;
}
.CC8F000
{
    background-color: #C8F000;
}
.C328C3C
{
    background-color: #328C3C;
}
.CFFCD19
{
    background-color: #FFCD19;
}
.CEB1914
{
    background-color: #EB1914;
}
.C0069B9
{
    background-color: #0069B9;
}
.C78B9E6
{
    background-color: #78B9E6;
}

/* SCrollbars */


.jScrollPaneContainer
{
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.jScrollPaneTrack
{
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    background: #aaa;
}
.jScrollPaneDrag
{
    position: absolute;
    background: #666;
    cursor: pointer;
    overflow: hidden;
}
.jScrollPaneDragTop
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.jScrollPaneDragBottom
{
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
a.jScrollArrowUp
{
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden; /*background-color: #666;*/
    height: 9px;
}
a.jScrollArrowUp:hover
{
    /*background-color: #f60;*/
}

a.jScrollArrowDown
{
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden; /*background-color: #666;*/
    height: 9px;
}
a.jScrollArrowDown:hover
{
    /*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover
{
    /*background-color: #f00;*/
}

/* ShareItems */
.ShareBg
{
    background-image: url(/css/layout/ShareBg.png);
    width: 30px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.ShareFb
{
    background-position: -65px -5px;
}
.ShareEm
{
    background-position: -176px -5px;
}
.ShareTw
{
    background-position: -103px -5px;
}
.ShareSu
{
    background-position: -140px -4px;
}
.ShareSt
{
    background-position: -1px -5px;
}
#UserOverlay
{
    display: none;
    background-color: White;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
    padding: 10px;
}
.UserIframe
{
    overflow: auto;
}
.EnlargeLink
{
    position: absolute;
    width: 16px;
    height: 20px;
}
.ShareItemsDiv
{
    background-image: none;
    width: 88%;
    margin: 10px auto 10px 0px;
    height: auto;
    padding: 10px;
    text-align: center;
}
.ShareItemButton
{
    float: left;
    margin: 0px 0px 5px 5px;
    clear: both;
}
.twitter-share-button
{
}
.FBButton
{
    border: none;
    overflow: hidden;
    width: 90px;
    height: 21px;
}
.TA_logoWidget
{
    width: 60px;
margin-left: auto;
}
/*PhotoDownload*/
.PhotoDownloadButton
{
    background-position: -5px -45px;
    background-color: #EEEEEE;
    cursor: pointer;
    height: 30px;
    margin-left: 45px;
    margin-top: -35px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    width: 40px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}
.PhotoDownloadButtonSmall
{
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    background-color: #EEEEEE;
    background-position: -7px -79px;
    cursor: pointer;
    height: 25px;
    margin-left: 35px;
    margin-top: -30px;
    position: absolute;
    width: 30px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}
.SendPCButton
{
    background-position: -155px -45px;
    background-color: #EEEEEE;
    cursor: pointer;
    height: 30px;
    margin-left: 5px;
    margin-top: -35px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    width: 35px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}
.SendPCButtonSmall
{
    background-position: -162px -83px;
    background-color: #EEEEEE;
    cursor: pointer;
    height: 25px;
    margin-left: 5px;
    margin-top: -30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    width: 25px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.FullScreenSlShButton
{
    background-color: #EEEEEE;
    background-position: -61px -45px;
    position: absolute;
    margin-left: 90px;
    margin-top: -35px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 35px;
    height: 30px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}
.FullScreenSlShButtonSmall
{
    background-color: #EEEEEE;
    background-position: -68px -82px;
    position: absolute;
    margin-left: -15px;
    margin-top: -30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 25px;
    height: 25px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.PhotoDownloadButton:hover, .FullScreenSlShButton:hover, .SendPCButton:hover, .PhotoDownloadButtonSmall:hover, .FullScreenSlShButtonSmall:hover, .SendPCButtonSmall:hover
{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.PhotoDownloadPanel
{
    display: none;
    position: relative;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    padding: 10px;
    width: 340px;
    margin-top: -5px;
}
.PhotoDownloadLink
{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    display: block;
    cursor: pointer;
}
.PhotoDownloadLink:hover
{
}
.WeatherTitle, .WeatherTitle a
{
    font-size: 7px;
    text-align: center;
    width: 100%;
    color: black;
    text-decoration: none;
}

.WeatherDay
{
    display: inline-block;
    font-size: 9px;
    height: 20px;
    margin-left: 5px;
    vertical-align: middle;
    width: 55px;
}
.WeatherIcon
{
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
    width: 36px;
    height: 36px;
}
.WeatherTemp
{
    font-size: 9px;
    height: 20px;
    vertical-align: middle;
    margin-left: 5px;
}
.BigImg
{
    display: none;
    border: 5px solid White;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.WeatherDay0
{
    float: left;
    margin-right: 2px;
    margin-top: 7px;
    width: 80px;
}
.WeatherDay1
{
    border-left: 1px solid white;
    float: left;
    margin-top: 7px;
    width: 80px;
}
.WeatherDay2
{
    border-top: 1px solid white;
    float: left;
    width: 82px;
}
.WeatherDay3
{
    border-left: 1px solid white;
    border-top: 1px solid white;
    float: left;
    width: 80px;
}

/* Calendar */

.ui-datepicker
{
    width: 15em;
    padding: .2em .2em 0;
    height: 195px;
    z-index: 260;
}
/*Google maps */
.GmapImg
{
    width: 350px;
    display: block;
    margin: 10px;
}
.GmapContentSubject
{
    width: 350px;
    height: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.GmapContentContent
{
    width: 350px;
    height: auto;
    margin-bottom: 10px;
}

#GmapInfoWarning
{
    display: none;
    padding: 10px 0px 10px 0px;
    font-weight: bold;
    font-size: 1.2em;
}
/* PostCards */
.PostCardsSendingDiv
{
    display: none;
    background-color: #EEEEEE;
    padding: 20px;
    width: 800px;
    height: 500px;
}
.PostCardHead
{
    width: 100%;
    display: block;
    height: 250px;
    margin-bottom: 20px;
}
.PostCardImage
{
    width: 350px;
    height: 250px;
    float: left;
    margin-right: 50px;
}
.PostCardsTb
{
    background-color: White;
    border: 1px solid silver;
    -moz-border-radius: 5px;
    width: 300px;
    font-size: 14pt;
    font-weight: bold;
    color: #267530;
    padding: 3px;
    margin-bottom: 5px;
}
.PCComm
{
    height: 250px;
    float: right;
}
.PostCardsLeftDiv
{
    float: left;
    width: 50%;
}
.PostCardsRightDiv
{
    float: right;
    text-align: right;
    width: 45%;
}
.PostCardsButton
{
    background-color: #F6C60A;
    border: 2px solid;
    width: 90px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.PCWaterMark
{
    color: Silver;
}
.PostCardSm
{
    color: White;
    display: block;
    font-size: 10px;
    margin-left: 15px;
    margin-right: auto;
    position: absolute;
    text-align: left;
    width: 200px;
}
.PostCardViewDiv
{
    -moz-border-radius: 10px 10px 10px 10px;
    background-color: #236F2E;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
    padding: 5px;
    width: 525px;
}
.PostCardImageView
{
    border: 4px solid white;
}
.PostCardMessageView
{
    color: White;
    float: right;
    font-size: 12pt;
    padding: 5px;
}
.PostCardSenderView
{
    font-family: trebuchet MS;
    font-size: 11px;
    font-weight: bold;
    margin-top: 15px;
    padding: 5px;
    text-align: right;
}
.StrTree, .StrTreeLeaf
{
    color: Black;
    text-decoration: none;
}
.StrTreeLeaf:hover, .StrTreeLeaf:hover
{
    color: Black;
    text-decoration: underline;
}
.StrTreeLeaf1
{
    font-size: 12px;
}
.StrTreeLeaf2
{
    font-size: 11px;
}
.StrTreeLeaf3
{
    font-size: 10px;
}


