/* CSS Document */


/* udaje k webu */

html {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	
}

.main_box_web {
	position: relative;
	width: 700px;
	text-align: left;
	background-color: #EFFDFF;
}

body, input, select {
	font-family: Arial;
	font-size: 11px;
}

.logout_butt {
	font-size: 10px;
}


.top_box {
	background-color: #FFFFFF;
	background-image: url(../img/top_bg.png);
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 50;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
}

.top_box .logo {
	margin: 5px;
	margin-left: 20px;
}

.fld {
	height: 35px;
}

.main_menu_box {
	border-top: 2px solid #7E7E7E;
	border-bottom: 1px solid #363636;
	background-image: url(../img/main_menu_bg.png);
	background-repeat: repeat-x;
	background-color: #7D7D7D;
	font-size: 12px;
	color: #FFFFFF;
	z-index: 50;
	position: absolute;
	width: 100%;
	top: 49px;
	left: 0px;
	white-space: nowrap;
}


.main_menu_box .logged_user {
	float: right;
	padding: 7px;
}


.main_menu_box .active_category {
	float: left;
	width: 150px;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}

.main_menu_box .main_menu {
	padding: 6px;
	padding-left: 160px;
	font-weight: bold;
	font-size: 14px;
}

.main_menu_box a {
	color: #FFFFFF;
	text-decoration: none;
}



.table_content_box {
	height: 100%; 
	position: absolute;
	top: 0px; 
	left: 0px; 
	z-index: 1; 	
}



.left_menu_box {
	background-color: #D3D2D2;
	width: 150px;
	border-right: 1px solid #7E7E7E;
	vertical-align: top;
	padding-top: 77px;
}

.left_menu_box .left_menu .part_name {
	font-weight: bold;
	border-top: 2px solid black;
	border-bottom: 1px solid black;
	padding-left: 5px;
	background-color: #EAEAEA;
	margin-top: 4px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
}

.left_menu_box .left_menu .item {
	padding-left: 15px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.left_menu_box .left_menu .item a {
	font-size: 14px;
	text-decoration: none;
}

.left_menu_box .left_menu .item a:hover {
	text-decoration: underline;
	color: #FF5900;
}


h1 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
}


.content {
	padding: 10px;
	float: left;
	width: 850px;
	vertical-align: top;
	overflow: auto;
	bottom: 0px;
	top: 73px;	
	left: 150px;
	position: absolute;
}

.content_popup_box {
	padding: 10px;
	width: 100%;
}


.label_list fieldset {
	padding: 5px;
	margin: 0px;
	margin-bottom: 10px;
}

.label_list legend {
	font-weight: bold;
	font-size: 13px;
	background-color: #FFFFFF;
}

.label_list label {
	background-color: #EAEAEA;
	margin-top: 1px;
	margin-right: 5px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 150px;
	text-align: right;
	float: left;
	border-bottom: 1px solid #B8B7B7;
	border-left: 1px solid #B8B7B7;
	background-image: url(../img/field_label_bg.png);
	background-repeat: repeat-x;
}

.label_list label img {
	vertical-align: middle;
}

.label_list .label_rewrite {
	background-color: transparent;
	margin: auto;
	width: auto;
	text-align: left;
	float: none;
	border: 0px;
	background-image: none;
}

.label_list .right_part {
	margin-left: 160px;

}

.label_list .switch_lg_item {
	background-image: url(../img/switch_lg_bg.png);
	background-repeat: no-repeat;
	padding: 2px;	
	padding-left: 4px;
	padding-right: 6px;
}

.label_list .switch_image {
	border: 1px solid #B0AFAF;
}

.label_list .submit_butt{
	background-image: url(../img/submit_butt_bg.png);
	background-repeat: repeat-x;
	width: 100px;
	height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}

.label_list .delete_butt {
	background-image: url(../img/delete_butt_bg.png);
	background-repeat: repeat-x;
	width: 100px;
	height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}

.label_list .upl_add_bt {
	background-image: url(../img/delete_butt_bg.png);
	background-repeat: repeat-x;
	width: 165px;
	height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}


.label_list .delete_sml_butt {
	background-image: url(../img/delete_butt_bg.png);
	background-repeat: repeat-x;
	width: 100px;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}

