/* -------------- */
/* skin: Salesforce */
/* cssSheet: help */
/* postfix:  */

/* help.css */
/* GLOBAL STYLES - including Heading and re-defined HTML tags */

body {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 85%;
  margin: 10px;
  background-color: #FFF;
}

body.helpNav {
  margin: 0px;
}

table {
  font-size: 100%;
  }

p, li {
  font-size: 90%;
  font-weight: normal;
}

p {
  margin: 1em 0 0 0;
}

div.p, .p {
  font-size: 90%;
  font-weight: normal;
  padding-top: 1em;
}

li div.p, li .p {
  font-size: 100%;
  font-weight: normal;
  padding-top: 1em;
}

.p li {
  font-size: 100%;
}

ul, ol {
   margin: 0 0 0 1em;
   padding-top: 0;
   padding-left: 0;
}

ol li {
  margin-left: 1em;
  line-height: 1.2em;
  padding: 6px 0 0 0;
  list-style-type: decimal;
}

ul ol li {
  list-style-type: decimal;
}

ol ol li {
  list-style-type: lower-alpha;
}

ol li ul li {
list-style-type: circle;
}

ul li {
  list-style-type: square;
  margin-left: 1em;
  line-height: 1.2em;
  padding: 6px 0 0 0;
}

li {
   margin-top: .1em;
   padding-top: .1em;
}

li p {
  font-size: 100%;
  margin: 0;
  padding: 0;
  padding-top: 6px;
}

li li {
  font-size: 100%;
}

input {
  font-size: 80%;
  margin: 1em 0;
}

 ol li a,
 ul li a,
 ol li li a,
 ul li li a,
 ol li a:hover,
 ul li a:hover,
 ol li li a:hover,
 ul li li a:hover {
  text-decoration: underline;
}

img {
  border: 0;
}

/* LINK HOVER COLOR STYLE */
A {
   color: #333;
   text-decoration: underline;
}

A:hover {
   color: #369;
   text-decoration: underline;
}

form {
  padding: 0px;
  margin: 0px;
}

/* HEADING styles */

h1, .helpHead1, supportHead1 {
   font-weight: bold;
   font-size: 120%;
   color: #FFF;
   background-color: #737E96;
   padding: .7em 8px;
   margin: 0;
}

h2, .helpHead2, supportHead2 {
   font-weight: bold;
   font-size: 100%;
   color: #51638A;
   line-height: 1.2em;
   padding: 0 0 1px 0;
   margin: 1.2em 0 .3em 0;
   /* text-transform: uppercase;*/
   border-bottom: 1px solid #51638A;
}

h2 p, .helpHead2 p, supportHead2 p {
  margin-top: 0;
  padding-top: 0;
}

h3, .helpHead3, .supportHead3, .dlterm {  /* .dlterm is for the GLOSSARY */
   font-weight: bold;
   font-size: 100%;
   color: #51638A;
   margin: .7em 0 .7em 0;
   padding: 0;
}

h4, .helpHead4, supportHead4 {
   font-weight: bold;
   font-size: 90%;
   color: #51638A;
   margin: 0;
   padding: 0;
   /* color: #666688; */
}

.subHead {
  font-size: 90%;
  background-color: #DEEDFF;
  padding: .3em 8px;
}

.subHead p {
  font-size: 100%;
  margin: 0;
  line-height: 1.4em;
}

/* GLOSSARY styles */

dl {
  margin: 0;
}

dl dl {
  font-size: 100%;
  margin-left: 12px;
}

dl dl dd {
  margin: 0;
  padding-bottom: 0;
}

dl dl dd, dl dl .dlterm { 
  font-size: 100%; 
}

dt.dlterm {
  margin: 8px 0 0 0;
}

dt {
  font-size: 90%;
}

dd {
  margin: 4px 0 4px 0;
  font-size: 90%;
}

div.p ol dd, div.p ul dd {
  font-size: 100%;
}

dd p {
  margin: 0;
  font-size: 100%;  /* fixing dd p difference ? */
}

/* FIELDSET and notes classes */

legend {
  color: #333;
  font-size: 100%;
  font-weight: bold;
  margin: 0 2px;
}

