﻿div .reportbar{
	-webkit-border-radius: 0px 8px 8px 0px;
	-moz-border-radius: 0px 8px 8px 0px;
	border-radius: 0px 8px 8px 0px; 
	vertical-align: middle;

	height: 16px;
}

div .reportbar.red
{
	background: rgba(255,80,80,1);
	background: -moz-linear-gradient(left, rgba(255, 230, 230,1) 0%, rgba(255,80,80,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 230, 230,1)), color-stop(100%, rgba(255,80,80,1)));
	background: -webkit-linear-gradient(left, rgba(255, 230, 230,1) 0%, rgba(255,80,80,1) 100%);
	background: -o-linear-gradient(left, rgba(255, 230, 230,1) 0%, rgba(255,80,80,1) 100%);
	background: -ms-linear-gradient(left, rgba(255, 230, 230,1) 0%, rgba(255,80,80,1) 100%);
	background: linear-gradient(to right, rgba(255, 230, 230,1) 0%, rgba(255,80,80,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd0d0', endColorstr='#ff6060', GradientType=1 );
		     
	border: solid 1px #c50000;
	background-color: #d9d9d9;
}  

div .reportbar.blue
{
	background: rgba(181,207,232,1);
	background: -moz-linear-gradient(left, rgba(181,207,232,1) 0%, rgba(32,124,229,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(181,207,232,1)), color-stop(100%, rgba(32,124,229,1)));
	background: -webkit-linear-gradient(left, rgba(181,207,232,1) 0%, rgba(32,124,229,1) 100%);
	background: -o-linear-gradient(left, rgba(181,207,232,1) 0%, rgba(32,124,229,1) 100%);
	background: -ms-linear-gradient(left, rgba(181,207,232,1) 0%, rgba(32,124,229,1) 100%);
	background: linear-gradient(to right, rgba(181,207,232,1) 0%, rgba(32,124,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5cfe8', endColorstr='#207ce5', GradientType=1 );
		     
	border: solid 1px #3277c1;
	background-color: #d9d9d9;
}  

div .reportbar.green
{
	background: rgba(246,255,219,1);
	background: -moz-linear-gradient(left, rgba(246,255,219,1) 0%, rgba(145,232,66,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,255,219,1)), color-stop(100%, rgba(145,232,66,1)));
	background: -webkit-linear-gradient(left, rgba(246,255,219,1) 0%, rgba(145,232,66,1) 100%);
	background: -o-linear-gradient(left, rgba(246,255,219,1) 0%, rgba(145,232,66,1) 100%);
	background: -ms-linear-gradient(left, rgba(246,255,219,1) 0%, rgba(145,232,66,1) 100%);
	background: linear-gradient(to right, rgba(246,255,219,1) 0%, rgba(145,232,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ffdb', endColorstr='#91e842', GradientType=1 );
		     
	border: solid 1px #32c177;
	background-color: #d9d9d9;
}  

div .reportbar.orange
{
	background: rgba(250,213,168,1);
	background: -moz-linear-gradient(left, rgba(250,213,168,1) 0%, rgba(255,146,10,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250,213,168,1)), color-stop(100%, rgba(255,146,10,1)));
	background: -webkit-linear-gradient(left, rgba(250,213,168,1) 0%, rgba(255,146,10,1) 100%);
	background: -o-linear-gradient(left, rgba(250,213,168,1) 0%, rgba(255,146,10,1) 100%);
	background: -ms-linear-gradient(left, rgba(250,213,168,1) 0%, rgba(255,146,10,1) 100%);
	background: linear-gradient(to right, rgba(250,213,168,1) 0%, rgba(255,146,10,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad5a8', endColorstr='#ff920a', GradientType=1 ); 
		     
	border: solid 1px #ce560c;
	background-color: #d9d9d9;
}  

div .reportbar.yellow
{
	background: rgba(255,255,0,1);
	background: -moz-linear-gradient(left, rgb(255, 255, 184) 0%, rgb(255, 255, 0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 184,1)), color-stop(100%, rgba(255, 255, 0,1)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 184,1) 0%, rgba(255, 255, 0,1) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 184,1) 0%, rgba(255, 255, 0,1) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 184,1) 0%, rgba(255, 255, 0,1) 100%);
	background: linear-gradient(to right, rgba(255, 255, 184,1) 0%, rgba(255, 255, 0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffa0', endColorstr='#ffff00', GradientType=1 ); 
		     
	border: solid 1px #c5c500;
	background-color: #ffff00;
}  

div .reportbar.steelblue
{
	background: rgba(147,206,222,1);
	background: -moz-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(73,165,191,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(147,206,222,1)), color-stop(100%, rgba(73,165,191,1)));
	background: -webkit-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(73,165,191,1) 100%);
	background: -o-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(73,165,191,1) 100%);
	background: -ms-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(73,165,191,1) 100%);
	background: linear-gradient(to right, rgba(147,206,222,1) 0%, rgba(73,165,191,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=1 );
		     
	border: solid 1px #3277c1;
	background-color: #d9d9d9;
}  
