* {
  margin: 0px;
  padding: 0px;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
}

body{
	background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(255,255,255,0.69) 31%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(31%,rgba(255,255,255,0.69)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(255,255,255,0.69) 31%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(255,255,255,0.69) 31%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(255,255,255,0.69) 31%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(234,234,234,1) 0%,rgba(255,255,255,0.69) 31%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

background-attachment:fixed;
}

.gradient_gray td
{
	background: #fcfff4; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
}

a{color:#fb7c03;text-decoration:none;}

textarea:focus, input:focus{
    outline: none;
}

.adminLog{
	background-color: yellow;
    clear: both;
    float: right;
    margin-bottom: 5px;
    overflow-x: scroll;
    padding: 10px;
    position: relative;
    width: 700px;	
}

#loginPage{
	background-color:#d8e2e7;
	background-image:url(../../images/backstrip.jpg);
	background-repeat:repeat-x;	
}

#loginPage .logo{
	background-image:url(../../images/logo.png);
	width:353px;
	height:129px;
	position:relative;
	top:230px;
	left:-230px;
	margin:0 auto;
}

#loginPage .formback{
	background-image:url(../../images/form-back.png);
	width:446px;
	height:439px;
	margin:0 auto;
	position:relative;
	left:170px;
	top:-90px;
}

#loginPage .logininput{
	background-image:url(../../images/login-input.png);
	width:343px;
	height:60px;
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
	font-size:26px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	/*color:#FFFFFF;*/
}

#loginPage .loginbutton{
	background-image:url(../../images/login-button.png);
	width:180px;
	height:61px;
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
	font-size:36px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}

#loginPage .loginbutton:hover{
	background-image:url(../../images/login-button-hover.png);
	cursor: pointer;
}

#reportPage{
	margin: 0;
	padding: 0;
}

#reportPage .constHeader{
	background: #CCC; /* for non-css3 browsers */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffefefef', GradientType=0);
	background: -webkit-linear-gradient(top, white 0%, #F9F9F9 50%, #F1F1F1 50.1%, #EFEFEF 100%);
	background: -moz-linear-gradient(center top , #FFFFFF 0%, #F9F9F9 50%, #F1F1F1 50.1%, #EFEFEF 100%) repeat scroll 0 0 transparent;
	
    border: 1px solid #D0D0D0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 0 5px 2px #FFFFFF inset, 0 0 0 #000000;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1),inset 0 0 5px 2px white,0 0 0 black;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1),inset 0 0 5px 2px #fff,0 0 0 #000;
    padding: 4px 20px;
	height:45px;
	position:fixed; 
	top:0px; 
	margin:auto; 
	z-index:100000;
	width:100%
}

.constHeader #container{
	width:960px;
	margin:0 auto;
	position:relative;
}

#reportPage .logo{
	background-image:url(../../images/dash-logo.png);
	height:40px;
	width:179px;
	float:left;
	margin-left:10px;
	margin-top:2px;
	background-repeat:no-repeat;
}

#reportPage #wrapper{
	width:900px;
	margin: 70px auto 0;
	min-height: 650px;
	position:relative;
	z-index:1;
}

#reportPage #reportContent{
	width:748px;
	background-color:#F5F5F5;
	min-height: 600px;
	float:right;
	border:1px solid #03485F;
	
	 box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1), 0 0 5px 2px #FFFFFF inset, 0 0 0 #000000;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1),inset 0 0 5px 2px white,0 0 0 black;
	-moz-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1),inset 0 0 5px 2px #fff,0 0 0 #000;
}

#reportPage #reportMenu{
	width:150px;
	background-color:#FFFFFF;
	height:auto;
	margin-top:50px;
}

#reportPage #clientsInfo{
	width:150px;
	height:auto;	
	position:fixed;
}

#reportPage #clientName{
	color:#666666;
	position:absolute;
	/*left:50px;*/
}

#reportPage #totalTransactions{
	color:#ef9898;
	position:absolute;
	/*left:50px;*/
	bottom:0px;
}

