/* rozlozenie stranky */
body
{
	background-image: url(img/bg\.png);
	background-repeat: repeat-x;
	background-color: #868c9a;
	margin: 0px;
	padding: 0px;
}
#container, #footer
{
	width: 1005px;
	margin: 0 auto;
}
#container
{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#main
{
    background-color: #ffffff;
}
#top
{
	background-image: url(img/top_bg.png);
	/* height: 78px; */
	height: 38px;
	border-bottom: 1px solid #ffffff;
}
#flash
{
    background-image: url(img/flash_bg.png);
    background-repeat: repeat-x;
    height: 155px;
}
#menu
{
	background-image: url(img/menu_bg.png);
    height: 52px; /* 52px pozadie*/
    padding-bottom: 5px;
}
#left
{
	width: 190px;
	padding: 0px;
/*    background-color: #ffff00; */
    float: left;
}
#right
{
	width: 190px;
	padding: 0px;
	float: right;
/*	background-color: #00ffff; */
}
#center
{
    /* margin-left: 200px; */
	/* margin-right: 200px; */
	margin: 0px;
	float: left;
	width: 615px;
	padding: 5px;
/*    height: 3000px; */
}
#main .column
{
}
#footer
{
    background-image: url(img/footer_bg.png);
    background-repeat: repeat-x;
    height: 28px;
}

#box_left, #box_right
{
    margin-bottom: 4px;
}
#box_left .box_top
{
    background-image: url(img/col_left_top.png);
    background-repeat: no-repeat;
    background-position: top;
    height: 33px;
}

#box_left .box_middle
{
    background-image: url(img/col_left_bg.png);
    background-repeat: repeat-y;
}

#box_left .box_bottom
{
    background-image: url(img/col_left_bottom.png);
    background-repeat: no-repeat;
}

#box_right .box_top
{
    background-image: url(img/col_right_top.png);
    background-repeat: no-repeat;
    height: 33px;
}
#box_right .box_middle
{
    background-image: url(img/col_right_bg.png);
    background-repeat: repeat-y;
}
#box_right .box_bottom
{
    background-image: url(img/col_right_bottom.png);
    background-repeat: no-repeat;
}
#box_right .box_bottom, #box_left .box_bottom
{
    background-position: bottom;
    height: 9px;
    font-size: 0px;
    margin: 0px 0px 3px 0px;
    padding: 0px;
}

/* rovnaka vyska stlpcov */
#main
{
    overflow: hidden;
}
#main .column
{
    /* padding-bottom: 1001em; /* X + padding-bottom */
    /*margin-bottom: -1000em; /* X */
}

/*** oprava footer - aby sa nezobrazoval scrollbar na rozliseni 1024x768 ***/
* html body
{
}

/* ostatne doplnujuce styly */
.clear { clear: both; height: 0px; line-height: 0px; padding: 0px; margin: 0px; font-size: 0px; border: none; position: relative; }
.f_right { float: right; }
.f_left { float: left; }
.end { float: left; }
form { margin: 0px; padding: 0px; }
a img { border: none; text-decoration: none; }

#top { text-align: right; }
#top .login_name, #top .login_form
{
    line-height: 30px;
    color: #ffffff;
    padding: 3px 25px;
}
#top .login_name { padding-right: 55px; }
#top .login_form { color: #ffe75f; }
#top .login_form input.top
{
    width: 100px;
    font-size: 12px;
}

#center #box
{
    margin: 0px;
    padding: 0px;
}
#center #box .heading
{
    margin: 0px;
    padding-left: 18px;
    line-height: 31px;
    background-color: #868686;
}
#center #box .body
{
    padding: 18px;
    background-color: ##CFCFCF;
}

/* buttom menu */
a.button_menu:link, a.button_menu:visited
{
    background-image: url(img/menu_arrow_down.png);
    background-repeat: no-repeat;
    background-position: center 18px;
    text-decoration: none;
    color: #535353;
    padding-bottom: 12px;
}
a.button_menu:hover
{
    background-position: center 16px;
}


a.button_left_menu:link, a.button_left_menu:visited
{
    background-image: url(img/arrow_right.png);
    background-repeat: no-repeat;
    background-position: 98% 60%;

    text-decoration: none;
    color: white;

    padding-right: 10px;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: bold;
}
a.button_left_menu:hover
{
    color: yellow;
    background-position: 100% 60%;
}


/* button rezervuj si */
a.button_rezervujsi:link, a.button_rezervujsi:visited
{
    background-image: url(img/button_rezervujsi.png);
    background-repeat: no-repeat;
    background-position:  7px;
    width: 96px;
    text-decoration: none;
}
a.button_rezervujsi:hover
{
    background-position: 1px 8px;
}

/* button hladaj */
a.button_hladaj
{
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}
a.button_hladaj:hover
{
    color: #ffe75f;
}

/* formatovanie textu */
body
{
    font-family: Bookman Old Style, Times New Roman;
    font-size: 12px;
}
#main .column
{
    text-align: justify;
}
div.box_top h4
{
    line-height: 33px;
    margin: 0px;
    padding: 0px 0px 0px 14px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
}
div.box_middle
{
    padding: 7px 7px 0px 7px;
    color: #ffffff;
}
div.box_middle input, div.box_middle select
{
    width: 150px;
}
#menu div
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    background-image: url(img/menu_delimiter.png);
    background-position: right;
    background-repeat: no-repeat;
    float: left;
    line-height: 52px;
    text-align: center;
    vertical-align: middle;
    padding: 0px 26px;
}
h1.nadpis1
{
    font-size: 30px;
    color: #686868;
    font-weight: normal;
    margin: 3px 0px 5px 0px;
    padding: 3px 0px;
}
.nadpis2
{
    font-size: 16px;
    color: #fefefe;
}
.nadpis3
{
    font-size: 16px;
    color: #868686;
    /* margin-top: 10px; */
    margin: 3px 0px 5px 0px;
    padding: 3px 0px;
}
div.search_result
{
    background-color: #e1e1e1;
    height: 37px;
    margin-bottom: 3px;
    padding-left: 30px;
    padding-right: 5px;
    line-height: 37px;
}
div.search_result a
{
    height: 100%;
    line-height: 0px;
}
div.search_result a img
{
    position: relative;
    top: 8px;
}
div.search_result p { padding: 0px; margin: 0px; }
.yellow { color: #ffe75f; }
.box_top { color: #ffffff; }

.concern_list
{
	background-color:#868686;
}

a.button_concern_list:link, a.button_concern_list:visited
{
    text-decoration: none;
    color: #000000;

    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
}
a.button_concern_list:hover
{
	text-weight: bolder;
    text-decoration: underline;
}

table.service td
{
    text-align          : center;

}

table.calendar
{
	text-align: center;
	color:black;
	font-size: 10px;
}

table.calendar a
{
	font-weight: bold;
	text-decoration: none;
	color: black;
	font-size: 12px;
}

table.calendar td
{
	width:	25px;
	height:	25px;
}

table.calendar sup
{
	font-size: 8px;
}

td.normal
{
	background-image: url(img/calendar/normal_back.jpg);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}
td.weekend
{
	background-image: url(img/calendar/weekend_back.jpg);
    background-repeat: no-repeat;
}
td.old
{
	background-image: url(img/calendar/old_back.jpg);
    background-repeat: no-repeat;
}

td.holiday
{
	background-image: url(img/calendar/holiday_back.jpg);
    background-repeat: no-repeat;
}
td.selected
{
	background-image: url(img/calendar/selected_back.jpg);
    background-repeat: no-repeat;
}
td.today
{
	background-image: url(img/calendar/today_back.jpg);
    background-repeat: no-repeat;
}

td.normal a, td.weekend a, td.old a, td.holiday a, td.selected a, td.today a
{
    padding: 6px 3px;
    border: 0px solid black;
}


td.table_head
{
	font-weight: bold;
	color: black;
	font-size: 14px;
}

div.rezervacia
{
	height: 60px;
	width:  101px;
	text-align: middle;
	background-color: #D12421;

}

div.rez_top
{
	/*height:30px;*/
	font-weight:bold;
	background-color: #E1E1E1;
	font-size: 12px;
}
div.rez_top_inner
{
	padding-left:10px;
	padding-top:9px;
	background-color: #E1E1E1;
	paddig-top:15px;
	font-weight:bold;
}
div.rez_bot
{
	/*height:30px;*/

	vertical-align: middle;

}
div.rez_bot_inner_normal
{
	padding-top:	3px;
	padding-left: 	3px;
	background-color: #E1E1E1;
	border-top: 2px solid white;
	padding-bottom: 3px;
    height          :27px;
}

div.rez_bot_inner_rezer
{
	border-top: 2px solid white;
	font-weight:	bold;
	font-size: 		12px;
	background-color: #D12421;
	padding-top:	6px;
	padding-bottom: 6px;
	text-align: 	center;
	color:			white;
}
div.rez_bot_inner_rezer_a
{
	border-top: 2px solid white;
	font-weight:	bold;
	font-size: 		12px;
	background-color: #D12421;
    
	text-align: 	center;
	color:			white;
    height:         40px;
}

div.rez_bot_inner_rezer_a a
{
	text-decoration: none;
	color: white;
}
div.rez_bot_inner_current
{
	border-top: 2px solid white;
	font-weight:	bold;
	font-size: 		12px;
	background-color: #6699FF;
    height:         40px;
	/*padding-top:	7px;
	padding-bottom: 7px;*/
	text-align: 	center;
}

div.rez_bot_inner_free
{
	border-top: 2px solid white;
	font-weight:	bold;
	font-size: 		12px;
	background-color: #3FF23F;
	/*padding-top:	7px;
	padding-bottom: 7px;*/
	text-align: 	center;
    height:         40px;
}


#rezervacie_matr
{
	width:550;
}
#rezervacie
{
	padding-left:10px;
	font-size:	 12px;
}
.rezer
{
	border-bottom: 1px solid black;
}

.zrus_button
{
	background:url(img/zrus_rezer.jpg) no-repeat left top;
	width:  47px;
	height: 18px;
	font-size: 0px;
	line-height: 0px;
	border: 0px none;
}

.zaregistrujsi_button
{
	background:url(img/button_rezervujsi.png) no-repeat left top;
	width:  95px;
	height: 22px;
	font-size: 0px;
	line-height: 0px;
	border: 0px none;
	cursor:				pointer;
}

.zaregistrujsi_button_aktreg
{
	background:url(img/button_aktreg.png) no-repeat left top;
	width:  95px;
	height: 22px;
	font-size: 0px;
	line-height: 0px;
	border: 0px none;
	cursor:				pointer;
}


tr.right_box_buttons
{
	height: 22px;
	width:	176px;
	background-image: 	url(img/col_right_bg.png);
    background-repeat: 	repeat-y;

}

div.right_button_content
{
	padding-top:		4px;
	padding-bottom:		4px;
	background-image: 	url(img/right_box/bg.jpg);
	width:				70px;
	background-repeat: 	none;
    color:				white;
	font-weight:		bold;
	vertical-align:		middle;
	cursor:				pointer;
}

div.right_button_content_sel
{
	padding-top:		4px;
	padding-bottom:		4px;
	background-image: 	url(img/right_box/bg_sel.jpg);
	width:				70px;
	background-repeat: 	none;
    color:				#ffe75f;
	font-weight:		bold;
	position:			relative;
	top:				1px;
	cursor:				pointer;

}


td.right_button_content_matr
{
	padding-left:		6px;
	padding-right: 		12px;
	height:				22px;
	text-align: 		center;
}

table.right_box_times
{
	background-color: #868686;
}

table.right_box_times td
{
	width:80px;
	font-size: 10px;
	height: 			15px;
	background-repeat:	none;
	border: 			0px none;
	text-align:			center;

}
tr.right_box_times_tablehead td
{
	font-size: 12px;
	font-weight: bold;
}
td.right_box_time_reserved
{
	background-image: 	url(img/right_box/time_reserved.jpg);

	color:				black;
}

td.right_box_time_reserved a
{
	display:	block;
	font-weight:bold;
	text-decoration: none;
	color:				black;
}
td.right_box_time_normal
{
	background-image: 	url(img/right_box/time_normal.jpg);
	background-repeat:	none;
	color:				black;
}
td.right_box_time_normal a
{
	display:	block;
}
select.search_box
{
	width: 100px;
}

.left_menu_search
{
	background:url(img/left_menu_search.jpg) no-repeat left top;
	font-size: 0px;
	line-height: 0px;
	border: 0px none;
	width:				70px;
	height:				18px;
	background-repeat:	none;
	cursor:				pointer;

}

input
{
	border-width: 1px;
	border-color:		#868686;
	background-color: 	#FFFFFF;
	font-family:		Arial;
}

fieldset
{
	background-color:	#ffffdf;
    border: 2px solid #ffe75f;
}

select { background-color: #ffffff; }

legend
{
	font-weight:	bold;
	font-family:	Bookman Old Style, Times New Roman;
	color: #000000;
}

a.user_list:link, a.user_list:visited, a.user_list:active
{
	color: 				black;
	text-decoration: 	none;
	font-size:			12px;

}

a.user_list:hover
{
	text-decoration:	underline;
}

.time_service
{
	width: 22px;

}

.rezervacia_podrobnosti
{
	background-color: #EDEDED;
}
a.black:link, a.black:visited
{
	color: #000000;
}
a.boxlogin:link, a.boxlogin:visited
{
	font-weight: 12px;
	color: #FFE75F;
	font-weight: bold;
	text-decoration: none;
}
a.boxlogin:hover
{
	text-decoration: underline;
}
.bold
{
	font-weight: bold;
}
.red
{
	color: red;
}
a.profil        { font-family: arial; color: #868686; text-decoration: none; font-weight: bold; }
a.profil:hover  { font-family: arial; color: #868686; text-decoration: underline }

.info_vasvyber { background-color: #ffffdf; padding: 5px; }
.vv_nadpis { font-size: 18px; font-weight: bold; margin-bottom: 5px; width: 120px; }
.vv_zmenit { font-size: 12px; }
.vv_zmenit a, .vv_zmenit a:link, .vv_zmenit a:visited { color: red; }
.vv_zmenit a:hover {text-decoration: none; }

.vv_popis1 { font-size: 14px; font-weight: bold; width: 120px; text-align: left; }
.vv_popis2 { font-size: 14px; font-weight: bold; width: 84px; text-align: left; padding-left: 36px; }
.vv_text1  { font-size: 14px; }
.vv_detail { font-size: 12px; padding-left: 20px; }
.vv_detail a, .vv_detail a:link, .vv_detail a:visited { color: red; }
.vv_detail a:hover { text-decoration: none; }

#info_vasvyber .row { padding-left: 1px; }

select.sbox, select.sbox_process, input.sbox_process { width: 300px; }
td.sbox { width: 100px; font-weight: bold }
td.sbox_process {width: 150px; }

div.login_error_message
{
    text-align: left;
    color: #ff9999;
}

div.error_message { font-weight: bold; color: red; }
table.firma_vyberzakaznika { width: 400px; }
fieldset.firma_vz { }

div.rezervacne_boxy { margin: 0px auto; width: 530px; }

