/*! Copyright (c) 2009, 2010 Apple Inc. All Rights Reserved. */

h2.RefLib_Title {
    color: #111;
    font-size: 30px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 8px;
}

#documentsBox_singlePage {
	margin-top: 35px;
}

#gettingStartedIcons {
	float: right;
	margin-top: -15px;
}

#frontPageTabContainer #frontPageTabContents {
    height: 203px;
}

#frontPageTabContainer {
    margin-bottom: 10px;
}

#frontPageTabContainer #frontPageTabContents .frontPageTabContent {
	float: left;
	padding-bottom: 0;
}

#frontPageTabContainer #frontPageTabContents div#frontPageTabContent_gettingStarted{
	padding-left:15px;
	padding-right:10px;
}

#frontPageTabContainer #frontPageTabContents div#frontPageTabContent_featured ul{
	font-size: 95%;
}

#frontPageTabContainer #frontPageTabContents div#frontPageTabContent_featured li{
	margin-top:15px;
}

#gettingStartedBody {
	font-size: 110%;
}

#gettingStartedBody .docLink{
	font-size: 90%;
}

#gettingStartedHeader {
	margin-top: 20px;
	margin-bottom: 7px;
	font-size: 150%;
	color: #5f5f5f
}

#splashLogo img {
	float:left;
	margin-right: 25px;
}

#WebAppRefLib {
    margin-top: 10px;
	padding: 10px;
	color: rgb(102, 102, 102);
	height: 130px;
}

#WebAppRefLib p {
	margin-top: 20px;
	line-height: 1.7;
}

#WebAppRefLib img{
	float: right;
}

a.arrow {
	background: transparent url(../Images/safari/blue_right_arrow.gif) no-repeat scroll center right;
	background-position-x: 100%;
	background-position-y: 0.4em;
	padding-right: 7px;
	white-space: nowrap;
	text-decoration: none;
	color: rgb(54, 96, 136);
}

a.arrow:hover {
	text-decoration: underline;
}

/* new style for Start Now button */
#frontPageTabContainer #frontPageTabContents .safari-bg{
  position: absolute;
  border-radius: 2px;
  left: 0; right: 0; top: 0; bottom: 0;
  background-image: url('../Images/safari/safari_ref_lib_splash_2x.png');
  background-repeat: no-repeat;
  background-size: 772px;
}