.note {
  font-size: 90%;
  border: 1px solid #8E9CBD;
  margin: 10px 0 10px 0;
}

.note .noteBody {
  margin: 0 8px 8px 10px;
}

.noteBody p {
  font-size: 100%;
  margin-top: 6px;
}

li .note {
  font-size: 100%;
}

li .note .noteBody {
  font-size: 100%;
}

/* PERMISSION TABLE classes */

.permTable, .howDoITable {
  background-color: #F3F3EC;
}

.permTableHeader, .howDoITableHead  {
  background-color: #737E96;
  color: #FFFFFF;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  padding: .2em 0;
  border: none;
}

.permRowRight {
  border-bottom:1px solid #E3DEB8;
  font-size: 90%;
  line-height: 1.7em;
  padding: 0 .7em 0 .7em;
  text-align: left;
  vertical-align: top;
}

.permRowRight p, .permRowLeft p {
  margin: 0;
  padding: 0 4px 0 4px;
}

.permRowRight p {
  font-size: 100%;
}

.permRowLeft {
  border-bottom:1px solid #E3DEB8;
  border-right:0px solid #F3F3EC;
  font-weight: bold;
  font-size: 90%;
  line-height:1.2em;
  padding: 0.25em .7em 0 .7em;
  vertical-align: top;
}

.permTableBottom {
  background-color:#F3F3EC;
  border-bottom: 2px solid #737E96;
  line-height: 6px;
}

.featureTable {
  background-color: #F3F3EC;
  padding: 10px 0 10px 0;
  font-size: 90%;
}

li .featureTable {
  padding: 10px 0 10px 0;
  margin-left: -25px;
  margin-top: 10px;
}

.featureTableHeader  {
  background-color: #737E96;
  color: #FFFFFF;
  font-size: 110%;
  font-weight: bold;
  text-align: left;
  padding: .2em 6px;
  border: none;
}

.featureTable td {
  vertical-align: top;
  border-bottom:1px solid #E3DEB8;
}

.featureTable td p {
  font-size: 100%;
}

/* "SEE ALSO" links */

.relinfo {
  font-size: 90%;
  color: #51638A;
  font-weight: bold;
  padding-top: 1.5em;
}

.relinfo a {
  color: #333;
  font-weight: normal;
  text-decoration: none;
}

.relinfo a:hover {
  color: #369;
  text-decoration: underline;
}

.howDoITable a {
  font-size: 100%;
  color: #333;
  font-weight: normal;
}

.howDoITable a:hover {
  color: #369;
  font-size: 100%;
}


/* FIELD NAMES and code references */
.fieldName, .synph, .codeph {
   font-family: 'Courier New', 'Courier', 'monospace';
   font-weight: normal;
   font-size: 110%;
   color: #000000;
}

.setupBullet {
  color: #333333;
}

a.bodyLink, a.bodyLinkIndent {
   font-size: 90%;
   color: #333;
   text-decoration: underline;
}

A.bodyLink:link, A.bodyLinkIndent:link {
   font-size: 90%;
   color: #333;
   text-decoration: underline;
}

A.bodyLink:hover, A.bodyLinkIndent:hover {
   color: #369;
   font-size: 90%;
   text-decoration: underline;
}

a.bodyLinkIndent {
   font-size: 90%;
   color: #333;
   text-decoration: underline;
   /* margin-left: 1.5em; */
}

A.bodyLinkIndent:link {
   font-size: 90%;
   color: #333;
   text-decoration: underline;
   /* margin-left: 1.5em; */
}

A.bodyLinkIndent:hover {
   color: #369;
   font-size: 90%;
   text-decoration: underline;
   /* margin-left: 1.5em; */
}

.gettingStartedTable td.gettingStartedRow a, .gettingStartedTable td.gettingStartedRow a.bodyLinkIndent {
  font-size: 90%;
   /* margin-left: 1.5em; */
  text-decoration: underline;
}

.gettingStartedTable td p {
  font-size: 90%;
  margin: 0;
  padding: 0;
   /* margin-left: 1.5em; */
}

