#gplusone{display:inline;position:absolute;right:330px;top:.5em}
#rstwitter{vertical-align:text-top;display:inline;position:absolute;right:370px;top:.5em}
tr th .changed {color: #99ff99; }
div.added tr, div.added    { background-color: #E6E6FA; }
div.deleted tr, div.deleted  { text-decoration: line-through;
               background-color: #FF7F7F; }
div.changed tr, div.changed  { background-color: #99ff99; }
div.off      {  }

span.added   { background-color: #E6E6FA; }
span.deleted { text-decoration: line-through;
               background-color: #FF7F7F; }
span.changed { background-color: #99ff99; }
span.off     {  }

#content-wrapper, #toolbar { font: 12px Verdana, Geneva, sans-serif; }
.qtip-content { font: 10.5px Verdana, Geneva, sans-serif; }
#content-wrapper p, #content-wrapper ul, #content-wrapper ol, #content-wrapper li, #content-wrapper td { 
    font: 10pt Verdana, Geneva, sans-serif; 
}

#feedbackid {
    padding-left: 10px;
}

#content-wrapper h1 { font: 15pt Arial, Helvetica, geneva;
     color: black !important;
}
#content-wrapper h2 { font: normal 12pt Arial, Helvetica, geneva;
	color: black !important;
}

#toolbar-right {
	float: right;
	margin-right: 10px;
}

#toolbar-right a {
	text-decoration: none;
	text-transform: uppercase;
	color: black;
	font-size: 10px;
}

#content-wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
    height: auto;
}

#rax-leftnavigation {
    overflow: auto;
    position: absolute;
    top: 0px;    
    bottom: 0px;
    left: 10px;
    width: 280px;
    border-right: 1px solid #bbc4c5;
    padding-top: 13px;
    display: block;
    background-color:white;
}

#rax-treeDiv {
    overflow: auto;
    position: relative;
    height: auto;
    bottom: 0;
    left: 0px;
}

#searchDiv {
    overflow: auto;
    position: relative;
    height: auto;
 
    bottom: 0;
    left: 0;
    width: 243px;
    z-index: 1500;
    border-right:2px solid #CCCCCC;
}

#content, .support-results-container {
    position: relative;
    top: 0px; /* left: 240px;*/
    right: auto; /*  bottom: 20px;  */
    margin-left: 0px;
    height: inherit;
    padding-left: 10px;
    padding-right: 0px;
    color: #000000;
    /*border-left: 2px solid #cccccc; overflow :scroll;*/
}

#navheader {

    background: #fff;
    border-radius: 5px 0px 0px 5px;
    padding-left: 10px;
    right: 0px;
    top: 37px;
}

#content h1, #content h2 { color: black; }
.navfooter { bottom: 2%; }
.highlight { background-color: #c5d3c3; }
.highlightButton{ font-size: 0; }

#content pre.literallayout, #content pre.programlisting, #content pre.screen
{
    -x-system-font: none;
    border-bottom-color: #DEDEDE !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-top-color: #DEDEDE !important;
    border-top-style: solid !important;
    border-top-width: 1px !important;
    color: #23302D;
    display: block;
    font-family: Monaco,'Courier New','DejaVu Sans Mono','Bitstream Vera Sans Mono',monospace;
    font-size: 12px !important;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 1em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 1em !important;
    overflow-x: scroll;
    padding-bottom: 0.5em !important;
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
    padding-top: 0.5em !important;
    width: 100%;
}

/*  Show Hide TOC tree */
.pointLeft {
    cursor: pointer;
    padding-right: 20px;
    /*  display: block; */
}
.pointRight {
    cursor: pointer;
    padding-right: 20px;
    /* display: block; */
}

/* Search results Styling */
.searchExpression {
    color: #0050A0;
    background-color: #EBEFF8;
    font-size: 12pt;
}
.searchresult li a {
    text-decoration: none;
    color: #0050A0;
}
.searchresult li {
    color: #0050A0;
}
.shortdesclink {
    color: gray;
    font-size: 9pt;
}
.searchText {
    border: #BFCEE9 solid 1pt;
    width: 11em
}
.searchButton {
	margin-left: 3px;
    background: #EBEFF8;
    color: #0050A0;
    border: #BFCEE9 solid 1pt;
    font-weight: bold;
    font-size: 10pt
}

.title, div.toc>p{
	font-weight: bold;
	}
	
#toolbar div.breadcrumbs {
    display: inline;
	margin-top: 30px;
	margin-bottom: 0px;
}

#toolbar div.breadcrumbs a, #toolbar div.breadcrumbs span.breadcrumbstitle {
	padding-right: 12px;
	margin-right: 5px;
	text-decoration: none;
	color: #1e82d7;
	text-transform: uppercase;
	font-size: 10px;
}

#toolbar div.breadcrumbs span.breadcrumbstitle {
    color: #666666;
    line-height: 28px;
}

#toolbar div.breadcrumbs a:first-child {
    background: url(../images/breadcrumb-arrow-white.png) no-repeat right center;
}

#toolbar div.breadcrumbs a:hover {
	text-decoration: underline;
}

.pdficon {
    vertical-align: -10%;
}

table.navLinks {
	margin-right: 20px;
}

table.navLinks td a {
	text-decoration: none;
	text-transform: uppercase;
	color: black;
	font-size: 11px;
}

