/* ================= root  ================= */

body
	{
	text-align: left;
	font-size: 12px;
	font-family: "Verdana", sans-serif;
	background-attachment: scroll;
	background-color: #ffffff;
	color: Black;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
        }

/* ================= layout stranky ================= */
#stripe {
    position: absolute;
    top: 50px;
    background-color: #00055f;
    height: 20px;
    width: 100%;
}
	    

#workbench {
    margin:0 auto;
    position:relative;
    top: 0px;
    height: 70px;
    width:1000px;
    
}

#page {
    margin:0 auto;
    position:relative;
    top: 0px;
    width:1000px;
}

#content {
    position: relative;
    border-bottom: solid 1px #c0c5dc;
    padding-bottom: 5px;
    }
.content_context
    {
    width: 800px;
    left: 190px;
    padding-left: 10px;
    border-left: solid 1px #c0c5dc;
    }
.content_wide
    {
    width: 1000px;
    left: 0px;
    }


#foot {
  position: absolute;
  bottom: -55px;
  right: 1px;
  text-align: right;
  font-size:9px;
  color: #606070;
  font-style : italic;
  height: 50px;
}
   
        

/* BAR - rychle odkazy a hledani */
#bar {
    position: absolute;
    padding: 0px 0px 0px 0px;
    top: 20px;
    right: 0px;
    text-align: right;
    height: 30px;
    z-index: 150;
}

#bar input
    {
    display: inline;
    background-color: #f0f0f0;
    color: black;
    border: solid 1px #00055c;
    }

#bar .pad {
    height: 20px;
    padding-left: 10px;
    margin-right: 10px;
    border-left: solid 1px silver;
    font-size: 12px;
    font-weight: bold;
    display: inline;
    }
    
#bar .pad a {color: black;}
#bar .pad a:hover {color: blue;}

#bar .icons
{
    position: absolute;
    width: 200px;
    left: -210px;
    top: -3px;
    text-align: right;
}



/* ikonky */
#logo {
    position: absolute;
    left: 65px;
    top:0px;
    z-index: 2;
    border: none;
}

#menubutton {
    display: block;
    position: absolute;
    left: 15px;
    top: 30px;
    width: 36px;
    height: 36px;
 
    z-index: 200;
}

#kms {
    position: absolute;
    padding: 0 0 0 0;
    top: 60px;
    left: 20px;
    z-index: 100;
}




#contextmenu
{
    position: absolute;
    top: 0px;
    left: -190px;
    width: 180px;
    margin-top: 5px;
    padding-top: 15px;
    padding-bottom: 25px;
    padding-right: 5px;
   
}



#tailmenu
{
    position: absolute;
    bottom: 2px;
    left: -190px;
    width: 180px;
    padding-top: 5px;
    padding-bottom: 25px;
}

