body{background-color:#FFF;
font-family:verdana;
margin:2em 4em 4em 4em;
font-size:1em;
}

h1{font-size:1.4em;
font-family:'trebuchet MS';
color: #4E1301;
}
h2{font-family:'trebuchet MS';
color: #1D4082;
font-size:1.15em;
margin:1em 0 .25em 0;
}
h3{font-style:italic;
font-size:1.15em;
color:#07452D;
font-family:'trebuchet MS';
margin:1em 0 .25em 0;}
h4{
font-size:1.10em;
color:#000;
font-family:arial;
font-style:italic;
margin:1em 0 .25em 0;}

h5{
font-family:arial;
font-style:italic;
font-weight:normal;
color:#555;
font-size:1em;}

hr{background:#aaa;
clear:both;
float:none;
width:90%;
height:1px;
margin:0 0 1.4em;
border:none;
}
.em{font-style:italic;}
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;
}
pre{font-family:monaco,courier,sans-serif,monospace;}

.codesample{font-family:monaco,courier,sans-serif,monospace ;
	background-color:#FFC;
	padding:0 0 0 .5em;
	border:solid 1px black;
	margin-bottom:.7em;
	margin-top:.5em;
	color:black;}

@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;
}



table {
    border-collapse:collapse;
    
    
}
tbody tr td {
            padding:1em;
            border:1px solid black;
        }
        tbody tr th {
            padding:1em;
            border:1px solid black;
        }
        

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;}
	
/* Definition lists */
dl { width: 100%; margin: 2em 0; padding: 0; clear: both; overflow: auto; }
dt { width: 30%; float: left; margin: 0; padding: 10px 9.9% 10px 0; border-top: 1px solid #ccc; font-weight: bold; overflow: auto; clear: left; } /* 9.9% to keep IE7 happy */
dd { width: 60%; float: left; margin: 0; padding: 11px 0 10px 0; border-top: 1px solid #ccc; overflow: auto; }

.td3{background-color:#9FF;}
.td4{background-color:#CCC;color:#FFF;}
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;
}


li {
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #666666;
	text-decoration: none;
}


.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 */
	padding-left:1em;
	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: 678px;
	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: verdana;/*"\"}\""; */
	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: 14px;
	width: 680px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-left: -8px;
	color:white;
}
.thrColFixHdr  #sidebar2 h3 {
	background-color: #99cc33;
	height: 14px;
	font-size:.9em;
	width: 150px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: -7em;
	margin-top: 0px;color:white;
}
.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: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	
}
#sidebar2 p{
	font-family: Arial, Helvetica, sans-serif;

	color: #666666;
	text-decoration: none;
	margin-left:-5.5em;}
	
#sidebar2 li{
background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	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;
	}

.style1 {color: #666666}
.style3 {color: #ff7d00}
.style6 {color: #CC6633}
	
	.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;}

.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;}

.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;
}
