*{
    margin: 0px;
}

root {
    display: block;
}

html, body {
    height: 100%;
}

img{
    border: 0px;
}

body
{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}


.center { text-align: center;}
.left   { text-align: left;}
.right  { text-align: right;}

div.form_error { font-family: arial; font-size: 11px; font-weight: bold; color: red; }
div.validation_error  { font-family: arial; font-size: 10px; color: red; }

.info		{ color: #103FFF; background: #CFE4FF; border: #103FFF 1px solid; }
.error		{ color: #cc3333; background: #ffcccc; border: #cc3333 1px solid; }
.success	{ color: #669933; background: #dcffb9; border: #669933 1px solid; }

.flash {
    width: 80%; margin: -25px auto 30px; padding: 15px; cursor: pointer;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.flash.info {
    color: #103FFF; border: none; background: #CFE4FF;
    box-shadow: 0 0 10px #103FFF; -moz-box-shadow: 0 0 10px #103FFF; -webkit-box-shadow: 0 0 10px #103FFF;
}
.flash.error {
    color: #c33; border: none; background: #ffcccc;
    box-shadow: 0 0 10px #c33; -moz-box-shadow: 0 0 10px #c33; -webkit-box-shadow: 0 0 10px #c33;
}
.flash.success {
    color: #693; border: none; background: #dcffb9;
    box-shadow: 0 0 10px #693; -moz-box-shadow: 0 0 10px #693; -webkit-box-shadow: 0 0 10px #693;
}


a, a:link, a:visited {color: #2A846A; text-decoration: none;}
a:hover {text-decoration: underline;}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -35px;
}

#footer, #push{
    height: 30px;
    text-align: center;
}

#footer_inner{
    font-family: Arial, Helvetica, sans-serif;
      background-color: #450027;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#450027), to(#69003B)); /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, #450027, #69003B); /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image:    -moz-linear-gradient(top, #450027, #69003B); /* FF3.6 */
      background-image:     -ms-linear-gradient(top, #450027, #69003B); /* IE10 */
      background-image:      -o-linear-gradient(top, #450027, #69003B); /* Opera 11.10+ */
      background-image:         linear-gradient(top, #450027, #69003B);
    text-align: center;
    padding: 5px;
    color: white;
    margin: 0px;
}


#wrapper_inner{
    padding: 0px;
}

#header
{
    white-space: nowrap; margin: 0px; padding: 0px 30px 0px 30px; height: 50px;
    background-color: #C2C2C2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#C2C2C2), to(#FFF)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #C2C2C2, #FFF); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #C2C2C2, #FFF); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #C2C2C2, #FFF); /* IE10 */
    background-image:      -o-linear-gradient(top, #C2C2C2, #FFF); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #C2C2C2, #FFF);
}

#header img{vertical-align: top;}

#header_title{white-space: nowrap; font-size: 32px; font-family: Courier New, Courier, monotype; font-weight: bold; font-style: italic; color: #aaa; padding-top: 30px; position: relative; top: 10px;}

#admin_box { font-size: 10px; margin-right: 30px; margin-bottom: 10px;}
#language_box { float: right; font-size: 10px; position: absolute; right: 20px; top: 10px; color: #555; }

#breadcrumbs
{
    font-family: Arial, Helvetica, sans-serif; margin: 0px 0px 30px 0px; padding: 15px 10px 15px 10px;
    color: #72787E;

    background-color: #DDD;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#C2C2C2), to(#FFF)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #C2C2C2, #FFF); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #C2C2C2, #FFF); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #C2C2C2, #FFF); /* IE10 */
    background-image:      -o-linear-gradient(top, #C2C2C2, #FFF); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #C2C2C2, #FFF);
}

#breadcrumbs a:link, #breadcrumbs a:visited  {color: #72787E; text-decoration: none; font-weight: bold;}
#breadcrumbs a:hover {text-decoration: underline; }

#main_menu { width: 100%; height: 40px; text-align: left; font-size: 12px;
              background-color: #450027;
              background-image: -webkit-gradient(linear, left top, left bottom, from(#450027), to(#69003B)); /* Saf4+, Chrome */
              background-image: -webkit-linear-gradient(top, #450027, #69003B); /* Chrome 10+, Saf5.1+, iOS 5+ */
              background-image:    -moz-linear-gradient(top, #450027, #69003B); /* FF3.6 */
              background-image:     -ms-linear-gradient(top, #450027, #69003B); /* IE10 */
              background-image:      -o-linear-gradient(top, #450027, #69003B); /* Opera 11.10+ */
              background-image:         linear-gradient(top, #450027, #69003B);
}
#main_menu a.menu_different {color: #ddf;}
#menu_box {font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; padding-top: 8px; padding-bottom: 8px; margin-left: 20px;}


#context_text { width: 100%; }
#context_box
{
    background-color: #D5D3D4; margin: 15px; padding: 15px;
    border-radius: 8px 8px 0 0; -moz-border-radius: 8px 8px 0 0; -webkit-border-radius: 8px 8px 0 0;
    min-height: 390px;
    _height: 390px;
}

#ajax_status_bg{
    position: absolute;
    z-index: 9999;

    top: 0px;
    left: 0px;

    width: 100%;
    height: 100%;

    background-color: #000;


    opacity: 0.7; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
    filter: alpha(opacity=70); /* IE6-IE8 */
}

#ajax_status_img{
    position: absolute;
    top: 45%;
    left: 45%;
}

h1
{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 14px;
    margin-top: -35px;
    padding: 5px 20px 5px 20px;
    display: inline-block;

    background-color: #B9B9B9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#B9B9B9), to(#6F6D6E)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #B9B9B9, #6F6D6E); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #B9B9B9, #6F6D6E); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #B9B9B9, #6F6D6E); /* IE10 */
    background-image:      -o-linear-gradient(top, #B9B9B9, #6F6D6E); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #B9B9B9, #6F6D6E);

    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

h2, h3
{
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-bottom: 2px;
    padding-left: 0;
    font-style: italic;
}

h2{
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: 10px;
}

h3{
    font-size: 16px;
    margin-bottom: 2px;
    margin-top: 5px;
}
/******************************************************************************/

/* FILTER */
.filter_order_asc
{
    background-image: url("../images/filter/asc.gif");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 15px;
}

.filter_order_desc
{
    background-image: url("../images/filter/desc.gif");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 15px;
}

table.table_filter { border: 0px; width: 100%; border-collapse: collapse; }
table.table_filter th { text-align: center; }
table.table_filter td { border: 0px; text-align: center; }


input.filter { width: 103px; height: 16px}
select.filter {}
input.filterbutton {}

.filter_box{ display: block; padding: 10px; text-align: center; font-family: arial;}
.filter_item{display: inline-block; float: left; padding-right: 20px; min-height: 46px ; text-align: center; color: #808080}
.filter_container input{background: url('../images/filter/filter-input-background.gif') no-repeat; border: 1px solid #ccc}
.filter_container{ display:inline-block; min-height: 46px ;}
.order_container{display: block; background: url('../images/filter/filter_sort-background.png'); width: 416px; height: 68px; margin: auto;}
.order_container-inner{padding: 15px 0px 0px 20px;}
.filter_space{display: block; background: url('../images/filter/filter-up-bacground.png') bottom; width: 1113px; height: 21px; margin: 0 auto;}

table.table_filter { border: 0px; width: 100%; border-collapse: collapse; }
table.table_filter th { text-align: center; }
table.table_filter td { border: 0px; text-align: center; }

/**********************************************************/

table.table_zoznam { border: 1px #AAA solid; width: 100%; border-collapse: collapse; clear:both; font-size: 12px; color: #555;}
table.table_zoznam th { background-color: #DDD; border: 1px #AAA solid; padding: 5px; color: #000; font-family: arial;}
table.table_zoznam td { border: 1px #AAA solid; padding: 5px 10px 5px 10px; /*white-space: nowrap*/}
table.table_stripy tr.alt {background-color:  #f8f8f8;}
table.table_stripy tr.alt2 {background-color:  #fff;}

/* Forms dizajn */
#form_table
{
    width:405px;
}

table.forms_table
{
    /*width: 600px;*/
    border: 0px black solid;
    border-collapse: collapse;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    margin:auto;
}

#rozdelenie_formularov, #rozdelenie_formularov1, #rozdelenie_formularov2
{
    width:400px;
    margin: 20px 0px 5px 0px;
}

#rozdelenie_formularov h5, #rozdelenie_formularov1 h5, #rozdelenie_formularov2 h5
{
    margin:0px;
    padding: 2px;
    text-align:left;
    color:#821400;
    font-size:12px;
}

td.forms_label
{
    /* width: 200px;*/
    border: 0px black solid;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
}

span.hviezdicka
{
    color: red;
}

td.forms_input
{
    width: 200px;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    padding-top: 10px;
}

.button_forms
{
    margin:5px 0px 5px 0px;
    width: 100px;
    background-color:#f7ffe5;
    border: solid 1px #b0ce6a;
    cursor: pointer;
}

.button_forms:hover
{
    border: solid 1px #B22222;
}

.forms_submit
{
    border: 0px black solid;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    padding-top: 15px;
}

input.registration_text
{
    width: 200px;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
}
/*************/

div.button1, a.button1 {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #2A846A;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    margin: 3px;
    padding: 6px 10px;
    font-weight: bold;

    background-color: #2A846A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2A846A), to(#43AC8E)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #2A846A, #43AC8E); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #2A846A, #43AC8E); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #2A846A, #43AC8E); /* IE10 */
    background-image:      -o-linear-gradient(top, #2A846A, #43AC8E); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #2A846A, #43AC8E);

    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

div.button1:hover{
    color: #000;
}

div.operator_box { width: 98%; background-color: #EEE;  margin: 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
div.operator_inner_box { padding: 10px 30px 20px 30px; }

table.table_form { background-color: #EEE; padding: 20px 30px 10px 30px;}
table.table_form td {padding: 5px;}
table.table_form td.form_label {font-weight: bold; padding: 5px 10px 5px 5px;}

.input_width {width: 200px;}

table.table_detail { background-color: #EEE; padding: 20px 40px 20px 30px;}
table.table_detail td {padding: 5px;}
table.table_detail td.detail_label {font-weight: bold; padding: 5px 10px 5px 5px;}


table.table_stat { background-color: #EEE; padding: 20px 30px 10px 30px; border-collapse: collapse; }
table.table_stat th {padding: 5px 15px 5px 15px; font-weight: bold;}
table.table_stat td {padding: 5px 15px 5px 15px;}
table.table_stat td.form_label {font-weight: bold; padding: 5px 10px 5px 5px;}
table.table_stat .border_down { border-bottom: 1px black solid; }
table.table_stat .border_up { border-top: 1px black solid; }
table.table_stat .border_side { border-left: 1px black solid; }

.highlight_row td
{
    background: #AACCFF;
}
