*
{
    margin: 0em;
    padding: 0em;
}

body
{
    /*background: url('../images/defaults/bg-help-masthead.png') repeat-x top left;*/
    font-family: Verdana, sans-serif;
    font-size: 0.8em;
    line-height: 1.5em;
    padding-left:1em;
    padding-right:1em;
    padding-top:1em;
    padding-bottom:1em
}

h1
{
	color: #660000;
	font-size: 152%;
	font-weight: bold;
	margin: 1.22em 0em 0.65em 0em;
}

h2,
h3,
h4,
h5,
h6
{
	color: #653C3D;
	font-weight: bold;
}

h2
{
	font-size: 129%;
	margin: 1.5em 0em 0.77em 0em;
}

h3
{
	font-size: 114%;
	margin: 1em 0em 0.5em 0em;
}

h4
{
	font-size: 100%;
	margin: 1.5em 0em 1em 0em;
}

h5,
h6
{
	font-size: 92%;
	margin: 1.5em 0em 1.09em 0em;
}

p
{
	margin: 0em 0em 1em 0em;
}

/*a:link,
a:visited
{
    color: #660000;
}*/

ul,
ol
{
  margin: 0em 0em 1em 1em;
}

/*fix bug in ie6 #2602: give extra space to ol, then the maximum order number is 999 */
ul,
ol
{
  padding-left: 1em;
}

li
{
  list-style-position: outside;
}

li.alpha
{
  list-style-type: lower-alpha;
}
ul
{
  list-style-type: disc;
}

ol
{
  list-style-type: decimal;
}

strong,
.strong
{
  font-weight: bold;
}

em,
cite
{
	font-style: italic;
}

table
{
  font-size: 92%;
  margin: 0em;
  margin-bottom: 1em;
  width: auto;
  border-collapse: collapse;
  border: 1px solid #BBBBBB;
}

table caption
{
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0 0.5em 0;
}

table.full-width
{
  width: 100%;
}

table .table-header
{
  background: #E0DFD5;
}

table .group-header
{
  background: #CCCCCC;
}

table a
{
  color: blue !important;
}

table .inline a
{
  display: inline;
}

th,
td
{
  padding: 0.5em;
  *padding: 0.3em 0.5em;
  border-right: 1px dotted #BBBBBB;
  border-bottom: 1px dotted #BBBBBB;
}

th
{
  font-weight: bold;
}

/* Table visuals */
tr.odd td,
tr.odd th {
  background-color: #FFFFFF;
}


tr.even td,
tr.even th
{
  background: #F1F0EC;
}

/* Masthead */

#hd #logo {
	height: 80px;
	width: 100%;
	background: url('../images/defaults/twist_logo.png') no-repeat 0 0;
	position: relative;
}

#hd #logo h1 {
	margin: 0;
	padding: 3px 0 0 0;
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	letter-spacing: 1px;
	color: #BACB8D;
	position: absolute;
	top: 49px;
	left: 15px;
	display: block;
	width: 95%;
	border-top: 1px solid #8BA87A;
}

#hd #watermark {
	float: right;
	width: 118px;
	height: 80px;
	margin: 0;
	padding: 0;
	position: relative;
	background: url('../images/defaults/watermark.jpg') no-repeat 0 0;
}

div#hd h1
{
    color: #FFFFFF;
    font-size: 200%;
    margin: 0em;
    padding: 1.1em 0em;
}

/* Navigation */


div#nav ul
{
    line-height: 1.2em;
    list-style: none;
    margin: 0;
    padding-left: 0.5em;
}

div#nav ul.toc
{
    font-size: 90%;
    margin-top: 1.4em;
    padding-top: 1em;
    overflow: hidden;
    width: 17.2em;
	background: #DFDFD5 url('../images/defaults/nav-top.jpg') no-repeat left top;
}

div#nav #nav-bottom {
	height: 10px;
	background: #fff url('../images/defaults/nav-bottom.jpg') no-repeat left top;
}

div#nav ul ul ul
{
    margin-bottom: 0em;
}

div#nav ul.toc li
{
    font-weight: bold;
}

div#nav ul.toc li ul li
{
    font-weight: normal;
}

div#nav ul ul li
{
    background: url('../images/defaults/bullet-nav.png') no-repeat 12px 9px;
    padding-left: 10px;
}

div#nav ul ul li a:link,
div#nav ul ul li a:visited
{
    color: #7D5859;
}

div#nav ul li a:link,
div#nav ul li a:visited
{
    color: #655557;
    display: block;
    padding: 0.4em 0.9em 0.5em 0.9em;
    text-decoration: none;
}

div#nav ul li a:hover
{
    text-decoration: underline;
    /*background-color: #F2F2F2;*/
}

div.note {
	background-color: #F0FAFA;
/*	background-color: #CDCDCD;*/
	border: 1px solid black;
	padding: 5px;
	margin: 10px;
}

div.hint {
	background-color: #CDCDCD;
	border: 1px solid blue;
	padding: 5px;
	margin: 10px;
}

div.warning {
	background-color: #CDCDCD;
	border: 1px solid red;
	padding: 5px;
	margin: 10px;
}

/* Collapsible headings */

div.collapsed {
	display: none;
}

.collapsible-heading,
.collapsed-heading
{
    background: #F1F0EC no-repeat scroll 5px center;
    border-bottom: 1px solid #D9D9D9;
    cursor: pointer;
	color: #777;
    padding: 0.2em 0em 0.2em 22px;
}

.collapsible-heading
{
    background-image: url('../images/defaults/icon-collapse.png');
}

.collapsed-heading
{
	background-image: url('../images/defaults/icon-expand.png');
}

