/* Default CSS Stylesheet for a new Web Application project */

.td_sp_lbl
{
	text-align:right;
	vertical-align:top;
}

.sp_lbl
{
	font-weight:bold;
	color: royalblue;
}

.sp_view
{
	text-align:justify;
}

.td_sp_view
{
	text-align:justify;
}

.abc
{
 	font-size: 16px;
	color: Crimson;	
	font-weight:bold;
}
A.abc
{
	text-decoration:none;
}
A.abc:hover
{
	color:royalblue;
	/*background-color:#a5cd33;*/
}

.abc_selected
{
	font-size: 16px;
	color:  White;	
	font-weight:bold;
	background-color: royalblue;
}
A.abc_selected
{
	text-decoration:none;
}
A.abc_selected:hover
{
	color:Crimson;
}

.a_table_menu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:royalblue;
	font-size:12px;
}
A.a_table_menu
{
	color:royalblue;
	text-decoration:none;
}
A.a_table_menu:hover
{
	color:White;
	background-color:royalblue;
}
/*a_table_menu a{color:Red}
a_table_menu a:link{color:Red}
a_table_menu a:visited{color:Red}
a_table_menu:active{color:Red} */

.a_termin
{
	font-weight: bold;
	color: Crimson;
	/*font-family: arial,verdana,helvetica,sans-serif;*/
	text-decoration:none;
}

.sup_termin
{
	font-size: 12px;
	font-weight: bold;
	color: Crimson;
}

A.a_termin:visited{color:firebrick;}
A.a_termin:hover{color:royalblue;}

.a_row_menu
{
	font-weight: bold;
	color: Crimson;
	font-size:10px;
	/*font-family: arial,verdana,helvetica,sans-serif;*/
	text-decoration:none;
}
A.a_row_menu:visited{color:firebrick;}
A.a_row_menu:hover{color:royalblue;}

.termin_text
{
	color: Blue;	
	font-weight:bold;
}
A.termin_text
{
	text-decoration:underline;
}
A.termin_text:visited
{
	color:navy;
}
A.termin_text:hover
{
	color:red;
}

.div_body_center
{
	font-size: 9pt;
	/*color: brown;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #fff8e9;*/
	text-align:center;
	WIDTH: 95%; 
	POSITION: absolute; 
	TOP: 150px
}

.div_body_center_top
{
	font-size: 9pt;
	/*color: brown;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #fff8e9;*/
	text-align:center;
	WIDTH: 95%; 
}

.header_title
{
	COLOR: White;
	FONT-SIZE: 35px;
    FONT-WEIGHT: bold;
}

.app_head_table
{
	background-color: royalblue/*#a5cd33*/;
	width: 100%;
	height:115px;
	vertical-align: middle;
	font-size: 10px;
	font-weight:normal;
	color: #ffffff;
	margin: 0px;
	padding: 0px
}

.div_image_header 
{
	OVERFLOW: hidden; 
	height:115px;
	width:120px;
	/*text-align:center;
	vertical-align:middle;*/
}

.div_image_header_PODKLAD
{
	OVERFLOW: hidden; 
	height:115px;
	/*width:400px;*/
}

.table_list
{
	border-right: white 1px outset;
	border-top: white 1px outset;
	border-left: white 1px outset;
	width: 18cm;
	border-bottom: white 1px outset;
}
/*.h1_list {color:White; font-family: Arial,Helvetica,sans-serif; font-weight:bold; font-size:18pt;text-align:center;}*/
.th_list {color:White; font-size:12px; font-weight:bold; font-family:Arial,Helvetica,sans-serif; line-height:18px; background-color: royalblue;text-align:center;}
A.th_list {color:white;}
A.th_list:hover{color:Yellow}
.td_odd {font-size:12px; font-family:Arial,Helvetica,sans-serif; line-height:15px;background-color: #e6e6e6;}
.td_even {font-size:12px; font-family:Arial,Helvetica,sans-serif; line-height:15px;}/*background-color: #d4d4d4;}*/
.td_selected
{
	font-size: 10px;
	color: yellow;
	cursor: hand;
	line-height: 15px;
	font-family: Verdana;
	background-color:mediumblue; /*#336699; /*royalblue;*/
}

.th_list_XLS {color:#336699; font-size:11px; font-weight:bold; font-family:Arial,Helvetica,sans-serif; line-height:18px; border-color:Navy; background-color: #d4d4d4;text-align:center;}
.td_odd_XLS {font-size:10px; font-family:Arial,Helvetica,sans-serif; line-height:15px;background-color: White;}
.td_even_XLS
{
	font-size: 10px;
	line-height: 15px;
	font-family: Arial,Helvetica,sans-serif;
	background-color: #efefef;
}

.th_info_table {line-height:15px;}/*background-color: #d4d4d4;text-align:center;}*/
.td_info_table {line-height:15px;}/*background-color: #e6e6e6;}*/

.tab_page_criteria
{
	border-right: gray 2px solid;
	border-top: #336699 4px solid;
	display: none;
	border-left: gray 1px solid;
	border-bottom: gray 2px solid;
	background-color: transparent;
	height:298;
	vertical-align:top
}

.button_add
{
	WIDTH: 39px; 
}

.button_up_down
{
	WIDTH: 57px; 
	font-weight: bold;
	color:White;
	background-color: #336699;/*lightgrey;*/
	cursor:hand;
}

.sp_weclome_last_login
{
	font-size: 10px;
}

.td_weclome
{
	height:17px;
}

.a_login
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:Crimson;
	font-size:12px;
}
A.a_login
{
	color:Crimson;
	text-decoration:none;
}
A.a_login:hover
{
	color:royalblue;
}

.a_welcome_menu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:firebrick;
	font-size:12px;
}
A.a_welcome_menu
{
	color:firebrick;
	text-decoration:none;
}
A.a_welcome_menu:hover
{
	color:red;
}

