body {
	font-family: Verdana, Arial, sans-serif;
	background: #5b5b5b; 
	margin: 0px auto;
	padding: 0 0 20px 0;
}

#shadow-one {
	width: 1024px;
	border: 1px solid #555;
	border-top: 0;
	margin: 0px auto;
}
#shadow-two {
	border: 1px solid #4b4b4b;
	border-top: 0;
}
#shadow-three {
	border: 1px solid #444;
	border-top: 0;
}
#shadow-four {
	border: 1px solid #3a3a3a;
	border-top: 0;
}

#page {
	border: 1px solid #333;
	background: #fff;
	border-top: 0;
	padding: 20px;
	font-size: 10pt;
}

#page td {
	font-size: 10pt;
}

#title {
/*	background: #840c13; */
/*	background: #73C323; */
    background: #228b22;
	padding: 4px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
	height: 16px;
	text-align: center;
}

#title .right {
	float: right;
	width: 500px;
	text-align: right;
}

#LogoBox {
/*	height: 50px; */
	height: auto;
	padding: 10px;
	text-align: center; 
}


#LogoBox .Logo2 {
margin: 0 auto;
/*
float: center; /*
	float: right;
	padding-right: 70px; */
text-align: center;
}

ul#primary-nav,
ul#primary-nav ul {
	float: left;
	margin: 0; 
	width: 150px; /*150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	background: #fff; /* IE6 Bug */
	font-size: 100%;
	padding: 0;
	position: fixed;
	}

ul#primary-nav li {
	position: relative;
	list-style: none;
	}

ul#primary-nav li a {
	display: block;
	color: black; 
	padding: 8px;
	margin: 0;
	font-weight: bold;
	border: 1px solid #73C323;
	text-decoration: none; 
	}

/* Fix IE. Hide from IE Mac \*/
* html ul#primary-nav li { float: left; height: 1%; }
* html ul#primary-nav li a { height: 1%; }
/* End */

ul#primary-nav ul { /* Set the position of sub-menus */
	position: absolute;
	display: none;
	left: 150px; /* Set 1px less than menu width */
	top: 0;
	}

ul#primary-nav li ul li a { padding: 8px 5px; } /* Sub Menu Styles */

ul#primary-nav li:hover ul ul,
ul#primary-nav li:hover ul ul ul,
ul#primary-nav li.over ul ul,
ul#primary-nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */

ul#primary-nav li:hover ul,
ul#primary-nav li li:hover ul,
ul#primary-nav li li li:hover ul,
ul#primary-nav li.over ul,
ul#primary-nav li li.over ul,
ul#primary-nav li li li.over ul { display: block; } /* The magic */

ul#primary-nav li.menuparent { background: transparent url(../Imagens/arrow.gif) right center no-repeat; }

ul#primary-nav li.menuparent:hover,

ul#primary-nav li.over { background-color: #73C323; }

ul#primary-nav li a:hover { background: #73C323; }
/*
ul#primary-nav li.over { background-color: #F20816; }

ul#primary-nav li a:hover { background: #F20816; }
*/
#LeftBox{
	width: 165px;
	float: left;
	padding : 0px;
	margin: 0px;
}

#RightBox{
	width: 251px;
/*	height: 578px;  */
	height: auto; 
	float: right;
	padding : 0px;
	margin: 0px;
	font-weight: bold;
	text-align: left;
	text-decoration: blink;
	color: blue;
	opacity: 1;
	font-size: 20px;
}
#RightBox2{
	width: 250px;
/*	height: 578px; */
/*	height: float; */
	height: auto;
	margin: 0 auto;
/*
	float: center; */
	padding : 0px;
	margin: 0px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: black;
	font-size: 12px;
/*	position: fixed; */ 
	position: absolute; 
}
/*
#status {
	width: 160px;
	float: left; 
	margin-top: 150px; 
	margin-left: 0px;
	padding: 0px;
	border: 1px dotted #666;
	font-weight: bold;
	text-align: center;
	position: fixed;
	}
	
#BoxL{
	width: 95px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#BoxLb{
	width: 45px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#BoxR{
	width: 45px;
	float: right;
	margin: 0px;
	padding: 0px;
	}
	
#status p {
	padding: 0px 0 5px 10px; 
	text-indent: -10px;
	margin: 0;
}

#status .leds {
	font-size: 10pt;
}

#status .leds a {
	color: #ddd;
	text-decoration: none;
	font-size: 15pt;
}
 */
#content {
/*	width: 750px;*/
	width: 600px;
	float: right;
/*	padding-right: 10px; */
	padding-right: 205px;
}

#content a {
/*	color: #c00;*/
	color: blue;
	text-decoration: none;
}

#content a:hover {
	color: #d33;
	text-decoration: underline;
}

#content h1 {
	margin-top: 0px;
	text-align: left;
	opacity: 1;
	font-size: 25px;
}
#content h11 {
	margin-top: 0px;
	text-align: left;
	font-size: 18px;
	opacity: 1;
}
#content h12 {
	margin-top: 0px;
	padding-right: 10px;
	text-align: left;
	font-size: 12px;
	opacity: 1;
	line-height: 10px;
}
#content h2 {
	margin-top: 0px;
	text-align: left;
	opacity: 1;
	font-size: 20px;
	color: black;
}

