/* Buttons */
a.button{
	display:block;
	border:1px solid #7C7A74;
	background-color:#696760;
	text-decoration:none; color:#fff; font:bold 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding:2px 5px 2px 18px;
	width: fit-content;}
.button:hover{
	border:1px solid #B3B2A5;
	background-color:#848273}
.login, .switch, .settings{
	background:url(../img/button_icon_login.gif) no-repeat;
	background-position:3px 3px;}
.switch{
	background:url(../img/button_icon_switch.gif) no-repeat;	
	background-position:3px 3px;
	margin:0 10px 0 10px}
.settings{
	background:url(../img/button_icon_settings.gif) no-repeat;	
	background-position:3px 3px;}
.prihlas{background:url(../img/button_icon_yes.gif) no-repeat; background-position:5px 3px; padding-left:24px}
.odhlas{background:url(../img/button_icon_no.gif) no-repeat; background-position:5px 3px; padding-left:24px}
.buttonDisabled.prihlas{background:url(../img/button_icon_yes_disabled.gif) no-repeat #9B9991; background-position:5px 3px; padding-left:24px;}
.buttonDisabled.odhlas{background:url(../img/button_icon_no_disabled.gif) no-repeat #9B9991; background-position:5px 3px; padding-left:24px;}
.back{background:url(../img/button_icon_back.gif) no-repeat; background-position:5px 3px; padding-left:24px}
.next{background:url(../img/button_icon_next.gif) no-repeat; background-position:5px 3px; padding-left:24px}
.add{background:url(../img/button_icon_add.gif) no-repeat; background-position:5px 3px; padding-left:24px}
/* Navigation */
#menu_main{
	width:100%; height:30px; min-width:976px;
	margin-top:10px}
#menu_main a, #menu_main_submenu a{
	display:block; float:left;
	height:22px;
	padding:8px 10px 0 10px;
	font:bold 13px Arial, Helvetica, sans-serif;
	text-decoration:none; color:#fff}
#menu_main a:hover{background-color:#FF9C53}
#menu_main a.current{background-color:#832B00}
#menu_main a.menu_main_disabled{color:#4B6E00}
#menu_main_submenu{
	width:100%; height:22px;
	margin-top:1px;
	background-color:#959384}
#menu_main_submenu a{
	display:block; float:left;
	border:none;
	height:14px;
	padding:4px 10px 4px 10px;
	font:bold 11px Arial, Helvetica, sans-serif;
	text-decoration:none; color:#fff}
#menu_main_submenu a:hover{background-color:#57544D}
#menu_content{
	float:left;
	width:230px;
	padding-bottom:15px;}
#menu_content ul{list-style-type: none; margin-top: 25px; margin-left: -8px}
#menu_content ul ul{
	margin: 8px 0 10px 15px;}
#menu_content ul li{margin-bottom:8px}
#menu_content ul li a{
	display:block;
	font:bold 14px Arial, Helvetica, sans-serif; line-height:14px;
	background:url(../img/bullet_big_gray.png) no-repeat;
	background-position:0 5px;
	padding-left:10px;
	text-decoration:none; color:#777369}
#menu_content ul li a:hover, #menu_content ul li a.current{
	background:url(../img/bullet_big_orange.png) no-repeat;
	background-position:0 5px;
	color:#FF6D24;}
#menu_content ul li li a:hover, #menu_content ul li li a.current{
	background:url(../img/bullet_small_orange.png) no-repeat;
	background-position:0 4px;
	color:#FF6D24;}
#menu_content ul li a.current, #menu_content ul li li a.current, #menu_content ul li a.current:hover, #menu_content ul li li a.current:hover {
	color:#3E3C37}
#menu_content ul li a.current span, #menu_content ul li li a.current span, #menu_content ul li a.current span:hover , #menu_content ul li li a.current span:hover {
	color:#3E3C37}
#menu_content ul li li a.current, #menu_content ul li li a.current:hover{
	border:none; 
	background:url(../img/bullet_small_orange.png) no-repeat;
	background-position:0 4px;
	color:#181714}
#menu_content ul li li a{
	font:bold 12px Arial, Helvetica, sans-serif; line-height:12px;
	background:url(../img/bullet_small_gray.png) no-repeat left center;
	padding-left:8px;
	text-decoration:none; color:#777369}
#menu_content ul li a.disabled, #menu_content ul li a.disabled:hover{
	background:url(../img/bullet_big_gray.png) no-repeat left center;
	color:#adadad}

/* pagination */
table.paginator td a{color:#181714}
table.paginator td a:hover{color:#FF6D24}
.pagePrev,.pageNext,.pageStart,.pageEnd{display:block;width:16px;height:16px;background:url(../img/paginator_back.gif) no-repeat center center}
.pageNext{background:url(../img/paginator_next.gif) no-repeat center center}
.pageStart{background:url(../img/paginator_start.gif) no-repeat center center}
.pageEnd{background:url(../img/paginator_end.gif) no-repeat center center}


/* localeSelector */
.localeSelector{padding-left:10px}
.localeSelector a{text-decoration:none;}
.localeSelector span{background:url('../img/locale-sk.gif') no-repeat left top;padding:2px 0 2px 25px;margin-right:4px;font:bold 10px Tahoma,Verdana,Arial,sans-serif!important}
.localeSelector span.RU{background-image:url('../img/locale-ru.gif')}
.localeSelector span.EN{background-image:url('../img/locale-en.gif')}
.localeSelector span.active{color:#fff;background-position:bottom left;}