
p, ol, ul {
  padding: 0 10px 3px 30px;
}

li {
  padding: 0 10px 3px 10px;
}

ol{list-style-type: decimal;}
ol ol{list-style-type: lower-alpha; }
ol ol ol{list-style-type: lower-roman; }


img.tutorial
{
  border-style:solid;
  border-width:3px;
  border-color:#003CBD;
  padding:0px;
  margin-left:-5px;
  margin-top:5px;
  margin-bottom:5px;
  display:block;
}


/*------------------------------ Begin Syntax and Snipper Code Block Styles -------------------------------*/

div.code 
{
  float: left;
}

div.code table
{
  border: 0;
  font-size: 95%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: -10px;
  width: 100%
}

div.code table th
{  
  background:  #EFEFF7;
  border-bottom-color: #C8CDDE;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #000066;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}

div.code table td
{
  background:  #F7F7FF;
  border-top-color: #FFFFFF;
  border-top-style: solid;
  border-top-width: 1px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}

/*------------------------------ End Syntax and Snipper Code Block Styles -------------------------------*/

/*------------------------------ Begin Copy Code Block Styles -------------------------------*/
span.copyCode
{
  color: #0000ff;
  font-size: 90%;
  font-weight: normal;
  cursor: hand;
  float: right;
  display: inline;
  text-align: right;
}

/* Formats the code in syntax and usage blocks, and the code in non-snipper code blocks. */
div.code pre
{
  font-family:  Monospace, Courier New, Courier;
  font-size: 105%;
  color:  #000066;
  word-wrap:  break-word;
}

pre b
{
  background-color: #D4DFFF;
}

span.code
{
  font-family:  Monospace, Courier New, Courier;
  color: #3333FF;
  font-weight: bold;
  font-size: 115%;
}

/*------------------------------ End Copy Code Block Styles -------------------------------*/

/*------------------------------ Begin General Table Styles -------------------------------*/

div.alert, div.code, div.tableSection
{
  width:98.9%;
  font-weight: normal;
}

div.section div.alert, div.section div.code,
div.section div.tableSection
{
  width:100%;
}

div.section ul div.alert, div.section ul div.code,
div.section ul div.tableSection, div.section ol div.alert, 
div.section ol div.code, div.section ol div.tableSection
{
  width:100%;
}

div.alert p, div.code p
{
  margin-top:5;
  margin-bottom:8;
}

dd p
{
  margin-top:4;
  margin-bottom:4;
}
div.tableSection p
{
  margin-top:1;
  margin-bottom:4;
}  
li p
{
  margin-top:2;
  margin-bottom:2;
}
div.seeAlsoNoToggleSection dl
{
  margin-top:8;
  margin-bottom:1;
  padding-left:1;
}
div.seeAlsoNoToggleSection dd p
{
  margin-top:2;
  margin-bottom:2;
}
div.section dl
{
  margin-top:8;
  margin-bottom:1;
  padding-left:1;
}
div.section dd p
{
  margin-top:2;
  margin-bottom:2;
}
/*------------------------------ End General Table Styles -------------------------------*/


/*------------------------------ Begin General Table Styles -------------------------------*/
table.labs
{
  border: 0;
  font-size: 100%;
  width:  98.9%;
  margin-top: 5px;
  margin-bottom: 5px;
}

table tr.labs
{
  vertical-align: top;
}

table th.labs
{
  background-color: #EFEFF7;
  border-bottom: 1px solid #C8CDDE;
  color: #000066;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
}

table td.labs
{
  background-color: #F7F7FF;
  border-bottom: 1px solid #D5D5D3;
  border-left-color: 1px solid #D5D5D3;
  padding-left: 10px;
  padding-right: 5;
  margin: 1px;
}

/* Formats the first column--the one that displays icons--in mref list tables (such as Public Constructors, 
   Protected Constructors, Public Properties, Protected Properties, and so on). */
table td.imageCell
{
  white-space: nowrap;
}
/*------------------------------ End General Table Styles -------------------------------*/

span#inline_note:before{content:url(/learn/labs/images/note.gif)} 
span#inline_note{display:inline-block;width:10px;height:10px;background:url(/learn/labs/images/note.gif) no-repeat;font:0px/0px serif} 
head:first-child+body span#inline_note{width:auto;height:auto} 

span#inline_copycode:before{content:url(/learn/labs/images/copycode.gif)} 
span#inline_copycode{display:inline-block;width:15px;height:15px;background:url(/learn/labs/images/copycode.gif) no-repeat;font:0px/0px serif} 
head:first-child+body span#inline_copycode{width:auto;height:auto} 