body
{
  background-color: #000000;
  margin: 0px;
  padding: 0px;
}

body, td
{
  color: #fff;
  font-size: 14px;
  font-family: verdana, sans-serif;
  line-height: 1.4em;
}

p {
  margin: 10px 0px 0px 0px;
  text-align: justify;
  text-indent: 30px;
  line-height: 1.4em;
}
ul {
  margin: 0px 0px 0px 30px;
}
li {
  margin: 10px 0px 0px 0px;
}

div.code {
  margin: 10px 0px 0px 0px;
  padding: 10px;
  background-color: #FAFAFA;
  font-family: "courier new", "times new roman", monospace;
  line-height: 1.4em;
  white-space: nowrap;
  overflow: auto;
  border: 1px solid blue;
}
div.code span.comment {
  font-style: italic;
  color: #000066;
}

div#borde_ext_tutorial {
  height: 100%;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  min-width: 950px;
}

div#topmid
{
	background: url(../images/topm.jpg) repeat-x;
    height: 288px;
}

div#topleft
{
	background: url(../images/topl.jpg) top left no-repeat;
    height: 288px;
}

div#topright
{
    height: 288px;
}

div#header
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 30px 0px;
  color: white;
  font-family: Georgia, serif;
  font-size: 30px;
  border: 0;
  height: 210px;
}

div#header div.sep-1
{
  margin: 0px auto auto auto;
  float: none;
  display:block;
  width:  100px;
  height: 25px;
}

div#header div.title
{
  margin: 29px auto auto auto;
  text-align: center;
  font-family: Georgia, serif;
  font-size: 28px;
  line-height: 40px;
  color:#dabf61;
  width: 324px;
}

table.lang_table input {
  font-family: 'Times New Roman',Verdana,Helvetica,Arial,sans-serif;
  line-height: 16px;
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
}

table.lang_table label {
  font-family: 'Times New Roman',Verdana,Helvetica,Arial,sans-serif;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}

table.lang_table span {
  font-family: 'Times New Roman',Verdana,Helvetica,Arial,sans-serif;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  margin: 0px 0px 3px 0px;
}

div#botmid
{
	background: url(../images/bottom.jpg) repeat-x;
    height: 100px;
}

div#botleft
{
	background: url(../images/botleft.jpg) top left no-repeat;
    height: 100px;
}

div#botright
{
	background: url(../images/botright.jpg) top right no-repeat;
    height: 100px;
}

div#footer
{
  padding: 1.5ex 0px 0px 0px;
  text-align: center;
  color: #ffffff;
  font-size: 10px;
}

#content
{
  padding: 10px 0px 0px 0px;
}

div.error_message
{
  border: 2px dashed red;
  background-color: #E1E1E1;
  margin: 1ex 4ex;
  padding: 1.5ex;
}

div.panel
{
  border: 1px solid #5a5a5a;
  background-color: #000000;
  margin: 15px 0;
  padding: 10px;
  text-align: left;
}

div.notice {
  border: 1px solid green;
  margin: 1ex 3ex 2ex 3ex;
  padding: 10px;
}

div.panel h2, div.notice h2
{
  margin: 0;
  margin-bottom: 0.5ex;
  padding-bottom: 3px;
  border-bottom: 1px dashed #5a5a5a;
  font-size: 19px;
  font-weight: normal;
}

div.panel h3
{
  margin: 0;
  margin-bottom: 2ex;
  font-size: 10pt;
  font-weight: normal;
}

form
{
  margin: 0;
}

td.textbox
{
  padding-top: 2px;
  font-weight: bold;
  white-space: nowrap;
  padding-right: 2ex;
}

table.tableNav
{
  padding: 0;
  margin: 0 auto 5px auto;
  width: auto;
}

td.tdNav
{
  background: url(../images/top_menu_button.gif) repeat-x;
  padding: 0;
  margin: 0;
}

td.tdNavActive
{
  background: url(../images/top_menu_button_morado.png) repeat-x;
  padding: 0;
  margin: 0;
}

td.startNav
{
  background: url(../images/top_menu_left.png) no-repeat;
  width:  26px;
  height: 25px;
}

td.startNavMarron
{
  background: url(../images/top_menu_left_marron.png) no-repeat;
  width:  26px;
  height: 25px;
}

td.sepNav
{
  background: url(../images/top_menu_spacer.png) no-repeat;
  width:  12px;
  height: 25px;
}

td.endNav
{
  background: url(../images/top_menu_right.png) no-repeat;
  width:  26px;
  height: 25px;
}

td.endNavMarron
{
  background: url(../images/top_menu_right_marron.png) no-repeat;
  width:  26px;
  height: 25px;
}

a.aNav
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;
  display:block;
  width:  100px;
  height: 25px;
  line-height: 26px;
  text-indent: 0;
  padding: 0 8px;
  margin: 0;
  color: #fff;
  text-decoration: none;
  text-align:center;
}

a.aNav:hover
{
  background: url(../images/button_bg_anim.gif) repeat-x;
  color: #fff;
}

a.aNavActive {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;
  display:block;
  width:  100px;
  height: 25px;
  line-height: 26px;
  text-indent: 0;
  padding: 0 8px;
  margin: 0;
  color: #fff;
  text-decoration: none;
  text-align:center;
}

a.aNavActive:hover {
  background: url(../images/button_bg_anim.gif) repeat-x;
  color: #fff;
}

.relativo {
  position: relative;
  z-index: 1550;
}

.relativo_2 {
  position: relative;
  z-index: 550;
}

.navAlt {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  	display:block; 
	position:absolute; 
	top:25px; 
	left:-3px;
	width:112px; 
	background: #448bf6 url(../images/infobox_bg.gif) right top repeat-x;
	border-left: 2px solid #999999;
    border-right: 2px solid #999999;
    border-bottom: 2px solid #999999;
	cursor:default;
	padding: 10px 3px 5px 3px; 
	margin:0px;
	color:#fff;
	text-align:center;
	text-decoration:none;
    font-weight: normal;
	z-index:50000;
}

.tborder
{
	padding: 1px;
    width:445px;
	border: 1px solid #696969;
	background-color: #FFFFFF;
    margin: 0px 0px 6px 0px;
}

.barra_cont {
	height:20px;
    width:444px;
    padding: 1px 2px;
}

.barra {
	height:18px;
}

.barra td {
	height:18px;
	background: #ff0000 url(../images/barra.png) top left repeat-x;
}

a.body {
  color: #ffd090;
  font-weight: bold;
  text-decoration: none;
}

a.body:hover {
  color: #ffd090;
  font-weight: bold;
  text-decoration: underline;
}

div.seperator_4
{
    background:url(../images/barra_01_center.jpg) right top repeat-x;
}

div.seperator_4 div
{
    background:url(../images/barra_01_left.jpg) left top no-repeat;
}

div.seperator_4 div div
{
    background:url(../images/barra_01_right.jpg) right top no-repeat;
}

tr.tableHead td
{
  background: url(../images/top_menu_button.gif) repeat-x;
  height: 25px;
}

tr.tableRow1 td
{
  background: #000000;
}

tr.tableRow2 td
{
  background: #646464;
}