#reportPage #clientLogo{
	background-image:url(../../images/company-icon.png);
	width:36px;
	height:48px;
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
	float:left;
}







#reportPage nav {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 22px;
  margin: 0px auto; /*for display only*/
  width: 150px;
}
 
#reportPage .menu-item {
  background: #fff;
  width: 150px; 
}





/*Menu Header Styles*/

.unactiveH4 {
  border-bottom: 1px solid rgba(0,0,0,0.3);
  border-top: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 5px;
 
  /*Gradient*/
  background: #02a5dc; /* Old browsers */
  background: -moz-linear-gradient(top, #02a5dc 0%, #076585 44%, #03485f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02a5dc), color-stop(44%,#076585), color-stop(100%,#03485f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #02a5dc 0%,#076585 44%,#03485f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #02a5dc 0%,#076585 44%,#03485f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #02a5dc 0%,#076585 44%,#03485f 100%); /* IE10+ */
  background: linear-gradient(top, #02a5dc 0%,#076585 44%,#03485f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a5dc', endColorstr='#03485f',GradientType=0 ); /* IE6-9 */
}




.menu-item h4:hover {  
  background: #005673; /* Old browsers */
  background: -moz-linear-gradient(top,  #005673 0%, #03485f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005673), color-stop(100%,#03485f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #005673 0%,#03485f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #005673 0%,#03485f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #005673 0%,#03485f 100%); /* IE10+ */
  background: linear-gradient(top,  #005673 0%,#03485f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005673', endColorstr='#03485f',GradientType=0 ); /* IE6-9 */
  cursor:pointer;
}

#reportPage .menu-item_green {
  background: #fff;
  width: 150px; 
}

.menu-item_green h4:hover {  
  background: #495F1E; /* Old browsers */
/*  background: -moz-linear-gradient(top,  #A3CF59 0%, #495F1E 100%); /* FF3.6+ */
 /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A3CF59), color-stop(100%,#495F1E)); /* Chrome,Safari4+ */
/*  background: -webkit-linear-gradient(top,  #A3CF59 0%,#495F1E 100%); /* Chrome10+,Safari5.1+ */
/*  background: -o-linear-gradient(top,  #A3CF59 0%,#495F1E 100%); /* Opera 11.10+ */
/*  background: -ms-linear-gradient(top,  #A3CF59 0%,#495F1E 100%); /* IE10+ */
/*  background: linear-gradient(top,  #A3CF59 0%,#495F1E 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A3CF59', endColorstr='#495F1E',GradientType=0 ); /* IE6-9 */
  cursor:pointer;
}

.unactiveH4_green {
  border-bottom: 1px solid rgba(0,0,0,0.3);
  border-top: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  padding: 7px 5px;
 
  /*Gradient*/
  background: #A3CF59; /* Old browsers */
  background: -moz-linear-gradient(top, #A3CF59 0%, #495F1E 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A3CF59), color-stop(100%,#495F1E)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #A3CF59 0%,#495F1E 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #A3CF59 0%,#495F1E 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #A3CF59 0%,#495F1E 100%); /* IE10+ */
  background: linear-gradient(top, #A3CF59 0%,#495F1E 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A3CF59', endColorstr='#495F1E',GradientType=0 ); /* IE6-9 */
}

.activeH4_green{  
  border-bottom: 1px solid rgba(0,0,0,0.3);
  border-top: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  padding: 7px 5px;
  
  background: #495F1E; /* Old browsers */
 /* background: -moz-linear-gradient(top,  #A3CF59 0%, #495F1E 100%); /* FF3.6+ */
 /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A3CF59), color-stop(100%,#495F1E)); /* Chrome,Safari4+ */
 /* background: -webkit-linear-gradient(top,  #A3CF59 0%,#495F1E 100%); /* Chrome10+,Safari5.1+ */
 /* background: -o-linear-gradient(top,  #A3CF59 0%,#495F1E 100%); /* Opera 11.10+ */
 /* background: -ms-linear-gradient(top,  #A3CF59 0%,#495F1E 100%); /* IE10+ */
 /* background: linear-gradient(top,  #A3CF59 0%,#495F1E 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A3CF59', endColorstr='#495F1E',GradientType=0 ); /* IE6-9 */
}

.activeH4{  
  border-bottom: 1px solid rgba(0,0,0,0.3);
  border-top: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 5px;
  
  background: #005673; /* Old browsers */
  background: -moz-linear-gradient(top,  #005673 0%, #03485f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005673), color-stop(100%,#03485f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #005673 0%,#03485f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #005673 0%,#03485f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #005673 0%,#03485f 100%); /* IE10+ */
  background: linear-gradient(top,  #005673 0%,#03485f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005673', endColorstr='#03485f',GradientType=0 ); /* IE6-9 */
}





/*ul Styles*/
.menu-item ul {
  background: #fff;
  font-size: 13px;
  line-height: 30px;
  height: 0px;
  list-style-type: none;
  overflow: hidden;
  padding: 0px;
 
  /*Animation*/
  -webkit-transition: height 1s ease;
     -moz-transition: height 1s ease;
       -o-transition: height 1s ease;
      -ms-transition: height 1s ease;
          transition: height 1s ease;
}

.level2 h4 {
  border-bottom: 1px solid #eee;
  border-left:1px solid #03485F;
  background:none repeat scroll 0 0 #F5F5F5;
}

.level2 ul a {
  margin-left: 7px;
  text-decoration: none;
  color: #333;
  display: block;
  width: 150px;
}

 
.menu-item ul a {
  margin-left: 7px;
  text-decoration: none;
  color: #333;
  display: block;
  width: 150px;
}

 
/*li Styles*/
.menu-item li {
  border-bottom: 1px solid #eee;
  border-left:1px solid #03485F;
  background:none repeat scroll 0 0 #F5F5F5;
}

.l2 li {
  border-bottom: 1px solid #eee;
  border-left:1px solid #03485F;
  background:none repeat scroll 0 0 #F5F5F5;
}

 
.menu-item li:hover {
  background: #eee;
}

.level2 h4:hover {
  background: #eee;
}

.menu-item h4 a {
  color: white;
  text-decoration: none;
  width: 180px;
}

.level2 h4 a {
  color: white;
  text-decoration: none;
  width: 145px;
}


.menu-item_green h4 a {
  color: white;
  font-size:11px;
  text-decoration: none;
  width: 180px;
}

.expander{
	/*width:29px;*/
	height:29px;
	display:block;
	float:right;
	font-size:18px;
	text-align:center;
	position:relative;
	/*left:15px;*/
}


.headerForm select, .headerAjaxSelect, .headerCampaignSelect , .headerAdvertiserSelect {
   background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #666666;
    color: #666666;
    font-size: 12px;
    height: 30px;
    padding: 5px;
    width: 140px;
}

#subinput {
   background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #666666;
    color: #666666;
	height:19px;
    font-size: 12px;
    padding: 5px;
    width: 140px;
}

/*.headerForm option{
    width: 170px;
}*/

/*.headerForm {
    background: url("../images/dropdown-arrow.png") no-repeat scroll right center #DDDDDD;
    float: right;
    height: 34px;
    margin: 12px;
    overflow: hidden;
    width: 170px;
}*/

.headerForm {
     float: left;
    height: 30px;
    margin-left: 8px;
    margin-top: 8px;
    width: 140px;
}

.formWrapper{
	float:left;
	margin-left:20px;
}

.flsubmit{
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	background: #222 url(../../images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	
	background-color: #666666;
	
	top:-2px;
}

.flsubmit:hover{
	background-color:#000;
}

.chartBlock{
	background: -moz-linear-gradient(center top , #FFFFFF 0%, #F9F9F9 50%, #F1F1F1 50.1%, #EFEFEF 100%) repeat scroll 0 0 transparent;
    border: 1px solid #D0D0D0;
    height: 240px;
    margin: 10px auto;
    width: 700px; 
}

.chartBlock:hover{
	background: #eee;
    border: 1px solid #666;
}

.chartBlock div{
	float:left;
	padding:8px;
}

.chartBlock .pieCharts{
	position:relative;
	top:25px;
	width:217px;
}

.chartBlock #titles,.chartBlock #titlesPie{
	float:left;
	z-index:999;
	position:absolute;
	padding:0;
	margin-top:2px;
}

.chartBlock #titlesPie h4{
	 float: left;
    text-align: center;
    width: 233px;
	color:#666;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
}

.chartBlock #titles h4{
	 float: left;
    text-align: center;
    width: 704px;
	color:#666;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
}

.chartBlock #subtitles, .chartBlock #subtitlesPie{
	float:left;
	z-index:999;
	position:absolute;
	padding:0;
}

.chartBlock #subtitlesPie h2{
	 float: left;
    text-align: center;
    width: 233px;
	color:#EF9898;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:22px;
}

.chartBlock #subtitles h2{
	 float: left;
    text-align: center;
    width: 704px;
	color:#EF9898;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:22px;
}

#daterange{
	 background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #666666;
    color: #666666;
    font-size: 12px;
    height: 28px;
    outline: medium none;
    text-align: center;
    width: 204px;
	
}

