/* 
    Document   : main
    Created on : 5.8.2010, 20:59:16
    Author     : kyzek
    Description:
        Purpose of the stylesheet follows.
*/
/* Top Elements */
* {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: Arial,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    text-decoration: none;
    text-align: left;
}

/************************
* links
*************************/
a, a:visited {
	text-decoration: underline;
	color: black;
	background: inherit;
}
a:hover {
	color: #0A246A;
	background: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #5b7404;
}
h3 {
	font-size: 120%;
        text-transform: uppercase;
	color: #415fab;
}

small h2, small li {
   font-size: 10px;
   margin: 0;
   padding: 0;
}
/****************
*    images
*****************/
img {
	border: none;
}
img.float-right {
  margin: 5px 0px 10px 10px;
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: black;
}
ul span, ol span {
	color: black;
}

select {
    padding:0px 0px 0 4px;
    border:1px solid gray;
    font: normal 1em Verdana, sans-serif;
    color:black;
}
td {
     /*border: solid 1px black; */
}

/* formulare a zoznam*/
table.zoznam {
    width: 100%;
    margin-top: 10px;
}
table.zoznam thead td, table.zoznam thead th {
    padding: 5px 5px 5px 5px;
    font-family: Verdana, 'Trebuchet MS', Sans-serif;
    font-size: 10px;
    color: white;
    background: #537CB4;
    border-bottom: 1px solid black;
    text-align: center;
}
table.zoznam tbody td, table.zoznam tbody th {
    /*font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;*/
    padding: 5px 5px 10px 5px;
    color: black;
    background: #c8dce9;
    font-size: 11px;

}
table.zoznam tbody td.transparent, table.zoznam tbody th.transparent {
    background-color: transparent;
}
table.formular td, table.formular th{
    white-space:nowrap;
    vertical-align: top;
    padding: 2px;
}
/* formulare a zoznam*/
table.zoznam td, table.zoznam th{
    /*white-space:nowrap;*/
    vertical-align: top;
    padding: 2px;
}

/* form elements */
form {
	margin:0px;
        padding: 0px;
	border: none;
	background-color: transparent;
}
label {
	display:inline;
	font-weight:bold;
	margin:5px 0 0 2px;
}
input.text, input.captcha {
	padding:2px;
	border:1px solid gray;
	font: normal 1em Verdana, sans-serif;
	color:black;
}
input.captcha {

}
img.captcha {

}
textarea {
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid gray;
	display:block;
	color:black;
}
input.button, a.button {

        -moz-border-radius-bottomleft:4px;
        -moz-border-radius-bottomright:4px;
        -moz-border-radius-topleft:4px;
        -moz-border-radius-topright:4px;

	margin: 5px 0 5px 0;
	font: bolder 14px Arial, Sans-serif;
	border: none;
	padding: 2px 5px 2px 5px;
        background-color: #e15000;
        color: white;
        font-weight: bold;
        text-decoration: none;
}

input.button-horizontal, a.button-horizontal {

        -moz-border-radius-bottomleft:4px;
        -moz-border-radius-bottomright:4px;
        -moz-border-radius-topleft:4px;
        -moz-border-radius-topright:4px;

	margin: 0;
        margin-left: 15px;
	font: bolder 12px Arial, Sans-serif;
	border: 1px solid #CCC;
	padding: 1px 5px 1px 5px;
        background-color: #FF9E00;
        color: black;
        font-weight: bold;
        text-decoration: none;
}

