/*
 * MODx stuff's
 *
 * @author:    IF MEDIA
 * @email:     admin@ifmedia.eu
 * @website:   http://www.golfskalica.sk/
 * @version:   $Id: modx.css 64 2009-02-16 13:44:10Z Silver Zachara $
 */

/* AjaxSearch 1.5
 ------------------------------------------------------------------------------- */

#ajaxSearch_form {
    padding: 14px 0px 12px 0px;
}

#ajaxSearch_form fieldset {
    border: none;
}

#ajaxSearch_input {
    color: white;
    font-size: 14px;
    width: 95%;
    height: 19px;
    padding-left: 3px;
    background-color: black;
    border: 1px #999999 solid;
}

#ajaxSearch_submit {
    display: none;
    width: 0px;
    height: 0px;
}

/* Animated gif and cross */
#ajaxSearch_form #indicator {
  position: absolute;
  top: 180px;
  left: 819px;
}

#ajaxSearch_form #searchClose {
  position: absolute;
  top: 180px;
  left: 837px;
}

/* id of the div that the ajax results are returned in */
#ajaxSearch_output {
    position: relative;
    top: -12px;
    left: 1px;
    border: 1px red solid;
    color: #fff;
    background: #000;
    width: 95%;
    z-index: 1;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

#ajaxSearch_output a:hover {
    background-color: #3E680E;
}

#ajaxSearch_output p {
    margin: 0px;
}

/* The following items are used to style the reults when the user does not have
   javascript or they have clicked the more results link */
#ajaxSearch_resultListContainer {
    padding-top: 15px;
    padding-bottom: 5px;
}

.ajaxSearch_resultLink {
    font-size: 14px;
    font-weight: bolder;
}

.ajaxSearch_resultDescription {
    padding-left: 10px;
}

/* The following items are used to style the results returned by the ajax request */
.AS_ajax_result {
    border-top: 1px solid #2f2f2f;
    padding: 5px 10px 7px;
    margin: 0px;
}

.AS_ajax_result a {
    color: #fff;
}

.AS_ajax_resultDescription {
    display: none;
}

.AS_ajax_resultLink {
    display: block;
    width: 93%;
}

.AS_ajax_more {
    border-top: 1px solid #2f2f2f;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 4px;
}

.AS_ajax_resultsIntroFailure {
    padding: 4px;
}

/* Search Terms Highlighting */
.AS_ajax_highlight {
    background-color: #ffb;
    padding: 2px;
    margin: -3px;
    border: 1px solid #dd3;
    color: #000;
}

.searchTerms {
    display: block;
    color: #eee;
    padding-bottom: 5px;
    line-height: 20px;
}

.searchTerms .AS_ajax_highlight {
    margin: 0px 0px 0px 3px;
}

a.ajaxSearch_removeHighlight, a.ajaxSearch_removeHighlight:visited {
    display: block;
    margin: 4px 0px 3px 2px;
    padding: 2px 0px 2px 0px;
}

a.ajaxSearch_removeHighlight:hover {
    background-color: #000;
}

/* Styles for snippet UsersCounter
 -----------------------------------------------------------------------------*/

#box1 div.usersCounterHeading {
    color: #0D2202;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 8px;
}

/* Ditto News
 -----------------------------------------------------------------------------*/

#primaryContent .novinky {
    margin-top: 22px;
}

#primaryContent .novinky .novinkyNadpis {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #000;
    border-bottom: 1px grey solid;
}

#primaryContent .novinky .novinkyCreated {
    padding: 6px 0px 6px 11px;
}

#primaryContent .novinky .novinkyDate {
    font-size: 10px;
}

#primaryContent .novinky .novinkyContent {
    width: 95%;
    padding: 5px 5px 5px 7px;
    margin-left: 2px;
}

/* Counter of News */
#primaryContent .articlesCount {
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 26px;
    text-align: center;
}

#primaryContent #dittoPages {
    margin-top: 14px;
}

/* Paginator for News */
#primaryContent #dittoPages {
    text-align: center;
    margin-bottom: 7px;
}

#primaryContent #dittoPages .ditto_currentpage {
    border: 1px solid #00218a;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #659ef4;
    color: #fff;
}

#primaryContent #dittoPages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
}

#primaryContent #dittoPages a, #primaryContent #dittoPages a:link, #primaryContent #dittoPages a:visited {
    color: #3d86f4;
    font-size: 11px;
    font-family: "Trebuchet MS", verdana, sans-serif;
    text-decoration: none !important;
    border: 1px solid #659ef4;
    padding: 1px 5px 2px;
    margin-right: 1px;
}

#primaryContent #dittoPages a:hover {
    color: #000;
    background-image: none;
    background-color: #fff;
}

/* Archive of the News(Reflect) */
#primaryContent .reflect_archive_list {
    margin: 16px 0px 0px 20px;
}

#primaryContent .reflect_archive_list ul {
    margin: 8px 0px 0px 20px;
    list-style-type: disc;
    list-style-position: inside;
}

