﻿#searchControlTable
{
	width:100%;
	margin:10px;
}

label{display:block;}

select
{
	width:250px;
}

.resultItem
{
	float:left;
	width:273px;
	margin:5px;
	border: solid 1px #CCC;
	padding:2px;
}

.formContainer
{
	margin: 10px 10px 10px 10px;
}

.formContainer label
{
	margin:3px 0 3px 0;
	width:125px;
}

#reportContainer select{ width:127px;}

#working
{
	margin:5px;
	
}

#working h3 
{
	padding:3px 0px 3px 30px;
	height:25px;
}

.workingIcon 
{
	background-image: url(ajax-loader.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

.reportReady
{
	background-image: url(24-em-down.png);
	background-position:left center;
	background-repeat:no-repeat;
}

tr.gridrow-alt, tr.gridrow-alt td
{
	background-color: #C6D9FD;
}

.ui-jqgrid
{
	margin: 10px 10px 10px 10px;
}

.ui-jqgrid table#resultsGrid tr.jqgrow td 
{
	/*padding:2px 3px 2px 3px;*/
}

.ui-jqgrid table#resultsGrid tr.jqgrow td
{
	font-weight:normal;
	overflow:hidden;
	white-space:normal;
	height:22px;
	padding:0 2px 0 2px;
	border-bottom-width:1px;
	border-bottom-color:inherit;
	border-bottom-style:solid;
}

.floatRight
{
	float:right;
}

#exportCSVContainer
{
	margin-right:15px;
	cursor:pointer;
}

.noDisplay
{
	display:none;
}

.centerVertical
{
	vertical-align:middle;
}