body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	vertical-align: super;
	text-align: center;
	background-color: #0D0D0D;
}
.popup {
	height: 574px;
	width: 650px;
}
.popup_top {
	height: 121px;
	width: 650px;
	background-image: url(../images/bg_popup.gif);
}
.popup_middle {
	height: 453px;
	width: 650px;
}



.conteudo {
	width: 79%;
	text-align: left;
	float:left;
	position:static;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.geral {
	width: 1003px;
	position:static;
	height: 575px;
	background-image: url(../images/bg.jpg);
}

.tx_top {
	height: 144px;
	width: 1003px;
}
.corpo {
	height: 286px;
}
.tx_bottom {
	height: 145px;
}


.topo {
	width: 100%;
	height: 120px;
	background-color:#999;
	position:static;
}

.titulos {	
font-family: tahoma;	
font-size: 10px;	
color: #23AEF8; 
font-weight: bold; 
padding-right: 8px; 
padding-top: 4px;
text-align:right;
}

ul {
	width: 95%;
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position:static;
}

ul li {
	width: 95%;
	text-align: right;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position:static;
}

fieldset {
	width: 90%;
	position:static;
}

form {
	width: 100%;
	position:static;
}

.menu {
	width: 20%;
	text-align: center;
	float:left;
	position:static;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

form div {
	width:90%;
	text-align: left;
	vertical-align:top;
}

label {
	width: 40%;
	text-align:right;
	margin: 2px 2px 2px 2px;
	pading: 2px 2px 2px 2px;
	float:left;
	position:static;
}

input {
	float:left;
	position:static;
}

textarea {
	width: 50%;
	height: 50px;
	border: solid 1px orange;
}

input[type="text"]{
	width: 50%;
	border: solid 1px orange;
}

input[type="password"]{
	width: 50%;
	border: solid 1px orange;
}

input[type="file"]{
	width: 50%;
	border: solid 1px orange;
}

input[type="submit"]{
	border: solid 1px #000;
	background-color: orange;
}

/* DATAGRID 1 */

.dtgd {
  border: none;
  width: 550px;
  font-face: Verdana;
  font-size: 12px;
}

.dtgdHeader {
  background-color: #000;
}

.dtgdHeader a {
  color: #FFF;
}

.dtgdEven {
  background-color: #FFF;
}

.dtgdOdd {
  background-color: #DDD;
}



/* DATAGRID 1 END */