table.flreptbl
{
	font-family: sans-serif;
	font-size: 8pt;
	border-collapse: collapse;
	border-width: 0;
	width: 100%;
}
th.flreptbl
{
	border-width: 1;
}
.fldet {
	font-size: 8pt;
}
.pgsclass
{
	font-family: sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #0066FF;
	cursor: pointer;

}
.pgsall
{
	font-family: sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FF0000;
	cursor: pointer;

}

.accform td, strong, input, tr, select{
	font-size:14px;
}

/* general styles */

.maintable table, .maintable td{
	font:100% Arial, Helvetica, sans-serif; 
}
.maintable table{width:100%;border-collapse:collapse;margin:1em 0;}
.maintable th, .maintable td{padding:.5em;border:1px solid #fff;}
.maintable th{background:#328aa4 url(tr_back.gif) repeat-x;color:#fff;}
.maintable td{background:#e5f1f4;}
.maintable a{ color:#009; font-size:14px;}

/* tablecloth styles */

.maintable tr.even td{background:#e5f1f4;}
.maintable tr.odd td{background:#f8fbfc;}

.maintable th.over, .maintable tr.even th.over, .maintable tr.odd th.over{background:#4a98af;}
.maintable th.down, .maintable tr.even th.down, .maintable tr.odd th.down{background:#bce774;}
.maintable th.selected, .maintable tr.even th.selected, .maintable tr.odd th.selected{}

.maintable td.over, .maintable tr.even td.over, .maintable tr.odd td.over{background:#ecfbd4;}
.maintable td.down, .maintable tr.even td.down, .maintable tr.odd td.down{background:#bce774;color:#fff;}
.maintable td.selected, .maintable tr.even td.selected, .maintable tr.odd td.selected{background:#bce774;color:#555;}


.devzoneUL{
	padding:8px;
	margin:8px;
}

.params table {
    background-color: #F3F3F3;
    border-collapse: collapse;
}
.params td, th {
    border: 1px solid #AAAFBF;
    padding: 5px;
}

#span_notify {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
/*
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
*/
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-weight:bold;
	font-style:normal;
	height:40px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}

/*START CSS3 BUTTONS*/
/*//////////////////*/
.big, .medium, .small{display: block;
text-align: center;
font-family: 'Oswald',sans-serif;
color: #ffffff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
}

.big{width: 130px;height: 30px;padding: 17px 10px 10px 10px;font-size:24px;}
.medium{padding: 5px 10px 5px 10px;font-size:16px; margin:2px; float:left;}
.small{padding: 3px 10px 3px 10px;font-size:14px; margin:2px; float:left;}
.big:active, .medium:active, .small:active{box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.1);outline: 0 none;}

.red{border:1px solid #622929;
background: #D55857;
background: -webkit-gradient(linear, left top, left bottom, from(#D55857), to(#BD4544));
background: -moz-linear-gradient(top, #D55857,  #BD4544);
background: linear-gradient(#D55857, #BD4544);
}

.red:hover, .red:active{
text-decoration:none;
border-color: #af4949;
background: #ed7574;
background: -webkit-gradient(linear, left top, left bottom, from(#ed7574), to(#D55857));
background: -moz-linear-gradient(top, #ed7574,  #D55857);
background: linear-gradient(#ed7574, #D55857);}

.green{border:1px solid #4E612B;
background: #A3CF59;
background: -webkit-gradient(linear, left top, left bottom, from(#A3CF59), to(#93BC45));
background: -moz-linear-gradient(top, #A3CF59,  #93BC45);
background: linear-gradient(#A3CF59, #93BC45);
}

.green:hover, .green:active{
text-decoration:none;
border-color: #8DAF4B;
background: #C3DC78;
background: -webkit-gradient(linear, left top, left bottom, from(#C3DC78), to(#A3CF59));
background: -moz-linear-gradient(top, #C3DC78,  #A3CF59);
background: linear-gradient(#C3DC78, #A3CF59);}

.blue{border:1px solid #2C5660;
background: #5CB6CE;
background: -webkit-gradient(linear, left top, left bottom, from(#5CB6CE), to(#45A4BA));
background: -moz-linear-gradient(top, #5CB6CE,  #45A4BA);
background: linear-gradient(#5CB6CE, #45A4BA);
}

.blue:hover, .blue:active{
text-decoration:none;
border-color: #4D9BAD;
background: #79C9DA;
background: -webkit-gradient(linear, left top, left bottom, from(#79C9DA), to(#5CB6CE));
background: -moz-linear-gradient(top, #79C9DA,  #5CB6CE);
background: linear-gradient(#79C9DA, #5CB6CE);}

.yellow{border:1px solid #f6d851;
background: #f6d851;
background: -webkit-gradient(linear, left top, left bottom, from(#f6d851), to(#c4ac40));
background: -moz-linear-gradient(top, #f6d851,  #c4ac40);
background: linear-gradient(#f6d851, #c4ac40);
}

.yellow:hover, .yellow:active{
text-decoration:none;
border-color: #c4ac40;
background: #c4ac40;
background: -webkit-gradient(linear, left top, left bottom, from(#c4ac40), to(#695c22));
background: -moz-linear-gradient(top, #c4ac40,  #695c22);
background: linear-gradient(#c4ac40, #695c22);
cursor: pointer;
}

.purple{border:1px solid #60295B;
background: #B261A7;
background: -webkit-gradient(linear, left top, left bottom, from(#B261A7), to(#AF4E9D));
background: -moz-linear-gradient(top, #B261A7,  #AF4E9D);
background: linear-gradient(#B261A7, #AF4E9D);
}

.purple:hover, .purple:active{
text-decoration:none;
border-color: #AD4D9D;
background: #CC7CB4;
background: -webkit-gradient(linear, left top, left bottom, from(#CC7CB4), to(#B261A7));
background: -moz-linear-gradient(top, #CC7CB4,  #B261A7);
background: linear-gradient(#CC7CB4, #B261A7);}

.mustard{border:1px solid #5E5528;
background: #ACA161;
background: -webkit-gradient(linear, left top, left bottom, from(#ACA161), to(#AD9D4D));
background: -moz-linear-gradient(top, #ACA161,  #AD9D4D);
background: linear-gradient(#ACA161, #AD9D4D);
}

.mustard:hover, .mustard:active{
text-decoration:none;
border-color: #AA9A4C;
background: #CCBE7D;
background: -webkit-gradient(linear, left top, left bottom, from(#CCBE7D), to(#ACA161));
background: -moz-linear-gradient(top, #CCBE7D,  #ACA161);
background: linear-gradient(#CCBE7D, #ACA161);}
/*//////////////////*/
/*END CSS3 BUTTONS*/


#box-table-a {
    border-collapse: collapse;
    font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size: 12px;
	margin-bottom:20px;
	margin-left:0px;
    text-align: center;
   /* width: 98%; */
}
#box-table-a th {
    background: none repeat scroll 0 0 #f6d851;
    border-bottom: 1px solid #FFFFFF;
    border-top: 4px solid #f6d851;
    color: black;
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
	text-align:left;
}
#box-table-a td {
    background: none repeat scroll 0 0 #cccccc;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid transparent;
    color: black;
    padding: 2px;
	vertical-align:middle;
}
#box-table-a tr:hover td {
    background: none repeat scroll 0 0 #acabab;
    color: black;
}

.google-visualization-table-tr-over-gray td:hover td {
    background: none repeat scroll 0 0 #cccccc !important;
    color: black;
}

thead{
	border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;	
}

div.export_box
{
	background-color: white;
	width: 200px;
	margin-left: 22px;
	margin-top: 10px;
	border: 1px solid #D0D0D0;
	/*border-radius: 25px;*/
	height: 60px;
	float:left;
	padding: 0px;
	cursor: pointer;
}

.export_icon
{
	width: 48px;
	height: 48px;
	margin-left: 15px;
	margin-top: 5px;
	float: left;
}

.export_link
{
	color: black;
	text-decoration: none;
	font-size: 14px;
	margin-left: 5px;
	margin-top: 20px;
	float: left;
}


div.export_box_old
{
	background-color: white;
	width: 300px;
	margin-left: 200px;
	margin-top: 10px;
	border: 1px solid #D0D0D0;
	border-radius: 25px;
	height: 60px;
}

.export_icon_old
{
	width: 48px;
	height: 48px;
	margin-left: 15px;
	margin-top: 5px;
	float: left;
}

.export_link_old
{
	color: black;
	text-decoration: none;
	font-size: 14px;
	margin-left: 5px;
	margin-top: 20px;
	float: left;
}


.arrow-down {
     height:0px;
     width:0px;
     border:none;
     border-top:5px solid #000000;
     border-left:5px solid rgba(0,0,0,0);
     border-right:5px solid rgba(0,0,0,0);
     
    float: right;
	margin-top: 6px;
}

.dropdown_filters 
{
  margin: 8px 0px 0 8px;
  position: relative;
  text-align: left;
  float: left;
  background: none repeat scroll 0 0 #EEEEEE;
  border: 1px solid #666666;
  color: #666666;
  font-size: 12px;
  height: 18px;
  padding: 5px;
  width: 145px;
}
.dropdown_submenu
{
  position: absolute;
  top: -2px;
  left: -3px;
  z-index: 100;
  width: 161px;
  display: none;
  padding: 40px 0 5px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  background: none repeat scroll 0 0 #EEEEEE;
}
.dropdown_filters li a 
{
color: #555555;
display: block;
padding: 6px 15px;
cursor: pointer;
text-decoration:none;
}

.dropdown_filters li a:hover
{
background:#155FB0;
color: #FFFFFF;
text-decoration: none;
}
a.dropdown_title 
{
line-height: 16px;
  color: #555;
  position: absolute;
  z-index: 110;
  display: block;
  padding: 11px 0 0 20px;
  height: 28px;
  width: 135px;
  margin: -10px 0 0 -10px;
  text-decoration: none;
  cursor: pointer;
}
.dropdown_list
{
list-style:none;
margin:0px;
padding:0px;
font-size: 11px;
border-top:1px solid #dedede;
}

.dropdown_list li
{
	  margin-left: 3px;
}

.class_li_showcol
{
	display: block;
  float: left;
 	margin-right: 20px;
	font-size: 11px;
}
