/* ------------------------------------------------------
|	Screen Stylesheet for User Publications Help
|	Help Library Page
|	Version: 1.0
--------------------------------------------------------*/

body {
	font-size: 0.85em;
	line-height: 140%;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
    width: 100%;
	color: #000;
}

#search_container { 
		padding:26px 0 0;
}

#nav_box {
		width:236px;
		padding:0px 0px 0px 39px;
}

/***************************************************************************/
/* library page - product list */
/***************************************************************************/

#product_list {
	position: fixed;
	margin: 0;
	padding: 0;
	top: 83px;
	bottom: 20px;
	width: 236px;
	overflow:auto;
	font-size: 12px;
}

#product_list li {
	background: transparent no-repeat left center;
	padding:0 0 0 25px;
	height:auto;
}

#product_list li a {
	text-decoration:none; 
	font-weight:bold;
	padding: 3px 0 4px;
	margin: 0;
	color:#000;
}

#product_list li a:hover {
	color:#747474;
}

/***************************************************************************/
/* library page - splash */
/***************************************************************************/

#content {
		padding:0; 
		overflow:hidden;
		text-align: center;
		vertical-align:text-bottom;
}

#content_block {
	position:absolute;
	top: 50%;
	left: 50%;
	height:auto;
   	margin-top:-55px;
   	margin-left:-175px;
	border:0px solid #ff0000;
	text-align: center;
}

#copyright {
	position:fixed;
	text-align:center;
	color:#898888;
	bottom:35px;
	left:275px;
	right:0;
	font-size:.6em;
	vertical-align:text-bottom;
	margin:auto;
	border:0px solid #000;
}

#copyright a {
	color:#898888;
	text-decoration:none;
}

#copyright a:hover {
	color:#000;
	text-decoration:none;
	cursor:pointer;
}

#apple_icon {
	position:absolute;
	background-image:url(../Images/AppleLogo.png);
	background-repeat:no-repeat;
	width:350px;
	height:65px;
	margin-left:-175px;
	left:50%;
	top:20px;
	background-position: center;
	border:0px solid red;
}

#help_title {
	background-image:url(../Images/HelpLibraryTitle.png);
	background-repeat:no-repeat;
	width:350px;	
	height:66px;
	margin:auto;
	top:20%;
}

.subtext{
	width:350px;
	text-align:center;
	color:#757575;
	font-size:1em;
	top:20%;
	line-height:140%;
	margin:auto;
	padding-top:4px;
	font-weight:normal;
}

/* VERSION TRACKING
--------------------------------------------------------*/

.watermark {
	font-size:.75em;
	color: #FFFFFF;
	display:none;
}