﻿/* Vertical Radio Button Search
========================================================================*/
.SNAP_VerticalRadioSearch 
{
	width:230px;
	font-family:'Arial'; 
	background-color:#ccdef0;
}

.SNAP_VerticalRadioSearch .SNAP_Section 
{
	border:solid 1px #99b6d1;
	 
}
.SNAP_VerticalRadioSearch .SNAP_SectionTitle 
{
	color:#003d73;
	font-size:larger;
	font-weight:bold;
	padding:5px;
	border-bottom:solid 1px #99b6d1;  
}
.SNAP_VerticalRadioSearch .SNAP_RadioButtonList 
{
	text-align:left;
	padding:5px 5px 10px 5px;
}
.SNAP_VerticalRadioSearch .SNAP_RadioButtonLabelContainer 
{
	margin-top:3px;
	margin-left:3px;
}
.SNAP_VerticalRadioSearch .SNAP_RadioButton 
{
	
	float:left;
}
.SNAP_VerticalRadioSearch .SNAP_RadioButtonContainer 
{
	padding:3px 0px 3px 0px;
}
.SNAP_VerticalRadioSearch .mini
{
	padding:5px;
	margin-bottom:10px;
	position: relative;
	height: 25px;
	width: 225px;
}

.SNAP_VerticalRadioSearch .searchButton 
{
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 138px;
}
.SNAP_VerticalRadioSearch .SNAP_TextInput 
{
	width:120px;
}
.SNAP_VerticalRadioSearch .SNAP_TextInputContainer 
{
	width: 130px;
	position: absolute;
	top: 0px;
	left: 10px;
}
#verticalContainer 
{
	/*position:relative;*/
}
.errorMsg 
{
	position:absolute;
	height:30px;
	width:200px;
	background-color:#ccdef0;
	border:solid 4px #ffcc33;
	z-index:9999;  
	text-align:left;
	vertical-align:middle;
	font-size:12px;
	font-weight:bold; 
	padding:5px;  
	display:none; 
}
#housingPageSearchTypeError
{
	
	top:450px;
	left:300px;
}
#housingPageLocationError
{
	top:550px;
	left:300px;

}
#homeHealthSearchErrorMsg 
{
	left:200px;
}
.SNAP_VerticalRadioSearch .exampleText 
{
	color:#888888;
	font-style:italic;  
}
/* Vertical Search
========================================================================*/

