﻿.racun_hint{ font-family: Arial, Helvetica, sans-serif; font-size: 9px; border:solid 1px;background-color:#FFF8C6;}
	
div#pnlSubPrva {
    border-bottom: 1px solid #fff;
}

span#lblList {
    border: 1px solid #fff;
}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0;
}
.ui-tabs-nav a {
    margin: 0 0 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    z-index: 2;
    margin-top: 0px;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 0;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}

/*.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    /*cursor: text;
}*/
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    /*border: 1px solid #003366;*/
    /*border-top: 25px solid #003366;*/
    padding: 0;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

ul#subminitabs li a {
	height: 14px;
	padding: 3px 6px 3px 6px;
}
ul#subminitabs li.ui-tabs-selected, ul#subminitabs li.ui-tabs-selected a {
    background-color: #fff;
}
ul#subminitabs li.ui-tabs-selected {
    border-bottom: 1px solid #fff;
}
ul#subminitabs li.ui-state-active, ul#subminitabs li.ui-state-active a:hover {
    color: #000;
}



/* _________________________________> SUB MENU 2 <_________________________________ */

div#submenu2 {
	width: 938px;
	height: 22px;
	margin: 25px 0 0 1px;
	background: #fff url(../img/submenu2border.gif) bottom left no-repeat;
	background: #fff none;
	border-bottom: 1px solid #797979;
}

div#submenu2 ul {
	list-style: none;
	margin: 0 0 0 14px;
	padding: 0;
	font-size: 12px;
}

/* _______________>>> normal */

div#submenu2 ul li {
	display: block;
	height: 21px;
	margin: 0 4px 0 0;
	padding: 0;
	background: transparent url(../img/submenu2center.gif) 0 0 repeat-x;
	background: #ccc none;
	float: left;
	border-left: 1px solid #797979;
	border-top: 1px solid #797979;
	border-right: 1px solid #797979;
	border-bottom: 1px solid #797979;
}

div#submenu2 ul li a {
	display: block;
	height: 22px;
	margin: 0;
	padding: 0;
	background: transparent url(../img/submenu2left.gif) 0 0 no-repeat;
	background: transparent none;
	color: #000;
	float: left;
	font-weight: bold;
}

div#submenu2 ul li a span {
	display: block;
	margin: 0;
	padding: 0;
	height: 18px;
	padding: 4px 10px 0 10px;
	background: transparent url(../img/submenu2right.gif) 100% 0 no-repeat;
	background: transparent none;
	float: left;
}

/* _______________>>> hover */

div#submenu2 ul li:hover {
	background: transparent url(../img/submenu2center.gif) 0 -23px repeat-x;
	background: #8e8e8e none;
	cursor: pointer;
}

div#submenu2 ul li a:hover {
	background: transparent url(../img/submenu2left.gif) 0 0 no-repeat;
	background: #8e8e8e none;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

html>body div#submenu2 ul li a:hover {
	background: transparent url(../img/submenu2left.gif) 0 -23px no-repeat;
	background: transparent none;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

div#submenu2 ul li a span:hover {
	background: transparent url(../img/submenu2right.gif) 100% -23px no-repeat;
	background: transparent none;
	cursor: pointer;
}

/* _______________>>> selected */

div#submenu2 ul li.sm2selecttab {
	background: transparent url(../img/submenu2center.gif) 0 -46px repeat-x;
	background: transparent none;
	border-bottom: 1px solid #fff;
}

div#submenu2 ul li.sm2selecttab:hover {
	background: transparent url(../img/submenu2center.gif) 0 -46px repeat-x;
	background: transparent none;
	cursor: pointer;
}

div#submenu2 ul li.sm2selecttab a {
	background: transparent url(../img/submenu2left.gif) 0 -46px no-repeat;
	background: transparent none;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

div#submenu2 ul li.sm2selecttab a:hover {
	background: transparent url(../img/submenu2left.gif) 0 -46px no-repeat;
	background: transparent none;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

div#submenu2 ul li.sm2selecttab a span, div#submenu2 ul li.sm2selecttab a span:hover {
	background: transparent url(../img/submenu2right.gif) 100% -46px no-repeat;
	background: transparent none;
	cursor: pointer;
}



div.finizvj
{
	clear:both; margin: 0 20px; padding-right: 10px;
}
span.pl17
{
	padding-left:17px;
}


.chartPopup
{
float: left;
height: 25px;
width: 100%;
background: rgb(0,51,102);
color:white;
}

.chartPopupTitle
{
    margin: 1% 0% 0% 5%;
}

.chartPopupAlign
{
    margin-left:5%;
}

.chart
{
    width:680px !important;
    min-height:350px !important;
    margin:30px;
}

.popupNumbers
{
	color: #fff;
	background: white; /*transparent url(../images/rbpozadina.gif) 0 0 no-repeat;*/
	padding-left: 4px;
	padding-right: 4px;
}

   #chartPopupFilter
        {
            border: 1px solid Gray;
            position: absolute;
            top: 17.8%;
            left: 0px;
            width: 350px;
            height: 450px;
            /*display: none;*/
            background-color: White;
            z-index: 120;
        }
#chartRadarSmall
{
    cursor:pointer;
    margin-top:-10px;
}