.a_welcome_menu_big
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:firebrick;
	font-size:14px;
}

.div_header
{
	border-right: 0px;
	border-top: lightgrey 0px solid;
	left: 0px;
	border-left: lightgrey 0px;
	width: 100%;
	overflow:visible;
	/*border-bottom: #0f505a 3px solid;*/
	position: absolute;
	top: 0px;
	height: 116px;
	background-color: White;
	color:Black; 
	font-size:8pt;
}

.a_header_logout
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:firebrick;
}
A.a_header_logout
{
	color:firebrick;
	text-decoration:none;
}
A.a_header_logout:hover
{
	color:blue;
}

.sp_header_big
{
	font-family: verdana,arial,helvetica,sans-serif; 
	font-weight:bold; 
	color:#336699; 
	font-size:13pt;
	text-decoration:none;}


.sp_header_small
{
	font-family: verdana,arial,helvetica,sans-serif; 
	font-weight:normal; 
	color:Black; 
	font-size:9pt;
	text-decoration:none;}

.sp_header_username
{
	font-family: verdana,arial,helvetica,sans-serif; 
	font-weight:normal; 
	color:Black; 
	font-size:7pt;
}

.table_form_dlg
{
	font-family: verdana,arial,helvetica,sans-serif;
	background-color: #99ccff;
	font-size: 9pt;
	color: black;
}

.table_form
{
	border-right: gray 2px solid;
	border-top: silver 1px solid;
	font-size: 9pt;
	border-left: silver 1px solid;
	color: black;
	border-bottom: gray 2px solid;
	font-family: verdana,arial,helvetica,sans-serif;
	background-color: #99ccff;
}

.table_form_header
{
	background-color:#336699;
	font-family: verdana,arial,helvetica,sans-serif; 
	color:White; 
	font-weight:bold;
	font-size:11pt;
	text-align:left;
}

.A_dlg
{
	font-weight: normal;
	color: Navy;	
	font-size:11px;
	font-family: arial,verdana,helvetica,sans-serif;
}	
.A_dlg:hover{color:red;background-color:white;}		

.a_selected
{
	font-weight: normal;
	font-size:11px;
	color: yellow;
	cursor: hand;
	line-height: 15px;
	font-family: arial,verdana,helvetica,sans-serif;
	background-color:mediumblue;/*#336699; /*Blue; /*royalblue;*/
	/*border-color:Blue;
	border-style:solid;
	border-width:medium;*/
}
.a_selected:hover{color:yellow;}		

.div_block_dlg
{
	border-right: gray 1px solid;
	padding-right: 3px;
	border-top: white 1px solid;
	padding-left: 3px;
	padding-bottom: 3px;
	border-left: white 1px solid;
	padding-top: 3px;
	border-bottom: gray 1px solid;
	background-color: #EEEEEE;
}

.dcol_zerro
{
	width:0px;
}

.td_odd_dlg
{
	font-size:10px; font-family:Arial,Helvetica,sans-serif; line-height:15px;background-color: #e6e6e6;
	cursor: hand;
}
.td_even_dlg
{
	font-size:10px; font-family:Arial,Helvetica,sans-serif; line-height:15px;background-color: #d4d4d4;
	cursor: hand;
}
.td_dlg_mouseover
{
	font-size:10px; font-family:Arial,Helvetica,sans-serif; line-height:15px;background-color: #d4d4d4;
	cursor: hand;
	background-color: white;
	color:red;
}


