/* global */
/* #################### */

* {border: 0px solid black;}

/* main body and paragraphs */
/* #################### */

body {
	font-size: 0.75em;
	line-height: 140%;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	margin-left: 40px;
	color: #000000;
	background-color: #e1e1e1;
    margin:0px;
    padding:0px;
    width:90%;
}

p {
    margin-left: 70px;
    margin-bottom: 10px;
    margin-right: 22px;
}

.bulletsub {
    margin-left: -23px;
    margin-top: 10px;
    font-size: 1em;
    list-style-type: disc;
}

.bulletnumindent{
    margin-top: 10px;
    margin-left: 20px;
}

.bulletnumindent ol{
    margin: 0px;
    padding: 0px;
}

.bulletnumindent li{
}

.numindent{
    margin-top: 10px;
    margin-left: 20px;
}

.numindent ol{
    margin: 0px;
    padding: 0px;
    list-style-type: lower-alpha;
}

.numindent li{
}

.numindent p{
    margin: 0px;
    padding: 0px;
}


ol {
    margin-left: 30px;
    margin-right:22px;
}

.bodysub {
    margin-bottom: 12px;
    margin-left: -40px;
}

li {
    list-style-position: outside;
    margin-bottom: 10px;
}

ul {
    margin-left: 46px;  
    margin-right: 22px;
}

.warningbox {
    padding: 10px;
    width: 620px;
    border: 1px solid #005b9c;
    color: #005b9c;
    margin-top: 20px;
}

.displaytext {
    font-weight: bold;
}

.intro {
    color: #666666;
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 1.2em;
    line-height: 130%;
    }

.emphasistext {
    font-style: italic;
}

.importanttext {
    color: #005b9c;
}    

.importanttext p {
    color: #005b9c;
}

.task .importanttext p {
    margin-left: 0px;
}


h1 {
    font-size: 1.4em;
    color: #005b9c;
    margin-left: 70px;
    margin-bottom: -5px;
    margin-top: 26px;
    margin-right: 22px;
    font-weight: normal;
    line-height: 120%;
    }

.hsection {
    font-size: 1.4em;
    color: #000000;
    margin-left: 70px;
    margin-top: 0px;
    margin-right: 22px;
    font-weight: bold;
    line-height: 120%;
}

h2 {
    font-size: 1.2em;
    color: #005b9c;
    margin-left: 70px;
    margin-bottom: -8px;
    margin-top: 18px;
    margin-right: 22px;
    line-height: 120%;
}

h3 {
    font-size: 1.0em;
    color: #005b9c;
    margin-left: 70px;
    margin-bottom: -8px;
    margin-top: 16px;
    margin-right: 22px;
    line-height: 120%;
}

td {
    font-size: 0.85em;
}

th {
    font-size: 0.85em;
    font-weight: bold;
    background-color: #005b9c;
    color: #FFFFFF;
}

h4 {
    font-size: 1.0em;
    color: #000000;
    margin-left: 70px;
    margin-bottom: -8px;
    margin-top: 22px;
    margin-right: 22px;
    line-height: 120%;
}

.MiniChapterTitle{
    font-size: 1.4em;
	color: #888888;
	font-weight: normal;
	margin-left: 23px;
    margin-top: 32px;
    margin-right: -3px;
}

/* taskheading currently matches H4 because in FrameMaker Myriad template, these were both DisplaySentence style */
.taskheading {
    font-size: 1.0em;
    color: #000000;
    margin-left: 70px;
    margin-bottom: -5px;
    margin-top: 16px;
    margin-right: 22px;
}

.taskbulletsub_ul {
    margin-left: -24px;
    margin-top: 10px;
    font-size: 1em;
}

.taskbulletsub_li{
    list-style-type: disc;
}

.tasknumindent{}

.tasknumindent_ol{
    margin-left: -23px;
    margin-top: 10px;
    font-size: 1em;
}

.task_ul {
    margin-top: 10px;
    margin-left: 30px;
}

