
.ReportTitle {
	font-family: Verdana;
	font-size: 20px;
	color:black;
	text-decoration: none;
}

.ReportSubTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:Green;
	border-style:none;
	background-color:white;
	color:Green;
	text-decoration: none;
	width:100;
}

.ReportText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:black;
	text-decoration: none;
}


.ParameterText
{
	font-family:Verdana;
	font-size:small;
	color:Green
}

.ParameterTextBox
{
	 color:Blue;
	 font-family:Verdana;
	 font-size:small;
}
.Grid
{
	background-color:Lime
}

.gridItem
{
	 font:Arial;
	 font-size:medium
	  
	 
}

.linkItem
{
	font:arial;
	font-size:medium;
	color:White;
	
}

.graybtn, .graybtn:visited {
    
    text-transform:uppercase;
    font-size:12px;
    font-family:Arial;
    border:0px;
    background:#2075cc url(Images/btn.png) repeat-x;	
	color:white;
	font-size:12px;   
    font-weight:bold;    
}


.buttonbg 
{
    -webkit-border-radius:0.5em 0.5em 0.5em 0.5em;
	-moz-border-radius:0.5em 0.5em 0.5em 0.5em;
	border-radius:0.5em 0.5em 0.5em 0.5em;
	-khtml-border-radius: 0.5em 0.5em 0.5em 0.5em;
	
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	
    cursor: pointer;
    display: inline-block;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    margin-top: 5px;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    color:white; 
}
.buttonbg:hover
{
	color:white;	
	
    -webkit-border-radius:0.5em 0.5em 0.5em 0.5em;
	-moz-border-radius:0.5em 0.5em 0.5em 0.5em;
	border-radius:0.5em 0.5em 0.5em 0.5em;
	-khtml-border-radius: 0.5em 0.5em 0.5em 0.5em;
	
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	
    cursor: pointer;
    display: inline-block;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    margin-top: 5px;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);   
	color:White;
    

}
