body {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

a:visited, a:hover:visited {
    color: rgb(51, 102, 204);
}

.group .title {
	color: #226;
}

.lineRule {
	border-bottom: 1px solid #CCC;
}

/**********************/
/* PAGE LAYOUT STYLES */
/**********************/

#allContent {
	padding: 2em;
    position: fixed;
    top: 0px;
    bottom: 19px;
    overflow: auto;
    left: 0px;
    right: 0px;
    z-index: 1;
}

#allContent.isInXcode {
    bottom: 0px;
}

#mainContent {
	margin-left: 235px;
	width: 770px;
}

#navpageheader-ssi {
	margin-bottom: 10px;
	width: 990px;
}

#sidebarContent {
	width: 210px;
    float: left;
}

#fullWidthContent #mainContent {
    margin-left: 0px;
    width: 1005px;
}

/*************************/
/* FRONT PAGE TAB STYLES */
/*************************/

#frontPageTabContainer {
    background: transparent url("../Images/navigation_background_sprites.png") repeat 0px -96px;
	-webkit-box-shadow: 0px 1px 1px #DDD;
	-moz-box-shadow: 0px 1px 1px #DDD;
    border: 1px solid rgb(167,167,172);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#frontPageTabContainer.hide {
    display: none;
}

#frontPageTabs_toggle, #contentBox_toggle {
    float: left;
    height: 10px;
    width: 10px;
    margin: 2px 10px 0px 4px;
    position: relative;
    top: 12px;
    background: transparent url("../Images/navigation_ui_sprites.png") no-repeat -10px -10px;
}

#frontPageTabs_toggle {
    margin: 3px 10px 0px 10px;
}

#frontPageTabs_toggle.closed, #contentBox_toggle.closed {
    background-position: 0px -10px;
}

#frontPageTabs ul {
	margin: 0;
	padding-left: 30px;
	height: 35px;
	list-style-type: none;
}

#frontPageTabs ul li {
	position: relative;
	float: left;
	top: 8px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin-right: 5px;
	padding: 1px 10px 1px 10px;
	cursor: pointer;
    color: #333;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-transition-property: background, color;
	-webkit-transition-duration: 0.5s, 0.5s;
    -moz-user-select: none;
    -khtml-user-select: none;
}

#frontPageTabs ul li:hover {
	background: #7B7B7B;
	color: white;
}

#frontPageTabs ul li.active {
    background: #606070;
    border: 1px inset #999;
    padding: 0px 9px 0px 9px;
    color: white;
}

#frontPageTabContainer #frontPageTabContents {
    background: transparent url("../Images/navigation_background_sprites.png") repeat 0px -133px;
    height: 320px;
    font-size: 12px;
    color: #666;
	-webkit-transition-property: height;
	-webkit-transition-duration: 0.25s;
}

#frontPageTabContainer #frontPageTabContents.collapsed {
	height: 0px;
}


#frontPageTabContainer #frontPageTabContents .frontPageTabContent {
	position: absolute;
    height: 300px;
	width: 740px;
	overflow: hidden;
	padding: 15px;
	opacity: 0;
    visibility: hidden;
}

#frontPageTabContainer #frontPageTabContents .frontPageTabContent.active {
	visibility: visible;
    opacity: 1;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.5s;
}

#frontPageTabContainer #frontPageTabContents tr td {
	font-size: 12px;
	color: #666;
	padding: 3px;
}


#frontPageTabContainer #frontPageTabContents tr td img {
	margin: 5px;
}


#frontPageTabContainer #frontPageTabContents h3 {
	font-size: 14px;
	font-weight: bold;
	color: #5f5f5f;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	text-align: left;
}

#frontPageTabContainer #frontPageTabContents tr td h4 {
	font-size: 12px;
	font-weight: bold;
	color: #368;
	margin-bottom: 0;
}


#frontPageTabContainer #frontPageTabContents tr td a {
	font-size: 12px;
	color: #368;
	margin-bottom: 0;
	font-weight: bold;
	text-decoration: none;
}

