﻿.btnExcel
{
	background: url(/images/iconReportExcel.gif) no-repeat top left;
	padding-left: 20px;
	padding-bottom: 2px;
	color: #5382A1;
	text-decoration: none;
	border: none;
	background-color: transparent;
	vertical-align: middle;
    cursor: pointer;
	/*margin-top:-5px;*/
}


/* legendFieldset for small groups of controls in a fieldset with a legend */

/*<fieldset class="legendFieldset">
		<legend>Course</legend>
*/
fieldset.legendFieldset
{
	border: solid 1px silver; /*#A9C3D2;*/
	padding: 5px 5px 5px 5px;
	width: 98%;
	/*background-color: #C0C0C0; */
	/*width:758px;*/
}

fieldset.legendFieldset legend
{
	/*color: #A9C3D2;*/
	font-family: arial;
	font-size: 11px;
	margin-bottom:7px;
	margin-left: -2px;
}

fieldset.reportFilters
{
	position: relative; 
	background-color: white; 
	margin-top: 1em; 
	padding-top: .75em;
}

fieldset.reportFilters legend
{
	position: absolute; 
	top: -.8em; 
	left: .5em; 
	padding: 0.2em 0.5em;
	border: 1px solid blue;
	color: black;
	text-align: right;
	background-color: white;
}

fieldset.legendFieldset ol 
{
	padding-top: 0px;
	list-style: none;
}

fieldset.legendFieldset ul 
{
	padding-top: 0px;
	list-style: none;
}

fieldset.legendFieldset li
{
	padding-bottom: 2px;
	padding-top: 2px;
	list-style: none;
}

fieldset.legendFieldset li label 
{
	font-family: arial;
	font-size: 11px;
	vertical-align: middle;
	padding-left: 0px;
	margin-left: -30px;
}

fieldset.legendFieldset ol li span 
{
	font-family: arial;
	font-size: 11px;
	font-weight:bold;
	margin-top: 2px;
}

fieldset.legendFieldset table.reportFilters
{
	margin-bottom: -10px;
}

fieldset.legendFieldset table.reportFilters tr td
{
	padding-bottom: 5px;
}
fieldset.legendFieldset table.reportFilters tr td label
{
	float:none; 
	display:inline;
	font-size:11px;
}
/* legendFieldset for small groups of controls in a fieldset with a legend */



