/* Updated 5/20/2015 at 4:01pm */
/*Google Search Results Search again box*/
.oversizeLeft		 {
	float: left;
	width: 936px;
}

.searchforWrap			 {
	float: left;
	width: 670px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: top left;
}

form#searchfor			 { }

span.searchText			 { 
}

div#searchforfieldWrap	 {
	width: 360px;
	height: 20px;
	float: left;
}

input#searchforfield	{
	border: 0;
	background: none;
	font-size: 11px;
	width: 350px;
	padding: 4px 0 0 4px;
}

div#btnsearchforWrap	{
	width: 64px;
	float: left;
}

input#btnsearhfor		 {
	width: 64px;
	height: 21px;
}

.advtxtWrap				 {
	padding: 2px 0 0 10px;
	float: left;
	width: 200px;
}

.sortsearch				 {
	display: block;
	width: 670px;
	margin-bottom: 23px;
	text-align: right;
}

.sortsearch label		 {
	font-weight: bold;
	padding: 0 2px 0 15px;
}

/*Court Locations Find box */

.courtLocationsWrap		 {
	border-width: 1px;
	border-style: solid;
	height: 24px;
	float: left;
	width: 199px;
	margin: 5px 0 10px 0;
	background-repeat: no-repeat;
	padding: 0;
}
div#courtLocationsfieldWrap	 {
	float: left;
	width: 131px;
	height: 18px;
	margin: 6px 0 0 4px;
}
input#courtLocationsfield {
	border: 0;
	background: none;
	font-size: 11px;
}
div#btncourtLocationsWrap 	 { 
	float: left; 
}
input#btncourtLocations 	 {
	width: 64px;
	height: 24px;
}



/*Find My Court */
.findMyCourtWrap		 {
	border-width: 1px;
	border-style: solid;
	float: left;
	width: 293px;
	height: 25px;
	margin: 5px 0 10px 0;
	background-repeat: no-repeat;
}

form#findMyCourt		 {
	position: relative;
}
div#findMyCourtfieldWrap	 {
	width: 225px;
	height: 20px;
	float: left;
	margin: 5px 0 0 4px;
}
input#findMyCourtfield	{
	border: 0;
	background: none;
	font-size: 11px;
}
div#findMyCourtbtnWrap	 { 
	float: left; 
}
input#findMyCourtbtn	 {
	width: 64px;
	height: 24px;
}

/*Find My Court - Search Results Page */
table.findMyCourt	 {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.findMyCourt thead		 { 
	margin: 0;
}

table.findMyCourt thead th		 {
	border-style: solid;
	text-transform: uppercase;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	border-width: 0 0 2px 0;
}

table.findMyCourt tr td	 {
	border-width: 2px;
	border-style: solid;
	text-align: center;
}

table.findMyCourt td.city2	 {
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	text-align: left;
}

/* SELFHELP SEARCH3 */
.selfhelpMainSearchWrap		 {
	float: right;
	width: 100%;
	height: 21px;
	margin-bottom: 20px;
	clear: both;
	background-repeat: no-repeat;
}
form#selfhelpMainSearch		 { }
div#selfhelpMainSearchfieldWrap	 {
	float: left;
	height: 21px;
}
input#selfhelpMainSearchfield	 {
	width: 190px;
	border: 0;
	background: none;
	font-size: 11px;
	padding: 5px 0 0 5px;
}
div#selfhelpMainSearchBtnWrap	{
	width: 25px;
	height: 21px;
	float: right;
}
input#selfhelpMainSearchBtn	 {
	width: 25px;
	height: 19.5px;
}

/* Contextual Search */
.contextSearchWrap			 {
	float: right;
	width: 100%;
	height: 21px;
	margin-bottom: 20px;
	clear: both;
	background-repeat: no-repeat;
}

form#contextSearch			 { }

div#contextSearchFieldWrap	 {
	float: left;
	height: 21px;
}

input#contextSearchField	 {
	width: 190px;
	border: 0;
	background: none;
	font-size: 11px;
	padding: 5px 0 0 5px;
}

div#contextSearchButtonWrap		{
	width: 25px;
	height: 21px;
	float: right;
}

input#contextSearchButton			 {
	width: 25px;
	height: 21px;
}

/* Central Search Callount */

.CenterSearch {
	width: 100%;
	position: relative;	
}

.CenterSearch input#CenterSearchBox {
	width: 90%;
	height: 20px;
	padding: 10px;
	float: left;   
	font-size: 15px;
	font-weight: 700;
	border: 0;	
	-moz-box-shadow: 0 0 5px rgba(7,56,115,1) inset;
	-webkit-box-shadow: 0 0 5px rgba(7,56,115,1) inset;
	box-shadow: 0 0 5px rgba(7,56,115,1) inset;		
}

.CenterSearch input#CenterSearchBox:focus {
	outline: 0;	
	-moz-box-shadow: 0 0 5px rgba(7,56,115,1) inset;
	-webkit-box-shadow: 0 0 5px rgba(7,56,115,1) inset;
	box-shadow: 0 0 5px rgba(7,56,115,1) inset;		
}

.CenterSearch input#CenterSearchBox::-webkit-input-placeholder {
	font-weight: normal;
	font-style: italic;
}
    
.CenterSearch input#CenterSearchBox:-moz-placeholder {
	 font-weight: normal;
	 font-style: italic;
}
    
.CenterSearch input#CenterSearchBox:-ms-input-placeholder {
	 font-weight: normal;
	 font-style: italic;
}  

.CenterSearch button {
	overflow: visible;
	position: absolute;
	top: 0;
	right: 0;
	float: right;	
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 40px;
	width: 110px;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;      
	text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);	
}

.CenterSearch button:hover{		
}	
      
.CenterSearch button:active,
.CenterSearch button:focus{     
}

.CenterSearch button::before {
	 content: '';
	 position: absolute;
	 border-width: 8px 8px 8px 0;
	 border-style: solid solid solid none;
	 top: 12px;
	 left: -6px;
}

.CenterSearch button:hover::before{
}
    
.CenterSearch button:focus::before{
}    
 
.CenterSearch button::-moz-focus-inner {
	 border: 0;
	 padding: 0;
}
