@charset "utf-8";

/* BASE LAYOUT */
/* -------------------------------------- */

* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	overflow: hidden;
}

#content iframe {
	float: left;
	margin-top: -4px;
	overflow: auto;
	width: 100%;
}


/* MENU */
/* -------------------------------------- */

#answersDiv #answers {
	background: url(/web/images/help-center/answers.png) no-repeat;
}

#tutorialsDiv #tutorials {
	background: url(/web/images/help-center/tutorials.png) no-repeat;
}

#understandingUSPSDiv #understandingUSPS {
	background: url(/web/images/help-center/understandingUSPS.png) no-repeat;
}

#webinarsDiv #webinars {
	background: url(/web/images/help-center/webinars.png) no-repeat;
}

#blogDiv #blog {
	background: url(/web/images/help-center/blog.png) no-repeat;	
}

#feedbackDiv #feedback {
	background: url(/web/images/help-center/feedback.png) no-repeat;
}
	
#downloadDiv #download {
	background: url(/web/images/help-center/download.png) no-repeat;
}

#contactUsDiv #contactUs {
	background: url(/web/images/help-center/contactUs.png) no-repeat;
}

#backLink {
	float: left;
}

#history {
	float: left;
	height: 20px;
	padding: 5px 0 0 4px;
	width: 20px;
}

#historyIcon {
	background: url(/web/images/help-center/history.png) no-repeat;
	height: 13px;
	width: 13px;
}

#navigationBar {
	background: url(/web/images/help-center/navigationBar.png) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	height: 21px;
	line-height: 21px;
	padding-left: 25px;
	vertical-align: bottom;
}

html>body #navigationBar {
	*height: 25px;
}

#navigationBar a {
	color: #FFF;
	text-decoration: none;
}

#navigationBar a:hover {
	text-decoration: underline;
}

#tabs {
	background: url(/web/images/help-center/bg_menu.png) repeat-x;
	height: 76px;
	width:auto;
	min-width: 866px;
}

#tabs a {
	text-decoration: none;
}

html>body #tabs a {
	*cursor: pointer;
}

* html #tabs a {
	cursor: pointer;
}

#tabs div {
	float: left;
	height: 76px;
	text-align: center;
	width: 108px;
}

#tabs p {
	color: #003399;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin: 55px 0 0 0;
}


/* new for 4.30 */
#tabs .overlay:hover {
 	background-image: url(/web/images/help-center/bg_hover.png); 
}
#tabs a {
	display:block;
	height:21px;
	width:108px;
	text-align:center;
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#003399;
	padding-top:55px;
}

/* highlight for selected tab */
#tabs .selected .inner {
	background: url(/web/images/help-center/bg_selected.png) no-repeat;
}
#tabs .selected .inner a {
	color:#ffffff;
}

