@charset "UTF-8";
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}


.instructions li{
padding-bottom:2em;
padding-top:1em;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#999;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    
}
tbody tr td {
            padding:1em;
            border:1px solid black;
        }
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
a:link {
	text-decoration: none;
	color: #69F;
}
a:visited {
	text-decoration: none;
	color: #69F;
}
a:hover {
	text-decoration: none;
	color: #333333;
	background-color:#69F;
}
a:active {
	text-decoration: none;
	color: #399;
}
#mainContent a:link{
text-decoration: underline;
	color: #099;
	}
#mainContent a:visited{
text-decoration: underline;
	color: #099;
	}
#mainContent a:active{
text-decoration: underline;
	color: #099;
	}
#modified{font-size:.8em;
	color:#999;}
	
.td3{background-color:#9FF;}
.td4{background-color:#CCC;color:#FFF;}
.epsilon{font-size:1em;}
.not{text-decoration:overline;}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-top: 0px;
	line-height: 1.2em;
	text-align: left;
	list-style-position: inside;
	list-style-type: circle;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-decoration: none;
	font-weight: normal;
	line-height: 22px;
	color: #999999;
	background-position: center;
}
h2 {
	font-size: 7pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-position: top;

}

li {
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #666666;
	text-decoration: none;
}
h3 {
	font-size: 7pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	vertical-align: middle;
	background-position: top;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #3399CC;
	text-decoration: none;
	text-align: left;
	line-height: 18px;
	padding: 0px;
	margin-bottom: 6px;
	margin-top: 0px;
}
body  {
	font: .9em/1.2em Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	text-decoration: none;
	white-space: normal;
	letter-spacing: normal;
	word-spacing: normal;
}
.thrColFixHdr #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr  #address {
	background: #FFFFFF;/*999999;*/
	padding: 20px 0px 0px 15px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
	color: #666666;
} 
.thrColFixHdr #header h1 {
	margin: 0px 10px 0px 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:10px 10px 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width:950px;
	
}
.thrColFixHdr   #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	height: 500px;
	padding-left: 5px;
	margin-top: 15px;
	background-color:#333;
}

.thrColFixHdr #mainContent {
	width: 700px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	margin-top: 15px;
	padding-right: 10px;
	padding-left: 15px;
	background-position: top;
	padding-top: 0px;
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
} 
.content {
	background-color: #FFFFFF;
	padding: 1em 2em 2em 2em;
	border: 4px double #330;
	margin: 2em auto auto auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
	
}
.box1{
border:solid;
border-width:1px;
border-color:#999999;
padding:.5em;
background-color:#eeeeff;
font-size:1em;
}

.box2{
border:solid;
border-width:1px;
border-color:#330;
padding:.5em;
background-color:#ECF0C4;
font-size:1em;
}
.box3{
border:solid;
border-width:1px;
border-color:#330;
padding:.5em;
background-color:#fff;
font-size:1em;
margin-right:30%;
}
.box4{
border:solid;
border-width:1px;
border-color:#330;
padding:.5em;
background-color:#eee;
font-size:.9em;
font-family: "Lucida Grande", Arial, sans-serif; 
font-weight: normal; 
margin-top: 0;

}
.box5{
border:solid 1px #330;
padding:.5em;
background-color:#fff;
font-size:.9em;
font-family: "Lucida Grande", Arial, sans-serif; font-weight: normal; margin-top: 0;
}


.box6{
padding: 1em 1em 1em 1em;
border: 3px double #330;
margin: 1em auto auto auto;
voice-family: "\"}\""; 
voice-family:inherit;
background-color:#EDF7FF;
font-size:1em;
}

.box7{
padding: 1em 1em 1em 1em;
border: 3px double #330;
margin: 1em auto auto auto;
voice-family: "\"}\""; 
voice-family:inherit;
background-color:#FFFCFF;
font-size:1em;
}
.keyword { color: #069; font-weight: bold; }
.thrColFixHdr  #mainContent h2   {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99cc33;
	float: left;
	height: 10px;
	width: 700px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-left: -8px;
}
.thrColFixHdr  #sidebar2 h3 {
	background-color: #99cc33;
	height: 10px;
	width: 160px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: -7em;
	margin-top: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* padding keeps the content of the div away from the edges */
	margin-top: 15px;
	height: 500px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	vertical-align: top;
	
}
#sidebar2 p{
	font-family: Arial, Helvetica, sans-serif;

	color: #666666;
	text-decoration: none;
	margin-left:-3.5em;}
	