.td_total {font-size:10px; font-family:Verdana; line-height:15px;background-color: #EEEEEE;font-weight:bold;}
.th_foot
{
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	font-family: Verdana;
	background-color: #EEEEEE;
}

A.th_foot
{
	color:Crimson;
}
A.th_foot:visited
{
	color:Crimson;
}

H1
{
	font-weight: bold;
	font-size: 18pt;
	color: royalblue;/* #a5cd33;/*#336699;*/
	font-family: Arial,Helvetica,sans-serif;
	/*text-align: center;*/
}
.cH1
{
	font-weight: bold;
	font-size: 18pt;
	color: royalblue;/*#0f505a*/
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
}

H2{
		font-family: Arial,Helvetica,sans-serif; 
		font-weight:bold; 
		color: royalblue;
		font-size:16pt;}
.cH2{
		font-family: Arial,Helvetica,sans-serif; 
		font-weight:bold; 
		color:royalblue; 
		font-size:16pt;}

H3{
		font-family: Arial,Helvetica,sans-serif; 
		font-weight:bold; 
		color: royalblue;
		font-size:13pt;}
.cH3{
		font-family: Arial,Helvetica,sans-serif; 
		font-weight:bold; 
		color: royalblue;
		font-size:13pt;}
.sp_BBCH{
		font-family: Arial,Helvetica,sans-serif; 
		font-weight:bold; 
		color: royalblue;
		font-size:13pt;
		cursor:help}

H4{
		font-family: Arial,Helvetica,sans-serif; 
		font-weight:bold; 
		color: royalblue;
		font-size:11pt;}
.cH4{
		font-family: Arial,Helvetica,sans-serif; 
		font-weight:bold; 
		color: royalblue;
		font-size:11pt;}

H5{
		font-family: Arial,Helvetica,sans-serif; 
		font-weight:bold; 
		color: royalblue;
 }
.cH5{
		font-family: Arial,Helvetica,sans-serif; 
		font-weight:bold; 
		color: royalblue;
 }

BODY
{
	font-size: 9pt;
	/*color: brown;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-color: white;*/
}
.cBODY
{
	font-size: 9pt;
	/*color: brown;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #fff8e9;*/
	text-align:left;
}

A
{
	font-weight: bold;
	/*color: #ff7f50;*/
	/*font-family: arial,verdana,helvetica,sans-serif;*/
	text-decoration:none;
}
/*A:visited{color:firebrick;}*/
A:hover{color:red;}

.cA
{
	font-weight: bold;
	/*text-decoration: underline;*/
	color:Blue;
}
/*A:visited{color:firebrick;}*/
A.cA:hover{color:red;}

SPAN
{
	font-size: 9pt;
}

BUTTON
{
	font-weight: bold;
	color:White;
	background-color: #336699;/*lightgrey;*/
	cursor:hand;
}

.cBUTTON
{
	font-weight: bold;
	color: White;
	background-color:royalblue;
	cursor:hand;
}

.button_disabled
{
	font-weight: bold;
	color:White;
	background-color: lightgrey;
}

TEXTAREA
{
	font-family:Aria,Helvetica,sans-serif;
}

.sret_success{
	font-weight: normal;
	font-size: 9pt;
	color: green;
	font-family: Arial,Helvetica,sans-serif;
}

.sret{
		font-family: Arial,Helvetica,sans-serif; 
		font-weight:normal; 
		color:red; 
		font-size:9pt;}

.sretmark{
	border-right: red 1px solid;
	padding-right: 1px;
	border-top: red 1px solid;
	padding-left: 1px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 1px;
	margin: 1px;
	border-left: red 1px solid;
	color: White;
	padding-top: 1px;
	border-bottom: red 1px solid;
	font-family: Arial,Helvetica,sans-serif;
	background-color: Red;
}

.sinfomark
{
	border-right: green 1px solid;
	padding-right: 1px;
	border-top: green 1px solid;
	padding-left: 1px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 1px;
	margin: 1px;
	border-left: green 1px solid;
	color: White;
	padding-top: 1px;
	border-bottom: green 1px solid;
	font-family: Arial,Helvetica,sans-serif;
	background-color: Green;
}

.btnimg
{
	border-right: transparent 0px solid;
	padding-right: 0px;
	border-top: transparent 0px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: transparent 0px solid;
	padding-top: 0px;
	border-bottom: transparent 0px solid;
}

.cal
{
	border-right: #99ccff 0px solid;
	border-top: #99ccff 2px solid;
	background: #99ccff;
	margin: 2px;
	vertical-align: middle;
	border-left: #99ccff 1px solid;
	border-bottom: #99ccff 0px solid;
	position: relative;
	cursor: hand;
}
.cal_hover
{
	border-right: silver 1px solid;
	border-top: #99ccff 0px solid;
	border-left: #99ccff 0px solid;
	border-bottom: silver 2px solid;
	background: #99ccff;
	margin: 2px;
	vertical-align: middle;
	position: relative;
	cursor: hand;
}
/*A.cal
{
	border-right: #fff8e9 0px solid;
	border-top: #fff8e9 2px solid;
	border-left: #fff8e9 1px solid;
	border-bottom: #fff8e9 0px solid;
	background: #fff8e9;
	position: relative;
	margin: 2px;
	vertical-align: middle;
	cursor: hand;
}
A.cal:hover
{
	border-right: silver 1px solid;
	border-top: #fff8e9 0px solid;
	border-left: #fff8e9 0px solid;
	border-bottom: silver 2px solid;
	background: #fff8e9;
	margin: 2px;
	vertical-align: middle;
	position: relative;
	cursor: hand;
}*/

/*.zalozka_aktivni
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 9px;
	background-image: url(img/zalozka-aktivni.JPG);
	text-transform: uppercase;
	color: #000000;
	font-family: verdana;
	height: 29px;
}*/
/*.zalozka_mouseover
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 9px;
	background-image: url(img/zalozka-mouseover.JPG);
	text-transform: uppercase;
	color: #000000;
	font-family: verdana;
	height: 29px;
}*/

.toolbar
{
	background-color: white;
}
.toolbar_button
{
	position: relative;
	border-right: buttonface 2px solid;
	border-top: buttonface 2px solid;
	margin: 2px;
	vertical-align: middle;
	border-left: buttonface 2px solid;
	width: 16px;
	border-bottom: buttonface 2px solid;
	position: relative;
	height: 16px;
}
.toolbar_button_mouseover
{
	border-right: gray 3px solid;
	border-top: lightgrey 1px solid;
	background: aliceblue;
	margin: 2px;
	vertical-align: middle;
	border-left: lightgrey 1px solid;
	width: 16px;
	border-bottom: gray 3px solid;
	position: relative;
	height: 16px;
}

.toolbar_button_TD
{
	border-right: gray 1px solid;
	padding-right: 1px;
	border-top: gray 1px solid;
	padding-left: 1px;
	padding-bottom: 1px;
	margin: 1px;
	vertical-align: middle;
	border-left: gray 1px solid;
	width: 16px;
	padding-top: 1px;
	border-bottom: gray 1px solid;
	position: relative;
	height: 16px;
}
.toolbar_button_mouseover_TD
{
	border-right: #336699 1px solid;
	padding-right: 2px;
	border-top: #336699 1px solid;
	padding-left: 0px;
	background: #bcbec4;
	padding-bottom: 2px;
	margin: 1px;
	vertical-align: middle;
	border-left: #336699 1px solid;
	width: 16px;
	padding-top: 0px;
	border-bottom: #336699 1px solid;
	position: relative;
	height: 16px;
}



/*.zalozka_aktivni {
	BACKGROUND-IMAGE: url(../img/zalozka-aktivni.gif); BACKGROUND-COLOR: #c0c0c0
}*/
.ear_active
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 11px;
	background-image: url(img/ear_bgr.gif);
	color: White;
	font-family: arial,verdana,helvetica,sans-serif; 
	height: 29px;
	background-color: #336699;
	text-align: center;
	cursor:hand;
	border-right: #336699 1px solid;
}
.ear_bottom_line
{
	background-color: #336699;
	height:5px;
}

