/* - - - - - - - - - - - - - - - - - - - - -

Title :	Help Center
URL :

Description : CSS for Help Center 2.0

Created : 05.15.06
Modified :

- - - - - - - - - - - - - - - - - - - - - */

#head {
	background-image: url(/images/pltop.png);
	height: 92px;
}

#logo_link {
	width: 280px;
}

h2 {
	background-color: #003399;
}

#supportnum ul {
	margin-top: 38px;
}

/*------------------------------------------------------------

MENU STYLES:
These are the styles related to the main menu (and other
sections) at the top of page in the Help Center. These these
styles include the main menu buttons, breadcrumbs, and
bookmark this page.

------------------------------------------------------------*/

#menu {
	background-image: url(/images/pl_green_nav_background.gif);
}

#menu ul li a.home_btn {
	background-image: url(/images/pl_nav_home.gif);
}

#menu ul li a.guides_btn {
	background-image: url(/images/pl_new_nav_helpguides.gif);
}

#menu ul li a.walk_btn {
	background-image: url(/images/pl_new_nav_tutorials.gif);
}
#menu ul li a.walk_btn:hover {
	background-image: url(/images/pl_new_nav_tutorials_o.gif);
}

#menu ul li a.guides_btn:hover {
	background-image: url(/images/pl_new_nav_helpguides_o.gif);
}

#menu ul li a.home_btn:hover {
	background-image: url(/images/pl_nav_home_o.gif);
}

#menu ul li a.glossary_btn {
	background-image: url(/images/pl_nav_glossary.gif);
}

#menu ul li a.glossary_btn:hover {
	background-image: url(/images/pl_nav_glossary_o.gif);
}


/*END MENU STYLES------------------------------------------------*/


/*------------------------------------------------------------

SEARCH STYLES:
Styles for main and side search boxes, and the advanced
search page. Many of these styles are tied to the domtab
javascript.

------------------------------------------------------------*/

#mainsearch div.regsearch,
#mainsearch div.googlesearch,
#sidesearch div.regsearch,
#sidesearch div.googlesearch {
	background-color: #d9e5f3;
}

ul.searchtabs li.active a.hgoo{
	width: 123px;
	background-image:url(/images/pl_gdhelp_no_web.png);
}

div.searchtab ul li a.hgoo {
	width: 123px;
	background-image:url(/images/pl_gdhelp_no_web.png);
}

ul.searchtabs li.active a.wgoo {
	background-image:url(/images/pl_webon.png);
}

ul.searchtabs li a.wgoo {
	background-image:url(/images/pl_webon.png);
}

input.searchstring:focus {
	border: 2px solid #2958A8;
}

/*END SEARCH STYLES------------------------------------------------*/


/*------------------------------------------------------------

BROWSE STYLES:
Styles Browse section of Help Center. This section includes
mouseovers, and popups.

------------------------------------------------------------*/

#domaindiv, #hostingdiv, #buildersdiv, #emaildiv, #customerdiv, #businessdiv, #resellerdiv, #auctiondiv {
	background-image: url(/images/pl_popup_bottom.gif);
}

#domaindiv ul,
#hostingdiv ul,
#buildersdiv ul,
#emaildiv ul,
#customerdiv ul,
#businessdiv ul,
#resellerdiv ul,
#auctiondiv ul {
	background-image: url(/images/pl_popup_mid.gif);
}

#domaindiv .popup-wrapper,
#hostingdiv .popup-wrapper,
#buildersdiv .popup-wrapper,
#emaildiv .popup-wrapper,
#customerdiv .popup-wrapper,
#businessdiv .popup-wrapper,
#resellerdiv .popup-wrapper,
#auctiondiv .popup-wrapper {
	background-image: url(/images/pl_popup_top.gif);
}

/*END BROWSE STYLES------------------------------------------------*/

#topissues ul li a {
	background-image: url(/images/pl_bulletarrow.gif);
}

#domainsearch {
	background-image: url(/images/pl_icon_domain_arrow.gif);
}

div.categorylist ul li a {
	background-image: url(/images/pl_folder.gif);
}


/*------------------------------------------------------------

ARTICLE STYLES:
These are the styles related to the faq/howtos/docs/tutorials
in the Help Center. Theseinclude the heading, date, time, and
general content.

------------------------------------------------------------*/


#article h3.display a {
	background-image: url(/images/pl_bulletarrow.gif);
}

.lowdown {
	background-color: #d9e5f3;
}

#looking-for-support {
	background-color: #d9e5f3;
}

#looking-for-support h2 {
	color: #ffffff;
	background-color: #003399;
}

/*END ARTICLE STYLES------------------------------------------------*/

/*------------------------------------------------------------

ARTICLE LIST STYLES:
These are styles related to the article lists in the Help
Center.

------------------------------------------------------------*/

#articlelist .recentup {
  background-image: url(/images/pl_update.gif);
}

/*END ARTICLE LIST STYLES------------------------------------------------*/
