html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, sup,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	padding: 0;
	margin: 0;
	border: 0;
	/* MainNavvertical-align: baseline */
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding:0;
	margin:0;
	background-color: #324965;
	line-height: 1.7;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
input, textarea, select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	border: 1px solid #d9d9d9;
	outline: none;
	margin: 0px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}
a         {
    color: #666666;
    font-size: 12px;
	text-decoration: none;
}
a:hover   {
    color: #666666;
	text-decoration: none;
	}
h1 {
	font-size: 28px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000000;
	font-weight: normal;
	line-height: 1.1;
}
h2 {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-weight: normal;
	font-size: 18px;
}
h3 {
	font-size: 18px;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	line-height: 1.4;
}
#header {
	height: 50px;
	width: 1000px;
	margin-top: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding: 0px;
	background-color: #000;
	background-image: url(../images/header.png);
	background-repeat: repeat-x;
}
#header h1 {
	background: url(../images/cardberg-logo.png) no-repeat 0 0;
	width: 92px;
	height: 21px;
	line-height: 600px;
	overflow: hidden;
	position: relative;
	top: 15px;
	left: 450px;
}
#header h1:hover {background: url(../images/cardberg-logo-red.png)}

#header h1 a { display: block; }
#wrapper {
	background-color: #FFF;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/line.png);
	background-repeat: repeat-y;
	background-position: 150px;
}

/* ---------------------------------- */
/* MainNav */

#sidebar {
	width: 150px;
	display: block;
	float: left;
	position: relative;
	z-index: 16;
}
#mainNav {
	width: 150px;
	padding: 0;
	margin: -5px 0 2.5em;
	position: relative;
	top: 5px;
}
#mainNav li.nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
}
#mainNav li.nav:first-child { border-top: none; }
#mainNav li.nav a {
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	display: inline-block;
	padding: 60px 0px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
}
#mainNav li.nav [class^="icon-"], #mainNav li.nav [class*=" icon-"] {
	background-image: url(../images/icon/nav.png);
	background-repeat: no-repeat;
	width: 150px;
	/*height: 100px;*/
	height: 70px;
	position: absolute;
	top: 14px;
	left: 0px;
}
#mainNav li.nav a:hover {
	background: #616161;
	background: rgba(0,0,0,.075);
	background:-moz-linear-gradient(top, #ffffff 0%, #ffffff 2%, #eaebf0 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#ffffff), color-stop(100%,#eaebf0)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* IE10+ */
	background:linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0')";
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ebebeb;
}
#mainNav li.nav.active {
	border-top: none;
}
#mainNav li.nav.active a {
	background: #ffffff;
	background:-moz-linear-gradient(top, #ffffff 0%, #ffffff 2%, #eaebf0 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#ffffff), color-stop(100%,#eaebf0)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* IE10+ */
	background:linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0')";
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ebebeb;
	font-weight: bold;
}
[class^="icon-"] {
	background-image: url(../images/icon/nav.png);
	width: 150px;
	height: 100px;
	display: inline-block;
}
.icon-home { background-position: 0 0px; }
.icon-vyhotovit { background-position: 0 -100px; }
.icon-akceptovat { background-position: 0 -200px; }
.icon-vystavene { background-position: 0 -295px; }
.icon-rezervacie { background-position: 0 -400px; }
.icon-statistiky { background-position: 0 -495px; }

.icon-admin { background-position: 0 -595px; }
.icon-banner { background-position: 0 -695px; }
.icon-client { background-position: 0 -795px; }
.icon-stock { background-position: 0 -895px; }
.icon-newsletter { background-position: 0 -995px; }

/* ---------------------------------- */
/* TopNav */

#topNav {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 20;
	height: 45px;
	width: 200px;
	line-height: 1.3;
	background-image: url(../images/widget-topr-rule.png);
	background-repeat: no-repeat;
	background-position: 210px;
	text-align: right;
	padding-right: 90px;
	padding-top: 6px;
}
#topNav ul { padding: 0; margin: 0; }
#topNav li { list-style-type: none; float: left; margin: 0 0 0 1.5em; position: relative; }
#topNav li:last-child { margin-right: 0; }
#topNav a { font-size: 14px; color: #FFF; }
#topNav a:hover {
	font-size: 14px;
	color: #CCC;
}

#topNav a.menu {
	padding-right: 0px;
	text-align: right;
}
#topNav .menu-arrow {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #ffffff;
	position: absolute;
	top: 22px;
	right: 20px;
}
.imgTop {
	position: absolute;
	top: 9px;
	right: 38px;
}

/* ---------------------------------- */
/* TopNav */

#topNav a.menu { padding-right: 0px; }
#topNav .menuArrow {
    border-top-color: #777;
}

/* ---------------------------------- */
/* Menu */

.menu-container {
	background-color: #ffffff;
	display: none;
	right: 0;
	width: 440px;
	border: 1px solid #cbcbcb;
	position: absolute;
	z-index: 100;
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
	padding: 8px;
}
.menu-content {
	background-color: #ffffff;
	padding: 0;
	position: relative;
}
.menu-top {
	width: 0;
	height: 0;
	position: absolute;
	top: -7px;
	left: 15px;
}
.menu-container.right .menu-top {
	left: auto;
	right: 15px;
}
.menu-container.middle .menu-top { display: none; }
.menuClose a {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 1px 6px;
	position: absolute;
	right: 8px;
	top: 6px;
}
.menu-dropdown {
	background: #ffffff;
	margin-top: 5px;
}
.menu-dropdown .menu-content {
	background: transparent;
	padding: 0;
}
.menu-dropdown .menu-content a {

	display: block;

}
.menu-dropdown .menuClose { display: none; }
.menuInfoLeft {
	float: left;
	margin-left: 10px;
	min-width: 230px;
}
.menuInfoLeft .place-list {
	overflow-x: hidden;
	height: 100px;
	overflow-y: auto;
}
.menuInfoLeft .top-search input {
	width: 172px;
	margin: 0;
}