.a_ear_active{color: White;}
.a_ear_active:hover{color: White;}
/*A.ear_active:hover{color: yellow;}*/

/*A.ear_active
{
	font-family: arial,verdana,helvetica,sans-serif; 
	color: White;
	font-weight:bold; 
	text-decoration:none;}	
A.ear_active:hover{color:White;}*/

.ear_pasive{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 11px;
	/*background-image: url(../img/ear_bgr.gif);*/
	background-image: url(img/ear_bgr.gif);
	/*text-transform: uppercase;*/
	/*color: #000000;*/
	font-family: arial,verdana,helvetica,sans-serif; 
	height: 29px;
	BACKGROUND-COLOR: #dedce6;
	text-align:center;
	color:Navy;
	cursor:hand;
	border-right: #336699 1px solid;
}

.ear_mouseover
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 11px;
	/*background-image: url(../img/ear_bgr.gif);*/
	background-image: url(img/ear_bgr.gif);
	color: Red;
	font-family: arial,verdana,helvetica,sans-serif; 
	height: 29px;
	background-color:White;/*Silver; /*#EEEEEE;*/
	text-align:center;
	cursor:hand;
	border-right: #336699 1px solid;
}

.calendar
{
	border-right: gray 1px solid;
	padding-right: 3px;
	border-top: white 1px solid;
	padding-left: 3px;
	padding-bottom: 3px;
	border-left: white 1px solid;
	padding-top: 3px;
	border-bottom: gray 1px solid;
	background-color: #EEEEEE;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	font-family: Verdana,Helvetica,sans-serif;
}
A.calendar {
	font-weight: normal;
	color: #336699;	
	font-size:20px;
	font-family: arial,verdana,helvetica,sans-serif;
	text-decoration: none;
}
A.calendar:hover
{
	color: red;
	background-color: white;
	text-decoration: none;
}
.calendar_selday
{
	font-size: 12px;
	color: yellow;
	line-height: 15px;
	font-family: Verdana,Helvetica,sans-serif;
	background-color: #336699; /*mediumblue;*/
}