/*********************
*   akcie
**********************/
a.action_delete {
  background: url(delete.png) no-repeat 0 0;
  padding-left: 15px;
}
a.action_new {
  background: url(new.png) no-repeat 0 0;
  padding-left: 15px;
}
a.action_ok {
  background: url(tick.png) no-repeat 0 0;
  padding-left: 15px;
}
a.action_edit {
  background: url(edit.png) no-repeat 0 0;
  padding-left: 15px;
}
a.action_view {
  background: url(list.png) no-repeat 0 0;
  padding-left: 18px;
}
a.action_print {
    background: url(printButton.png) no-repeat left center;
    padding-left: 18px;
}
a.action_excel {
    background: url(excel.gif) no-repeat left center;
    padding-left: 18px;
}
a.action_pdf {
    background: url(pdf.gif) no-repeat left center;
    padding-left: 18px;
}
a.action_mail {
    background: url(obalka.png) no-repeat left center;
    padding-left: 20px;
}
a.action_user_detail {
    background: url(osoba.png) no-repeat left top;
    padding-left: 20px;
}
input.cart_button {
    background: url('../../images/ikony/Shoppingcart_32x32.png') no-repeat left center;
    background-color: transparent;
    border: none;
    height: 32px;
    width: 35px;

}
.kosik_info {
    color: black;
}
/***********************
* form help
************************/
.form_help{
    text-align:left;
}
.form_help img {
    border: none;
}
.form_help div {
    display:none;
    background-color: #6893eb;
    margin:0px;
    padding:0px;
}
.form_help:hover div {
    display: inline;
    position:absolute;
    color:white;
}

/* checkboxy - list*/
ul.checkbox_list {
   margin: 0px;
   padding: 0px;
}
ul.checkbox_list li {
    margin: 0px;
    padding: 0px;
    list-style: none ;
    /*display: inline;*/
    color: black;
}
ul.checkbox_list label {
    margin: 0px;
    padding: 0px;
    display: inline;
    color: black;
}

/* radio - list*/
ul.radio_list{
   margin: 0px;
   padding: 0px;
}
ul.radio_list li {
    margin: 0px;
    padding: 0px;
    list-style: none ;
    color: black;
}
ul.radio_list label {
    margin: 0px;
    padding: 0px;
    color: black;
}
/*********************************
* chyby form validatora
**********************************/
ul.error_list {
    margin: 0px;
    padding: 0px;
}
ul.error_list li{
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    color: red;
    list-style: none ;
    background: url(error.png) no-repeat left top;
}
/********************************************
   LAYOUT
********************************************/
#wrap {
	width: 1140px;
        min-height: 800px;
	background: #e2efef;
	margin: 0px auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	/*width: 100%;*/
	padding: 0px 0px 0 0px;;
	margin: 0 0 0 0;
        background-color: #e2efef;
}
#div_content {
    width: 900px;
}

/*****************************
* top bar
******************************/
#topbar {
	clear: both;
	margin: 0 0 0 0;
        padding: 0px 0 0 5px;
	background-color: #E2EFEF;
	font: bold 10px Verdana, Arial, Tahoma, Sans-serif;
}
#topbar ul {
	list-style: none;
	margin:0;
        padding: 0;
        border: none;
}
#topbar ul li {
	display: inline;
}
#topbar ul li a {
	display: block;
	float: left;
	padding: 4px 20px 0 20px;
	color: white;
	text-decoration: none;
        background-image: url('topbar_bg.png');
        /*background-repeat: repeat-x;*/
        height: 25px;
        font-size: 16px;
        font-weight: normal;
        border: none;
}
#topbar ul li a:hover {
	color: white;
        background-image: url('topbar_bg_active.png');
}
#topbar ul li.active a {
	color: white;
        background-image: url('topbar_bg_active.png');
}

/****************************************
* logo
****************************************/
#logo {
    background-image: url(logo.png);
    background-repeat: no-repeat;
    background-color: transparent;
    
    width: 1138px;
    height: 110px;
    margin: 0 0 0 3px;
}
#logo p {
    margin: 0;
    padding: 0;
}
#logo img {
    margin-left: 10px;
    border: none;
}
/********************************
*     Menu bar
*********************************/
#menubar {
    float:right;
    margin:0;
    padding:0;
    border:none;
    list-style-type:none;
    list-style-position:inside;
    list-style-type:none;
    
}
#menubar ul {
    margin: 0px;
    padding: 0px;
    border: none;
    list-style-type:none;
    list-style-position:inside;
    list-style-type:none;
    z-index: 400;
    width: 200px;
    overflow: hidden;
}
#menubar li {
    margin: 0;
    padding: 0;
    display:block;
    float:left;
    font-family: Arial,Courier,sans-serif;
    padding: 0 0 0 0;
    /* border:1px solid navy; */
    white-space: nowrap;
    z-index: 500;

}
#menubar  li a {
    display:block;
    text-decoration:none;
    background-color:transparent;
}
#menubar  li img {
    height:10px;
    width: 20px;
    border: none;
}
#menubar li:hover, #menubar li a:hover {
    background-color : #F0E68C;
    color:black;
}