#frontPageTabContainer #frontPageTabContents tr td a:hover {
	text-decoration: underline;
}

#newAndUpdatedTable {
	width: 770px;
	min-width: 770px;
	max-width: 770px;
}

.docLink {
	background: url("../Images/doclink_arrow.png") left center no-repeat;
	padding-left: 20px;
	font-size: 11px;
	font-weight: bold;
	margin: 5px;
}

/**********************/
/* CONTENT BOX STYLES */
/**********************/

#mainContent #leftColumn {
	padding-left: 10px;
	float: left;
	width: 380px;
	border: 1px solid #FFF;
}

#mainContent #rightColumn {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 380px;
	min-height: 400px;
	border: 1px solid #FFF;
}

#mainContent .contentBox, #contentBox {
	background: rgb(255, 255, 255) url("../Images/navigation_background_sprites.png") repeat-x 0px -557px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid rgb(167,167,172);
	margin-bottom: 10px;
	padding: 5px;
    overflow: auto;
	-webkit-box-shadow: 0px 1px 1px #DDD;
	-moz-box-shadow: 0px 1px 1px #DDD;
}


#mainContent .contentBox h2, #contentBox h2 {
    color: rgb(85, 85, 85);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 5px;
    padding-left: 15px;
}

#mainContent .contentBox h4, #contentBox h4 {
	padding-left: 10px;
	font-size: 18px;
	font-weight: normal;
	font-family: 'Lucida Grande', 'Helvetica', 'Arial', sans-serif;
	color: #222;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
}

#mainContent .contentBox .contentDescription, #contentBox .contentDescription {
	padding-left: 10px;
	padding-right: 15px;
	color: #333;
	font-size: 11px;
}

#mainContent .contentBox #topicDescription, #contentBox #topicDescription {
	color: #333;
	width: 450px;
	font-size: 12px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 20px;
}

#mainContent .contentBox #frameworkDescription , #contentBox #frameworkDescription {
	color: #333;
	width: 520px;
	font-size: 12px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 40px;
}

#currentFilter_Description {
    color: #555;
    padding: 0px 15px 0px 15px;
    line-height: 1.5;
    font-size: 98%;
}

#currentFilter_Image {
    padding: 8px 1em 1em 1em;
}

#mainContent .contentBox #descriptionImage, #contentBox #descriptionImage {
	margin-bottom: -5px;
}

#mainContent .sectionHeader {
	font-size: 11px;
	font-weight: bold;
	background: #DADBDE;
	padding: 7px;
	margin-top: 30px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #222;
}

#sidebarContent #navigationBox ul li a:hover {
	color: #6990B7;
	text-decoration: underline;
}

/**************************/
/* GETTING STARTED STYLES */
/**************************/

#currentFilter_Callout{
    float: right;
}

#mainContent #gettingStartedBlock, #currentFilter_GettingStartedList{
	min-width: 250px;
    margin: 0px 1em .75em 1.4em;
}

#mainContent #gettingStartedHead {
	background: transparent url("../Images/navigation_background_sprites.png") repeat 0px -517px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 0;
	padding: 4px;
	padding-left: 8px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
}

#mainContent #gettingStarted {
	background: #ffffff;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #DDD;
	border-top: 0;
	font-size: 12px;
	line-height: 20px;
	-webkit-box-shadow: 0px 1px 1px #DDD;
	-moz-box-shadow: 0px 1px 1px #DDD;
	text-align: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#mainContent #gettingStarted .row {
	margin-right: 5px;
	margin-left: 8px;
    padding: 8px 0px 3px 0px;
    cursor: pointer;
    font-size: 11px;
    white-space: nowrap;
}

#mainContent #gettingStarted .row .linkarrow {
    background: transparent url("../Images/navigation_ui_sprites.png") no-repeat -38px -24px;
    float: right;
    height: 13px;
    width: 13px;
    margin: 4px 3px 0px 5px;
}

#mainContent #gettingStarted .row .link a {
	font-size: 10px;
	text-decoration: none;
	color: #036;
}

/**************************/
/* SUBTOPICS TABLE STYLES */
/**************************/