h1.collapsible-heading,
h1.collapsed-heading
{
	border-bottom: 1px solid #A3A3A3;
	font-size: 1.1em;
    background-position: 10px center;
    padding-left: 27px;
}

h2.collapsible-heading,
h2.collapsed-heading
{
    background-position: 10px center;
    padding-left: 27px;
	font-size: 1em;
	color: #828E63;
	background-color: #fff;
}

h3.collapsible-heading,
h3.collapsed-heading
{
    background-position: 15px center;
    padding-left: 32px;
	font-size: 1.02em;
	font-weight: lighter;
	color: #828E63;
	background-color: #fff;
}

h4.collapsible-heading,
h4.collapsed-heading
{
    background-position: 20px center;
    padding-left: 37px;
	color: #000;
	font-size: 0.85em;
	background-color: #fff;
}

h4.collapsible-heading
{
    background-image: url('../images/defaults/icon-collapse-small.png');
}

h4.collapsed-heading
{
	background-image: url('../images/defaults/icon-expand-small.png');
}

h5.collapsible-heading,
h5.collapsed-heading
{
    background-position: 25px center;
    padding-left: 42px;
}

span.todo {
	color: red;
}

img {
	margin: 10px;
}

img.external {
	margin: 0px 3px 0px 3px;
	border: 0 none;
}

h5.steps-title {
	font-size: 105%;
	margin-bottom: 0px;
	padding-left: 20px;
}

.content-container ul {
	margin-bottom: 10px;
}



ol.titled-steps {
	margin-top: 8px;
	padding-left: 40px;
}

h5.bullets-title {
	font-size: 105%;
	margin-bottom: 0px;
	padding-left: 20px;
}

ul.titled-bullets {
	margin-top: 8px;
	padding-left: 37px;
}

img.placeholder {
	border: 3px dashed red;
}

/* Call outs */

.ab-bg
{
  background-color: transparent;
}

.ab-corner
{
  border-style: solid;
  border-color: #fff;
  overflow: hidden;
  background-color: transparent;
  display: block;
  font-size: 1px;
  margin-left: 0px;
  margin-right: 0px;
}

.lvl1
{
  border-width: 0px 5px;
  height: 1px;
}

.lvl2
{
  border-width: 0px 3px;
  height: 1px;
}

.lvl3
{
  border-width: 0px 2px;
  height: 1px;
}

.lvl4
{
  border-width: 0px 1px;
  height: 2px;
}

/* Information boxes */

p.box
{
  margin: 0.5em 1em 0.5em 3em;
  line-height: 1.5em;
}

.note-box
{
	background: #DCDFC6 url('../images/defaults/icon-info-small-help.jpg') no-repeat 10px 10px;
	margin: 1em
}

.note-box .box-content
{
  padding-left: 25px;
}

.note-box *
{
  color: #000033;
}

.warning-box
{
/*	background: #FFCCCC url('../images/defaults/icon-warning-small-help.gif') no-repeat 10px 10px;*/
	margin: 1em
}

.warning-box *
{
	color: #330000;
}

.hint-box
{
	background: #F8FAE8 url('../images/defaults/icon-question-small-help.jpg') no-repeat 10px 10px;
	margin: 1em
}

.hint-box *
{
	color: #330000;
}

.practice-box
{
    background: #F8FAE8 url('../images/defaults/icon_practice.jpg') no-repeat 10px 10px;
    margin: 1em
}

.practice-box *
{
    color: #330000;
}

.note-box .box-content,
.warning-box .box-content,
.hint-box .box-content,
.practice-box .box-content
{
  padding-left: 38px;
}

.box-content .box
{
  margin: 0.5em 0;
}
/* Footer */

.footer
{
  border-top: 1px solid #D9D9D9;
  color: #666666;
  font-size: 90%;
  padding-top: 0.5em;
}

/* Under construction */

.under-construction-container
{
  background: url('../images/defaults/bg-chevron.png') left top;
  margin-top: 2.2em;
  padding: 1em
}

.under-construction-content
{
  background: #FFCF9B url('../images/defaults/icon-under-construction.png') no-repeat 15px center;
  padding-left:125px; padding-right:1em; padding-top:1em; padding-bottom:1em
}

.under-construction-content p
{
  color: #660000;
  margin: 0em;
  padding: 0.25em 0em;
}

/* Layout */

div#hd
{
    background: url('../images/defaults/twist-logo.png') no-repeat right 15px;
    /*background-color: white;*/
}

div#main-container
{
    float: right;
    margin-left: -17em;
    overflow: hidden;
    width: 100%;
/*    background-color: blue;*/
}

div#main
{
    margin-left: 17em;
/*    background-color: yellow;*/
}

div#nav
{
    float: left;
    width: 17em;
/*    background-color: green;*/
}

div#ft
{
    clear: both;
    text-align: center;
}

.code,
.markup,
.formula
{
  background: #F1F5F9;
  border: 1px solid #C7CFD5;
  margin: 1em 0;
  padding: 0.5em;
  font-family: monaco, "Consolas", "Courier New", courier, monospace;;
  font-size: 1em;
  width: auto;
  max-width: 97%;
  overflow: auto;
}

.markup-reference
{
  margin-top: 0;
  border-bottom: 0.15em dashed #C7CFD5;
}

.markup-reference p,
.markup-reference table
{
  margin: 1em;
}

.markup-reference p.preview img
{
  margin: 0;
}

.markup-reference img.icon
{
  margin: 0 1em 1em 1em;
}

.markup-reference pre
{
  margin: 0 1em 1em 0;
}

.markup-reference img.icon
{
  float: left;
}

h4.preview
{
  margin: 1em 1em 0 1em;
}

.content-container
{
  margin-left: 1em;
}

.tt {
  font-size: larger;
}
