/* 

Notice to Administrators:  
	This file is intended to be modified by Logibec only and will be overwritten when upgrading.  
	If you would like to modify the appearance of the QSS Web Application please review the Customization Guide.

Contents:
	Classes for the layout of the search criteria.  Note:  Input controls themselves are handled seperately.  
	This file is intended for formating the layout of the pages input controls 

*/

.sc
{
	border: #AAAAAA 1px solid;
	padding: 5px;
	margin-right: 10px;
}

.scTitle , .scShowHideTable , .stSectionTitle /* Ext ref for st table structure title */
{
	padding: 2px;
	margin-bottom: 2px;
	margin-left:0px !important;
	text-align:left;
}

/* HACK:  Force left align in IE for child headers in scShowHideTable */
.scShowHideTable > tbody > tr > th , .scShowHideTable > tr > th
{
	text-align:left;
}

.scTitle , .scShowHideTable , .stSectionTitle, .scTitle th
/*	Color/Font settings cascade to th for date range picker */
{
	text-transform: uppercase;
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size:small;
	color: #333399;
	background-color: #EEEEEE;
}

.scShowHideTable
{
    cursor:pointer;
    width:100%;
}

.scShowHideTable > tbody > tr > td , .scShowHideTable > tr > td
{
    width:25px;
    text-align:right;
}

.scSection
{
    margin-bottom:2px;
}

.scSeparator
{
	height: 10px;
}

.scResults /* TD of the results area */
{
    width:100%;
}

.scMessage
{
    margin-top :10px; 
    margin-right :10px;
}

/* HACK - Reaching into telerik control render (for ajax) */

.scSearch div.RadToolBar
{
	float: right !important;
	margin-right:9px !important;
}