#contentBox {
    display: none;
}

#contentBox.show {
    display: block;
}

#mainContent .contentBox .topic, #contentBox .topic {
	list-style-type: none;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#mainContent .contentBox .topic .title, #contentBox .topic .title {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin-bottom: 2px;
}

#showAllDocs, #navigationBox .title {
    cursor: pointer;
}

#mainContent .contentBox .topic .description, #contentBox .topic .description {
	font-size: 12px;
	color: #333;
	margin-bottom: 4px;
}

#mainContent .contentBox .topic a, #contentBox .topic a {
	color: #396087;
	text-decoration: none;
}

#mainContent .contentBox .topic a:hover, #contentBox .topic a:hover {
	color: #369;
	text-decoration: underline;
}

#mainContent .contentBox .topic ul, #contentBox .topic ul {
	list-style-type: square;
}

/*******************/
/* DOC LIST STYLES */
/*******************/

.documentsBox, #documentsBox_singlePage {
	height: 500px;
}

#documentsBox {
	-webkit-box-shadow: 0px 1px 1px #DDD;
	-moz-box-shadow: 0px 1px 1px #DDD;
}

#docFilterHeader {
	height: 30px;
	line-height: 30px;
	color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #F5F5F7;
	-khtml-user-select: none;
	user-select: none;
	position: relative;
}

.docFilterOption {
	vertical-align: top;
	padding-top: 3px;
	font-size: 9px;
}

#documentsTable th{
	border-top: 0;
    background: transparent url("../Images/navigation_background_sprites.png") repeat 0px 0px;
	font-size: 10px;
    font-weight: normal;
	text-align: left;
    padding: 4px 15px 4px 8px;
	cursor: pointer;
	color: black;
	border-right: 1px solid #777;
    border-bottom: none;
    white-space: nowrap;
    max-height: 12px;
}

#documentsTable th:hover, #documentsTable th.sortedOn1, #documentsTable th.sortedOn-1 {
    background-position: 0px -20px;
}


#documentsTable th#version:hover {
	background: inherit;
	cursor: inherit;
}

span.sortArrow { 
    float: right;
    margin: 2px -10px 0px 5px;
    width: 7px;
    height: 10px;
}

th.sortedOn1 span.sortArrow {
	background: transparent url("../Images/navigation_ui_sprites.png") no-repeat -49px 0px;
}

th.sortedOn-1 span.sortArrow {
	background: transparent url("../Images/navigation_ui_sprites.png") no-repeat -56px 0px;
}

#documentsTable #Header_title {
	border-left: 0;
}

#documentsTable td {
	padding: 8px;
	vertical-align: top;
	color: #555;
	font-size: 10px;
}

#documentsTable tr {
    border-bottom: 1px solid #CCC;
    border-left: 1px solid rgb(147,149,152);
    border-right: 1px solid rgb(147,149,152);
}

#docTableHead {
	background: #efefef;
    margin-bottom: 3px;
	border: none;
	border-spacing: 0px;
	width: 770px;
    overflow: hidden;
    max-height: 12px;
}

#docTableHead tr {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid rgb(147,149,152);
    border-right: 1px solid rgb(147,149,152);
}

#documentsTable .sort {
	color: #00F;
	text-decoration: underline;
	cursor: pointer;
	-khtml-user-select: none;
}

#documentsTable .detailDisclosure {
    background: transparent url("../Images/navigation_ui_sprites.png") no-repeat -32px 0px;
    float: left;
    width: 8px;
    margin: 4px 0px 0px 0px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
}

#documentsTable .detailDisclosure.open {
    background-position: -40px 0px;
}

#documentsTable .docDetails {
    height: 0px;
    padding-left: 15px;
    overflow: hidden;
}

#documentsTable .docDetails div{
    height: 0px;
}

#documentsTable .docDetails.open {
    height: auto;
}

#documentsTable .docDetails.open div{
    height: auto;
}

#documentsTable .docTitle {
    padding-left: 15px;
}

#documentsTable .docTitle a {
	font-weight: bold;
	font-size: 11px;
}