.taskbullet {
    list-style-position: outside;
    list-style-image: url(http://images.apple.com/support/releasenotes/en/Final_Cut_Studio_2.0_rn/Resources/Images/bulletsquare.png);
}

/*.bullettask {
    margin-left: -17px;
    list-style-position: outside;
    list-style-image: url(http://images.apple.com/support/releasenotes/en/Final_Cut_Studio_2.0_rn/Resources/Images/bulletsquare.png);
}*/

.bullettip {
    list-style-type: none;
    padding: 2px 0px 2px 24px;
    background: transparent url(../Images/TipIcon.png) no-repeat scroll 0% 16%;
    margin-left: -41px;
    color: #666666;
}


.artcallout {
    margin-left: -27px;
    margin-top: 6px;
    margin-bottom: 4px;
}

div.tableholder {
    margin-top:  20px;
    margin-bottom: 20px; 
    margin-left: 70px;
}
    
.bluebox {
    border-top: 1px solid #005b9c;
    width: 640px;
}
    
.bluebox th {
    padding: 2px 5px 2px 5px;
    background: #005b9c;
    font-size: 0.85em;
    border-bottom: 1px solid #005b9c;
    color: #ffffff;
    text-align: left;
    vertical-align: bottom;
    width: 213px;
    }
    
.bluebox th p {
    background: #005b9c;
    color: #ffffff;
    text-align: left;
    margin: 0;
    }
    
.bluebox td {
    padding: 5px;
    font-size: 0.85em;
    vertical-align: top;
    border-bottom: 1px solid #005b9c;
    width: 213px;
    }

.bluebox td p {
    margin: 0;
    /*margin-bottom: 0px;*/
    }

.bluebox td p + p  {
    margin: 0;
    /*margin-top: 5px; */
    }

.bluebox td p + p + p {
    margin: 0;
    /*margin-top: 5px; */
    }

.bluebox td ul{
    margin-left: -26px;
}

.bluebox td ol{
    margin-left: -26px;
}

.task .notebox p{
    margin-left: 0px;
}

.sidebar {
    padding: 10px;
    width: 620px;
    border: 1px solid #005b9c;
    color: #000000;
    background-color: #FFDEBE;
}

.sidebarhead {
    font-size: 1.05em;
    color: #005b9c;
    margin-bottom: -8px;
    margin-top: 30px;
    font-weight: bold;
}

.artindent {
    margin-left: -40px;
    margin-bottom: 4px;
    margin-top: 6px;
}
.art {
    margin-top: 9px;
    margin-bottom: 4px;
}

.tabledisplaytext {
    font-weight: bold;
    color: #005b9c;
}

.topicslist1 {
    font-weight: bold;
    font-size: 0.85em;
    margin-bottom: -3px;
    margin-top: 12px;
}

.topicslist2 {
    font-size: 0.85em;
    margin-bottom: -3px;
    margin-top: 9px;
}

.tablelist {
    margin-left: -24px;
    margin-top: -10px;
}
.tablebullet {
    margin-left: -43px;
    margin-top: -10px;
}

A {
    margin-bottom: -3px;
    margin-top: 9px;
}

A:link          { 
    color: #666666;
    text-decoration: none; 
}

A:link:hover    { 
    color: #666666; 
    text-decoration: underline; 
}

A:active        { 
    color: #666666; 
    text-decoration: underline; 
}

/* apple.com site does not explicitly define visited link properties, but we do here */ 

A:visited       { 
    color: #666666; 
    text-decoration: none; 
}

A:visited: { 
    color: #FF6600; 
    text-decoration: underline; 
} 

#page {
    margin:0px;
    height:95%;
}

/*#header {
    width:100%;
    height:27px;    
    background-color:#33CC00;
    background-image:url(../Images/rn_top.jpg);
}*/

#main {
    height:90%;
    width:96%;
    position:fixed;
    margin-left:2%;
    padding-top:20px;
    /*border:1px solid red;*/
    /*margin:0px;
        */
}

.topic_links {
    width:28%;
    height:100%;
    /*border:1px;
        border-color:#535353;
        border-style:solid;
    */
    float:right;
    text-align:left;
    position:relative;
    
}

#links_wrapper{
    width:99%;
    height:100%;
    background-color:#FFFFFF;
    border: 1px solid #BEBEBE;
    /*border-color:#535353;*/
    border-style:solid;
    overflow:auto;
    padding-right: 1px;
}

#links_wrapper2{
    width:90%;
    /*margin:10px 10px 10px 10px;*/
}

#links_spacing_wrapper{
    height:100%;
    width:100%;
    background-color: #e1e1e1;
    /*padding-left:1%;*/
}