.label_list .edit_sml_butt, .edit_sml_butt{
	background-image: url(../img/submit_butt_bg.png);
	background-repeat: repeat-x;
	width: 100px;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}


.label_list .cancel_butt {
	background-image: url(../img/cancel_butt_bg.png);
	background-repeat: repeat-x;
	width: 100px;
	height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}

.label_list .common_butt {
	background-image: url(../img/common_butt_bg.png);
	background-repeat: repeat-x;
	height: 20px;
	color: #FFFFFF;
	cursor: pointer;
}

.login_butt{
	background-image: url(../img/submit_butt_bg.png);
	background-repeat: repeat-x;
	width: 70px;
	height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}





.clear {
	clear: both;
	margin-bottom: 3px;
}

input, textarea {
	border: 1px solid black;
	font-size: 11px; 
	font-family: Arial;
	padding-left: 2px;
}

input.text {
	width: 160px;
}

input.text_long {
	width: 300px;
}

input.text_number {
	width: 50px;
}

input.text_date {
	width: 60px;
}
input.text_datetime {
	width: 100px;
}

input.check {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

select.sel_middle {
	width: 300px;
}
select.sel {
	width: 165px;
}


form {
	margin: 0px;
	padding: 0px;
}

.hand {
	cursor: pointer;
}

textarea {
	width: 300px;
}

.warning {
	color: #FF0000;
	font-weight: bold;
	white-space: nowrap;
}

.alert {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	border: 2px dashed #FF0000;
	width: 97%;
	padding: 5px;
	text-align: center;
	margin-bottom: 15px;
	
}














.main_box {
	width: 950px;
	text-align: left;
}


a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #D40101;
}

.no_float {
	float: none;
}


.req {
	color: #FF0000;
}


.extra_small {
	font-size: 9px;
	font-weight: normal;
}


/* Definice LIST*/
.table_list {
	width: 98%;
}

.table_list th {
	background-color: #EAEAEA;
	border: 1px solid #D3D2D2;
	text-align: left;
	font-size:12px;
	white-space: nowrap;	
}

.table_list .detail_col {
	width: 40px;
}

.table_list td {
	border: 1px solid #EAEAEA;
}

/* Definice obrazku */
.main_image_box {
	text-align: center;
}

.main_image_box img {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #B0AFAF;
}


/* Definice praveho boxu cellspacing="0" cellpadding="0" width="98%"*/

.table_right_part {
	vertical-align: top; 
	width: 210px;
}

.table_right_part fieldset {
	width: 200px;
}

/* image list */
.image_list {
	float: left;
	width: 200px;
	height: 220px;
	border: 1px solid #D3D2D2;
	margin: 2px;
	padding: 2px;
	text-align: center;
}

.click{
	cursor: pointer;
}

img{
	border: 0px;
}








.menu_box{
	text-align: center;
	padding-top: 6px;
	padding-bottom: 15px;
}
.menu_box a{
	padding-left: 13px;
	padding-right: 13px;
	font-size: 14px;
	font-weight: bold;
}

.content_box{
	padding-left: 15px;
	padding-right: 15px;
	min-height: 460px;
	font-size: 13px;
}

.footer_box{
	height: 15px;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
}


.login_tbl{
	padding-top: 30px;
}


.down_tbl{
	padding-left: 20px;
}
.down_tbl a{
	font-size: 14px;
	font-weight: bold;
}

.main_login_box{
	float: right;
}

.main_login_box .login_tbl{
	padding-right: 40px;
}

.down_gal{
	float: right;
	width: 190px;
}

.down_gal_img{
	float: right;
	padding-right: 40px;
	width: 150px;
}

.demo_title{
	float: left;
	font-size: 12px;
	font-weight: bold;
	width: 80px;
	padding-left: 10px;
	padding-right: 10px;
}
.demo_data{
	font-size: 11px;
	text-align: left;
}

.profil_fish{
	float: left;
	padding: 5px;
	padding-right: 15px;
}

.content_box table.screen{
	font-weight: bold;
	margin-left: -10px;
}

h1.main{
	position: absolute;
	right: 110px;
}
