﻿/*         ADD YOUR COMMENTS WHEN MAKING CHANGES TO THIS FILE          */
/* 8/3/09: Added the styles for the Jump to Block - Lee Ambrosius */
/* */
/*  9/8/08: Styles added for PromptBlock, Section-within-a-Section - Asheem Mamoowala */
/* */
/*  8/12/08: brought the new style definition for head into acad specific to deal with ACAD and */
/*                 LT product image issue - Anant Trivedi */
/*  */
/*  2/1/08 : File created with unique ACAD stylings - Asheem Mamoowala */
/***********************************************************************/

/* Comments */
div.footer-block{
	padding: 2px 0px 2px 0px;
	margin: 20px 0px 0px 0px;
	width:100%;
}

/* control the location of the right side content */
div.rightContent {
	position:absolute;
	right:0px;
	top:128px;
	margin-right:0px;
	width:200px;
	margin-top:0px;
}


/*--- Cooper Design Implementation ---*/


body {
	margin:0;
	padding:0;
	font-size: 10pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

/* Links */
A, A:link, A:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-decoration:none;
	font-weight:normal;
	color: #004282;
}

A:hover {
	text-decoration:underline;
}

Span.term A {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-decoration:none;
	font-weight:bold;
	color: #03b;
	border:0px;
}
/* End Links */

/* head region : Breadcrumbs and Title */
div.head {
	margin:0px;
	padding:0px;
        background-color:white;
}

div.button-info, div.nav-group, div.browse {
	display:none;
}

div.head-block {
	margin:0px;
	padding:0px;
	background-color:white;
}

div.head-text {
	background-color:white;
	border-bottom:1px #dadada solid;
	padding:18px 0px 2px 0px;
	margin-left:220px;
	margin-right:220px;
}

div.head-text SPAN {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
}

/* bread crumbs */

div.ancestry {
	font-family:Arial, Helvetica, sans-serif;
	color: #959595;
	background-color: #212121;
	margin: 0px 0px 0px 0px;
	font-size: 8pt;
}

div.ancestry a, div.ancestry a:link, div.ancestry a:visited
{
	text-decoration: none;
}

div.ancestry a:hover
{
	text-decoration: underline;
}
/* end head region */

/* Local navigation/ Table-of-Contents */
.acad-contents {
	background-color:#dadada;
	position:absolute; 
	padding: 2px 0px 4px 0px;
	top: 129px;
	left:0px;
	width:200px;
}
/* End Local navigation/ Table-of-Contents */

div.body_content {
	margin-left:220px;
	margin-right:220px;
        width: inherit;
}

/* Content area */
P {
	font-size: 10pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	margin-top:10px;  /* Changed the original value 5px - Lee 7/28/09 */
	margin-bottom:5px;
}

/* Jump to Blocks */
div.jump-to-block {
	position:absolute;
	left: -200px;    /* Change to -200 later to render off screen */
	top: 925px;
	width:200px;
	margin: 10px 0px 0px 0px;
}

div.jump-to-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
        color:#808080;
        background-color:#EAF4FE;
	padding-left:10px;
	font-weight: bold;
	padding-bottom:2px;
	padding-top:2px;
	margin-left:2px;
}

ul.jump-to-list {
	margin-left:10px;
	margin-bottom:0px;
	padding-left:10px;
	margin-top:3px;
	padding-top:0px;
}

li.jump-to-list {
	font-family:Arial, Helvetica, sans-serif;
	list-style-type:none;
	padding-top:2px; 
	padding-bottom:2px;
}

a.jump-to-link, a.jump-to-link:link, a.jump-to-link:visited
{
	text-decoration:none;
	font-weight: bold;
	font-size:9pt;
        color: #4F7DEC;
}

a.jump-to-link:hover {
	text-decoration:underline;
}
/* End Jump to Blocks */

/* See Also block*/
div.see-also {
	border:none;
	position:absolute;
	left: -200px;  /* Change to -200 later to render off screen */
	top: 1050px;
	width:200px;
        margin: 10px 0px 0px 0px;
}

div.see-also-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
        color:#808080;
        background-color:#EAF4FE;
	padding-left:10px;
	font-weight: bold;
	padding-bottom:2px;
	padding-top:2px;
	margin-left:2px;
}

div.see-also ul ul {
	margin:0px;
	padding:0px;
}

div.see-also li {
	font-family:Arial, Helvetica, sans-serif;
	list-style-type:none;
	padding-top:0px; 
	padding-bottom:0px;
	margin:0px;
}

div.see-also a, div.see-also span.hypertext a, div.see-also span.char_link a {
        text-decoration:none;
	font-weight: bold;
	font-size:9pt;
        color: #4F7DEC;
}


div.see-also a:hover {
	text-decoration:underline;
}
/*  End See Also block */

div.topic-list h4.related {
	font-size:11pt;
	color:#383838;
}

span.hypertext {
	text-decoration:none;
	font-weight: bold;
	font-size:9pt;
}

span.char_link {
	text-decoration:none;
	font-weight: bold;
	font-size:9pt;
}

div.section P.section_title_h1, span.see-also, div.dl_section p.title,
 div.dl_section p.section_title_h1 {
	font-weight: bold;
	font-size: 10pt;
	color: #383838;
	border-bottom: solid 1px #666666;
	margin-bottom: 10px;
        background-color:white;
}

div.section {
	margin-bottom:5px;
	margin-top:5px;
}