.content {
    background-color:#FFFFFF;
    width:71%;
    height:100%;
    /*border:1px;
        border-color:#535353;
        border-style:solid;
    */
    float:left;
    text-align:left;
    top:0px;
    left:0px;
}

#contents_wrapper2{
    margin:10px 10px 10px 10px;
    width:98%;
    
}

#contents_wrapper{
    border:1px solid #BEBEBE;
    overflow:auto;
    width:100%;
    height:100%;
    position:relative;
}

/*#top_space{
    width:100%;
    height:20px;
}
*/
.page_title{
    margin-left: 5px;
}

.links_list_ul{
    margin-left: -17px;
    margin-top: 24px;
    margin-right: -3px;
}

.links_list_li{
    list-style-position: outside;
    list-style-type: none; 
}

.tasksubindent {
    margin-left: -15px;
    list-style-position: outside;
    list-style-type: lower-alpha;
}

.topic_links A {
    font-size: 0.9em;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin:0px;
    padding:0px;
    margin-bottom: -3px;
    margin-top: 9px;
}

.topic_links A:link          { 
    color: #000000;
    text-decoration: none; 
}

.topic_links A:link:hover    { 
    color: #005b9c; 
}

.topic_links A:active        { 
    color: #005b9c; 
}

.topic_links A:visited       { 
    color: #000000; 
    text-decoration: none; 
}

.topic_links A:visited:hover { 
    color: #005b9c; 
}


/*end of content*/


.comment {
	color: purple;
	border: solid 1px;
	padding: 3px;
}

/* character (inline/span) styles */
/* #################### */

.displaytext {
	font-weight: bold;
}

.inlinehead {
	font-style: italic;
}

/* headings */
/* #################### */

.chaptertitle {
	font-size: 1.25em;
	color: #000000;
	font-weight: bold;
}


/* Sidebars */
/* #################### */

.sidebarbox {
	margin-top: 20px;
	padding: 10px;
	width: 620px;
	border: 1px solid #005b9c;
	background-color: #D5E2FF;
}

/* sidebarhead should mostly match h2 */
.sidebarhead {
	font-size: 1.05em;
	color: #005b9c;
	margin-bottom: -8px;
	font-weight: bold;
}

.sidebar p {
}

/* Warnings, Important, Notes*/
/* #################### */

.warningbox {
	width: 620px;
	border: 1px solid #005b9c;
	color: #005b9c;
	margin-top: 20px;
}

.warningtext {
	color: #005b9c;
	margin: 10px;
}


/* Images */
/* #################### */

.art {
	margin-top: 9px;
	margin-bottom: 4px;
	margin-left: 70px;
}
.artindent {
	margin-bottom: 4px;
	margin-top: 6px;
}
.artcallout {
	margin-left: -32px;
	margin-top: 6px;
	margin-bottom: 4px;
}

.arttable {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Tables */
/* #################### */


.tablestandard {
	width: 640px;
	margin-top:  20px;
	margin-bottom: 20px; 
	border-top: 1px solid #005b9c;
}
	
.tablestandard th {
	background: #005b9c;
	border-bottom: 1px solid #005b9c;
	padding: 2px 4px 2px 4px;
	text-align: left;
}

.tablestandard th p {
	color: #ffffff;
	font-size: 0.85em;
	/* check with Kim if font size is proper in table heads */
	font-weight: bold;
	margin: 0px;
}
	
.tablestandard td {
	padding: 5px;
	font-size: 0.85em;
	vertical-align: top;
	border-bottom: 1px solid #005b9c;
	}
	
.tablestandard td p {
	margin: 0px;
	}
	
.tablestandard td p + p  {
	/*margin-top: 5px; */
	}
.tablestandard td p + p + p {
	/*margin-top: 5px; */
	}

.date {
	font-size: 0.85em;
	margin-top: 25px;
	margin-left: 70px;
	padding-bottom: 25px;
}

.copyright {
	color: #999999;
	font-size: 0.85em;
	text-align: center;
	width: 100%;
	line-height: 3em;
}

.codesample{
    margin-left: 70px;
    margin-right: 22px;
}

.app_icon {
	display: inline;
	position: absolute;
	left: 21px;
	top: 21px;
}

.CodeBlock { 
	font-family: Courier, monospace;
	white-space: pre-wrap;
	font-size: 1.1em;
	margin-left: 70px;
}