#docList .docRevisionSummary, #documentsTable .docRevisionSummary{
	color: #999;
    font-style: italic;
}

#documentsTable .docRevisionSize, #documentsTable .versions, #documentsTable .docDependencyName, #documentsTable .subtopics{
	color: #888;
    font-size: 94%;
}

td.filterList {
	vertical-align: top;
}

td.filterList ul {
	list-style-type: none;
	font-size: 9px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	line-height: 1;
}

td.filterList li {
	text-indent: -20px;
	margin-left: 19px;
}


#sidebarContent .contentBox {
	background-color: rgb(228, 235, 247);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 10px;
	font-size: 10px;
	border: 1px solid rgb(147,149,152);
	-webkit-box-shadow: 0px 1px 1px #DDD;
	-moz-box-shadow: 0px 1px 1px #DDD;
}

#legacyContentCallOut {
    margin-top: 2em;
    padding: 10px 5px 10px 5px;
    font-size: 80%;
    text-align: center;
    color: rgb(136, 136, 136);
    border: 1px solid #DDD;
    line-height: 1.5;
    -webkit-box-shadow: 0px 1px 1px #DDD;
	-moz-box-shadow: 0px 1px 1px #DDD;
}

#legacyContentCallOut a {
    font-size: 110%;
}


/*************************/
/* NAVIGATION BOX STYLES */
/*************************/

#sidebarContent #navigationBox {
	padding: 6px 0px 8px 0px;
    margin: 0px;
    background-color:  rgb(212, 221, 229);
    color: #396087;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-box-shadow: 0px 1px 1px #DDD;
	-moz-box-shadow: 0px 1px 1px #DDD;
}

#sidebarContent ul#navigationBox {
	list-style: none;
}

#sidebarContent #navigationBox ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 5px;
}

#sidebarContent #navigationBox ul li {
	font-family: 'Lucida Grande', 'Helvetica', 'Arial', sans-serif;
	font-size: 11px;
	margin-bottom: 2px;
    padding: 2px 0px 3px 18px;
}

#sidebarContent #navigationBox ul li a {
	color: #396087;
	text-decoration: none;
}

#sidebarContent #navigationBox li:hover {
	color: #6990B7;
    cursor: pointer;
}

#sidebarContent #navigationBox .navigation_SubTopic li {
    padding-left: 24px;
}

#sidebarContent #navigationBox .title {
	font-size: 12px;
	color: #036;
	font-weight: bold;
	margin-bottom: 5px;
}

#sidebarContent #navigationBox #showAllDocs {
    border-top: none;
    border-bottom: 1px  solid rgb(142, 159, 174);
    padding-bottom: 4px; 
    padding-top: 2px;
    padding-left: 17px;
    margin-bottom: 0px;
}

#sidebarContent #navigationBox li#showAllDocs.selected {
    border-bottom: none;
}

#sidebarContent #navigationBox #navigation_topic_0 {
    margin-top: 8px;
    margin-bottom: 6px;
}

#sidebarContent #navigationBox #navigation_topic_1 {
    margin-top: 4px;
    margin-bottom: 4px;
}

#sidebarContent #navigationBox .title a {
	color: #036;
	text-decoration: none;
}

#sidebarContent #navigationBox .title .selected a {
	color: #FFF;
	text-decoration: none;
}

#navigationBox .disclosure{
	background: transparent url("../Images/navigation_ui_sprites.png") no-repeat -8px 0px;
    width: 8px;
    height: 8px;
    float: left;
    margin: 4px 5px 0px 5px;
}

#navigationBox .disclosure.closed {
	background-position: 0px 0px;
}

#navigationBox .selected .disclosure{
	background-position: -24px 0px;
}

#navigationBox .selected .disclosure.closed {
	background-position: -16px 0px;
}

#navigationBox ul {
    height: auto;
    overflow: hidden;
    visibility: visible;
    -webkit-transition-property: height;
    -webkit-transition-duration: 1s;
}

#navigationBox ul.closed {
    height: 0px;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition-property: height;
    -webkit-transition-duration: 1s;
}