.txtval
{
	width: 0px;
	height:0px;
	visibility:hidden
}

.txtdate
{
	WIDTH: 80px; BACKGROUND-COLOR: #dedce6;/*HEIGHT: 22px; */
}
.txttime
{
	WIDTH: 135px; BACKGROUND-COLOR: #dedce6; /* #EEEEEE  HEIGHT: 22px; */
}
.txtdatero
{
	WIDTH: 80px; 
	/*color: brown;*/
	BACKGROUND-COLOR: transparent;
}
.txttimero
{
	WIDTH: 135px; 
	/*color: brown;*/
	BACKGROUND-COLOR: transparent;
}
.txtlist
{
	background-color: #dedce6;
}
.txtro
{
	color: Black;
	BACKGROUND-COLOR: transparent;
}

.txtro_edit_grid
{
	color: Black;
	BACKGROUND-COLOR: transparent;
	font-size:9pt;
	font-family:Arial Narrow;
	width:68px;
}
.txtro_edit_grid_big
{
	color: Black;
	BACKGROUND-COLOR: transparent;
	font-size:9pt;
	font-family:Arial Narrow;
	width:100px;
}
.txtro_edit_grid_small
{
	color: Black;
	BACKGROUND-COLOR: transparent;
	font-size:9pt;
	font-family:Arial Narrow;
	width:45px;
}
.txtro_edit_grid_right
{
	color: Black;
	BACKGROUND-COLOR: transparent;
	TEXT-ALIGN: right;
	font-size:9pt;
	font-family:Arial Narrow;
	width:68px;
}

.txt_edit_grid
{
	font-size:9pt;
	font-family:Arial Narrow;
	width:68px;
}
.txt_edit_grid_big
{
	font-size:9pt;
	font-family:Arial Narrow;
	width:100px;
}
.txt_edit_grid_small
{
	font-size:9pt;
	font-family:Arial Narrow;
	width:45px;
}

.txtstdsize
{
	width:155px;
}

.lbl_help
{
	CURSOR: help;
}

.tab_page
{
	border-right: gray 2px solid;
	border-top: #336699 4px solid;
	display: none;
	border-left: gray 1px solid;
	border-bottom: gray 2px solid;
	background-color: transparent;
}

.section_title
{
	font-weight: bold;
    font-size: 11pt;
    color:royalblue;
}

.section_title_1
{
	font-weight: bold;
    font-size: 11pt;
    color:White;
    background-color:royalblue;
}

.section_title_2
{
	font-weight: bold;
    font-size: 10pt;
    color:royalblue;
    /*background-color:royalblue;*/
}

.section_title_td
{
	border-top: gray 1px solid;
	margin-top: 10px;
	padding-top: 10px;
}

.hr_section_title
{
	color: Gray;
	height: 1px;
}

.div_body
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10.5pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

.table_wait
{
	border-right: gray 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: gray 1px solid;
	background-color: lightgrey;
	font-size: 9pt;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.a_wait
{
	font-weight:normal;
	color: Navy;
}
A.a_wait:hover{color:red;}		

.div_wait
{
	display: none;
	left: 0px;
	width: 99%;
	position: absolute;
	top: 108px;
	left: 0px;
}

.td_wait_header
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: navy;
}


/*A.z {
	COLOR: #000000; TEXT-DECORATION: none
}
A.z:hover {
	COLOR: #ff6600; TEXT-DECORATION: none
}*/
