html {
    height: 100%;
}

body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 70%;
    background-image: url('../img/back.png');
	background-repeat: repeat-y;
    color: #000000;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

h1 {
    font-size: large;
    font-weight: bold;
    border-bottom: 1px solid #99B1F6;
}
h2 {
    font-size: medium;
    font-weight: bolder;
    color: Black;
    border-bottom: 1px solid #99B1F6;
}
h3 {
    font-size: medium;
    font-weight: bolder;
    color: #003399;
    border-bottom: 1px solid #99B1F6;   
}
h4 {
    font-size: small;
    font-weight: bold;
    border-bottom: 1px solid #99B1F6;   
    margin: 0px;
    padding: 0px;
}
h5 {
    font-size: 13px;
    font-weight: bold;
}

.text {
    font-size: small;
    font-style: normal;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: justify;
}

.list {
    list-style-position: outside;
    list-style-type: square;
}

.list li {
    margin-top: 10px;
}

.nazev {
    font-weight: bold;
}

#content {
    background-color: White;
    border-bottom: 0px;
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: absolute;
    height: 100%;
    left: 170px;
    top: 0px;
    right: 0pt;
}

#main {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    height: 100%;   
}

#bottomnav {
    height: 20px;
    padding-top: 5px;
    padding-left: 15px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #F6F6F6;
    vertical-align: middle;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-top: 1px dashed #D9D9D9;
    font-size: x-small;
    color: #003399;
    margin: 0px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#leftnav {
    width: 160px;
    height: 100%;
    margin: 0px 0px 0px 0px;
    padding-left: 7px;
    padding-bottom: 30px;
    float: left;
}

#leftnav_top {
    text-align: center;
    font-size: large;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 10px;
}

#leftmenu A:link{
    cursor: pointer;
    text-decoration: none;
    color: #003399;
    display: inline;
    background-color: transparent;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 3px;
    padding-top: 2px;
    font-weight: bolder;
    margin: 0px;
}

#leftmenu A:visited{
    cursor: pointer;
    text-decoration: none;
    color: #003399;
    display: inline;
    background-color: transparent;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 3px;
    padding-top: 2px;
    font-weight: bolder;
    margin: 0px;
}

#leftmenu A:hover{
    cursor: pointer;
    text-decoration: none;
    color: White;
    display: inline;
    background-color: #003399;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 3px;
    padding-top: 2px;
    font-weight: bolder;
    margin: 0px;
}

.menu_title {
    font-weight: bolder;
    padding-left: 1px;
	margin-left: -20px;
}

.menu_title a:link{
    cursor: pointer;
    text-decoration: none;
    color: Black;
    display: block;
    background-color: transparent;
    font-weight: bolder;
    font-size: small;
    margin-left: 0px;
    padding-left: 1px;
}
.menu_title a:visited{
    cursor: pointer;
    text-decoration: none;
    color: Black;
    display: block;
    background-color: transparent;
    font-weight: bolder;
    font-size: small;   
    margin-left: 0px;   
    padding-left: 0px;  
}

.menu_title a:hover{
    cursor: pointer;
    text-decoration: none;
    color: White;
    display: block;
    background-color: #99B1F6;
    font-weight: bolder;
    font-size: small;   
    margin-left: 0px;
    padding-left: 0px;  
}

#loginpanel {
    border: 1px dashed #99B1F6;
    margin-right: 4px;
    background-color: #003399;
    padding: 5px 5px 5px 5px;
    font-size: x-small;
    font-weight: bold;
	color: #FFFFFF;
}

#loginpanel input {
    font-size: small;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: white;
    color: black;
    border: 1px solid #003399;
    margin-left: 15px;
}

#loginpanel .button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
	background-color: white;
    color: #003399;
    border: 1px solid #003399;
    height: 20px;
	margin-top: 3px;
}

#contextpanel {
	border: 1px dashed #003399;
    background-color: #EEEEEE;
    text-align: left;
    padding: 10px;
    font-size: small;
    font-weight: bold;
	font-weight: normal;
}

#content label {
	font-weight: bold;
}

#content input {
    font-size: 85%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: white;
    color: black;
    border: 1px solid #003399;
    /*height: 18px;*/
}

#content select {
    font-size: 85%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: white;
    color: black;
    border: 1px solid #003399;
    /*height: 18px;*/
}

#content textarea {
    font-size: 85%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: white;
    color: black;
    border: 1px solid #003399;
}

