/**************************************************
 *
 * Browser style sheet - loaded by all CSS aware browsers
 *
 **************************************************/


.subtitle {
    color: #000000;
    font-size: 12pt;
}

/* neutralize the "docutils" class imposed by rst */

table.docutils {
    border: none;
    border-style: hidden;
    border-spacing: 15px;
    outline-style: none;
    margin-left: auto;
    margin-right: auto; }  

.widetablecontainer {
    overflow: auto;
}

/* container for a table with centered entries */

table.data {
    background-color: #f9f9f9;
    border: 1px solid #2f6fab;
    border-width: 1px;
    border-collapse: collapse;
    padding-left: 10px;
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 60px;
    text-align: center; }    

table.data tt {
    max-width: 400px;
    display: inline-block;
    word-wrap: break-word;
}

/* container for a table with left-aligned entries */

table.data-list {
    border: 1px solid #2f6fab;
    border-width: 1px;
    border-collapse: collapse;
    padding-left: 10px;
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 60px;
    margin-bottom: 20px;
    text-align: left; 
} 

table.data-list caption {
    margin: 5px;
}

table.data-list td{
    max-width: 600px;
    overflow: hidden;
    padding: 6px;
}

/* layout hack to override default left margin in a table */

table.fullpage {
    margin-top: 4px;
    margin-left: -20px;
    border-style: hidden;
    outline-style: none; 
} 

/* specialized container for quick reference indices */

table.quickref caption {
    padding: 12px 6px 6px 6px;
}

table.quickref .line {
    padding: 2px 6px 2px 6px;
}

table.quickref {
    width: 750px;
    margin-top: 0px;
    margin-left: 10px;
    border-style: hidden;
    border-collapse: collapse;
    outline-style: none;
    text-align: left; 
} 

hr.docutils {
    background-color: transparent;
    border: 1px solid rgb(204, 204, 204);
    clear: none;
    color: #333;
    display: block;
    float: none;
    height: 0px;
    margin-bottom: 6.5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 6.5px;
    width: 794px; 
}

.coursewareBackground h3 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: bold;
}

.coursewareBackground h4 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: lighter;
}

.coursewareBackground h5 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
}

.coursewareBackground h6 {
    font-weight: normal;
	font-size: 14px;
        font-weight: bold;
	margin-bottom: 0;
}

.coursewareBackground pre, 
.coursewareBackground code {
    font-weight: normal;
}

/**************************************************
 * CLASSES
 **************************************************/

/* Only for use in the copyright in the footer */
.size, .pixar {
    line-height: 100%;
}

.no_Indent  {
    margin-left: inherit;
    margin-top: 0;
    margin-bottom: 0;
}

.indentedMenu {
    margin-left: 18px;
    margin-top: 0;
    margin-bottom: 0;
}

.indentedMenu2 {
    margin-left: 36px;
    margin-top: 0;
    margin-bottom: 0;
}

.indentedMenu3 {
    margin-left: 54px;
    margin-top: 0;
    margin-bottom: 0;
}

.literal-block {
    padding: 1em;
    background-color: #f9f9f9;
    border: 1px dashed #2f6fab;
    clear: both;
    margin-left: 25px;
    white-space: pre;
    overflow: auto;
    width: auto;
    font-weight: normal;
}

.no_Indent, .no_Indent_Bold, .indentedMenu, .indentedMenu2, .indentedMenu3 {
    line-height: normal;
}

.no_Indent a:link, .no_Indent_Bold a:link, .no_Indent a:visited, .no_Indent a:active,
.indentedMenu a:link, .indentedMenu a:visited, .indentedMenu a:active,
.indentedMenu2 a:link, .indentedMenu2 a:visited, .indentedMenu2 a:active,
.indentedMenu3 a:link, .indentedMenu3 a:visited, .indentedMenu3 a:active
 {
    text-decoration: none;
}

.no_Indent_Bold
{
    font-weight : bold;
}

.pixar A:link {
    text-decoration: none;
    color: #999999;
}

.pixar A:visited {    
    text-decoration: none;
    color: #999999;
}

.pixar A:hover {
   background-color: #CCCCCC;
   color: white; 
}
   
.menu A:link {
    text-decoration: none;
    color: #777777;
}

.menu A:visited {    
    text-decoration: none;
    color: #777777;
}

.menu A:hover {
   background-color: #CCCCCC;
   color: white; 
}

.menu {
    color: #CCCCCC;
}

h1.title {
    display: none;
}


/****************************************************
 *
 * Special rst "containers"
 *
 ***************************************************/

.notebox {
    padding: 0.2em 1em 1em 1em;
    background-color: #f9f9f9;
    border: none;
    clear: both;
    margin-left: 60px;
    margin-right: 60px;
    /*float:right;*/
}

/* assume the first paragraph is a title */

.notebox p:first-child {
    font-weight : bold;
    color: rgb(120,30,40);
    margin-bottom: 20px;
    margin-top: 20px;
}

/* code that only requires markup/emphasis */