.gettingStartedTable td p a.bodyLink, .gettingStartedTable td p a.bodyLink:hover {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

.gettingStartedTable td p.register a.bodyLinkIndent, .gettingStartedTable td p a.bodyLinkIndent:hover {
  font-size: 100%;
  /* margin-left: 0; */
}


/* SFINDEX classes - rolodex, letters and links */

.rolodex {
  font-size: 100%;
  color: #999;
}

.rolodex a {
  color: #666;
  text-decoration: none;
}

.rolodex a:hover {
  color: #369;
  text-decoration: underline;
}

.index .rolodexLetter {
  font-weight: bold;
  color: #FFF;
  background-color: #737E96;
  padding: .2em .5em;
}

.index .category {
  font-weight: bold;
  color: #333;
}

.backToTop {
  font-size: 90%;
}

.index {
  font-size: 100%;
}

.index a {
  color: #666;
  font-weight: normal;
}

.index a:hover {
  color: #369;
  text-decoration: underline;
  font-weight: normal;
}

.index em {
  font-weight: normal;
}

.trainingHeader {  /* IS THIS USED? */
  font-size: 80%;
  color: #FFF;
}


/* Simplified training file CSS */

#indexBrowser {
  vertical-align: top;
  width: 95%;
  background-color: #F3F3EC;
}

#indexLinks {
  padding-left: 5px;
  vertical-align: top;
  width: 95%;
  font-size: 90%;
  line-height: 1.6em;
}

.browserHeader {
  background-color: #737E96;
  font-size: 100%;
  color: #FFF;
  padding: .1em 0 .15em .4em;
  font-weight: bold;
  border-bottom: 1px solid #FFF;
}

.browserBody {
  margin: 8px;
}

.browserSummary {
  background-color: #DDD;
  padding: 8px;
}

.browserBody p, .browserSummary p {
  margin: 0;
}

.browserBody p.select, .browserSummary p.select {
  margin-top: 1em;
}

.browserBody select, .browserSummary select {
  font-size: 80%;
  display: block;
}

.browserSummary li {
  padding: .4em 0;
}

.browserSummary li img {
  margin-right: 5px;
  vertical-align: middle;
}

.browserSummary li a.bodyLink {
  font-size: 100%;
}

.linksHeader, gettingStartedTable td.linksHeader {
   font-weight: bold;
   font-size: 110%;
   color: #333;
   /* padding-left: 8px; */
   line-height: 1.4em;
   border-bottom: 2px solid #CCC;
}

#indexLinks a {
  margin-left: 2em;
  font-size: 100%;
}

.searchResultsDesc a.bodyLink, .searchResultsDesc a.bodyLink:hover {
  font-size: 110%;
}

.searchResultsDesc {
  font-size: 80%;
}

/* Alert Box - BEGIN */
.alertBox {
    margin:10px 0px 0px 0px;
    padding:0px 15px 0px 13px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image:  url("/img/bgmMessage.gif");
}

.alertBox .content {
    padding:5px 10px;
    background-color:#FFC;
    font-size: 109%;
}
/* Alert Box - END */


h3.trainingResultsTitle {
  color: #333333;
}

.trainingResult {
  margin: 5px 0 5px 0;
}

.trainingResult a.bodyLink, .trainingResults a.bodyLink:hover {
  font-size: 85%;
}

.trainingResultDesc {
  font-size: 75%;
}

.helpNav .scheduleContainer {
  padding-left: 10px;
}

.helpNav .scheduleContainer .scheduleInfo {
  font-size: 90%;
}

.helpNav .scheduleContainer .scheduleInfo a {
  font-size: 100%;
}

.helpNav .scheduleTable td {
  background-color: #F3F3EC;
  white-space: nowrap;
  vertical-align: top;
  border-bottom: 1px solid #E3DEB8;
  text-align: center;
}

.helpNav .scheduleTable td.day {
  font-weight: bold;
  color: #333;
}

.helpNav .scheduleTable td.classTitle {
  color: #333;
  text-align: left;
  font-size: 90%;
}

.helpNav .scheduleTable {
   border-top: 4px solid #737E96;
   border-bottom: 2px solid #737E96;
 }

.helpNav .scheduleContainer td.scheduleHeader  {
  background-color: #737E96;
  color: #FFFFFF;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  padding: .2em 0;
  border: none;
}

