/* ------------------------------------------------------
|	Screen Stylesheet for User Publications Help
|	Outer Frame
|	Version: 1.0
--------------------------------------------------------*/

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%;
}

a {
	outline: none !important;
}

/***************************************************************************/
/* top/bottom navigation bars */
/***************************************************************************/

.nav_bar {
	margin:0;
	padding:0;
	background: transparent url(../Images/nav_bar_sprite.png) repeat-x scroll 0 0;
	height:20px;
	position:fixed;
	width:100%;
	left: 0px;
	z-index: 200;
}

.nav_bar .fader {
	position: absolute;
	left: -40px;
	width: 40px;
	height: 20px;
	z-index: 500;
	background: transparent url(../Images/nav_bar_sprite.png) no-repeat scroll 0 -20px;
}

#top_nav {
	top: 0px;
}

.helpviewer #top_nav {
	display:none; /*hidden for barolo help viewer*/
}

#bottom_nav {
	bottom: 0px;
	display: none; /*hidden for contact books on help.apple.com*/
}

#bottom_nav .breadcrumb {
	display: none; /*hidden for contact books on help.apple.com*/
}

/***************************************************************************/
/* overall page layout */
/***************************************************************************/

#nav_box {
	background-color:#f3f3f3;
	width:255px;
	padding:16px 0px 0px 20px;
	overflow:hidden;
	font-size:.80em;
	position: fixed;
	top: 20px;
	left: 0;
	bottom: 0;
	overflow: hidden;
	border:0px solid #000;
}

.helpviewer #nav_box {
	top:0;
}

#content{
	position: fixed;
	top: 20px; 
	left: 275px;
	right: 0;
	bottom: 0;
	overflow: auto; 
	background: #fff;
	border:0px solid #000;
	padding:22px 29px 0 0px;
	margin:0;
}

.helpviewer #content {
	top:0;
}

#grey_box { 
	height:64px;
	padding:1px 0px 0px 0px; 
	border:0px solid #000;
	width:210px;
	overflow:hidden;
}

/***************************************************************************/
/* left-hand navigation */
/***************************************************************************/

#title_box {
	display:inline;
	border:0px solid #000;
	left:51px;
	position: fixed;
	width:210px;
	padding:2px 0 0 0;
}
	
.logo {
	border:0px solid #000;
	margin:0;
	padding:0;
	position: absolute;
}

.navbuttons {
	width:40px;
	right:0px;
	padding:0px 15px 0 0;
	height:20px;
	position:absolute;
	background: transparent url(../Images/nav_bar_sprite.png) repeat-x scroll 0 0;
}
	
#product_name{
	font-size:1.7em;
	font-weight: bold;
	color:#000;
	padding: 2px 0 5px 0;
}

#book_title{
	font-size:1.1em;
	font-weight: bold;
	line-height: 110%;
	color:#000;
}

/***************************************************************************/
/* left nav table-of-contents */
/***************************************************************************/

#TOC_Wrapper {
	width:230px;
	overflow:auto;
	margin:0 0 0 14px;
	padding:0 10px 0 0;
	font-size:1em;
	top:104px;  /*previously 134px, search hidden for first release of contact books on help.apple.com*/
	bottom:0px;
	position:fixed;
}

.helpviewer #TOC_Wrapper {
	bottom:  0;
	top: 84px;
}

#nav_box a {
    display: block;
    padding: 4px 0;
    text-decoration:none; 
    font-weight:bold; 
    color:#000;
}

#nav_box a.active, #nav_box a:hover {
    text-decoration:none; 
    color:#40729d;
}

#nav_box #top {
	border:0px solid #000;
	margin:0px; 
	padding:0px 0px 0px 21px;
}

#nav_box li {
    list-style-type:none;
    position: relative;
}

#nav_box .pdf {
	margin: 0;
}

#nav_box .pdf li {
    background: transparent url(../Images/pdf_icon.gif) no-repeat scroll 0 3px;
    margin:0;
    padding:0 0 0 17px;
}

#nav_box li.has-subsections {
    list-style-image:url(../Images/triangle_side.gif);
}

#nav_box li.has-subsections.open {
    list-style-image:url(../Images/triangle_down.gif);
}

#nav_box div.disclosure {
    height: 16px;
    width: 14px;
    position: absolute;
	top: 4px;
    left: -17px;
    cursor: pointer;
}

#nav_box ul.subsection {
    display:none;
    margin-bottom: 0; /* override from content-screen.css */
}

#nav_box .open ul.subsection {
    display:block;
}

/***************************************************************************/
/* left nav copyright */
/***************************************************************************/

#nav_box .copyright {
	color: #909090;
	font-weight: normal;
	margin: 17px;
    line-height: 160%;
}

#nav_box .copyright a {
	color: #909090;
	font-weight: normal;
}

#nav_box .copyright a:hover {	
	text-decoration: underline;
}

#top_box {
	display:none;
}

/***************************************************************************/
/* breadcrumb trail */
/***************************************************************************/

.breadcrumb_wrapper {
	border:0px solid #fff;	
	overflow:hidden;
}
	
.breadcrumb {
	border:0px solid #ff0000;
	color:#fff;
	font-size:.8em;
	padding:1px 0px 0px 20px;
	float:left;
	white-space:nowrap;
}

.breadcrumb a {
	font-weight:bold;
	color:#dedede;
}