#sidebarContent #navigationBox .titleclosed {
	border-bottom: 0;
}

#sidebarContent #navigationBox ul li.general {
	border-top: 1px solid #DDD;
	margin-top: 8px;
}

#sidebarContent #navigationBox li.selected {
    background: transparent url("../Images/navigation_background_sprites.png") repeat 0px -76px;
    color: white;
}

#sidebarContent #navigationBox li.selected:hover {
    color: white;
    cursor: default;
}

#sidebarContent #navigationBox .navigationTopics ul.navigationSubTopic {
	padding-left: 10px;
} 

#sidebarContent #navigationBox ul li.layer {
	font-weight: bold;
}

#sidebarContent #navigationBox ul#Topic_Frameworks li.group {
	font-weight: bold;
    padding-left: 6px;
}

#sidebarContent #navigationBox li.selected a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#sidebarContent #navigationBox ul li.navigationDivider {
	border-bottom: 1px solid #DDD;
	margin-bottom: 7px;
}

#sidebarContent .subBanner {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.docDescription {
	padding-right: 25px;
}

p.RefLib_Title {
	color: #666;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 14px;
	margin-top: 10px;
}

table#documentsTable {
	border-spacing: 0px 0px;
	border-collapse: collapse;
	width: 770px;
    border-color: rgb(147,149,152);
}

#fullWidthContent table#documentsTable {
	width: 1005px;
}

#name {
    
}

#topic {
	width: 135px;
	max-width: 135px;
	min-width: 135px;
}

#framework {
	width: 70px;
	max-width: 70px;
	min-width: 70px;
}

#type {
	width: 75px;
	max-width: 75px;
	min-width: 75px;
}

#date {
	width: 67px;
	max-width: 67px;
	min-width: 67px;
}

#waitAnimation{
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}

#pageFooter {
    clear:both;
}

#docTableFilter {
    margin: 2em 0px 0px 0px;
    border: 1px solid rgb(137, 137, 137);
    background: transparent url("../Images/navigation_background_sprites.png") repeat 0px -40px;
    padding: 6px;
    height: 24px;
    position: relative;
}

#docTableFilter input {
    width: 200px;
    position: absolute;
    left: 200px;
    top: 7px;
}

#docsFound {
    color: rgb(123, 123, 123);
    position: absolute;
    top: 11px;
    left: 2.5em;
    width: 160px;
    text-align: right;
}

#documentsTable td#noDocumentsFound {
    text-align:center;
    font-size: 120%;
    padding: 3em;
}

#docTableFilter_title {
    font-size: 15px;
    color: rgb(66, 66, 66);
    position: relative;
    top: 2px;
}

/*.unStyledElement {
    border: 1px red dashed;
}*/

#navpage_footer{
    clear: both;
    width: 990px;

}

.highlightedSearchTerm {
    background-color: #fff15a;
}

#documentFilter_help {
    position: absolute;
    left: 410px;
    top: 7px;
    margin-top: 2px;
    height: 19px;
    width: 18px;
    cursor: pointer;
    background: transparent url("../Images/navigation_ui_sprites.png") no-repeat 0px -21px;
    -moz-user-select: none;
    -khtml-user-select: none;
}

#documentFilter_help.pressed {
    background-position: -18px -21px;
}

#documentFilter_help_bubble {
    background: transparent url("../Images/navigation_ui_sprites.png") no-repeat 0px -41px;
    width: 269px;
    position: absolute;
    left: 286px;
    overflow: hidden;
    height: 0px;
    padding: 0px;
    border: none;
    font-size: 90%;
    color: #444;
    -webkit-transition-property: height, border;
    -webkit-transition-duration:  .25s;
}

#documentFilter_help_bubble.open {
    height: 139px;
}

#documentFilter_help_bubble div {
    padding: 25px 8px 5px 14px;
}

#documentFilter_help_bubble ul {
    list-style: none;
    margin: 0px;
}

#documentFilter_help_bubble p {
    margin: 0px 0px 5px 0px;
}

.hidden {
    visibility: hidden;
    display: none;
}