/* CSS KEY:



div = styles that apply to all <div> tags 

div, table = styles that apply to all <div> tags and all <table> tags

div#example = <div id="example"> tag (an id is unique to a page so this applies to one tag only)

div.Example = <div class="Example"> tag

div#example h1 = all <h1> tags within the <div id="example"> tag

table#example td.Label = <td class="Label"> tags within a <table id="example"> tag

#example = any tag with id="example"

.Example = any tag with class="Example"

*/

#MasterPanel
{
	width:540px;
	
}
#HeadPanel
{
	float:left;
	width:540px;
}


#ContentPanel
{
	float:left;
}
#TipPanel
{
	float:left;
	
	
}
#FootPanel
{
	clear:both;
}

div#SearchContent /* search page main content area, on left */

{

	float:left;
	width:360px;
	margin-left: 0px;
	

}


/******************

	SEARCH PAGES 

*******************/

.IndexButton
{
	color:#303030;
	height:22px;
	width:50px;
	font-size:11px;
	margin-left:2px;
}
.SearchBoolean
{
	width:55px;
	font-family: Arial;
	font-size: 11px;
	margin-right:3px;
}
.SearchButtonPanel
{
	margin-left:0px;
	margin-top:10px;	
	margin-bottom:0px;
	padding-bottom:15px;
	width:226px;	
}
.SearchDropdown
{
	font-family:Arial;
	font-size:12px;
	width:230px;
}
.SearchField
{
	margin-top:0px;
	margin-bottom:10px;
	margin-left:0px;
	padding-top:0px;
	vertical-align:left;
}
.SearchLabel
{
	font-weight: bold;
	font-family:Arial;
	font-size: 12px;
	margin-left:0px;
	color: #333333;
}

.SearchRadio
{
	vertical-align:-2px;
	
}
.SearchRadioPanel
{
	margin-left:0px;	
	padding-bottom:10px;
	font-family:Arial;
	font-size: 12px;
	color: #333333;
	
}
.SearchRadioText
{
	width:110px;
	float:left;
	margin-top:3px;
}

.SearchTextbox
{
	width: 150px;
}

.SearchTextbox2
{
	margin-left:0px;
	width: 250px;
}

.SearchTextPanel
{
	margin-left:0px;
	margin-top:0px;
}

.SearchTipEmph

{

    font-weight: Bold;

	color: #993333;	

}
.SearchTipPanel
{
	width:250px;
	margin:0px 0px 0px 15px;
	border:1px solid #D6ECFF;
	
}
.SearchTipPanel div
{
	padding-left:10px;
	padding-right:10px;
	font-size:11px;
}
.SearchTipPanel ul
{
	margin-left:0;
	padding-left:0;
	list-style-type:none;
}
.SearchTipPanel li
{
	background: url(images/arrows.gif) no-repeat left .5em;
	padding-left:20px;
	padding-bottom:3px;
}
.SearchTipTitle
{
	background: #D6ECFF;
	height:35px;
	line-height:22px;
	padding-left:10px;
	font-weight:bold;
	
}

.narrowText
{
	font-style:normal;
	text-align:left;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:10px;
	font-weight:bold;
	font-family:Arial;
	font-size:12px;
	color: #336699;
}



/* VIEW RESULTS PAGE */

#AllowedViewsWarning
{
	margin-top:25px;
	margin-left:20px;
	width:700px;
}
.ChangeReportDropdown
{
	font-size:12px;
	width:125px;
	vertical-align:middle;
}
.DisplayFieldPanel
{
	clear:both;
	margin:0px;
	width:530px;
}
.DisplayLabel
{
	float:left;
	width:115px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: right;
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	
}

.DisplayLabelAdd
{
	float:left;
	width:145px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: right;
	text-transform:none;
	letter-spacing:1px;
	font-weight:bold;
	color:#993333;
	
}
.DisplayText
{
	
	float:left;
	width:350px;
	padding-left:0px;
	padding-top: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
}
#FriendlySearch
{
	font-weight:bold;
}
.RecordActions
{
	

	float:right;
	
}
.RecordCount
{
	font-weight:bold;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

.RecordLabel
{
	float:left;
	width:30px;
	padding-left:5px;
        color: #333333;
}

.RecordPanel
{
	padding-bottom:5px;
	padding-top:5px;
	width:500px;	
	margin:0;
}
.RecordPanelEven
/* 
set with AlternateRowCss() script
affects even rows in report view
*/
{
	background-color:#ececec;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.RecordPanelOdd
/* 
set with AlternateRowCss() script
affects alternating rows in report view
*/
{
}
.RecordText
{
	font-family:Arial;
	font-size:12px;
	float:left;
	width:350px;
	color: #333333;
}
.RecordTextCart
{
	float:right;
        color: #333333;
	
}

.ResultsBar
{
	margin-bottom:20px;
	font-family: Arial;
	color: #333333;
	font-size: 12px;

}
.ViewResultsContentPanel
{
	width:400px;
	font-family:Arial;
	color: #333333;
	font-size:12px;
}
.ViewResultsFootPanel
{   width:400px;
	padding-top:20px;
	font-family:Arial;
	color: #333333;
	font-size:12px;
}
.ViewResultsHeadPanel
{   margin-top:0px;
	width:400px;
	font-family:Arial;
	font-size:12px;
	color: #333333;
}


/******************

Added May 6th - HC

*******************/


	
a:link {
	font-size: 12px;
	font-weight: normal;
	font-family:  Arial, Helvetica, san-serif;
	color: #0000ff;
	text-decoration: normal;
	}
	
a:visited {
	font-size: 12px;
	font-weight: normal;
	font-family:  Arial, Helvetica, san-serif;
	color: #0000ff;
	text-decoration: normal;
	}


	a:hover {
	font-size: 12px;
	font-weight: normal;
	font-family:  Arial, Helvetica, san-serif;
	color: #0000ff;
	text-decoration: underline;
	}
	
	a:active {
	font-size: 12px;
	font-weight: normal;
	font-family:  Arial, Helvetica, san-serif;
	color: #0000ff;
	text-decoration: normal;
	}
	
	
/******************

SCREEN VS. PRINT 

*******************/



/* The @media statement defines CSS behaviour in different environments */



@media print

{

	body,td,input,select

	{

		color:#000000;	

	}

	.NoPrint /* does not show when printing */

	{

		display: none;

	}

}