.menuInfoCon {
	min-height: 160px;
}
.menuPoint {
	width: 193px;
	margin-bottom: 5px;
	border: none;
	border-width: 0px;
	border-style: solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 6px 8px;
	padding-left: 35px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.menuPoint-active, .menuPoint:hover {
	background-color: #eeeeee;
}
.addPoint {
	width: 190px;
	/*border: 1px dashed #cccccc;*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-right: 6px;
	padding-left: 36px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666666;
	background: url(../images/order.jpg) no-repeat center left !important;
	position: absolute;
	bottom: 2px;
}
.addPoint a{
	color: #666666 !important;
}
.addPoint a:hover{
	color: #d64937;
}
.imgMenu {
	float: left;
}
.menuInfoButton {
	float: left;
	margin-left: 10px;
	clear: both;
}
/* ---------------------------------- */

#content {
	background: #FFF;
	width: auto;
	z-index: 15;
	margin-left: 151px;
	position: relative;
	left: auto;
	top: auto;
	padding-bottom: 50px;
}

/* ---------------------------------- */
/* Content Header */

#contentHeader {
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
}
#nastaveniaHeader {
	height: 220px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
}
#advertiseHeader {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 230px;
}
.dashboard {
	height: 60px;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	width: 250px;
	color: #b0b0b0;
	text-align: center;
}
.dashboard a{
	color: #b0b0b0;
}
.dashboard a:hover{
	color: #b0b0b0;
}
.dashboard-statistics {
	height: 60px;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	width: 200px;
	color: #b0b0b0;
	text-align: center;
}
.dashboard-statistics a{
	color: #b0b0b0;
}
.dashboard-statistics a:hover{
	color: #b0b0b0;
}
.dashboard-statistics-last {
	height: 60px;
	float: left;
	width: 200px;
	color: #b0b0b0;
	text-align: center;
}
.dashboard-statistics-last a{
	color: #b0b0b0;
}
.dashboard-statistics-last a:hover{
	color: #b0b0b0;
}
.dashboard-lang {
	height: 60px;
	float: left;
	width: 308px;
	color: #b0b0b0;
	text-align: center;
}
.dashboard-lang a{
	color: #b0b0b0;
}
.dashboard-lang a:hover{
	color: #b0b0b0;
}
.dtop {
	color: #333333;
	height: 40px;
	font-size: 33px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 1;
}
.dtop-minus {
	color: #932d22;
	font-size: 23px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	height: 25px;
}
.dtop-plus {
	color: #4b9525;
	font-size: 23px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	height: 25px;
}
.dtop-big {
	color: #333333;
	font-size: 45px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	height: 40px;
}
.dtop-big-no {
	color: #eeeeee;
	font-size: 45px;
	font-weight: bold;
}
.dtop-big-red {
	color: #da4a38;
	font-size: 45px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	height: 40px;
}
.dtop-num {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	height: 15px;
}
.dtop-no {
	color: #eeeeee;
	height: 40px;
	font-size: 33px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 1;
}
.red {
	color: #d54937;
}
.head-nastavenia-next {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	background-image: url(../images/icon/dashboard-header-arrow.png);
	background-repeat: no-repeat;
	background-position: 0px -5px;
	padding-left: 25px;
}
/* ---------------------------------- */