#sidebar2 li{
background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	text-decoration: none;}

.thrColFixHdr  #title {
	background:#FFFFFF;
	color: #ff7d00;
	width: 786px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-left: 15px;
	height: 42px;
	text-decoration: none;
	padding-bottom: 8px;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bottomBorder{
background:#FFFFFF;
	color: #ff7d00;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	}
	.sectionBreak{
background:#FFFFFF;
	color: #ff7d00;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-top:1em;
	margin-bottom:1em;
	}
h5 {
	font-weight: bold;
	color: #CC6633;
	text-decoration: none;
}
body {
	background-color: #CCCCCC;
	background-image: url();
}
.style1 {color: #666666}
.style3 {color: #ff7d00}

.style6 {color: #CC6633}
div .codesample{
display:block;
overflow:auto;

padding:0 1em 0 1em;
margin:10px;
border:solid 1px #000;
font-family:courier,monospace;
background:#ffc;
}
.terminal{
display:block;
border:2px #ccc solid;
background-color:black;
color:white;
font-family:courier,monospace;
overflow:auto;
padding:0 1em 0 1em;
}
.codesample{font-family:courier,monospace;
	background-color:#FFC;
	padding:0 0 0 .5em;
	border:solid 1px black;
	margin-bottom:1em;
	margin-top:.5em;}
	
	.pseudo{font-family:courier,monospace;
	font-style:italic;
	background-color:#CFF;
	}
.question{font-size:.9em;
		color:#099;
		font-style:italic;}
		
.code{font-size:1.1em;
		font-family:'courier new';
		color:#C60;
		font-weight:bold;
		background-color:#DFF;
		padding:0em .3em 0em .3em;
		font-style:italic;}
small{font-weight:none;
		font-style:italic;
		font-size:.7em;
		color:#999;}
.fillin{
      background-color:red;
      color:#FCC;
      font-family:courier;
      font-weight:bold;
      text-decoration:underline;
      font-size:1.1em;}
.emphasis2{
font-style:italic;
font-weight:bold;
}
.em{
font-style:italic;
font-weight:bold;
}
.emphasis{
font-style:italic;
font-weight:bold;
text-decoration:underline;
color:#3366CF;
}
#footer{ 
  font: normal 100% "lucida sans unicode";
  /*height: 33px;*/
  padding: 24px 0 5px 0;
  text-align: right; 
  background: white;
  color: #CDC090;
  text-transform: none;
  letter-spacing: 0.1em;

  }
#sub-footer-container{
  border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top:1em;
}
#footer a{ color: #FFF;
  text-decoration: none;}

#footer a:hover{ color: #CDC090;
  text-decoration: none;}
  #footer{
color:#999;
font-size:.8em;
}
#footer .modified{ color: #C3C0C0;
  text-align:right;
  font-size:80%;
   margin:0 20px 0 0;
   text-transform: none;}
  #footer .sources{ 
  border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
  text-align:left;
  padding-top:1em;
  font-size:80%;
   margin:0,0 0 20px;
   text-transform: none;}

.dp-highlighter
{
	font-family: "Consolas", "Courier New", Courier, mono;
	font-size: 12px;
	background-color: #E7E5DC;
	width: 530px;
	margin: 18px 0 18px 0;
	padding-top: 1px;/* adds a little border on top when controls are hidden */
	overflow: auto;
	overflow-y: hidden;
	/* fixes for IE: "overflow: auto" causes unnecessary vertical bar */
	/*padding-bottom: expression(this.scrollWidth > this.offsetWidth ? '15px' : 'none');*/
}

.dp-highlighter span
{
	margin: 0 !important;
	padding: 0 !important;
	border: 1px transparent solid !important;
	background: transparent !important;
	
	_border-color: #fff; /*For IE6-*/
}

.dp-highlighter .bar
{
	padding-left: 45px;
}

