/*==========================
	Author: Pavel Prochazka
	Created:4.2.2009
	Project:FARNOST LOSTICE
	Licence:GNU/GPLv3
=============================*/
/*here will be defined general control items such as buttons, inputs, lists etc....*/

.main_button
{
	display:block;
	text-align:center;
	font:bold 1em Verdana;
	text-decoration:none;
	color: #074477;
	background:#FACE56;
	margin:0px 0px 10px 64px;
	width: 116px;
    height:20px;
    max-height: 24px;
    padding: 4px 5px 4px 5px;
    float: left;
}

.single_button_space{
    display: block;
    min-width: 10px;
    min-height: 1px;
    position: relative;
    float: left;
}

.single_button{
    display:block;
	text-align:center;
	font:bold 1em Verdana;
	text-decoration:none;
	color: #074477;
    position: relative;
    padding: 2px 4px 2px 4px;

    border-color: #5ba7e7;
    border-left: 1px solid #5ba7e7 ;
    border-top: 1px solid #5ba7e7;
    border-right: 1px solid #5ba7e7;
    border-bottom: 0px solid #5ba7e7;

    background-color: #f1f8fd;
    width: 122px;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    
}

.single_buttons_container {
    margin: 0px;
    padding: 0px;
    width: 656px;
    height: 21px;
    /*border: 1px solid;*/
}

.href_a{
    vertical-align: top;
}

.main_button:hover{
	color:black;
	background: #f8b90c;
}

.submenu_div{
    position: relative;
    float: right;
    top: -38px;
    left: 36px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
    display: none;
    width: 102px;
    height: 0px;
    background: blue;
    z-index: 10;
}

.submenu_button
{
    display:block;
	text-align: center;
    font-weight: bold;
	text-decoration:none;
	color: #074477;
	background:#FACE56;
	width: 100px;
    border: 1px solid blue;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    z-index: 1000;
}

.submenu_button:hover
{
    color:black;
	background: #f8b90c;
}

.menu_content{
    min-height: 292px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 256px;
    vertical-align: top;
    float: left;
}

.decrease{
    font-weight: bold;
    color: blue;
    background-color: white;
    width: 32px;
    height: 32px;
    border: solid 2px;
    padding: 16px;
    z-index: 102;
    cursor: pointer;
}

.increase{
    font-weight: bold;
    color: blue;
    background-color: white;
    width: 32px;
    height: 32px;
    border: solid 2px;
    padding: 16px;
    z-index: 102;
    cursor: pointer;
}

.close{
    font-weight: bold;
    color: blue;
    background-color: white;
    width: 128px;
    height: 32px;
    border: solid 2px;
    padding: 16px;
    z-index: 102;
    position: relative;
    float: right;
}

.wnd{
    background-color: white;
    width: 800px;
    max-height: 780px;
    margin: 0 auto;
    position: relative;
    top: 80px;
}

