.tx { 
        color: #615f5c; //#114B78;
        font-size: 11px;
			background-color: white; //#f9f9f9; //#F0F0F0;
	//width: 320px;
        margin:0px;
        padding-left: 6px;
        padding-right: 6px;
        padding-bottom: 2px;
        padding-top: 0px; //2px;
        aligh:left;
}


.chart{ 
	position: relative;
	height: 320px; 
	width: 320px;
	//border:0px solid #D2D2D2;
	margin:0px;
	float: center;
        		color: #615f5c; //#515151; //#666;
			font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; //Tahoma, Helvetica, serif; //Arial, Helvetica, sans-serif; //Arial;
	//font-weight: bold;
	//background-color: rgba(160, 160, 160, 0.2);
	//background-color: #E8E8E8;
			background-color: white; //#f9f9f9; /*#F0F0F0;*/
	display: none;
}



.jqplot-yaxis {
			font-size: 0.67rem; //11px; //.7em;
			color: #615f5c;
			font-weight: lighter; //bolder;
}




table.jqplot-table-legend, table.jqplot-cursor-legend {
			border: 1px solid transparent; //1px solid #ccc;
			background-color: transparent; //rgba(255,255,255,0.6);
}


.jqplot-highlighter-tooltip, .jqplot-canvasOverlay-tooltip {
			font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; //Tahoma, Helvetica, serif;
			font-weight: lighter; //bolder;

			border: 1px solid #9eb4d9; //1px solid #ccc;
			border-radius: 3px;
			font-size: 0.68rem; //.75em;
	white-space: nowrap;
			background: white; //rgba(241,241,241,0.5);
			padding: 5px; //1px;
        		color: #515151; //#114B78; //#0080C0; //#666;
}








div.jqplot-table-legend-swatch {
			width: 8; //2px; //0;
			height: 8; //2px; //0;
			border-top-width: 0; //5px;
			border-bottom-width: 0; //5px;
			border-left-width: 0; //6px;
			border-right-width: 0; //6px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
}

td.jqplot-table-legend {
			font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; //Tahoma, Helvetica, serif;
			font-weight: lighter;
			font-size: 0.67rem;
			color: #515151;
}




div.jqplot-table-legend-swatch-outline {
  		border: none; //1px solid #ccc;
	padding: 1px;
}




.clr{clear: both;}











ul#Tabs {
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: bold;
    list-style-type: none;
    padding-bottom: 77px;
   
}
 
#Tabs li.Tab {
    float: left;
    height: 20px;
   background-color: #ffffff;

//background: url(images/tabs3.png) no-repeat -632px 0;
    margin: 0px 0px 0px -35px;
    border-bottom: 1px solid #a2b6cb;
}
 
#Tabs li.Tab a {
    float: left;
    display: block;
   color: #000000;
    text-decoration: none;
    padding: 5px;
}
 
#Tabs li.Tab a:hover {
    background-color: #F0F0F0; 
	//background: url(images/tabs2.png) no-repeat -652px 0;  
    border-bottom: 1px solid #bfe0fe;
     color: #335A85;
}
 
/* Состояние: активная */
#Tabs li.SelectedTab {
    float: left;
    height: 20px;
    
    background-color: #f4f4f4;
    margin: 0px 0px 0px -35px;
   // border-top: 1px solid #a2b6cb;
   // border-right: 1px solid #a2b6cb;
   // border-bottom: 1px solid #fafafa;
    //border-left: 1px solid #a2b6cb;

}
 
#Tabs li.SelectedTab A {
    float: left;
    display: block;
   //color: #666666;
     color: #335A85;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;

}