.breadcrumb a:hover {
	font-weight:bold;
	color:#fff !important;
	text-decoration:none;
}

.breadcrumb ul {
	color:#dedede;
	margin:0;
	padding:0;
	text-indent: -1em
	list-style-position: inside;
	list-style-type: none;
	display:inline;
}

.breadcrumb ul li:before {
	content: "\2022 \0020";
	font-size:1em;
	padding:0 4px 0 4px
}

.breadcrumb ul li {
	display:inline;
	list-style-type: none;
	margin:0;
	padding:0 0 0 4px;
}

/***************************************************************************/
/* forward/backward nav arrows */
/***************************************************************************/

.nav-arrows { position: relative; }

.nav-arrows a {
	display: block;
	width:20px; 
	height:20px;
	position: absolute;
	top: 0;
	background: transparent url(../Images/nav_bar_sprite.png) no-repeat scroll 0 -60px;
}

.nav-arrows a.disabled {
	display:none;
}

.nav-arrows a.left {
	left: 0px;
	background-position: 0 -60px;
}

.nav-arrows a.left:hover {
	background-position: 0 -40px;
}

.nav-arrows a.right {
	left: 20px;
	background-position: -20px -60px;
}

.nav-arrows a.right:hover {
	background-position: -20px -40px;
}

/***************************************************************************/
/* search box */
/***************************************************************************/

#search_container {
	padding: 0 30px 6px;
	height: 21px;
	display:none; /*search hidden for first release of contact books on help.apple.com*/
}

#search_container input {
	width: 197px;
}

.emulate_webkit_search {
	-moz-border-radius: 10px;
	color: #999;
	padding: 0 0 0 16px;
	height: 15px;
	width: 176px !important;
	border-width: 3px;
	border-color: #aaa;
	border-style: ridge inset inset ridge;
	background: #fff url(../Images/search_icon.png) no-repeat scroll 3px center;
}

.emulate_webkit_search:focus {
	border-color: #79adde;
	border-style: solid;
}

/***************************************************************************/
/* help select box */
/***************************************************************************/

#help_dropdown { 
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 30px;
	border:0px solid #000;
	height:23px;
	background-color:#f3f3f3;
	border:0px solid #666;
	display:none; /*product menu hidden for contact books on help.apple.com*/
}

#help_dropdown select{ 
	width:197px;  
	height:18px; 
	font-size:1.25em;
}

#help_dropdown select option{ 
	padding:2px 0px 2px 21px;
}

#search_options {
	position:absolute; 
	margin:16px 0px 0px 41px; 
	padding:0px; 
	display:none; 
	z-index:15;
} 

.blackText {
	color: rgb(0, 0, 0);	
}

/***************************************************************************/
/* ????  maybe left over from search dropdown box */
/***************************************************************************/
	
.shadow_box {
	position:relative;
	background-image:url(../Images/select_dropshadow.png); 
	background-repeat:no-repeat; 
	background-position:top; 
	border:0px solid #ff0000; 
	width:230px;
	height:auto;
	padding:10px 0px 0px 0px;
	font-size:.9em;
}

.bottom_shadow {
	height:40px;
	background-image:url(../Images/select_dropshadow.png); 
	background-repeat:no-repeat; 
	background-position:bottom; 
	border:0px solid #ff0000; 
	width:230px;
}

.shadow_box ul {
	padding:0px 0px 0px 0px; 
	margin:auto;
	border:0px solid #ff0000;
	width:192px;
}

.shadow_box ul li {
	padding:0px 0px 0px 20px;
	line-height:15px; 
	font-size:1em; 
	color:#000; 
	list-style:none; 
	list-style-position:outside; 
	cursor:pointer;
	margin:0px;
	border:0px solid #000;
}

.shadow_box ul li:hover { 
	background-color:#5C6877; 
	color:#E8E9E9;
}

/***************************************************************************/
/* search-page specific styles */
/***************************************************************************/

#search_query {
	color: #000;
}

#search_all_products {
	border:0px solid #000;
	padding:0px 0px 0px 52px;
	font-size:.85em;
	margin-top:6px;
}

#search_nav {
	border:0px solid #ff0000;
	padding:0px 0px 8px 17px;
	line-height:20px;
}

#grey_box_search {
	background-color:#f3f3f3;
	background-position: 20px 22px;
	background-repeat:no-repeat;
	height:30px;
	padding:26px 0px 0px 0px; 
	border:0px solid #000;
	width:275px;
	position:absolute;
}

#search_top_nav{
	width:100%;
	height:72px;
	border:0px solid #333;
	position:absolute;
	margin:0px 50px 0px 275px;
	padding:0px 8px 0px 0px;
	background-color:#ffffff;
	z-index:10;
	overflow:hidden;
}

/***************************************************************************/
/* noscript error warning */
/***************************************************************************/
	
#js_error_container {
	text-align: center;
	margin:0px 0px 0px 0px;
	border:0px solid #000;
}

#js_error_container_text_javascript {
	background-image: url(../Images/ShadowBox.png);
	background-repeat: no-repeat;
	background-position: center;	
	padding-top:151px;
	border: 0px solid #000;
	width: 536px;
	height: 239px;
	margin:auto;
}

.js_error_message_title {
	font-size: 1.3em;
	color:#2d6aa0;
	line-height: 140%;
	font-weight:bold;
}

.js_error_message_text {
	line-height: 150%;
	margin-bottom: -17px;
	font-weight:bold;
}