div.dl_section {
	margin-left:25px;
}

div.dl_section p.title {
	margin-left: -10px;
}

div.dl_section div.dl_section p.title {
	border-bottom:none;
}

P.list-intro {
	font-size:10pt;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:5px;
	margin:0px;
	color: #4F7DEC;
}

div.topic-list li {
	padding-top:3px; 
	padding-bottom:3px;
	margin:0px;
}

div.body_content ul, div.body_content ol {
	margin-left:15px;
}

div.body_content li {
	margin-bottom:5px;
}

div.body_content a {
	font-weight: normal;
}

div.bodyProcedure ol li {
	margin-left:30px;
	margin-top:10px;
}

div.bodyProcedure ul li {
	margin-left:30px;
	margin-top:10px;
}

div.bodyProcedure li ul li {
	padding-top:0px; 
	padding-bottom:0px;
	margin-left:5px;
}

div.bodyProcedure ol li p {
	margin-top:10px;
}

div.bodyProcedure DIV.note-note {
	margin-top:10px;
	margin-left:15px;
}

div.bodyProcedure li DIV.note-note {
	margin-top:10px;
	margin-left:0px;
}

dd {
	margin-left: 10px;
}

ul p, ol p {
	margin: 0px;
}

li DIV.note-note
{
	border-top:5px white solid;
}

DIV.note-note
{
	background-color:#EFEFED;
	padding:5px;
}

DIV.note-note SPAN.label {
	font-size:10pt;
}

SPAN.codeIdentifier {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}

EM.codeEmphasisStrong {
	font-style: normal;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold 
}

LI.topiclist-litem A {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-decoration:none;
	color: #03b;
}

.topiclist-litem {
	margin-bottom: 0pt;
}

.topiclist-litem p.blurb {
	margin-bottom: 5pt;
}

.topiclist-litem p.blurb a {
	font-weight: normal;
}

/* ------------------  */
/* SysVAR related */

div.sysVarBlock {
	margin: 0px 5px 15px 0px;

}

table.sysVarBlock {
	background-color: #EBEBEB;
	padding:5px;
}

TD.sysVarBlock__title {
	font-size: 10pt;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

TD.sysVarBlock__content {
        padding:2px;
	font-size: 10pt;
	font-family:Arial, Helvetica, sans-serif;
}

/* ------------------  */

div.referenceTitle , div.procedureTitle { 
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 10pt;
	color: #383838;
	border-bottom: solid 1px #666666;
	width: 100%;
}

ul {
	list-style-type: disc;
	display:block;
	margin: 0px;
	padding: 5pt;
}

ul li {
	margin: 0px;
}

ol {
	display:block;
	margin: 0px;
	padding: 5pt;
}

span.collapsible-section-title {
	font-size: 9pt;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #4F7DEC;
	margin: 0px;
	padding: 0px;
}


div.collapsible {
	padding-left:10px;
}


div.quickReferenceList span.term a{
	margin-left:30px;
	margin-top:10px;
	font-weight: bold;
	display:block;
	text-decoration:none;
}

div.quickReferenceList span.term a:hover{
	text-decoration:underline;
}

div.definition p.blurb{
	font-size: 10pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	margin-top:5px;
	margin-left:30px;
}

/* ------------------  */
/* InfoBurst Para */     
DIV.infoBurstPara {
	padding-bottom:5px;
	margin:5px 0px 0px 10px;
} 

span.infoBurstPara__title {
	font-weight:bold;
	color:#808080;
}
/* ------------------  */

/* -------PROMPT BLOCK-----------  */
P.promptBlock 
{
	color:#808080;
	margin-left:10px;
}	
/* ------------------  */
/*-------------- BLURB -----------*/
p.blurb {
/* Changed the formats for blurbs - Lee 7/28/09 */
	font-size: 10pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#333366;
	margin-top:5px;
	margin-bottom:20px;
}
/*-------------------*/
/* Tables */
/* Changed 7/16/10 - Lee - Fixed spelling issue with tale needed to be table */
table.ruled, table.not-ruled, table.ruled-wide, table.not-ruled-wide {
	width:100%;
	border:none;
	border:solid 1px #666666;
}

table.ruled th, table.not-ruled th, table.ruled-wide th, table.not-ruled-wide th {
	border: solid 1px #666666;
	border-bottom:solid 2px #666666;
	background-color:#EFEFED;
	color: #000000;
}

/* Changed 7/16/10 - Lee - Table Header Background Color */
table.ruled-wide th.table-heading, table.ruled th.table-heading, table.not-ruled th.table-heading, table.not-ruled-wide th.table-heading {
	font-size:11pt;
	font-weight:bold;
	color:#CCCCCC;  
	background-color:#CCCCCC;  /* Changed 7/16/10 - Lee - Was 383838 */
	text-align:left;
}

td.table-body{
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	font-size: 10pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	margin-top:5px;
	margin-bottom:5px;
}

td.table-body div p img {
        padding:5px;
        vertical-align:top;
        text-align:left;
}

table.ruled tr, table.not-ruled tr, tale.ruled-wide tr, table.not-ruled-wide tr {
}

table.ruled td, table.not-ruled td, tale.ruled-wide td, table.not-ruled-wide td {
	padding:5px;
	padding-bottom:5px;
        vertical-align:top;
        text-align:left;
}

tr.RuledEvenRow {
	background-color:#EFEFED;
}
/* End tables */