a.navLinkPrevious {
	padding-left: 12px;
	background: url(../images/previous-arrow.png) no-repeat left center;
}

a.navLinkNext {
	padding-right: 12px;
	background: url(../images/next-arrow.png) no-repeat right center;
}

a#showHideButton {
	padding-left: 20px;
	background: url(../images/sidebar.png) no-repeat left center;
}

	
.filetree li span a { color: #777; }

/* #treediv { -webkit-box-shadow: #CCC 0px 1px 2px 0px inset; } */

.legal, .legal *{
 color: #555;
 text-align: center;
 padding-bottom: 10px;
}

.internal
	{
	color : #0000CC;
	}

.writeronly
	{
	color : red;
	}

.remark, .remark .added, .remark .changed, .remark .deleted{
	background: yellow;
	} 

tr th, tr th .internal, tr th .added, tr th .changed
	{
	background: #00589E;
	color: white;
	font-weight: bold;
	text-align: left;
	}

.statustext{
    overflow: hidden;
    white-space: nowrap;
    opacity: .3;
    color: red;
    font-weight: bold;
    font-size: 2em;
    }

#disqus_thread, #hashcode {
    padding-left: 20px;
}

.section, .preface, .chapter, .book, .appendix, .glossary, .part, .set, .reference {
    /* margin-left: 10px; */
    padding-top: 10px;
    padding-left: 10px;
}

span.section, span.preface, span.chapter, span.book, span.appendix, span.glossary, span.part, span.set, span.reference{
	padding-top: 0px;
}

#toolbar-inner {
    	width: 960px;
	margin: 0 auto;
}

#toolbar {
        width: 100%;
	height: auto;
	top: 0px;
	z-index: 99;
	left: 0px;
	color: #333;
	line-height: 28px;
	padding-left: 10px;
}

#toolbar-left {
	position: relative;
	left: 0px;
}
 
body p.breadcrumbs {
	padding: 0px;
	line-height: 28px;
}


body.sidebar #toolbar{
   left: 0px;
}

body.sidebar #toolbar-left{
   left: 0px;
}

div#toolbar-left img {
    vertical-align: text-top;
}


div.note *, div.caution *, div.important *, div.tip *, div.warning *, div.calloutlist * {
    color: inherit !important;
    border: inherit !important;    
}

div.note p:first-child, div.caution p:first-child, div.important p:first-child, div.tip p:first-child, div.warning p:first-child, div.calloutlist p:first-child {
    margin-top: 0px;
}

#content table thead, #content table th{
    background: gray;
    color: white;
    font-weight: bold;
}

#content table caption{
    font-weight: bold;
    text-align: left;
    margin-bottom: 0.25em;
}

#content table td, #content table {
	border: 1px solid black;
}

#content table td, #content table th {
	padding: 5px;
}

#content table {
	margin-bottom: 20px;
	border-collapse: collapse;
}

*[align = 'center']{
    text-align: center;
}

/* tildehash stuff */

form td, form table{
    border: inherit !important;
}

#cmtfont {
   font-size: 18px;
   padding: 4px 0px 0px 3px;
   display: inline-block;
}

#cmtdiv {
   padding: 2px 4px 4px 4px;
   margin: 2px 0px 0px 0px;
   border: 2px solid #707070;
   background-color: #F5F5F9;
   -moz-border-radius: 8px 8px 8px 8px;
   -webkit-border-radius: 8px 8px 8px 8px;
   border-radius: 8px 8px 8px 8px;
   text-align: left;
}

#cmtnumber {
   font-size: 18px;
   padding: 2px 0px 0px 4px;
   font-family: helvetica;
}

#cmtdate {
   float: right;
   position: relative;
   font-style: italic;
   top: 6px;
}

#cmtopts {
   padding: 3px;
   background-color: #E4E4E4;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
}

span.italic, span.italics{
    font-style: italic;
}

div.sidebar{
    background-color: silver;
    border: 1px solid black;
    padding: 10px 10px 10px 10px;
}

.co img {
vertical-align: middle;
}

body div#content div.navfooter table tbody td, body div#content div.navfooter table  {
    border: 0px solid black; 
}

#content .variablelist table, #content .variablelist table td {
    border-style: hidden;
}


.olinkdocname{ font-style: italic; }


div.toc p {
    padding-left: 5px;
}

ul.ui-autocomplete li.ui-menuitem {
    padding: 7px 10px;
}

@media screen {

    .noscript-message-wrapper {
            background: #c40022;
            color: #fff;
            padding: 13px;
    }
    .noscript-message-container {
            width: 960px;
            margin: 0 auto;
            text-align: center;
    }
    .noscript-message-container p {
            font-family:'Source Sans Pro', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            margin: 0;
            padding: 0;
            font-size: 16px;
    }
    .noscript-message-container a { color: #fff; }

    .noscript-header-wrapper {
            background: black;
            color: #fff;
            padding: 13px;
    }

    .noscript-header-wrapper .noscript-message-container { text-align: center; }

}

@media print {

    body * {
        visibility: hidden;
    }

    #content, #content * {
        visibility: visible;
    }

   #sidebar, .navfooter {
       display: none;
   }

   #content {
	margin: 0 0 0 0;
    }

}