.SNAP_VerticalSearch 
{
	background-image:url('../0/images/snearch/snearch_canary_singleLine.png');
	background-repeat:repeat-y; 
	/*position:relative;  */
	border-bottom: solid 1px #FFFFFF;
}
/* The following fixes the IE peekaboo bug  
.SNAP_SectionContent 
{
	
	min-width:0; 
	position:relative;  
}
*/
.SNAP_VerticalSearch .SNAP_SectionTitle
{
	font-size: 1.15em;
}
.SNAP_VerticalSearch .SNAP_Section.Root .SNAP_SectionTitle
{
	padding-top:4px;
	padding-left:15px;
	background-image: url( '../0/images/snearch/snearch_canary_titlebar.png' );
	background-repeat:no-repeat;  
	height:31px;
	width:230px;
	font-weight:bold;
}
.SNAP_VerticalSearch .SNAP_Section.Criteria .SNAP_SectionTitle 
{
	background-image: url('../0/images/snearch/snearch_canary_shadowDivide.png');
	padding: 2px 0px 2px 5px;
	border-bottom: none;
	text-decoration: underline;
	height:auto;
	width:auto;
}
.SNAP_VerticalSearch .SNAP_Section.Availability .SNAP_SectionTitle 
{
	background-image:none;
	padding: 5px 0px 0px 20px;
	text-decoration:underline;  
}
.SNAP_VerticalSearch .SNAP_Section.Criteria
{
	clear:both; 
	padding-top:10px;
}
.SNAP_VerticalSearch .SNAP_Section.SubSection .SNAP_SectionTitle
{
	margin-top:2px;
	margin-left:10px;
	cursor:pointer;  
	background-image: url('../0/images/snearch/snearch_canary_plus.gif');
	background-position:left center;  
	padding-left:12px;
	border-bottom: none;
	text-decoration: underline;
	height:auto;
	width:auto;
}
.SNAP_VerticalSearch .SNAP_Section.SubSection .SNAP_SectionTitle.expanded 
{
	background-image: url('../0/images/snearch/snearch_canary_minus.gif');
}
.SNAP_VerticalSearch .submit , .SNAP_VerticalSearch .startOver
{
	margin-left:8px;
	float: left;
	cursor:pointer;
}
.SNAP_VerticalSearch .SNAP_TextInputContainer, .SNAP_StateSelectContainer
{
	padding-bottom: 5px;
	width:160px;
}
.SNAP_VerticalSearch .SNAP_CheckBoxContainer
{
	clear:both;
	padding:5px 5px 5px 15px;
	min-width:0;    
}
.SNAP_VerticalSearch .SNAP_CheckBoxInputContainer
{  
	float: left;
}
.SNAP_VerticalSearch .SNAP_CheckBoxLabelContainer
{
	margin-left: 30px;
	margin-right: 20px;
}
.SNAP_VerticalSearch .rounded
{
	clear:both; 
	background-color: #ffffff;
	background-image: url( '../0/images/snearch/snearch_canary_footer.png' );
	background-repeat:no-repeat;
	height: 19px;
	/*width: 220px;*/
}
.SNAP_VerticalSearch .location
{
	padding: 10px;
}
/*=======================================================================================
/* Home Care Vertical Search overrides
=========================================================================================*/
.SNAP_VerticalSearch .SNAP_Section.HomeCareSubSection .SNAP_SectionTitle
{
	clear:left;
	background-image:none; 
	margin-top:2px;
	margin-left:10px;
	padding-left:12px;
	border-bottom: none;
	text-decoration: underline;
	height:auto;
	width:auto;
}
.SNAP_VerticalSearch .ZIP 
{
	margin:10px 0px 10px 10px;
}
.SNAP_VerticalSearch .ZIP.SNAP_TextInputLabel 
{
	padding-left:10px; 
}


/*========================================================================*/
/*Mini Search Styles
==========================================================================================*/
.SNAP_mini {
	clear:both;
}
.SNAP_mini .SNAP_TextInput 
{
	width:180px;
}
.SNAP_mini .SNAP_TextInputContainer 
{
	float:left;
	padding-right: 5px;
}
.SNAP_mini .searchButton
{
	float:left;
}
.SNAP_mini .exampleText 
{
	color:#888888;
	font-style:italic;  
}
/* Home Page Search Styles
==========================================================================================*/
.MiniHomePageSearch
{	
	font-size: 12px;
}
.homePageErrorMsg {
	position:relative;
	text-align:center;
	display:none;
	background-color:Yellow;
	padding: 5px 0px 5px 0px;
	border:solid 1px #000;
	font-weight:bold;
	width:425;
}
.homePageContainer
{
	font-family: Arial;
	color: #003d73;
	width:100%;
	text-align:center;
	margin-bottom:5px;
	background: url(../0/images/SNAP_HomeSearchPDBG.gif) top right no-repeat;
}
.MiniHomePageSearch .SNAP_SelectContainer, 
.MiniHomePageSearch .SNAP_TextInputContainer
{
	float:left;
	margin:5px;
	text-align:center;
}
.MiniHomePageSearch .SearchButton 
{
	padding:0px;
}

.leftColumn {width:218px;}

.homePageContainer .centerColumn 
{
	width:430px;
}
.MiniHomePageSearch .searchButton
{
	cursor:pointer;  
	float:left;
	margin: 17px 5px 5px 5px;
}
.MiniHomePageSearch .exampleText 
{
	color:#888888;
	font-style:italic;  
}
.MiniHomePageSearch .miniSearch
{
	text-align: left;
	height: 50px;
}
.MiniHomePageSearch .SNAP_TextInput
{
	width: 160px;
}
.MiniHomePageSearch .SNAP_TextInputLabel
{
	display:block;
}