/** popup 1 */
#menubar li > ul {
    display:none;
    margin-top: 0px;
    margin-left: 0px;
    list-style-type:none;
    list-style-position:inside;
    list-style-type:none;
    border: 1px solid gray;
    
    /* background-color:#FFFACD; */
}
#menubar  li ul li {
    float:none;
    margin: 0;
    padding: 3px;
    width:201px;
    background-image: url('topbar_bg.png');
}
#menubar li ul li a {
    display: inline-block;
    width: 200px;
}
#menubar li:hover ul{
    display:block;
    position:absolute;
}

/** popup 2 */
#menubar li ul li ul{
    float:none;
    margin-top: -13px;
    margin-left: 200px;
    list-style-type:none;
    list-style-position:inside;
    list-style-type:none;
    background-color:#FFFACD;
}
#menubar li ul li ul li{
    display:none;
    float:none;
    margin: 0;
    padding: 3px;
}
#menubar li ul li:hover ul li{
    display:block;
    position:relative;
}

#menubar li hr {
    background-color: navy;
    height: 1px;
    border:none;
    padding:0;
    margin: 0;
}

/* ----------------------------------- */
#menu {
	clear: both;
	margin: 3px 0 0 3px;
        padding: 0 0 0 0;
	background-color: whitesmoke;
        background-image: url('menubar_bg.png');
        background-repeat: repeat-x;
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 28px;
        color:white;
}
#menu .info {
    color: black;
    display: inline-block;
    padding-right: 15px; 
}
#menu .logout_link, #menu .logout_link :hover{
    color: black;
    text-decoration: none;
}


#menu ul li {
	display: inline;
        
        background-image: url('topbar_bg.png');
        background-color: #FF9E00;
        color: white;
        font-size: 16px;
        font-weight: normal;
}
#menu ul > li {
        padding-left: 5px;
        padding-right: 5px;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: white;
	text-decoration: none;
        border: none;
        
        margin: 0px;
        font-size: 16px;
        font-weight: normal;
}
#menu ul > li a:hover {
	color: white;
        background-image: url('topbar_bg_active.png');
}
#menu ul > li.active > a {
	color: white;
        background-image: url('topbar_bg_active.png');
}
#menu ul > li.active {
	color: white;
        background-image: url('topbar_bg_active.png');
}


/* -------------------------------- */
#menu2 {
	clear: both;
	margin: 0; padding: 0 0 0 0;
	background-color:transparent;
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 28px;
        border-bottom: 1px solid gray;
}
#menu2 ul {
	float: left;
	list-style: none;
	margin:2px 10px 0 230px;
        padding: 0;
        border: none;
        
}
#menu2 ul li {
	display: inline;
}
#menu2 ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: black;
	text-decoration: none;
        border-top: 1px solid gray;
        border-left: 1px solid gray;
        border-right: 1px solid gray;
        -moz-border-radius-topleft:5px;
        -moz-border-radius-topright:5px;
        background-color: #FF9E00;
        margin-right: 2px;
}
#menu2 ul li a:hover {
	background-color: #ECECEC;
	color: #333;
}
#menu2 ul li.active a {
	background-color: #FFF;
	color: #333;
}
/****************************************
*   zalozky
*****************************************/
div.tabArea {
  margin: 3px 0 0 0;
  font-weight: bold;
  border-bottom: 1px solid #000000;
}
div.tabArea2 {
  margin: 0 0 0 0;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  background-color: #FF9E00;
  padding-top: 5px;
}

a.tab, a.activeTab {
    -moz-border-radius-bottomleft:0;
    -moz-border-radius-bottomright:0;
    -moz-border-radius-topleft:0.75em;
    -moz-border-radius-topright:0.75em;

    border: 1px solid #000000;
    border-bottom-width: 0px;
    padding: 4px 1em 2px 1em;
    text-decoration: none;
}