.codefhead {
    font-family: Monaco, Courier, "Courier New", monospace;
    clear: both;
    margin-left: 0px;
    background-color: #FFFFFF;
    border: none;
    overflow: auto;
    font-weight: normal;
}

/* code that requires markup/emphasis and a pretty container */

.stylized-rib {
    font-family: Monaco, Courier, "Courier New", monospace;
    clear: both;
    padding: 1em;
    background-color: #f9f9f9;
    border: 1px dashed #2f6fab;
    font-weight: normal;
}

/* for side-by-side code examples */

.shader-rib {
    font-family: Monaco, Courier, "Courier New", monospace;
    clear: both;
    margin-left: 0px;
    padding: 1em;
    background-color: #f9f9f9;
    border: 1px dashed #2f6fab;
}

/* matches spacing of "codefhead", but restores default fonts */

.codefbody {
    font-family : "Verdana", Helvetica, sans-serif;
    clear: both;
    margin-bottom: 13px;
    margin-top: 5px;
    margin-left: 30px;
    margin-right: 60px;
    font-weight: normal;
}

/* special container for Important/Note/Tip pullouts */

.impnotip {
    margin-top: 23px;
    margin-bottom: 23px;
    padding: 0.2em 1em 1em 1em;
    border: 3px inset;
    border-color: #CCCCCC;
    clear: both;
    margin-left: 60px;
    margin-right: 60px;
}

.impnote {
    margin-top: 23px;
    margin-bottom: 23px;
    padding: .67em .67em .67em .67em;
    border: 3px solid;
    border-color: #CCCCCC;
    clear: both;
    margin-left: 60px;
    margin-right: 60px;
}


/* special container for important info (e.g. "New in 19.1" or "RIS-only") */

.info  {
    font-family: "Verdana", Helvetica, sans-serif;
    color: #800000;
    font-weight: 900;
    text-align: center;
    clear: both;
    margin-left: 0px;
    margin-right: 650px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: transparent;
    border: none;
    overflow: auto;
}

ul.auto-toc li {
   list-style-type: none;
}

ol li {
    list-style-type: decimal;
}

ul li {
    list-style-type: disc;
}

.imgboxtop {
    border-top: 1px solid #ddd; 
    border-right: 1px solid #bbb; 
    border-left: 1px solid #ddd; 
    margin: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.imgboxbottom {
    border-right: 1px solid #bbb; 
    border-bottom: 1px solid #bbb; 
    border-left: 1px solid #ddd; 
    margin: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.caption {
    font-size: small;
}

.code {
    padding: 1em;
    background-color: #f9f9f9;
    border: 1px dashed #2f6fab;
    clear: both;
    font-weight: normal;
}

pre {
    border: 1px dashed #2f6fab;
    background: #222;
    padding: 5px 10px;
    line-height: 21px;
    word-wrap: normal;
    text-align: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    white-space: pre;
    overflow: auto;
    width: auto;
    font-weight: normal;
}

code {
    font-family: Monaco, Courier, "Courier New", monospace;
    overflow: auto;
    width: auto;
    border: 0px;
    background: transparent;
    padding: 0px;
}

.copyright {
    text-align: center;
    line-height: 80%;
}

.highlight {
    color: #880000;
    font-weight: bold;
}

div.contents.local.topic { 
    background-color: transparent;
    border: 1px solid #DEDBE7;
    border-collapse: collapse;
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 15px;
}

img.align-center, .align-center img {
    display: block;
    margin-left: auto;
    margin-right: auto
}


/****************************************************
****************************************************/

.page{
    position:relative;
    width: 946px;
    margin:0 auto 0px auto;
}

.hidden {
    display: none;
}

#mainContentContainer {
    float: right;
    margin: 0px;
}

#mainContentContainer ul.creatorFooterNav li a:hover {
	color:#fff;
}

ul#subnav {
    float:right;
    width:932px;
    padding:0;
}

ul#nav {
    position: relative;
    left: -6px;
    padding-top: 15px;
    height: 35px;
}

#mainSubNavigation li, 
#mainSubNavigation li a {
    display: block;
    text-decoration: none;
    color: #9A9A9A;
    width: auto;
    padding: 5px 10px 10px 5px;
    background: none;
    font-size: 12px;
    font-weight: 400;
    font-family: futura-pt, sans-serif;
    line-height: 12px!important;
}

#mainSubNavigation ul li a {
    padding: 0 0 0 5px;
}

#navWrapper {
    position: absolute;
    width: 300px;
    height: 100%;
    left: 0;
}

#navMove {
    position: absolute;
    top: -20px;
    width: 35px;
    height: 19px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 0px 1px 0px #555;
    -webkit-box-shadow: inset 0px 1px 0px #555;
    -moz-box-shadow: inset 0px 1px 0px #555;
    color: #9A9A9A;
    text-transform: uppercase;
    border: 1px solid black;
    background-image: url("../images/rightArrow.png"); 
    background-position: 50% 0%; 
    background-repeat: no-repeat no-repeat;
    z-index: -10;
}

