/* CSS for PCH that overloads or overrides /share/styles.css 
   should go in here.
test 
*/
#headerBar {
	background-color: #F68F1E;	/* Orange */
	color: #FFFFFF;			/* White */
}

#headerBar a {
	color: #FFFFFF; /* white */
}

#home div#messageLine {
    font-size: 13px;
    color: #0066CC;
    padding: 2px 8px;
border:1px solid green;
}

#home #messageLine span.salutation {
    font-weight: bold;
}

#home #messageLine a {
    color: #0066CC;
}

#home #messageLine .signInOrRegister,
#home #messageLine .upgrade {
        white-space: nowrap;
}

#home #messageLine .signOut {
        white-space: nowrap;
        font-size: 10px;
}

#home div.logo {
	margin: 0 auto 0 auto;
	padding: 25px 0 0 4px;
	text-align: left;
	width: 660px;
	height: 125px;
}

.logo div.logoImage {
    background: url("/pch/images/d3/logos/logo3.jpg") no-repeat;
	width: 660px;
	height: 125px;
}

#home #searchBox .searchSelector {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	left: 4px;
	top: -8px;
}

#searchBox .searchSelector {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	left: 4px;
	top: -8px;
}

#searchBox .searchSelector a {
	font-weight: bold;
	color: #F68F1E;
	text-decoration: none;
}


#home #searchBox div.searchFormInputs {
	position: absolute;
	top: 22px;
	left: 10px;
}

#home table#moduleLayout {
        margin: 6px auto 0 auto;
}

.searchNowArrowStickerContainer {
	top: 122px;
}

#results .messageLine {
    margin: 0 auto;
	padding:1px 0 1px 0px;
    font-size: 12px;
    color: #0066CC;
	width:920px;
	position: relative;
top: -15px;
}

#results .messageLine a {
    	color: #0066CC;
}

/** New Search Box **/


#home div#searchBox{
	width: 682px;	
	margin: 0 auto;	
}

#home #searchBox form.searchForm, #home #searchBox form.searchFormWithoutLogo{
	width: 682px;
	background: url("/pch/images/d3/boxes/sw_searchBox_lg.png") bottom left no-repeat;	
	margin: 0 auto 10px;
	height: 97px;
	padding: 10px 0 0; /* for web/images nav */
	
}

/* NOTE: there are 2 IDs of "searchbox" on the HP. Be careful */

#home #searchBox input.searchField {
	width: 505px;
	height: 36px;
	font-size: 30px;
	font-weight: 200;	
	margin-left: 6px;
	margin-right: 2px;
	border-width: 1px;
	border-style: 1px solid #666;
	border-color: #666 #706d68 #a7a7a7 #63696d; 
}

#searchBox input.submitButton{
	width: 137px;
	font-size: 29px;	
	cursor: pointer;
	margin-top: -1px;
	height: 41px;
	padding: 0;
}

#home #searchBox input.searchNow{
	color: #999 !important;
	font-style: italic !important;
	font-weight: normal !important;
}

/*** Search Box not on home page **/

/* results */
.misc #searchBar {
    width: 960px;
}

.misc div#searchBox {
    margin: 0 0 0 10px;
}

.misc #searchBar .logo {
    	width: 232px;
}

.misc #searchBar .logo img {
    	height: 52px;
    	width: 232px;
    	margin: 17px 0 0;
}

.misc #searchBar .searchBarContent .logoSmall img {
    	height: 64px;
    	width: 180px;
    	margin: 17px 0 0;
}

.misc div#searchBox{
	width: 540px;	
	float: left;
}

.misc #searchBox form.searchForm, #results #searchBox form{
	width: 540px;
	background: url("/pch/images/d3/boxes/searchHeaderBar.gif") bottom left no-repeat;	
	margin: 0 auto 20px;
	height: 55px;
}

.misc #searchBox input.searchField{
	border:0;
	width: 412px;
	height: 28px;
	font-size: 25px;	
	font-weight: 200;
	margin:8px 7px 0 1px;
	padding:1px 0 0 0;
	font-size: 20px;
}
.misc #searchBox input.submitButton{
	width: 144px;
	height: 62px;
	position: absolute;
	left: 430px;
	top: -5px;
	border: 0;	
	cursor: pointer;
	background: url("/pch/images/d3/boxes/button.png") 0 0 no-repeat;
	
	/*hide button text*/
	line-height: 1000px;
	color: transparent;
	overflow: hidden;	
}
.misc #searchBox input.submitButton:hover{
	background-position: 0 -65px;
}

/*** /Search Box not on home page **/

/** / New Search Box **/
    
/* EOF */    