div.tabArea a.tab {
  background-color: #d0d0d0;
}
div.tabArea2 a.tab {
  background-color: #e0e1a1;
}

a.tab, a.tab:visited {
  color: #808080;
}
a.tab:hover {
  color: #606060;
}

div.tabArea a.activeTab {
  background-color: #FF9E00;
}
div.tabArea2 a.activeTab {
  background-color: #F7D708;
}

a.activeTab, a.activeTab:visited {
  color: black;
}
/* Main Column */
#main {
	/*float: right;*/
	/*width: 100%;*/
	padding: 0 5px 0 0;
        margin: 0px 5px 0 5px;

}
#main h1 {
	margin: 2px 0 2px 0;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: white;
	padding: 5px 0 5px 25px;
	border-bottom: 1px solid #EFF0F1;
	background: #616161;
}
/************************
*        Sidebar
*************************/
#sidebar {
	float: left;
	width: 220px;
	padding: 2px;
        margin: 0;
}
#sidebar h1 {
	margin-top: 0px;
	padding: 2px 0 2px 2px;
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
        font-weight: normal;
	color: white;
	background-color: #d24a01;
	border-bottom: 1px solid gray;
}
#sidebar .left-box {
	border: none;
	margin: 0 0 5px 0px;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0;
        padding: 0;
	text-decoration: none;
}
#sidebar ul.sidemenu li, #sidebar table {
	border-bottom: 1px solid #EFF0F1;
	background-color: #e4a067;
        color: white;
        font-weight: normal;
	padding: 0px;
	margin: 0px;
        width: 220px;
}
#sidebar table {
   border-bottom: 2px solid gray;
   margin-bottom: 2px;
}
#sidebar ul.sidemenu li {
   margin-top: 2px;
}
#sidebar ul.sidemenu a {
    padding: 2px 2px 2px 2px;
    font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
    font-weight: normal;
    color: white;
    text-decoration: none;
    background-color: #d24a01;
    border-bottom: 1px solid gray;
    display: inline-block;
    width: 216px;
}
#sidebar ul.sidemenu a:hover {
    color: white;
    text-decoration: none;
}
#sidebar input[type=text] {
    width: 200px;
}

/************************
*       Footer
*************************/
#footer {
	color: gray;
	background: #e2efef;
	clear: both;
	width: 100%;
	height: 55px;
	text-align: center;
	font-size: 92%;
}
#footer a { text-decoration: none; }

/***********************
*      Post
***********************/
.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;
}
.post-footer .printButton {
	background: url(printButton.png) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/*************************
*   jazyky
***************************/
#languageChooser {
    background-color: #E2EFEF;
    margin: 0;
    padding: 0px 0px 0px 0px;
    border: none;
    text-align: right;
    white-space: nowrap;
}
#languageChooser td {
    margin: 0;
    padding: 0px 0px 0px 0px;
    border: none;
    vertical-align: bottom;
}
#languageChooser ul {
	margin: 0;
	list-style: none;
	line-height: normal;
        padding: 0px 0px 0px 0px;
        margin: 0 10px 0 0;
}

#languageChooser li {
	display: inline;
        margin: 0 5px 0 2px;
}

#languageChooser a {
	display: inline-block;
	padding: 5px 0px 0 0px;
        vertical-align: bottom;
}

#languageChooser img {
    height:22px;
    border: 1px #000000 solid;
    border-bottom: none;
}

#languageChooser a img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
#languageChooser a:hover img, #languageChooser a.activeLang img {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/****************************************
* navigation bar
*****************************************/
div.navigation-bar {
    text-align: left;
    display: block;
    border: none;
    padding: 2px 5px 2px 2px;
    font-size: 12px;
    color: black;
    font-weight: bold;
}
div.navigation-bar a, div.navigation-bar a:visited {
    text-decoration: none;
    color: navy;
}
div.navigation-bar span.curr {
    color: #DE1818;
    font-size: 20px;
}

/********************
*    alignment classes
*********************/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

a.tTip {
    text-decoration: none;
}

/******************/
#sidebar input[type="text"]#signin_username,
#sidebar input[type="password"]#signin_password{
    width: 120px;
}