#content .button {
    font-size: 85%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: white;
    color: #003399;
	font-weight: bold;
    border: 1px solid #003399;
    /*height: 18px;*/
}

.c_blok {
	border: 1px dashed #003399;
    background-color: #EEEEEE;
    text-align: left;
    padding: 10px;
    font-size: small;
    font-weight: bold;
	font-weight: normal;
}

.c_blok label {
	font-weight: bold;
}

.c_blok input {
    font-size: 85%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: white;
    color: black;
    border: 1px solid #003399;
    /*height: 18px;*/
}

.c_blok select {
    font-size: 85%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: white;
    color: black;
    border: 1px solid #003399;
    /*height: 18px;*/
}

.c_blok textarea {
    font-size: 85%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: white;
    color: black;
    border: 1px solid #003399;
}

.c_blok .button {
    font-size: 85%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: white;
    color: #003399;
	font-weight: bold;
    border: 1px solid #003399;
    /*height: 18px;*/
}

#topnav {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #F6F6F6;
    height: 25px;
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 1px dashed #D9D9D9;
    color: #003399;
    padding-left: 20px;
	line-height: 25px;
}

#topnav A:link {
	cursor: pointer;
    text-decoration: none;
    display: inline;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #003399;    
}

#topnav A:visited{
    cursor: pointer;
    text-decoration: none;
    display: inline;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #003399;
}

#topnav A:hover{
    cursor: pointer;
    text-decoration: none;
    display: inline;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #003399;
    color: white;
}

#cesta {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #F6F6F6;
    height: 25px;
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 1px dashed #D9D9D9;
    color: #003399;
    padding-left: 20px;
	line-height: 25px;
}

#cesta A:link {
	cursor: pointer;
    text-decoration: none;
    display: inline;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #003399;    
}

#cesta A:visited{
    cursor: pointer;
    text-decoration: none;
    display: inline;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #003399;
}

#cesta A:hover{
    cursor: pointer;
    text-decoration: none;
    display: inline;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #003399;
    color: white;
}

#topmenu_right {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    position: absolute;
    right: 3px;
    top: 3px;
}

#print_label {
    height: 20pt;
    font-size: 10px;
    text-align: right;
}

.menu_items {
    list-style-position: outside;
    margin-left: 20px;
    margin-top: 0px;
    padding: 0px;
}

.menu_items li {
    margin-bottom: 2px;
    margin-top: 2px;
    text-indent: 0px;
    text-align: left;
    vertical-align: bottom;
}

.data {
    border: 1px solid #003399;
    border-collapse: collapse;
}

.data th {
    border: 1px solid #003399;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #EEEEEE;
    color: #003399;
    font-weight: bold;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.data td {
    border: 1px solid #003399;
    padding-left: 5px;
    padding-right: 5px;
}

/* styly pro zkracovani obsahu v bunkach */
.data .crop100 {
	overflow: hidden;
	white-space: nowrap;
	width: 100px;
}

.data .crop150 {
	overflow: hidden;
	white-space: nowrap;
	width: 150px;
}

.data .crop200 {
	overflow: hidden;
	white-space: nowrap;
	width: 200px;
}

.required {
    font-size: small;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #F0FFFF;
    color: Black;
    border: 1px solid #4C9ABC;
}

A:link{
    text-decoration: underline;
    color: Blue;
}

A:visited{
    cursor: pointer;
    text-decoration: underline;
    color: Blue;
}

A:hover{
    cursor: pointer;
    text-decoration: underline;
    color: Red;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.important {
    color: red;
	font-weight: bold;
}

.important_blue {
    color: blue;
	font-weight: bold;
}

.small {
    font-size: smaller;
}

/* TOOLTIPS*/
.cotojatka-anchor { border: 4px solid #AFC691; }
.cotojatka { border: 4px solid #ECA999; }

.cotojatka, .cotojatka-anchor { padding: 3px 5px; background: white; }
body > .cotojatka, body > .cotojatka-anchor { font-size: 90%; }
* html .cotojatka, * html .cotojatka-anchor { font-size: 85%; }

@media print {div#contextpanel {background-color: White; color: Black}}
@media print {div#a_print {display: none;}}
@media print {div#leftnav {display: none;}}
@media print {div#topnav {display: none;}}
@media print {div#bottomnav {display: none;}}
@media print {div#content {border: 0px; margin: 0px; left: 0px}}
@media print {.data thead tr {background-color: White; color: Black}}
@media print {.data tfoot tr {background-color: White; color: Black}}

@media screen {div#print_label {display: none;}}