/* FOOTER classes */

.helpPageFooter {
  font-family: Arial, Helvetica, sans-serif;
  padding: 3px 0px 10px 0px;
  border-top: 1px solid #E8E8E8;
  font-size: 85%;
  text-align: center;
  line-height: 1.5em;
  color: #878585;
  width: 100%;
  margin-top: 20px;
  text-decoration: none;
}

.helpPageFooter a {
  font-family: Arial, Helvetica, sans-serif;
  padding: 3px 0px 10px 0px;
  border-top: 1px solid #E8E8E8;
  font-size: 85%;
  text-align: center;
  line-height: 1.5em;
  color: #878585;
  width: 100%;
  margin-top: 20px;
}

/* END OF THE NEW STUFF FOR 142 */





/* APP STYLES - IGNORE BEYOND THIS LINE!! */

.errormsg  {
   font-size : 8pt;
   font-weight : bold;
   font-family : Helvetica,Arial;
   color : #CC0000;
}

/* Begin user_ed_nav */

.userEdNav {
   background-image: url(/img/bgTop.gif);
  background-repeat: repeat-x;
  font-size: 90%;
}

.userEdTitle h1 {
  color: #000;
  background:none;
}

.userEdTitle {
  width: 100%;
  margin: 0;
}

.userEdTitle td {
  text-align:right
}

.userEdTitle td.logo {
  text-align: left;
}

/* Begin tabs */

.tabNavigation {
  font-family: 'Verdana', 'Geneva', sans-serif;
}
table.tab {
  line-height:normal;
  width:100%;
}
.tab td {
  text-align:center;
  background-image: url(/img/tab/left.gif);
  background-repeat: no-repeat;
  background-position: left top;
  margin:0;
  padding:0px 0px 0px 6px;
  border-bottom:1px solid #A4A29E;
  white-space:nowrap;
}

.tab td.left {
  background: none;
  width: 33%;
}

.tab a {
  text-decoration:none;
  color:#444;
}
.tab div {
  background-image:url(/img/tab/right.gif);
  background-repeat: no-repeat;
  background-position: right top;
  padding:3px 9px 5px 3px;
}
.tab a:hover {
  text-decoration:underline;
  color:#333;
}
.tab td.currentTab {
  color:#FFFFFF;
  font-weight:bold;
  background-color: transparent;
  border-bottom-color: #737E96;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-image: url(/dimg/left737E96.gif)
}
.tab .currentTab div {
  color:#FFFFFF;
  padding:4px 9px 4px 3px;
  background-image: url(/dimg/right737E96.gif);
}
.tab .currentTab a,
.tab .currentTab a:hover {
    color: #FFF;
}

.tab .last div {
  background-image:url(/img/tab/last.gif);
}

.tab td.right {
  background: none;
  width: 33%;
  text-align: right;
  padding-right: 10px;
}

.tab td.right a {
   padding-bottom: 0px;
   vertical-align: middle;
}

.tab td.right a:hover {
    text-decoration: none;
}

.tab td.right a img {
    margin-right: 3px;
    padding: 0px;
    vertical-align: bottom;
}

.tab td.right a #emailLabel {
   text-decoration: underline;
}

/* END tabs */

/* "new" entity list: UL below tabbed navigation */

.helpNav .navLinks {
  vertical-align: middle;
}

.helpNav .navLinks ul {
  font-weight: normal;
  font-size: 93%;
  margin: 1px 4px 4px 4px;
  padding: 0;
  display: block;
  color: #FFF;
  height:1.1em;
  white-space:nowrap;
  float:left;
  vertical-align: middle;
}

.helpNav .navLinks ul LI {
  margin: 0;
  display: inline;
  vertical-align: middle;
  font-size: 100%;
}

.helpNav .navLinks ul LI.first {
  padding-left: 9px;
  padding-right: 5px;
}

.helpNav .navLinks ul A {
  padding: 0 4px 0 5px;
  margin: 0;
  text-decoration: none;
  border-left-style: solid;
  border-left-width: 1px;
  vertical-align: middle;
  text-decoration: underline;
  font-weight: normal;
}