.dp-highlighter.collapsed .bar, 
.dp-highlighter.nogutter .bar 
{
	padding-left: 0;
}

.dp-highlighter ol 
{
	list-style: decimal;/* for ie */
	list-style: decimal-leading-zero;/* better look for others */
	background-color: #fff;
	margin: 0 0 1px 45px;/* 1px bottom margin seems to fix occasional Firefox scrolling */
	padding: 0;
	color: #5C5C5C;
	white-space: nowrap;
}

.dp-highlighter.nogutter ol
{
	list-style-type: none !important;
	margin-left: 0;
	white-space: nowrap;
}

.dp-highlighter ol li,
.dp-highlighter .columns div
{
	border-left: 3px solid #6CE26C !important;
	background-color: #f8f8f8 !important;
	padding-left: 10px !important;
	line-height: 14px !important;
	
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	border-top: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
	margin: 0 !important;
}

.dp-highlighter.nogutter ol li,
.dp-highlighter.nogutter .columns div
{
	border: 0 !important;
	
	padding: 0 !important;
	margin: 0 !important;
}

.dp-highlighter .columns 
{
	color: gray;
	overflow: hidden;
	width: 100%;
}

.dp-highlighter .columns div 
{
	padding-bottom: 5px;
}

.dp-highlighter ol li.alt 
{
	background-color: #fff !important;
	
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	border-top: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
	margin: 0 !important;
}

.dp-highlighter ol li div
{
	color: #000 !important;
	background-color: #f8f8f8 !important;
	
	padding: 0 !important;
	border: 0 !important;
	margin: 0 !important;
}

.dp-highlighter ol li div.alt
{
	background-color: #fff !important;
	
	padding: 0 !important;
	border: 0 !important;
	margin: 0 !important;
}

/* Adjust some properties when collapsed */

.dp-highlighter.collapsed ol 
{
	margin: 0;
}

.dp-highlighter.collapsed ol li 
{ 
	display: none;
}

/* Additional modifications when in print-view */

.dp-highlighter.printing 
{
	border: none;
}

.dp-highlighter.printing .tools 
{
	display: none !important;
}

.dp-highlighter.printing li 
{
	display: list-item !important;
}

/* Styles for the tools */

.dp-highlighter .tools
{
	padding: 3px 0 3px 10px;
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: silver;
	background-color: #f8f8f8;
	padding-bottom: 10px;
	border-left: 3px solid #6CE26C;
}

.dp-highlighter.nogutter .tools
{
	border-left: 0;
}

.dp-highlighter.collapsed .tools
{
	border-bottom: 0;
}

.dp-highlighter .tools a
{
	font-size: 9px;
	color: #a0a0a0;
	text-decoration: none;
	margin-right: 10px;
}

.dp-highlighter .tools a:hover
{
	color: red;
	text-decoration: underline;
}

/* About dialog styles */

.dp-about { background-color: #fff; margin: 0; padding: 0; }
.dp-about table { width: 100%; height: 100%; font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; }
.dp-about td { padding: 10px; vertical-align: top; }
.dp-about .copy { border-bottom: 1px solid #ACA899; height: 95%; }
.dp-about .title { color: red; font-weight: bold; }
.dp-about .para { margin: 0 0 4px 0; }
.dp-about .footer { background-color: #ECEADB; border-top: 1px solid #fff; text-align: right; }
.dp-about .close { font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; background-color: #ECEADB; width: 60px; height: 22px; }

/* Language specific styles */

.dp-highlighter .comment, .dp-highlighter .comments { color: #008200; }
.dp-highlighter .string { color: blue; }
.dp-highlighter .keyword { color: #069; font-weight: bold; }
.dp-highlighter .preprocessor { color: gray; }
.blue{color:#30f;
}
.td1{padding-left:1.5em;
	padding-right:1.5em;
	padding-bottom:.5em;
	padding-top:.5em;
	background-color:#FFC;
	font-size:.9em;vertical-align:top;
	
}
.hint{color:#660000;
	font-style:italic;}
.red{color:red;
font-style:italic;
}
._h2 {
	font-size: 2.0em;
	color: black;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 2px;
	background-position: top;
}