.spacer {
	clear: both;
}

#footer {
	font-size: 0.8em;
	color: #666;
	text-align: center;
	margin: 10px 50px 0 50px;
	padding-top: 10px;
	border-top: 1px dotted #666;
}
/*
#loading2{
	text-align: center;
	height: 100px;
}

#loading_R{
	text-align: center;
}

#display2{
	text-align: left;
}

#display_R{
	text-align: left;
}

*/
#LocalBox{
	width: 550px;
/*	height: 578px; */
	height: auto;
	float: left;
	padding : 0px;
	margin: 0px;
	font-weight: bold;
	text-align: left;
}
#LocalBox2{
	width: 550px;
	height: auto;
	float: left;
	padding : 0px;
	margin: 0px;
	font-weight: bold;
	text-align: left;
}

#LocalBox2 a {
	color: blue;
	text-align: center;
	text-decoration: none;
}
/*
#DigOutBox{
	width: 360px;
	float: right;
	padding: 5px;
	margin: 10px 0px;
	border: 1px dotted #666;
	font-weight: bold;
}

#DigOutBox p {
	padding: 5px 0 5px 10px;
	text-indent: -10px;
	margin: 0;
}

#DigOutBox .DigOut {
	font-size: 10pt;
}

#DigOutBox .DigOut a {
	color: #ddd;
	font-size: 15pt;
}

#DigOutBox .DigOut a:hover {
	color: #ddd;
	text-decoration: none;
}

#DigOutBox .DigOut_S {
	cursor: pointer;
}

#DigInBox{
	width: 360px;
	float: left;
	padding : 5px;
	margin: 10px;
	border: 1px dotted #666;
	font-weight: bold;
}

#DigInBox p {
	padding: 5px 0 5px 10px;
	text-indent: -10px;
	margin: 0;
}

#DigInBox.DigIn {
	font-size: 10pt;
}

#DigInBox .DigIn a {
	color: #ddd;
	font-size: 15pt;
}

#DigInBox.DigIn a:hover {
	color: #ddd;
	text-decoration: none;
}

#AnalogInBox{
	width: 360px;
	float: right;
	padding: 5px;
	margin: 10px 0px;
	border: 1px dotted #666;
	font-weight: bold;
}

#AnalogInBox p {
	padding: 5px 0 5px 10px;
	text-indent: -10px;
	margin: 0;
}

#AnalogInBox.AnalogIn {
	font-size: 10pt;
}

#AnalogInBox.AnalogIn  a {
	color: black;
	cursor: pointer;
}

#AnalogInBox.AnalogIn a:hover {
	color: #ddd;
	text-decoration: none;
}

.examplebox {
	margin:10px 40px 10px 40px;
	padding: 8px;
	border: 1px dotted #333;
	text-align:center;
	background:#ddd;
}
.NumberSlaves{
	margin:10px 40px 10px 40px; 
	float: center; 
	padding: 8px;
	border: 1px dotted #333;
	text-align:center;
	background:#ddd;
}

.code {
	font-family: Courier New, Courier, fixed-width, fixed;
}

.exercise {
	background: #fe9;
	padding: 5px;
	margin-left: 10px;
	border-left: 2px solid #eb3;
}

.error {
	margin-left: 10px;
	padding: 10px;
	background: #fdd;
	border-left: 2px solid #900;
}

#content h6 {
	border-top: 1px dashed #333;
	margin: 15px;
	padding: 0px;
	height: 1px;
}

.examplebox td {
	text-align:left;
	padding-right: 15px;
}
*/
fieldset {
	margin: 10px 40px 10px 40px;
	padding: 8px;
	border: 1px dotted #333;
/*	background:#ddd; */
	background:white;
}

fieldset div {
/*	padding: 2px 0px 2px 150px;*/
	padding: 2px 0px 2px 250px;
}

fieldset div label {
	margin-left: -140px;
	padding-top: 2px;
	width: 135px;
	font-weight: bold;
	position: absolute;
}

fieldset input {
	width: 250px;
}

fieldset input.sm {
	width: auto;
}

fieldset textarea {
	width: 250px;
}
/*
.result
{
	margin: 10px 40px 10px 40px;
	padding: 8px;
	border: 1px solid #333;
	text-align: center;
	font-weight: bold;
	background: #eee;
}

	.ok {
		border-color: #6b6;
		background: #efe;
	}
	
	.fail {
		border-color: #b66;
		background: #fee;
	}
	
	.unk {
		border-color: #cc6;
		background: #ffd;
	}
*/

div.img
{
  margin: 2px;
/*  border: 1px solid #0000ff; */
  border: 1px solid green;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
/*div.img a:hover img {border: 1px solid #0000ff;}*/
div.img a:hover img {border: 1px solid green;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}

div.descPromo
{
  text-align: center;
  font-weight: normal;
/*  width: 200px; */
  width: auto;
  margin: 2px;
}