#accept {
	text-align: center;
	background:-moz-linear-gradient(top, #ffffff 0%, #ffffff 2%, #eaebf0 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#ffffff), color-stop(100%,#eaebf0)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* IE10+ */
	background:linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0')";
	padding-bottom: 10px;
	margin-bottom: 50px;
}
#accept-no {
	text-align: center;
	background:-moz-linear-gradient(top, #ffffff 0%, #ffffff 2%, #eaebf0 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#ffffff), color-stop(100%,#eaebf0)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* IE10+ */
	background:linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0')";
	padding-bottom: 10px;
	margin-bottom: 50px;
	margin-top: 30px;
}
#accept-save {
	text-align: center;
	background:-moz-linear-gradient(top, #ffffff 0%, #ffffff 2%, #eaebf0 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#ffffff), color-stop(100%,#eaebf0)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* IE10+ */
	background:linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0')";
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#accept-save-bottom {
	text-align: center;
	background:-moz-linear-gradient(top, #ffffff 0%, #ffffff 2%, #eaebf0 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#ffffff), color-stop(100%,#eaebf0)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* IE10+ */
	background:linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0')";
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

/* ---------------------------------- */
/* Btn */

.btn {
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #d44937;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: normal;
	color: #FFF;
	display: inline-block;
	margin: 0;
	*overflow: visible;
	position: relative;
	border: none;
	border-width: 0px;
	border-style: solid;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.btn:hover { text-decoration: none; }
.btn:active { background-position: left bottom; top: 1px; }

.btn { font-size: 11px; padding: 8px 20px; }
.btn {
	background-color: #d44937;
	color: #FFF;
}
.btn:hover:hover {
	background: #c44434;
}
.btn:active:active {
	background: #B3B3B3;
	background:-moz-linear-gradient(top, #9b3326 2%,#b83e2f 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(2%,#9b3326), color-stop(100%,#b83e2f)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #9b3326 2%,#b83e2f 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #9b3326 2%,#b83e2f 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #9b3326 2%,#b83e2f 100%); /* IE10+ */
	background:linear-gradient(top, #9b3326 2%,#b83e2f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b83e2f', endColorstr='#9b3326');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#b83e2f', endColorstr='#9b3326')";
}
.btnlight, .btnblue {
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #f4f4f4;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: normal;
	color: #666666;
	display: inline-block;
	margin: 0;
	*overflow: visible;
	position: relative;
	border: none;
	border-width: 0px;
	border-style: solid;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.btnlight:hover { text-decoration: none; }


.btnlight { font-size: 11px; padding: 7px 20px; }
.btnlight {
	background-color: #f4f4f4;
	color: #666666;
	border: 1px solid #dcdcdc;
}
.btnlight:hover:hover {
	background: #e8e8e8;
}
.btnlight:active:active {
	background: #f4f4f4;
	background:-moz-linear-gradient(top, #bebdbd 2%,#cdcaca 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(2%,#bebdbd), color-stop(100%,#cdcaca)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #bebdbd 2%,#cdcaca 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #bebdbd 2%,#cdcaca 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #bebdbd 2%,#cdcaca 100%); /* IE10+ */
	background:linear-gradient(top, #bebdbd 2%,#cdcaca 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdcaca', endColorstr='#bebdbd');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdcaca', endColorstr='#bebdbd')";
}
.btnblue {
	background-color: #7090C8;
	color: #fff;
	border: 1px solid #dcdcdc;	
	font-size: 11px; padding: 8px 20px; 
	text-transform: uppercase;
}
.btnblue:hover {
	color: #fff;
	opacity: .9;
}
.btnlightred {
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #f4f4f4;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: normal;
	color: #db4b39;
	display: inline-block;
	margin: 0;
	*overflow: visible;
	position: relative;
	border: none;
	border-width: 0px;
	border-style: solid;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.btnlightred:hover { text-decoration: none; }
.btnlightred:active { background-position: left bottom; top: 1px; }

.btnlightred { font-size: 11px; padding: 7px 20px; }
.btnlightred {
	background-color: #f4f4f4;
	color: #db4b39;
	border: 1px solid #dcdcdc;
}
.btnlightred:hover:hover {
	background: #e8e8e8;
}
.btnlightred:active:active {
	background: #f4f4f4;
	background:-moz-linear-gradient(top, #bebdbd 2%,#cdcaca 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(2%,#bebdbd), color-stop(100%,#cdcaca)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #bebdbd 2%,#cdcaca 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #bebdbd 2%,#cdcaca 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #bebdbd 2%,#cdcaca 100%); /* IE10+ */
	background:linear-gradient(top, #bebdbd 2%,#cdcaca 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdcaca', endColorstr='#bebdbd');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdcaca', endColorstr='#bebdbd')";
}
.btnsmall {
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #d44937;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: normal;
	color: #FFF;
	display: inline-block;
	margin: 0;
	*overflow: visible;
	position: relative;
	border: none;
	border-width: 0px;
	border-style: solid;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.btnsmall:hover { text-decoration: none; }
.btnsmall:active { background-position: left bottom; top: 1px; }

.btnsmall { font-size: 11px; padding: 4px 20px; }
.btnsmall {
	background-color: #d44937;
	color: #FFF;
}
.btnsmall:hover:hover {
	background: #c44434;
}
.btnsmall:active:active {
	background: #B3B3B3;
	background:-moz-linear-gradient(top, #9b3326 2%,#b83e2f 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(2%,#9b3326), color-stop(100%,#b83e2f)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #9b3326 2%,#b83e2f 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #9b3326 2%,#b83e2f 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #9b3326 2%,#b83e2f 100%); /* IE10+ */
	background:linear-gradient(top, #9b3326 2%,#b83e2f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b83e2f', endColorstr='#9b3326');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#b83e2f', endColorstr='#9b3326')";
}
.btnstatistics {
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #d44937;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: normal;
	color: #FFF;
	display: inline-block;
	*overflow: visible;
	position: relative;
	border: none;
	border-width: 0px;
	border-style: solid;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 55px;

}
.btnstatistics:hover { text-decoration: none; }
.btnstatistics:active { background-position: left bottom; top: 1px; }

.btnstatistics { font-size: 11px; padding: 8px 20px; }
.btnstatistics {
	background-color: #d44937;
	color: #FFF;
}
.btnstatistics:hover:hover {
	background: #c44434;
}
.btnstatistics:active:active {
	background: #B3B3B3;
	background:-moz-linear-gradient(top, #9b3326 2%,#b83e2f 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(2%,#9b3326), color-stop(100%,#b83e2f)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #9b3326 2%,#b83e2f 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #9b3326 2%,#b83e2f 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #9b3326 2%,#b83e2f 100%); /* IE10+ */
	background:linear-gradient(top, #9b3326 2%,#b83e2f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b83e2f', endColorstr='#9b3326');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#b83e2f', endColorstr='#9b3326')";

}
.btnaccept {
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #d44937;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: normal;
	color: #FFF;
	display: inline-block;
	margin: 0;
	*overflow: visible;
	position: relative;
	border: none;
	border-width: 0px;
	border-style: solid;
	cursor: pointer;
	height: 48px;
	width: 50px;
}
.btnaccept:hover { text-decoration: none; }
.btnaccept:active { background-position: left bottom; top: 1px; }

.btnaccept { font-size: 11px; padding: 8px 20px; }
.btnaccept {
	background-color: #d44937;
	background-color: linear-gradient;
	background-image: url(../images/icon/search-big.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF;
}
.btnaccept:hover:hover {
	background: #c44434;
	background-color: linear-gradient;
	background-image: url(../images/icon/search-big.png);
	background-repeat: no-repeat;
	background-position: top;

}
.btnaccept:active:active {
	background: #B3B3B3;
	background-color: linear-gradient;
	background-image: url(../images/icon/search-big.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}

/* ---------------------------------- */
/* Widget Content */

.widget-content {
	padding: 20px;
}
.widget-content-list {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.widget-content-status {
	padding-right: 20px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.widget-content-statistics {
	padding-right: 20px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
	margin-bottom: 20px;
}
.widget-edit {
	background:-moz-linear-gradient(top, #ffffff 0%, #ffffff 2%, #eaebf0 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#ffffff), color-stop(100%,#eaebf0)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* IE10+ */
	background:linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0')";
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	height: 252px;
}
.widget-edit-blocking {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	height: 252px;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dddddd;
	border-left-color: #dddddd;
	margin-right: 20px;
	margin-left: 20px;
}
.widget-edit-nastavenia {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	height: 132px;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dddddd;
	border-left-color: #dddddd;
	margin-right: 20px;
	margin-left: 20px;
	background: #616161;
	background: rgba(0,0,0,.075);
	background:-moz-linear-gradient(top, #ffffff 0%, #ffffff 2%, #eaebf0 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#ffffff), color-stop(100%,#eaebf0)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* IE10+ */
	background:linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0')";
}
.widget-edit-newsletter {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	height: 250px;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dddddd;
	border-left-color: #dddddd;
	margin-right: 20px;
	margin-left: 20px;
	background: #616161;
	background: rgba(0,0,0,.075);
	background:-moz-linear-gradient(top, #ffffff 0%, #ffffff 2%, #eaebf0 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#ffffff), color-stop(100%,#eaebf0)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* IE10+ */
	background:linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* W3C */


	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0')";
}
.widget-edit-nova {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	height: 240px;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dddddd;
	border-left-color: #dddddd;
	margin-right: 20px;
	margin-left: 20px;
	background: #616161;
	background: rgba(0,0,0,.075);
	background:-moz-linear-gradient(top, #ffffff 0%, #ffffff 2%, #eaebf0 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#ffffff), color-stop(100%,#eaebf0)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* IE10+ */
	background:linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0')";
}
.widget-edit-nastavenia-next {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
.widget-edit-nastavenia-next-first {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 105px;
}
.widget-edit-nastavenia-new-first {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 55px;
	padding-top: 20px;
}
.widget-edit-nastavenia-next-last {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	padding: 20px;
	margin-bottom: 20px;
}
.widget-edit-nastavenia-new {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 140px;
	margin-bottom: 20px;
}
.widget-edit-protokol {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	height: 100px;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dddddd;
	border-left-color: #dddddd;
	margin-right: 20px;
	margin-left: 20px;
}
.widget-edit-protokol-vlastnosti {
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
}
.widget-news {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.widget-service {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	height: 295px;
}
/*.widget-content:before,
.widget-content:after {
    content:"";
    display:table;
}
.widget-content:after {
    clear:both;
}

/* ---------------------------------- */
/* Basic Table */

.table { width: 100%; border: 0; margin-bottom: 1em; border-collapse: collapse; border-bottom: 1px solid #e5e5e5;  border-top: 1px solid #e5e5e5}
.table thead th {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #333;
	padding: 10px 10px;
	border-bottom: 1px solid #e5e5e5;
}
.table td { vertical-align: top; }
.table tbody tr td { border-bottom: 1px dotted #e5e5e5; }
.table tbody td { padding: 5px; }

.tableOdd  {
	background-color: #eeeeee;
}
.tableEven  {
	background-color: #ffffff;
}
.tableActive  {
	background-color: #ffffcc;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #d54937;
}

/* ---------------------------------- */
/* Vlastnosti Table */

.tableS {border-collapse: collapse; margin-bottom: 0em;}
.tableS td, th {padding: 0px; }
.tableS th { background-color: #ffffff}
.tableS td, table { border: 1px solid #dddddd; }


/* ---------------------------------- */
/* Widget Header */

.widget-header {
	background: #333333;
	height: 30px;
	position: relative;
	color: #FFF;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 12px;
}
.widget-header a{
	color: #FFF;
	font-size: 12px;
}
.widget-header a:hover{
	font-size: 12px;
}
.widget-header-top {
	background: #da4a38;
	position: relative;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	height: 25px;
}
.widget-header-top a{
	color: #FFF;
	font-size: 12px;
}
.widget-header-top a:hover{
	font-size: 12px;
}
.widget-header-top-protokol-head {
	background: #da4a38;
	position: relative;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	height: 25px;
}

.widget-header-top-protokol-head a{
	color: #FFF;
	font-size: 12px;
}
.widget-header-top-protokol-head a:hover{
	font-size: 12px;
}
.widget-header-top-obsadenost-active {
	background: #da4a38;
	position: relative;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	height: 25px;
}

.widget-header-top-obsadenost-active a{
	color: #FFF;
	font-size: 12px;
}
.widget-header-top-obsadenost-active a:hover{
	font-size: 12px;
}
.widget-header-top-obsadenost {
	position: relative;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	height: 25px;
	color: #FFF;
}
.widget-header-top-obsadenost a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-obsadenost a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-nastavenia-head {
	background: #da4a38;
	position: relative;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	height: 25px;
}

.widget-header-top-nastavenia-head a{
	color: #FFF;
	font-size: 12px;
}
.widget-header-top-nastavenia-head a:hover{
	font-size: 12px;
}
.widget-header-top-new-add {
	position: relative;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 30px;
	float: left;
	height: 25px;
	background-color: #da4a38;
	background-image: url(../images/icon/widget-black.png);
	background-position: left -119px;
	background-repeat: no-repeat;
}

.widget-header-top-new-add a{
	color: #FFF;
	font-size: 12px;
}
.widget-header-top-new-add a:hover{
	font-size: 12px;
}
.widget-header-top-protokol {
	background: #da4a38;
	position: relative;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 50px;
	padding-left: 7px;
	float: left;
	height: 25px;
	color: #FFF;
}
.widget-header-top-protokol a{
	color: #FFF;
	font-size: 12px;
}
.widget-header-top-protokol a:hover{
	font-size: 12px;
}
.widget-header-top-protokol-date {
	background: #da4a38;
	position: relative;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 7px;
	float: left;
	height: 25px;
	color: #FFF;
}
.widget-header-top-protokol-date a{
	color: #FFF;
	font-size: 12px;
}
.widget-header-top-protokol-date a:hover{
	font-size: 12px;
}
.widget-header-top-rezervacie-meno {
	position: relative;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 73px;
	padding-left: 7px;
	float: left;
	height: 25px;
	color: #FFF;
	background-color: #da4a38;
	background-image: url(../images/icon/dashboard-header-arrow-white.png);
	background-position: 90px 0px;
	background-repeat: no-repeat;
}
.widget-header-top-rezervacie-meno a{
	color: #FFF;
	font-size: 12px;
}
.widget-header-top-rezervacie-meno a:hover{
	font-size: 12px;
}
.widget-header-top-rezervacie-pohlavie {
	position: relative;
	background-image: url(../images/widget-header-rule.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 40px;
	padding-left: 10px;
	float: left;
	height: 25px;
	color: #FFF;
}
.widget-header-top-rezervacie-pohlavie a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-rezervacie-pohlavie a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-new-datum {
	position: relative;
	background-image: url(../images/widget-header-rule.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 72px;
	padding-left: 10px;
	float: left;
	height: 25px;
	color: #FFF;
}
.widget-header-top-new-datum a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-new-datum a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-new-print {
	position: relative;
	background-image: url(../images/icon/widget-black.png);
	background-repeat: no-repeat;
	background-position: right -145px !important;
	color: #d9d9d9;
	cursor: pointer;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 35px;
	padding-left: 10px;
	float: right;
	height: 25px;
	color: #FFF;
}
.widget-header-top-new-print a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-new-print a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-rezervacie-priezvisko {
	position: relative;
	background-image: url(../images/widget-header-rule.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 57px;
	padding-left: 10px;
	float: left;
	height: 25px;
	color: #FFF;
}
.widget-header-top-rezervacie-priezvisko a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-rezervacie-priezvisko a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-new-predmet {
	position: relative;
	background-image: url(../images/widget-header-rule.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 235px;
	padding-left: 10px;
	float: left;
	height: 25px;
	color: #FFF;
}
.widget-header-top-new-predmet a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-new-predmet a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-new-prijemcovia {
	position: relative;
	background-image: url(../images/widget-header-rule.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 135px;
	padding-left: 10px;
	float: left;
	height: 25px;
	color: #FFF;
}
.widget-header-top-new-prijemcovia a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-new-prijemcovia a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-new-stav {
	position: relative;
	background-image: url(../images/widget-header-rule.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 57px;
	padding-left: 10px;
	float: left;
	height: 25px;
	color: #FFF;
}
.widget-header-top-new-stav a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-new-stav a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-rezervacie-datum {
	position: relative;
	background-image: url(../images/widget-header-rule.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 55px;
	padding-left: 10px;
	float: left;
	height: 25px;
	color: #FFF;
}
.widget-header-top-rezervacie-datum a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-rezervacie-datum a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-rezervacie-email {
	position: relative;
	background-image: url(../images/widget-header-rule.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 90px;
	padding-left: 10px;
	float: left;
	height: 25px;
	color: #FFF;
}
.widget-header-top-rezervacie-email a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-rezervacie-email a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-rezervacie-narodnost {
	position: relative;
	background-image: url(../images/widget-header-rule.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 49px;
	padding-left: 10px;
	float: left;
	height: 25px;
	color: #FFF;
}
.widget-header-top-rezervacie-narodnost a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-rezervacie-narodnost a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-rezervacie-cislo {
	position: relative;
	background-image: url(../images/widget-header-rule.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	height: 25px;
	color: #FFF;
}
.widget-header-top-rezervacie-cislo a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-rezervacie-cislo a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-history {
	position: relative;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	height: 25px;
}
.widget-header-top-history a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-history a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-protokol-vystavene {
	position: relative;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 30px;
	padding-left: 10px;
	float: left;
	height: 25px;
	color: #FFF;
}
.widget-header-top-protokol-vystavene  a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-protokol-vystavene  a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-protokol-typ {
	position: relative;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 83px;
	padding-left: 10px;
	float: left;
	height: 25px;
	color: #FFF;
}
.widget-header-top-protokol-typ  a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-protokol-typ  a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-protokol-prevzate {
	position: relative;
	background-image: url(../images/widget-header-rule.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 30px;
	padding-left: 10px;
	float: left;
	height: 25px;
	color: #FFF;
}
.widget-header-top-protokol-prevzate a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-protokol-prevzate a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-protokol-odovzdal {
	position: relative;
	background-image: url(../images/widget-header-rule.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 94px;
	padding-left: 10px;
	float: left;
	height: 25px;
	color: #FFF;
}
.widget-header-top-protokol-odovzdal a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-protokol-odovzdal a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-protokol-prevzal {
	position: relative;
	background-image: url(../images/widget-header-rule.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 113px;
	padding-left: 10px;
	float: left;
	height: 25px;
	color: #FFF;
}
.widget-header-top-protokol-prevzal a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-protokol-prevzal a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-protokol-pocet {
	position: relative;
	background-image: url(../images/widget-header-rule.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 46px;
	padding-left: 10px;
	float: left;
	height: 25px;
	color: #FFF;
}
.widget-header-top-protokol-pocet a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-protokol-pocet a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-protokol-cena {
	position: relative;
	background-image: url(../images/widget-header-rule.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 10px;
	float: left;
	height: 25px;
	color: #FFF;
}
.widget-header-top-protokol-cena a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-protokol-cena a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-protokol-vlastnosti {
	position: relative;
	background-image: url(../images/icon/widget-properties.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 40px;
	float: right;
	height: 25px;
	color: #FFF;
}
.widget-header-top-protokol-vlastnosti a{
	color: #FFF;
	font-size: 12px;
}
.widget-header-top-protokol-vlastnosti a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-nastavenia-add {
	position: relative;
	background-image: url(../images/icon/widget-properties.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 40px;
	float: right;
	height: 25px;
	color: #FFF;
}
.widget-header-top-nastavenia-add a{
	color: #FFF;
	font-size: 12px;
}
.widget-header-top-nastavenia-add a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-protokol-odovzdavajuci {
	position: relative;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	height: 25px;
	color: #FFF;
}
.widget-header-top-protokol-odovzdavajuci a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-protokol-odovzdavajuci a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-nastavenia-next {
	position: relative;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	height: 25px;
	color: #FFF;
	background-image: url(../images/widget-header-rule.png);
	background-repeat: no-repeat;
	background-position: right;
}
.widget-header-top-nastavenia-next a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-nastavenia-next a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-protokol-skladom {
	position: relative;
	background-image: url(../images/widget-header-rule.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 34px;
	padding-left: 10px;
	float: left;
	height: 25px;
	color: #FFF;
}
.widget-header-top-protokol-skladom a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-protokol-skladom a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-protokol-prevzatie {
	position: relative;
	background-image: url(../images/widget-header-rule.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 24px;
	padding-left: 10px;
	float: left;
	height: 25px;
	color: #FFF;
}
.widget-header-top-protokol-prevzatie a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-protokol-prevzatie a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-protokol-klient {
	position: relative;
	background-image: url(../images/widget-header-rule.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 30px;
	padding-left: 10px;
	float: left;
	height: 25px;
	color: #FFF;
}
.widget-header-top-protokol-klient a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-protokol-klient a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-number {
	position: relative;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	height: 25px;
	width: 85px;
}
.widget-header-top-number a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-number a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-name {
	position: relative;
	background-image: url(../images/widget-header-rule.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	height: 25px;
	width: 125px;
}
.widget-header-top-name a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-name a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-date {
	position: relative;
	background-image: url(../images/widget-header-rule.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	height: 25px;
	width: 125px;
}
.widget-header-top-date a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-date a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-type {
	position: relative;
	background-image: url(../images/widget-header-rule.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	height: 25px;
}
.widget-header-top-type a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-type a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-user {
	position: relative;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 40px;
	float: left;
	height: 25px;
	background-color: #da4a38;
	background-image: url(../images/icon/widget-black.png);
	background-position: 5px 0px;
	background-repeat: no-repeat;
}
.widget-header-top-user a{
	color: #FFF;
	font-size: 12px;
}
.widget-header-top-user a:hover{
	font-size: 12px;
}
.widget-header-top-addpackage {
	position: relative;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 40px;
	float: left;
	height: 25px;
	background-image: url(../images/icon/widget-black.png);
	background-position: 5px -30px;
	background-repeat: no-repeat;
}
.widget-header-top-addpackage a {
	color: #FFF;
	font-size: 12px;
}
.widget-header-top-addpackage a:hover{
	font-size: 12px;
}
.widget-header-top-addpackage-active {
	position: relative;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 40px;
	float: left;
	height: 25px;
	background-color: #da4a38;
	background-image: url(../images/icon/widget-black.png);
	background-position: 5px -30px;
	background-repeat: no-repeat;
}
.widget-header-top-addpackage-active a {
	color: #FFF;
	font-size: 12px;
}
.widget-header-top-addpackage-active a:hover{
	font-size: 12px;
}
.widget-header-top-packages {
	position: relative;
	color: #d9d9d9;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	height: 25px;
}
.widget-header-top-packages a{
	color: #d9d9d9;
	font-size: 12px;
}
.widget-header-top-packages a:hover{
	font-size: 12px;
	color: #d9d9d9;
}
.widget-header-top-packages-active {
	position: relative;
	color: #FFF;
	background-color: #da4a38;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	height: 25px;
	font-weight: bold;
}
.widget-header-top-packages-active a{
	color: #FFF;
	font-size: 12px;
}
.widget-header-top-packages-active a:hover{
	font-size: 12px;
	color: #FFF;
}
.widget-header-top-calendar {
	position: relative;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 45px;
	float: left;
	height: 25px;
	background-color: #da4a38;
	background-image: url(../images/icon/dashboard-header-arrow-white.png);
	background-position: 155px 0px;
	background-repeat: no-repeat;
	width: 120px;
}
.widget-header-top-calendar a{
	color: #FFF;
	font-size: 12px;
}
.widget-header-top-calendar a:hover{
	font-size: 12px;
}
.widget-header-card {
	background: #333333;
	height: 30px;
	position: relative;
	color: #FFF;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 12px;
}
.widget-header-card a{
	color: #FFF;
	font-size: 12px;
}
.widget-header-card a:hover{
	font-size: 12px;
}
.tabs {
	display: inline-block;
	margin: 0;
	background: #333333;
	height: 30px;
	color: #FFF;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 12px;
	width: 100%;
}

 .tabs li{
	height: 25px;
	list-style-type: none;
	display: inline-block;
	margin-right: -4px;
	padding-top: 5px;
	padding-right: 17px;
	padding-left: 18px;
	background-image: url(../images/widget-header-rule.png);
	background-repeat: no-repeat;
	background-position: right;
}
.tabs a {
	text-decoration: none;
	display: block;
	padding: 0 12px;
}
 .tabs li.ui-state-active, li.ui-state-default.ui-state-active {
	background-color: #d44937 !important;
	font-weight: bold;
	background-image: url(../images/icon/widget-black.png) !important;
	background-repeat: no-repeat !important;
	background-position: 0px 0px;
}
.tabs li.ui-state-active a { color: #FFF; }
.tabs li.add {
	font-weight: bold;
	background-image: url(../images/icon/widget-black.png);
	background-position: 0px -30px;
}

/* ---------------------------------- */
/* Widget Edit */

#editProfile {
	width: 360px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#editNew {
	width: 765px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#listProfile {
	width: 402px;
	float: left;
	height: 212px;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dddddd;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
#listSearch {
	position: absolute;
	left: 20px;
	bottom: 20px;
}
#acceptSearch {
	position: absolute;
	left: 80px;
	top: 0px;
}
#newsSearch {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#listProfile:after {
	clear: both;
	content: " ";
	display: block;
}

/* ---------------------------------- */
/* List Table */

table.table-list { width: 100%; border: 0; margin-bottom: 1em; border-collapse: collapse;  }
table.table-list thead th {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #333;
	padding: 10px 10px;
}
table.table-list td { vertical-align: top; }
table.table-list tbody td { padding: 5px; }
table.table-list tbody tr.table-pair:hover td  {
	background-color: #eeeeee;
	cursor: pointer;
}
table.table-list tbody tr.table-pair:hover td  a{
	cursor: pointer;
	border-bottom: 1px solid #e5e5e5;
}
table.table-list tbody tr.table-pair-active td  {
	background-color: #eeeeee;
	cursor: pointer;
}
table.table-list tbody tr.table-pair-active:hover td  {
	background-color: #eeeeee;
	cursor: pointer;
}
table.table-list tbody tr.table-pair-active:hover td  a{
	cursor: pointer;
}

/* ---------------------------------- */

#search {
	position: relative;
	z-index: 15;
	background-color: #FFF;
	float: left;
}
#search form {
		text-align: left;
		position: relative;
}
#search input {
	background: #FFF url(../images/icon/search.png) no-repeat 12px 50%;
	width: 210px;
	height: 17px;
	border: 1px solid #d9d9d9;
	position: relative;
	margin-right: 10px;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 30px;
}
#search-accept {
	position: relative;
	z-index: 15;
	background-color: #FFF;
	float: left;
}
#search-accept form {
		text-align: left;
		position: relative;
}
#search-accept input {
	width: 209px;
	height: 35px;
	position: relative;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 22px;
	font-weight: bold;
	color: #323232;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
	border-right-style: none;
}
#searchField { margin-bottom: 1.75em; }

#search-news {
	position: relative;
	z-index: 15;
	background-color: #FFF;
	float: left;
	margin-bottom: 10px;
}
#search-news form {
		text-align: left;
		position: relative;
}
#search-news input {
	background: #FFF url(../images/icon/search.png) no-repeat 12px 50%;
	width: 170px;
	height: 17px;
	border: 1px solid #d9d9d9;
	position: relative;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 30px;
}

/* ---------------------------------- */

#form {
	position: relative;
	z-index: 15;
	background-color: #FFF;
	float: left;
}
#form form {
		text-align: left;
		position: relative;
}
#search input {
	background: #FFF url(../images/icon/search.png) no-repeat 12px 50%;
	width: 210px;
	height: 17px;
	border: 1px solid #d9d9d9;
	position: relative;
	margin-right: 10px;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 30px;
}
#searchField { margin-bottom: 1.75em; }

/* ---------------------------------- */
/* @Forms */

.id {
	font-size: 14px;
	font-weight: bold;
	width: 200px;
	background-image: url(../images/icon/id.png);
	background-repeat: no-repeat;
	background-position: 194px 7px;
	height: 16px;
}
.id-blocking {
	font-size: 14px;
	font-weight: bold;
	width: 60px;
	height: 16px;
	float: left;
}
.input-blocking {
	font-size: 14px;
	font-weight: bold;
	width: 119px;
	height: 16px;
	background-color: #cc0000;
	color: #FFF;
	text-align: center;
	border-top-color: #cc0000;
	border-right-color: #cc0000;
	border-bottom-color: #cc0000;
	border-left-color: #cc0000;
}
.input-active {
	font-size: 14px;
	font-weight: bold;
	width: 117px;
	height: 16px;
	background-color: #16a764;
	color: #FFF;
	text-align: center;
	border-top-color: #16a764;
	border-right-color: #16a764;
	border-bottom-color: #16a764;
	border-left-color: #16a764;
	background-image: url(../images/icon/id.png);
	background-position: 116px -22px;
	background-repeat: no-repeat;
}
.input-date {
	font-size: 12px;
	font-weight: normal;
	width: 85px;
	background-image: url(../images/icon/date.png);
	background-repeat: no-repeat;
	background-position: 80px 3px;
	height: 9px;
	margin-right: 5px;
	margin-left: 5px;
}
.card {
	width: 218px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 5px;
	height: 30px;
}
.statistics-list {
	width: 150px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 5px;
	height: 31px;
}
.card-top {
	width: 218px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 5px;
	height: 30px;
}
.card-protokol {
	width: 298px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 5px;
	height: 28px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #e5e5e5;
	border-left-color: #FFF;
	text-align: center;
}
.input {
	width: 200px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	height: 16px;
}
.input-small {
	width: 92px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	height: 16px;
}
.input-small-top {
	width: 92px;
	height: 16px;
}
.input-small-strong-top {
	width: 92px;
	height: 16px;
	font-weight: bold;
}
.input-protokol {
	width: 280px;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #FFF;
	height: 16px;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e5e5e5;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #FFF;
	text-align: center;
}
.input-protokol-small {
	width: 132px;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #FFF;
	height: 16px;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e5e5e5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e5e5e5;
	text-align: center;
}
.input-protokol-small-last {
	width: 130px;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #FFF;
	height: 16px;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e5e5e5;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
}
.input-protokol-prevazdkovatel {
	width: 280px;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #FFF;
	height: 44px;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e5e5e5;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #FFF;
}
.input-protokol-top {
	width: 280px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #e5e5e5;
	height: 16px;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e5e5e5;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #FFF;
	text-align: center;
}
.input-protokol-last {
	width: 280px;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #FFF;
	height: 16px;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #FFF;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #FFF;
	text-align: center;
}
.input-statistics {
	width: 75px;
	height: 16px;
	text-align: center;
	font-size: 15px;
}
.input-statistics-blue {
	width: 75px;
	height: 16px;
	text-align: center;
	border: 1px solid #1988d4;
	font-size: 15px;
}
.input-statistics-orange {
	width: 75px;
	height: 16px;
	text-align: center;
	border: 1px solid #ed7e17;
	font-size: 15px;
}
.input-small-last {
	width: 91px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	height: 16px;
	border-left-style: none;
}
.input-small-last-top {
	width: 91px;
	height: 16px;
	border-left-style: none;
}
.input-small-last-price {
	width: 88px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	height: 16px;
	border-left-style: none;
	background-color: #f4f4f4;
}
.input-top {
	width: 200px;
	height: 16px;
}
.textarea {
	width: 340px;
	height: 100px;
	margin-right: 25px;
}
.checkbox {
	margin-top: 4px;
}
/* ---------------------------------- */
/* Edit Table */

.table-edit { width: 100%; border: 0; border-collapse: collapse;  }
.table-spacer {
	height: 50px;
}

/* ---------------------------------- */
/* Home */

.banner1 {
	float: left;
}
.banner2 {
	float: left;
	margin-left: 20px;
}
#mail-header {
	background-color: #333333;
	height: 30px;
	margin-right: 20px;
	margin-left: 20px;
}
.mail-alert {
	float: left;
	width: 212px;
	background-image: url(../images/widget-header-rule.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFF;
	height: 25px;
	padding-top: 5px;
	font-size: 14px;
	padding-left: 20px;
	font-weight: bold;
}
.add-new {
	background-color: #d94a38;
	float: right;
	height: 25px;
	width: 145px;
	color: #FFF;
	background-image: url(../images/icon/widget-black.png);
	background-repeat: no-repeat;
	background-position: 15px -30px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 55px;
}
.add-new a{
	color: #FFF;
}
.close-new {
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
	float: left;
	text-align: center;
	background-image: url(../images/icon/widget-black.png);
	background-repeat: no-repeat;
	background-position: 0px -60px;
	margin-left: 5px;
}
.close-new a { display: block; width: 100%; height: 100%; }
.close-new a span { display:none; width: 100%; height: 100%; }
.open-new {
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
	float: left;
	text-align: center;
	background-image: url(../images/icon/widget-black.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
	margin-left: 5px;
}
.open-new a { display: block; width: 100%; height: 100%; }
.open-new a span { display:none; width: 100%; height: 100%; }
.news-left {
	background:-moz-linear-gradient(top, #ffffff 0%, #ffffff 2%, #eaebf0 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#ffffff), color-stop(100%,#eaebf0)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* IE10+ */
	background:linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0')";
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dddddd;
	float: left;
	width: 230px;
}
#read-new {
	padding: 10px;
	margin-left: 231px;
}
#read-new-big {
	padding: 10px;
}
#read-new-top {
	height: 80px;
	line-height: 1.1;
}
.read-new-img {
	font-size: 20px;
	height: 50px;
	width: 50px;
	float: left;
	margin-right: 20px;
}
.read-new-name {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	float: left;
	width: 485px;
	margin: 0px;
	padding: 0px;
}
.read-new-subject {
	font-size: 15px;
	float: left;
	width: 485px;
}
.read-new-date {
	color: #8c8c8c;
	float: left;
	width: 485px;
}

/* ---------------------------------- */
/* messageList */

#sidebarMessage {
	width: 230px;
	display: block;
	float: left;
	position: relative;
	z-index: 16;
	margin: 0px;
	padding: 0px;
}
#messageList {
	width: 230px;
	padding: 0;
	position: relative;
	top: 5px;
	line-height: 1.3;
	margin-bottom: 5px;
}
#messageList li.nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
}
#messageList li.nav:first-child { border-top: none; }
#messageList li.nav a {
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#messageList li.nav [class^="icon-"], #mainNav li.nav [class*=" icon-"] {
	background-image: url(../images/icon/nav.png);
	background-repeat: no-repeat;
	width: 230px;
	height: 100px;
	position: absolute;
	top: 14px;
	left: 0px;
}
#messageList li.nav a:hover {
	background: #f4f4f4;
	background:-moz-linear-gradient(top, #ffffff 0%, #ffffff 2%, #eaebf0 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#ffffff), color-stop(100%,#eaebf0)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* IE10+ */
	background:linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0')";
	color: #333333;
}
#messageList li.nav.active a {
	background: #357ae8;
	background:-moz-linear-gradient(top, #4c8ffd 0%, #4c8ffd 2%, #357ae8 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c8ffd), color-stop(2%,#4c8ffd), color-stop(100%,#357ae8)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #4c8ffd 0%, #4c8ffd 2%,#357ae8 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #4c8ffd 0%, #4c8ffd 2%,#357ae8 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #4c8ffd 0%, #4c8ffd 2%,#357ae8 100%); /* IE10+ */
	background:linear-gradient(top, #4c8ffd 0%, #4c8ffd 2%,#357ae8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c8ffd', endColorstr='#357ae8');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c8ffd', endColorstr='#357ae8')";
	color: #ffffff;
	padding-left: 30px;
}
.message-new {
	background-image: url(../images/icon/message.png);
	background-position: center -10px;
	background-repeat: no-repeat;
	height: 45px;
	width: 30px;
	float: left;
}
.message-important {
	background-image: url(../images/icon/message.png);
	background-position: center -75px;
	background-repeat: no-repeat;
	height: 45px;
	width: 30px;
	float: left;
}
.message {
	height: 45px;
	width: 30px;
	float: left;
}
.message-name {
	font-weight: bold;
	background-image: url(../images/icon/message.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}
.message-text {
	color: #8c8c8c;
}
.message-text a{
	color: #8c8c8c;
}
.message-text-active {
}
.next-news {
	position: relative;
	top: 5px;
	line-height: 1.3;
	height: 65px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	margin-top: 20px;
	text-align: right;
	background-image: url(../images/icon/arrow.png);
	background-position: 770px 17px;
	background-repeat: no-repeat;
	padding-right: 60px;
}
.next-new-img {
	height: 40px;
	width: 40px;
	float: right;
	margin-left: 20px;
	margin-top: 12px;
}
.next-new-name {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	float: right;
	width: 680px;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.next-new-subject {
	font-size: 11px;
	float: right;
	width: 680px;
}
.next-new-subject a{
	color: #333333;
}
.next-new-subject a:hover{
	color: #333333;
}
.next-new-date {
	color: #8c8c8c;
	float: right;
	width: 680px;
	font-size: 11px;
}

/* ---------------------------------- */
/* acceptanceList */

.status-bar-acceptances {
	background-color: #16a765;
	height: 15px;
	width: 15px;
	margin-top: 2px;
	margin-left: 2px;
}
.status-bar-notacceptances {
	background-color: #cc0000;
	height: 15px;
	width: 15px;
	margin-top: 2px;
	margin-left: 2px;
}
.status-bar-acceptances.grey, .status-bar-notacceptances.grey {
	background-color: #ccc;
}
.status-bar-blueacceptances {
	background-color: #7090C8;
	height: 15px;
	width: 15px;
	margin-top: 2px;
	margin-left: 2px;
}
.status-bar-notacceptances-closed {
	background-color: #cc0000;
	height: 15px;
	width: 15px;
	margin-top: 2px;
	margin-left: 2px;
	background-image: url(../images/icon/closed.png);
	background-repeat: no-repeat;
}
.status-bar-underway {
	background-color: #ffa800;
	height: 15px;
	width: 15px;
	margin-top: 2px;
	margin-left: 2px;
}
#card-toolbar {
	height: 30px;
	color: #000000;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
}
#card-toolbar a{
	color: #d84a38;
	font-size: 14px;
}
#card-toolbar a:hover{
	color: #000000;
	font-size: 14px;
}
#card-toolbar-spacer {
	height: 30px;
	color: #000000;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
	margin-top: 20px;
}
#card-toolbar-spacer a{
	color: #d84a38;
	font-size: 14px;
}
#card-toolbar-spacer a:hover{
	color: #000000;
	font-size: 14px;
}
#card-search {
	padding-left: 20px;
	float: left;
	background-image: url(../images/icon/dashboard-header-arrow.png);
	background-repeat: no-repeat;
	background-position: -4px -6px;
}
#card-search .arrow {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000000;
	position: absolute;
	top: 3px;
	left: 10px;
}
#card-paginate {
	float: right;
}
.card-paginate-list {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px;
}

/* ---------------------------------- */
/* Service */

.status-bar-acceptances {
	background-color: #16a765;
	height: 15px;
	width: 15px;
}

/* ---------------------------------- */
/* loadingService */

#acceptCard {
	width: 360px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#listService {
	width: 406px;
	float: left;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dddddd;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	background: #616161;
	background: rgba(0,0,0,.075);
	background:-moz-linear-gradient(top, #ffffff 0%, #ffffff 2%, #eaebf0 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#ffffff), color-stop(100%,#eaebf0)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* IE10+ */
	background:linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0')";
	height: 255px;
}
#listService-blocking {
	width: 406px;
	float: left;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dddddd;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	background: #616161;
	background: rgba(0,0,0,.075);
	background:-moz-linear-gradient(top, #ffffff 0%, #ffffff 2%, #eaebf0 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#ffffff), color-stop(100%,#eaebf0)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* IE10+ */
	background:linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0')";
	height: 255px;
}
.acceptCard-box {
	height: 50px;
	position: relative;
	width: 360px;
}
.spacer-top{
	height: 20px;
}
.acceptances-bar {
	height: 50px;
	width: 100%;
	background-color: #16a765;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 33px;
	font-weight: bold;
	border: 0px;
	line-height: 1.5;
	margin-top: 10px;
}
.not-acceptances-bar {
	height: 50px;
	width: 100%;
	background-color: #d94a38;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 33px;
	font-weight: bold;
	border: 0px;
	line-height: 1.5;
	margin-top: 10px;
}

/* ---------------------------------- */
/* Statistics */

.widget-statistics {
	background:-moz-linear-gradient(top, #ffffff 0%, #ffffff 2%, #eaebf0 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#ffffff), color-stop(100%,#eaebf0)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* IE10+ */
	background:linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0')";
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.wspacer {
	margin-right: 10px;
	margin-left: 10px;
	font-weight: normal;
}
.widget-header-statistics {
	height: 30px;
}
.stat-blue {
	height: 25px;
	margin-right: 50px;
	padding-left: 25px;
	color: #cccccc;
	float: left;
	background-image: url(../images/icon/stat.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 5px;
}
.stat-orange {
	height: 25px;
	margin-right: 50px;
	padding-left: 25px;
	color: #cccccc;
	float: left;
	background-image: url(../images/icon/stat.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
	padding-top: 5px;
}
.tabs-statistics {
	display: inline-block;
	height: 30px;
	color: #FFF;
	font-size: 12px;
	float: right;
	width: 275px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tabs-statistics li{
	height: 24px;
	list-style-type: none;
	display: inline-block;
	padding-top: 4px;
	text-align: center;
	width: 90px;
	border: 1px solid #d9d9d9;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: -4px;
}
.tabs-statistics a {
	text-decoration: none;
	display: block;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.tabs-statistics li.ui-state-active, li.ui-state-default.ui-state-active {
	background-color: #474749;
	font-weight: bold;
}
.tabs-statistics li.ui-state-active a { color: #FFF; }
.tabs-statistics li.last {
	font-weight: bold;
	background-image: url(../images/icon/widget-black.png);
	background-position: 0px -30px;
}
.tabs-statistics li.active {
	background-color: #474749;
	color: #FFF;
}
.tabs-statistics li.active a{
	color: #FFF;
}.widget-content-statistics {
	height: 300px;

}
.table-statistics {
	width: 780px;
	margin: 0 auto;
}
.graf-statistics {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ebebeb;
	float: right;
	width: 298px;
	text-align: center;
	height: 300px;
}

/* ---------------------------------- */
/* loadingBlocking */

#listBlocking {
	width: 406px;
	float: left;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dddddd;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	background: #616161;
	background: rgba(0,0,0,.075);
	background:-moz-linear-gradient(top, #ffffff 0%, #ffffff 2%, #eaebf0 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#ffffff), color-stop(100%,#eaebf0)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* IE10+ */
	background:linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0')";
	height: 212px;
}
#listNastavenia {
	width: 406px;
	float: left;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dddddd;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	height: 92px;
}
#listNastavenia img{
	border: 1px solid #dddddd;
}
#listNastavenia-next {
	width: 406px;
	float: left;
	background-color: #FFF;
	padding-top: 20px;
	position: relative;
}
#listNewsletter {
	width: 406px;
	float: left;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dddddd;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	height: 200px;
}
#listNova {
	width: 406px;
	float: left;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dddddd;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	height: 210px;
}

/* ---------------------------------- */
/* loadingProtokol */

#listProtokol {
	width: 406px;
	float: left;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dddddd;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	background: #616161;
	background: rgba(0,0,0,.075);
	background:-moz-linear-gradient(top, #ffffff 0%, #ffffff 2%, #eaebf0 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#ffffff), color-stop(100%,#eaebf0)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* IE10+ */
	background:linear-gradient(top, #ffffff 0%, #ffffff 2%,#eaebf0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaebf0')";
	height: 60px;
}
.spacer-protokol-left {
	padding-left: 18px;
	font-weight: bold;
}
.spacer-protokol-form {
	width: 297px;
	height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e5e5e5;
}
.box-protokol {
	width: 285px;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #FFF;
	height: 23px;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e5e5e5;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #FFF;
	padding-top: 5px;
	padding-left: 10px;
}
.box-protokol-big {
	width: 285px;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #FFF;
	height: 51px;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e5e5e5;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #FFF;
	padding-top: 5px;
	padding-left: 10px;
}
.box-protokol-last {
	width: 285px;
	height: 23px;
	padding-top: 5px;
	padding-left: 10px;
}
.box-obsadenost-left {
	width: 180px;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #FFF;
	height: 23px;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e5e5e5;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #FFF;
	padding-top: 5px;
	padding-left: 10px;
}
.box-obsadenost-left-big {
	width: 180px;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #FFF;
	height: 51px;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e5e5e5;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #FFF;
	padding-top: 5px;
	padding-left: 10px;
}
.box-obsadenost-left-big-last {
	width: 180px;
	height: 51px;
	padding-top: 5px;
	padding-left: 10px;
}
.box-obsadenost-left-last {
	width: 180px;
	height: 23px;
	padding-top: 5px;
	padding-left: 10px;
}
.box-obsadenost-right {
	width: 420px;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #FFF;
	height: 23px;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e5e5e5;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #FFF;
	padding-top: 5px;
	padding-left: 10px;
}
.box-obsadenost-right-big {
	width: 420px;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #FFF;
	height: 51px;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e5e5e5;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #FFF;
	padding-top: 5px;
	padding-left: 10px;
}
.box-obsadenost-right-big-last {
	width: 420px;
	height: 51px;
	padding-top: 5px;
	padding-left: 10px;
}
.box-obsadenost-right-last {
	width: 420px;
	height: 23px;
	padding-top: 5px;
	padding-left: 10px;
}
.select-center {
	text-align: center;
	width: 250px;
}

/* ---------------------------------- */
/* Rezervacie */

#rezervacie-paginate {
	float: right;
	font-weight: normal;
	font-size: 12px;
}

/* ---------------------------------- */
/* Nastavenia */

.m-setting {
	width: 250px;
	float: left;
	margin-right: 30px;
}
.w-zariadenia {
	height: 34px;
	background-image: url(../images/icon/setting.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	padding-left: 80px;
	padding-top: 20px;
	margin-bottom: 15px;
}

.w-zariadenia.srv {
	background-image: url(../images/icon/download2.png);
	background-position: 10px 5px;
	height: 40px;
	background-repeat: no-repeat;
}
.w-zariadenia.no-bg {
	background: none;
}
.w-system {
	height: 34px;
	background-image: url(../images/icon/setting.png);
	background-position: 0px -60px;
	background-repeat: no-repeat;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	padding-left: 80px;
	padding-top: 20px;
	margin-bottom: 15px;
}
.n-link{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-right: 20px;
}
.n-link-active {
	background-color: #eeeeee;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-right: 20px;
}
.w-link{
	background-image: url(../images/icon/arrow-link.png);
	background-repeat: no-repeat;
	background-position: 225px 9px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 15px;
}
.w-link a{
	font-size: 15px;
}
.w-link-active {
	font-weight: bold;
	background-image: url(../images/icon/arrow-link.png);
	background-repeat: no-repeat;
	background-position: 225px 9px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 15px;
	color: #000;
}
.w-link-active a{
	font-size: 15px;
	color: #000;
}

/* ---------------------------------- */
/* Newsletter */

.n-text {
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
