h3 {
	font-size: 26px;
}
h4 {
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
}

.note {
	font-size: 11px;
}

.mandatory {
	color: #990000;
}
.pom {
	margin: 0px;
	margin-bottom: 8px;
}

table.n_dt td {
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
}


table.data_tbl {
	font-size: 11px;
	text-align: center;
	border: 1px solid #CCCCCC;
}


table.data_tbl th {
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
	/*background-image : url(../img/layout/showcase/background.gif);*/
	background-repeat : repeat;
	background-position: top center;
	color: black;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #CCCCCC;
	height:30px;
}

table.data_tbl td {
	padding: 2px;
	border: 1px solid #CCCCCC;
	padding-left: 3px;
	padding-right: 3px;
	white-space:nowrap;
}

table.data_tbl tr.odd {
	background-color: white;
}

table.data_tbl tr.even {
	background-color: #EEEEEE;
}

table.recipients_tbl {
	font-size: 11px;
	text-align: center;
	border: 1px solid #CCCCCC;
	width:100%;
}

table.recipients_tbl th {
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
	/*background-image : url(../img/layout/showcase/background.gif);*/
	background-repeat : repeat;
	background-position: top center;
	color: black;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #CCCCCC;
	height:15px;
}

input.btn {
	width: 68px;
	height: 23px;
	background-image : url(../img/button.png);
	background-repeat : no-repeat;
	background-position: top left;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-align: center;
	font-family: Tahoma;
	border: 0px;
}
input.btn_blue {
	width: 68px;
	height: 23px;
	background: #003366;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-align: center;
	font-family: Tahoma;
	border: 0;
	border-radius: 15px;
	cursor: pointer;
}

input.btn_cancel {
	background: #990000;
}

input.btn_send {
	background: #1C691C;
}

.step {
    font-weight: 600;
    display: block;
    width: 20px;
    height: 20px;
    background: grey;
    text-align: center;
    border-radius: 50%;
    color: white;
    line-height: 22px;
    float: right;
    margin-right: 30px;
    margin-top: -4px;
}

/* NAVIGACE */
#navigace ul{
	list-style: none;
	padding: 0;
	margin: 0px;
	/*margin-bottom: 10px;*/
	white-space: nowrap;
	width: 100%;
	font-weight: bold;
	float: left;
}

#navigace li {
	display: inline;
}

#navigace ul li a{
	text-align: center;
	float: left;
	padding: 15px!important;
	padding-top: 5px!important;
	padding-bottom: 5px!important;
	margin-right: 1px;
	color: #003366;
	background-color: #F0F0F0;
	text-decoration:none;
	border: 1px solid #CCCCCC;
	font-size: 11px;
}

#navigace ul li a:hover{
	text-align: center;
	color: white;
	background-image : url(../img/nav_bckg.png);
	background-repeat : repeat;
	background-position: top center;
}

#navigace ul li a.active{
	text-align: center;
	color: white;
	background-image : url(../img/nav_bckg.png);
	background-repeat : repeat;
	background-position: top center;
}