.helpNav .navLinks ul a.homeTabCurrent {
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
}

.helpNav .navLinks ul a.homeTab {
  text-decoration: underline;
  font-weight: bold;
  color: #FFF;
}

.helpNav .navLinks ul A.homeTab:hover,
.helpNav .navLinks ul a.homeTabCurrent:hover {
  text-decoration: underline;
  color: #fff;
}

.helpNav .navLinks ul A.homeTab:active,
.helpNav .navLinks ul a.homeTabCurrent:active {
  color: #DDD;
}

.helpNav .navLinks ul A img {
  vertical-align: middle;
  margin-bottom:1px; /*keeps bottom of img from being clipped in IE */
}

.helpNav .navLinks ul LI.first A {
  border-left-style: none;
  border-left-width: 0;
}

.helpNav .navLinks .srchBox {
  white-space: nowrap;
  float: right;
  padding: 0px;
  float: right;
  margin: 0;
}

.helpNav .navLinks .srchBox * {
  vertical-align: middle;
}

.helpNav .navLinks .srchBox input#str {
  margin-top:2px;
  margin-bottom: 2px;
}

.helpNav .navLinks .srchBox a {
  color: #FFFFFF;
  font-size: x-small;
  margin-right: 10px;
}

/* END user_ed_nav */

.helpNav .primaryPalette {
  background-color: #737E96;
  color: white;
}

.btn, .button {
  font-family: 'Verdana', 'Geneva', sans-serif;
  background-image:  url("../img/bgButton.gif");
  background-repeat: repeat-x;
  background-position: left top;
  border-right:1px solid #5C5D61;
  border-bottom:1px solid #5C5D61;
  border-top:none;
  border-left:none;
  font-size: 80%;
  color:#FFFFFF;
  padding:1px 3px;
  cursor:pointer;
  font-weight:bold;
  display:inline;
  vertical-align: middle;
  margin: 2px 4px 2px 4px;
}

.clearingDiv {
  clear: both;
  height:1px;
    margin: 0 0 -1px 0;
  font-size: 0px;
}


/* begin tree */
.mTreeSelection{
  background-color:#E8E8E8;
  padding: 0.80em;
  font-size: 85%;
  text-align: left;
}

.mTreeSelection .helpTreeHeading{
  font-weight:bold;
}

.mTreeSelection .treeLine {
  background-color:#333;
  height:1px;
  margin-top: 0.33em;
  margin-bottom: 0.69em;
  font-size:0px;

}

.mTreeSelection h2 {
  display:block;
  margin-top:15px;
  font-weight:bold;
  padding:0.33em 0.33em 0.33em 0.00em;
}



.mTreeSelection .treeIndent {
  margin-left: 2em;
}
.mTreeSelection .setupLeaf,
.mTreeSelection .setupHighlightLeaf{
  padding-bottom: 2px;
}

.mTreeSelection .setupHighlightLeaf {
  background-color:#fff;
  margin-left: 0.5em;
}
.mTreeSelection .setupHighlightLeaf a,
.mTreeSelection .setupHighlightFolder,
.mTreeSelection .setupLeaf a,
.mTreeSelection .setupFolder,
.mTreeSelection .setupSection   {
  text-decoration: none;
}

.mTreeSelection .setupLeaf{
  margin-left: 0.5em;
}

.mTreeSelection  a:hover  {
   text-decoration: underline;
}

.setupFolder {
    line-height: 1.5em;
}

.childContainer{
      margin-left: 1.00em;
}

.setupLeaf a, .setupHightlightLeaf a {
  line-height: 1.35em;
}
/*do not add padding to this section - IE rendering bug*/
.setupSection {
   font-weight:bold;
}

.setupImage {
  padding:0.23em 0.33em 0.23em 0.33em;
  cursor:pointer;
}
/* end tree */
/* begin PublicHelpSolution.jsp */
.PublicHelpSolution {
  font-size: 75%;
}

.PublicHelpSolution td {
  vertical-align: top;
  padding-bottom: 15px;
}

.PublicHelpSolution h3 {
  margin: 0 0.3em 0 0;
  white-space: nowrap;
}

/* end PublicHelpSolution */

