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

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

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

#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;
}

.misc #searchBar .logo img {
	width: 180px;
	height: 64px;
}

#home #searchBox form.searchFormYWithoutLogo  {
    background: url("/version/2/pch/images/d3/boxes/home-search-box.jpg") no-repeat;
    width: 559px;
    height: 81px;
}

#home #searchBox form.searchForm,
#home #searchBox form.searchFormWithoutLogo  {
	background: url("/version/2/pch/images/d3/boxes/pch-home-search-box-bing2.jpg") no-repeat;
	width: 559px;
    height: 81px;
}

#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;
}


.misc #searchBox form.searchForm,
.misc #searchBox form.searchFormYWithoutLogo, 
.misc #searchBox form.searchFormWithoutLogo {
	background: url("/pch/images/d3/boxes/search-header-box.jpg") no-repeat;
}

.misc #searchBox .searchForm input.searchField,
.misc #searchBox .searchFormWithoutLogo .searchFormYWithoutLogo input.searchField {
	width: 455px;
}

#results .messageLine {
    padding: 0 12px 2px 12px;
    font-size: 12px;
    color: #0066CC;
}

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

    
/* EOF */    
