/*****************************/
/* THIS STYLESHEET IS USED BY: 
QUICKFINDER AND QUICKFINDER SIDEBAR
VERSION. ANY CHANGES WILL AFFECT
BOTH VERSIONS OF QUICKFINDER.
/*****************************/

/*****************************/
/* THESE STYLES ARE MODIFYABLE
   THE RIGHT AND LOWER SECTIONS
/*****************************/
/*Content area - right*/
.qfDivRight
{
	width:;
	height:;
	padding-left:;
}
/*Content area - lower*/
.qfDivLower
{
	width:;
	height:;
	
}
/*div tag the encloses table containing quickfinder and right content area*/
.qfMainAndRightSections
{
	/*width:392;*/
	/*width:590;*/
}
/*inside right content area*/
.qfRightContent
{
  	padding:15px 15px 15px 15px;
}
/*****************************/
/* END MODIFYABLE STYLES
/*****************************/
/*eliminates margin created around form tags on some browsers*/
.qfform
 {
 	margin-bottom:0px;
	margin-top:0px;
 }
 /*bodytext*/
.qfbodytext
{
	font-family : Arial,  Helvetica, sans-serif;
 	font-size : 9pt;
 	color : #003265;
}
/*smaller text*/
.qfbodytextsm
{
	font-family : Arial,  Helvetica, sans-serif;
 	font-size : 8pt;
 	color : #003265;
}
/*text for form fields*/
.qffieldtext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px
}
/*small red text for car form "(required)" text used on zip code field*/
.qfsmred
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:normal;
	color:red;
}
/*enabled and disabled styles for text boxes, font needs to be the same as the qffieldtext font*/
.inputdisable
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#DDDDDD;
	border:1px solid #7F9DB9;
}
.inputenable
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#FFFFFF;
	border:1px solid #7F9DB9;
}
/*Encloses all main sections criteria (sections are tabs)*/
.qfCriteria
{
	position:absolute;
	height:160px;
	width:385px;
	xborder:1px dotted purple;
	z-index:1;
	xbackground-color:purple;
}
/*margin on some of the smaller forms */
.qfCriteriaForm
{
	margin-left:9px;
}
/*search button table*/
.qfBtnSearch
{
	width:350px;
	position:relative;
	top:14px;left:10px;
	xborder:1px dotted blue;
}
/*quickfinder div encloses whole quickfinder*/
#quickfinder
{
	width:390px;
	height:200px;
	margin-top:5px;
}
/*Encloses quick finder content area*/
#qfContentDiv
{
	margin-left:5px;
	width:384px;
	height:160px; 
	xborder:1px solid green;
}
/*UC is upper content area, or header to each criteria section*/
/*qfDivUC_Moz is used for Moz browser only*/
.qfDivUC_Moz
{
	font-weight:bold;
	color:#006699;
	font-family:arial, sans-serif;
	font-size:9pt;
}
.qfDivUC
{
	border-bottom:1px solid #9BC2E3;
	width:100%;
	margin-top:0px;
	padding-bottom:3px;
	position:relative;
	font-weight:bold;
	color:#006699;
	font-family:arial, sans-serif;
	font-size:9pt;
}
/*quickfinder links*/
.qflink
{
	 font-family : Arial, Helvetica, sans-serif;;
	 font-size: 8pt;
	 font-weight : bold;
	 color : #115C93;
	 margin-left:10px;
}
.qflink:active
{
	 font-family : Arial, Helvetica, sans-serif;
	 font-size: 8pt;
	 font-weight : bold;
	 color : #115C93;
	 margin-left:10px;
}
.qflink:visited
{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight : bold;
	color: #115C93;
	margin-left:10px;
}
.qflink:hover
{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight : bold;
	color: #115C93;
	margin-left:10px;
}
/*Calendar Styles*/
.cpOtherMonthDate
{
	font-size:11px;
	font-family:arial, verdana, sans, sans-serif;
	color:#006699;
	text-decoration:none;
}
.cpCurrentMonthDate
{
	font-size:11px;
	font-family:arial, verdana, sans, sans-serif;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	background-color:#FFFFFF;
}
.cpCurrentMonthDate:hover
{
	font-size:11px;
	font-family:arial, verdana, sans, sans-serif;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	background-color:#006699;
}
.cpDayColumnHeader
{
	font-size:11px;
	font-family:arial, verdana, sans, sans-serif;
	font-weight:bold;
	background-color:#DBE9F5;
	color:#175A9D;
}
.cpTodayText
{
	font-size:11px;
	font-family:arial, verdana, sans, sans-serif;
	font-weight:bold;
	color:#175A9D;
}
.cpMonthNavigation
{
	font-size:11px;
	font-weight:bold;
	font-family:arial, verdana, sans, sans-serif;
	color:#FFFFFF;
	background-color:#175A9D;
	text-align:center;
}
.cpBorder
{
	background-color:#FFFFFF;
	border:1px solid #666666;
}
.cpCurrentDate
{
	font-size:11px;
	font-family:arial, verdana, sans, sans-serif;
	font-weight:bold;
	color:#175A9D;
	background-color:#DBE9F5;
}
.h1
{
	font-family : Arial,  Helvetica, sans-serif;
 	font-size : 8pt;
 	color : #003265;
}