#mainSiteNavigation {
    border: 0px;
}

#navigationContainer {
    margin-top: -100px;
}

#navContainer {
    position: fixed;
    width: 300px;
    border: 1px solid #666;
    bottom: 63px;
    top: 100px;
    min-height: 300px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    color: #CCC;
    background: url("../images/background.jpg") repeat scroll 0 0 #2C2C2C;
}

#navQuickLinks {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
}
ul#navLinks {
    background: #222;
    border-bottom: 1px solid #666;
    float: right;
    height: 50px;
    width: 248px;
    padding-right: 6px;
    margin: 0px;
}
#navQuickLinks li {
    list-style: none;
    float: right;
    text-align: right;
    background: none;
    margin: 12px 15px 5px 0;
    padding: 0;
    position: relative;
}
#navQuickLinks li a {
    display: block;
    text-decoration: none;
    color: #9a9a9a;
    width: auto; 
    padding: 5px 10px 10px 5px;
    margin: 0px;
    font-size: 13px;
    background:none;
}
#navQuickLinks li a:hover, #mainSubNavigation li a.active {
    color: #FFCC03;
}
#navQuickLinks li ul {
    display: none;
    background-color: #222;
    text-align:right;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    position: absolute;
    top:38px;
    margin-left:-7em; 
    padding: 0;
    width:14em;
    z-index:9999;
    border:1px solid #666;
    border-top:none;
    right:-5px;
}
#navQuickLinks li ul li {
    float: none;
    margin-right:0;
}
#navQuickLinks li ul li a {
    color: #9a9a9a;
    margin-right:0px;
    padding: 0 15px 5px 5px;
    line-height:14px;
    width: auto;
}
#navQuickLinks li li a:hover, #navQuickLinks li:hover li a.activeSub {
    color: #FFCC03;
}

#navHeader {
    padding: 10px 12px 10px 16px;
    margin: 0px;
    border-bottom: 1px solid #666;
}

.searchInput{
    background: #474747;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid black;
    color: white;
    font-size: 11px;
    padding: 6px 10px;
    width: 170px;
    height: 17px;
}

.searchButton{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: black;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#111111');
    background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
    background: -moz-linear-gradient(bottom, #111, #333);
    color: #DDD;
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 5px;
    border: 1px solid black;
    height: 28px;
}

#searchInputInTopMenu
{  
    position:absolute;
    left:10px;
    top:10px;
}

#searchButtonInTopMenu
{
    position:absolute;
    left:210px;
    top:12px;
}

#contentsButton{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: black;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#111111');
    background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
    background: -moz-linear-gradient(bottom, #111, #333);
    box-shadow: inset 0px 1px 0px #555;
    -webkit-box-shadow: inset 0px 1px 0px #555;
    -moz-box-shadow: inset 0px 1px 0px #555;
    color: #DDD;
    font-size: 11px;
    border: 1px solid black;
    height: 30px;
    cursor: pointer;
    margin-top: 10px;
    position: absolute;
    left: -68px;
    top: 82px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg); 
}

#mainSiteNavigation .creatorMainNav ul {
    margin-top: 4px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
}

#mainSiteNavigation .creatorMainNav {
    margin-top: 4px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
}

#mainSiteNavigation .creatorMainNav li a {
    font-family: "futura-pt", sans-serif;
    font-size: 13px;
}

#navContainer .scrollwrap{
    overflow: hidden;
}

#navContainer .wrap{   
    position: absolute;
    width: 300px;
    overflow: auto;
    bottom: 2px;
    top: 106px;
}

#tableOfContents {
    color: #9A9A9A;
    margin-left: 10px;
    margin-bottom: 4px;
    margin-top: 8px;
}

::-webkit-scrollbar {
    width: 12px;
    height: 10px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(100,100,100,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

#index {
    overflow: auto;
}

#entranceImage {
    position: relative;
    width: 850px;
    height: auto;
    left: -27px;
    display: inline-block;
}

#entranceImage img {
    max-width: 850px;
    width: 850px;
    margin-bottom: 0px;
}

#entranceImage h1 {
    color: #CCC;
    font-weight: normal;
    border-bottom: 0px;
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#entranceImage h3 {
    color: #CCC;
    font-weight: lighter;
    border-bottom: 0px;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0px;
}

ul.creatorFooterNav {
    float: left;
    margin-bottom: -90px;
    margin-top: 20px;
}
 
    
.copyrightFooter {
    float: right;
    font-size: 11px;
    margin-bottom: -90px;
    padding-top: 20px;
    padding-bottom: 20px;
} 

#mainContentContainer h1.articleContentTitle {
    margin-top: 10px;
    margin-bottom: 10px;
	margin-right: 25px;
	margin-left: 25px;
}

.coursewareBreadcrumbs {
    margin-top: 10px;
    margin-bottom: 5px;
}

#topMenu.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
}

.caption {
    text-align: center;
}

