@charset "utf-8";

/***** Charts *****/

.chartsHeaderEn{		
	font-family: Roboto Condensed;
	font-weight: 700;	
	font-size: 18px;
	color: #333333;
	position:relative;
}

.chartsHeaderAr{	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	color: #da152a;
}
  
.ChartParentDiv
{
	position:relative;
	float:left;	
    margin-left: 15.5px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom:15px;
	background-color:white;
}

.ChartHeaderDiv{
	text-align: left !important;
    position: relative;
    top: 10px;
    margin-bottom: 15px;
    height: auto; 
}

.ChartHeaderTextEn{	
	display:block;
    font-family: Roboto Condensed;
	font-weight: 700;
    font-size: 14px;   
    color: #333333;
    vertical-align: middle;
    position: relative;
    top: 0px;
    left: 10px;
}

.ChartHeaderTextAr
{
	display:block;
	clear:both;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    vertical-align: middle;
    position: relative;
    top: 0px;
    left: 10px;
}

.chartInnerTitle{
	position: absolute;
	top: 155px;
	left: 75px;
	text-align: center;
}

.shareDiv{	
	position:relative;
	top:-10px;
	text-align:right;
	margin-right:10px;	
}

.chartShare{
	position:relative;
	top:5px;
}

.mapChart{
	position: absolute;
    top: 50px; 
	left:0px;
	width:440px;
	height:300px; 
	background-image:url(../images/mapbig.jpg);
	background-repeat:no-repeat;
}

.ChartInnerTextEn
{	
	display:block;
    font-family: Roboto Condensed;
	font-weight: 700;
    font-size: 11px;    
    color: #333333;
    vertical-align: middle;
    position: relative;
    top: 0px;
    left: 0px;
}

.ChartInnerTextAr
{
	display:block;
	clear:both;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    vertical-align: middle;
    position: relative;
    top: 0px;
    left: 0px;
}

.chartShadowDiv{
	position: absolute;
	top: 230px;
	left: 35px;
	width: 158px;
	height: 104px;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
}


.ChartMaximizeButton
{
    position: absolute;
    top: 7px;
    right: 0px;
    cursor: pointer;
}

.ChartDiv
{
    position: relative;
    top: 0px;
    bottom: 0px;
    border-color: Gray;
    border-style: solid;
    border-width: 1px;   
    text-align: center;
}

.ChartLabels
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #7E7E7E;
    position: relative;
    top: 0;
    margin-right: 7px;
}

.ChartTextField
{
    height: 21px;
    width: 100px;
    position: relative;
    top: 0px;
    font-family: Arial !important;
    font-size: 12px !important;
    font-weight: bold !important;
    margin-right: 7px;
    vertical-align: middle !important;
}

.ChartTextField input
{
    font-family: Arial !important;
    font-size: 12px !important;
    font-weight: bold !important;
    color: Black !important;
    vertical-align: middle !important;
}

.ChartTableHeader
{
    background-color: #D5D5D5;
}

.ChartTableHeaderCell
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #49494a;
}

.ChartTableRow
{
    background-color: #FFFFFF;
    height: 25px;
}

.OddChartTableRow
{
    background-color: #f7f7f7;
    height: 25px;
}

.ChartTableCell
{
    font-family: Arial;
    font-size: 12px;    
    color: #888888;
    text-align: left;
}

.ChartTableRowSelected
{
    height: 25px;
}

.ChartTableRowHover
{
    height: 25px;
}

.googleChart{
	display:inline-block;
	zoom:1;
	*display:inline;
}

.ChartNoData{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #808080;
    vertical-align: middle;
    text-align: center;
    position: relative;
}