#contextmenu input,
#contextmenu select,
#tailmenu input
{
    display: block;
    border: none;
    background-color: #606060;
    color: white;
    font-weight: bold;
    width: 180px;
    margin-left: 0px;
    margin-bottom: 3px;
    text-indent: 0px;
    padding: 2px 2px 2px 2px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

#contextmenu .textfield,
.textfield
{
    width: 170px;
    padding: 2px 4px 4px 4px;
    margin-bottom: 0px;
    border: solid 1px gray;
    background-color: #e0e0e0;
    color: black;
    
}


#contextmenu hr,
#tailmenu hr
{
    width: 190px;
    margin: 10px 0px 10px 0px;
    border: none;
    border-bottom: solid 1px silver;
}

#contextmenu .c0 {background-color: #b03030;}
#contextmenu .c1 {background-color: #303080;}
#contextmenu .c2 {background-color: #606000;}
#contextmenu .c3 {background-color: #606060;}
#contextmenu .c4 {background-color: #108010;}



.head {}
.tail {
    padding-top: 10px;
    padding-bottom: 0px;
    border-top: solid 1px #c0c5dc;
    text-align: center;
        }

/* ================= commons ================= */

form
 {
 	/*text-align: center;*/
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 12px;
	font-family: "Verdana", sans-serif;
}

input, select
{
    font-family: "Verdana", sans-serif;
/*	font-weight : bold;*/
    margin-bottom: 3px;
    border: none;
    background-color: #606060;
    color: white;
    margin-left: 0px;
    font-size: 13px;
    padding-left : 5px;
    padding-right : 5px;
    padding-top : 2px;
    padding-bottom : 2px;
}



td {
	padding: 3px 3px 3px 3px;
	}

th {
	padding: 2px 2px 2px 2px;
	font-weight : normal;
	}

p {
	padding: 0 0 0 0;
	text-align: justify;
	text-indent : 30px;
	margin-top: 0px;
	margin-bottom: 10px;
	}

pre {
	text-align: left;
	text-indent : 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:12px;	
	}
	

a {
	color: #909000;
	text-decoration:none;
	}
    
.forceblack {
    color: #000000;
    }

.navlink {
	color: #ffffff;
	font-weight : bold;
	text-decoration:none;
	}

.invlink {
    color: #bbbbbb;
    font-weight : bold;
    text-decoration:none;
    background-color: #dddddd;
    }


a:hover {
	color: #FF0000;
	text-decoration:none;
	}

.center
    {
    text-align:center;
    }
/* --------- headers ------- */
	
h1
	{
        border-bottom: solid 2px #c0c5dc;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    
        text-align: left;
	font-size : 18px;
	font-weight : bold;
	text-align: center;
        margin-top: 0px;
    }
h1 .description
    {
    font-size : 14px;    
    font-style: italic;
    }

	
h2
    {
    width: 100%;
    background-color: #e0e0e0;
    text-align: center;
    font-size: 13px;
    font-weight: bold;    
    padding: 2px 0px 2px 0px;
    margin: 10px 0px 10px 0px;
    border-bottom: solid 1px black;
    }

.content_context h2
{
       position: relative;
       left: -5px;
       width: 810px;

}

#contextmenu h2
{
       position: relative;
       left: 0px;
       width: 180px;
       background-color: white; 
}
    
h3
    {
    font-size : 15px;
    font-style: italic;
    font-weight : bold;
    text-decoration: underline;
    padding: 5px 5px 5px 5px;
    }

    
.sectiontitle
    {
    position: absolute;
    font-size: 13px;
    font-weight: bold; 
    top: auto;
    left: -200px;
    width: 200px;
    text-align: left;
    border-top: solid 1px silver;
    color: #505050;
    padding-bottom: 2px;
    padding-top: 2px;
    text-indent: 20px;
    }

.blockpad
    {
    margin-top: 10px;
    margin-bottom: 10px;
    }

/* --------- general formating ------- */
.small
	{
	font-size : 10px;
	}


.stamp
{
    font-size: 10px;
    padding : 2px 5px 2px 5px;
    color: #606060;
}

.big
	{
	font-size : 18px;
	}

.caption {
	color: #2020e0;
}

.value {
	font-weight : bold;
        color: black;
}

.units {
	font-style : italic;
    font-weight : normal;
	font-size : 80%;
}

.description {
    font-weight : normal;
    font-style : italic;
	color: #404040;
}


/* ------------- rules ------------ */	

hr
{
      border: solid 1px #c0c5dc;
  	margin-bottom : 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}

/* ------------ GUI messages ----------- */

.message {
    font-weight : bold;
    font-size: 12px;
    color : black;
    background-color: yellow;
    border: dotted 1px black;
    text-align : center;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-top: 5px; 
    padding-bottom: 5px;
}

.spam {
	font-weight : bold;
	font-size: 12px;
	color : #d0d0d0;
    background-color: #f8f8f8;
    border: dotted 1px #e0e0e0;
	text-align : center;
    margin-bottom: 5px;
    margin-top: 5px;
	padding-top: 5px; 
	padding-bottom: 5px;
}


.exception {
	background-color: #C03030;
	font-weight : bold;
	color : Yellow;
	text-align : center;
	padding-top: 5px; 
	padding-bottom: 5px;
}

/* ===== MAIN MENU ====== */
/* menu */
#mainmenu
{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    z-index: 150;
    background-color: #00055c;
    
    width: 220px;
    
}
#mainmenu div
{
    margin-bottom: 3px;
    margin-left: 15px;
    margin-right: 35px;
    
    font-size: 12px;
    font-weight: bold;
}

#mainmenu a {color: white;}
#mainmenu a:hover {color: red;}

