﻿body {
}

.DynDivBoxAnalytics
{
    display:none;
    border:solid 1px #c5d9e8;
    background-color:white;
    position:absolute;
    text-align:left; 
    padding:5px;
    vertical-align:top; 
    padding-right:3px;
    padding-top:-2px;
       
}

.gridViewExport {
    width: 100%;margin-top: 10px;border: solid 0px #000000;background-color: #EEEEEE;text-align: right;margin-right: 10px;vertical-align: middle;padding: 5px;height:30px;margin-bottom:10px;
}

.calenderFrame
{
    background-color: white; 
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #c5d9e8; 
    width: 210px; 
    float: right;
    height:25px;
    cursor:pointer;
    margin-top:7px;       
    }
    
  
.imagemark
{
    border:solid 0px #0000ff;
    background: url(images/darrow.png) no-repeat;
    display: block;
    height: 20px;
    width:20px;
    cursor:pointer;
    float:right;
    padding-top:3px;
    margin-top:03px;
}
.Upimagemark
{
    border:solid 0px #0000ff;
    background: url(images/uarrow.png) no-repeat;
    display: block;
    height: 20px;
    width:20px;
    cursor:pointer;
    float:right;
    padding-top:3px;
}

.smallChartImage {
    width: 90%; 
    height: 25px; 
    cursor: pointer; 
    padding:5px;
    padding-right: 10px;
    float: right;
    background: url(images/chartIcon.png) no-repeat;
}


.smallCharts
{
    float: left;
    width: 30%;
    margin-left: 40px;      
    margin-top: 10px;
    height: 30px;
}

.smallChartsMouseOver
{
    float: left;
    width: 30%;
    margin-left: 40px;      
    margin-top: 10px;
    height: 30px;
    border:solid 1px #D6D6D6;
    border-color:
}

.selectedmargincolor
{  
     background-color:#E0EFF6;
}
  .selectedimage
{
    background-image:url(images/rightarrow.png);
    background-repeat:no-repeat; 
    background-position:right center;
    background-color:#E0EFF6;   		
}

.LnkButton
{
    border:solid 0px #37A7DE;
	margin:0px;
	
    font-size:11px;
	font-weight:bold;
	padding-bottom:4px;
	color: #ffffff;
	width:100px;
	height:22px;		
	cursor:pointer;
	border-radius:4px;
	-moz-border-radius:4px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.LineChartToolTip
{
    
    visibility: hidden; 
    width: 170px;
    height: 25px; 
    margin: 18px 0; 
    padding: 18px 20px;
    background-color: white; /* easy rounded corners for modern browsers */
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px; 
    border-radius: 6px; 
    border: 1px solid #c5d9e8;
    padding: 10px 10px;
}

#reportSourceTable tr td > a {
    cursor:pointer;
}





.pager{width:100%; margin:auto;border:solid 0px #ff0000;line-height:30px;margin-top:3px;}
.prevpage{ display:block; width:30px; height:30px; border:solid 1px #ccc; cursor:pointer; background:url(images/leftarrow_enable.png) no-repeat scroll center center transparent;-moz-border-radius:6px;border-radius:6px; background-color:#E3F1F7;}
.nextpage{margin-left:5px;display:block; width:30px;height:30px; border:solid 1px #ccc; cursor:pointer;  background:url(images/rightarrow_enable.png) no-repeat scroll center center transparent;-moz-border-radius:6px;border-radius:6px; background-color:#E3F1F7;}
.prevpagedisable{display:block;width:30px; height:30px; border:solid 1px #ccc;background: url(images/leftarrow_disable.png) no-repeat scroll center center transparent;-moz-border-radius:6px;border-radius:6px; background-color:#E3F1F7;}
.nextpagedisable{margin-left:5px;display:block; width:30px; height:30px; border:solid 1px #ccc;background: url(images/rightarrow_disable.png) no-repeat scroll center center transparent;-moz-border-radius:6px;border-radius:6px; background-color:#E3F1F7;}

.prevpage_new{ display:block; width:60px; height:60px; cursor:pointer; background:url(images/leftnav.png) no-repeat scroll center center transparent;-moz-border-radius:6px;border-radius:6px; }
.nextpage_new{display:block; width:60px;height:60px;  cursor:pointer;  background:url(images/rightnav.png) no-repeat scroll center center transparent;-moz-border-radius:6px;border-radius:6px; }