body{
	margin: 0;
	border: 0;
	padding: 0;
	top: 0;
	left: 0; 
	font-family:tahoma;
	font-size:8pt;
}
body[class="content"]{
	background-repeat:repeat-y;
	background-image:url(../img/admin/bg2.jpg);
}

div{
	position:relative;
	display:block;
}
#div_header{
	position:absolute;
	width:100%;
	height:114px;
	background-image:url(../img/admin/bg.jpg);
}
#div_logo{
	position:absolute;
	top:45px;
	left:20px;
	width:170px;
	height:55px;
	background-image:url(../img/admin/logo.png);
}
#div_title{
	position:absolute;
	top:70px;
	right:20px;
	width:350px;
	height:55px;
	font-size:17pt;
	font-weight:bold;
	color: #DDDDDD;
}

#container_login #div_login{
	top:250px;
	left:50%;
	margin-left: -100px;
	width:200px;
	height:90px;
	padding:10px;
}
#container_login #div_login input[type="text"], #container_login #div_login input[type="password"]{
	border: solid 1px black;
	margin: 5px;
}
#container_login #div_login #btn_submit{
	width:180px;
	margin:5px;
	text-align:right;
}
#container_login #msg_err{
	top:260px;
	left:50%;
	width:190px;
	margin-left: -100px;
	border: solid 1px black;
	padding:15px;
	text-align:center;
	background-color: #FFFFC0;
}


/* ********************************************************** MENU PRINCIPAL */
/* ************************************************************************* */
#div_menu{
	top:130px;
	width:200px;
}

#div_menu ul {
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	list-style-type: none;
	width:180px;
}
#div_menu li a {
	color: #333;
	display: block;
	height: 16px;
	padding: 4px 0 4px 14px;
	text-decoration: none;
	font-weight:bold;
}
#div_menu li a:hover {
	background-color: #666;
	color:#fff;
}
#div_menu select{
	margin-left:25px;
	margin-bottom:10px; 
	background-color: #E9E9E9;	
}

/* ***************************************************** ESTRUTURA DA PÁGINA */
/* ************************************************************************* */

#container_content{
	position:absolute;
	width:100%;
	height:100%;
}

#div_content{
	position:absolute;
	top:130px;
	left:220px;
}

/* ************************************************************* FORMULÁRIOS */
/* ************************************************************************* */

#div_content label{
	display:block;
	float:left;
	width:100px;
}
#div_content .text_date{
	width:80px;
	border: solid 1px black;
	margin-bottom:10px;
}
#div_content .text_small{
	width:100px;
	border: solid 1px black;
	margin-bottom:10px;
}
#div_content .text_medium{
	width:200px;
	border: solid 1px black;
	margin-bottom:10px;
}
#div_content .text_big{
	width:400px;
	border: solid 1px black;
	margin-bottom:10px;
}
#div_content input[type="submit"]{
	position:relative;
	width:100px;
	border: solid 1px black;
	margin-bottom:10px;
	float:right;
}
#div_content select{
	border: solid 1px black;
	margin-bottom:10px;
}

/* *************************************************************** LISTAGENS */
/* ************************************************************************* */

#div_content .lista_padrao{
	width:100%;
	margin-top:15px;
}
#div_content .titulo_lista{
	padding:3px;
	background-color:#DAD8D8;
}
#div_content .item1_lista{
	padding:3px;
}
#div_content .item2_lista{
	padding:3px;
	background-color:#EEEEEE;
}

/* *********************************************************** MENU SUPERIOR */
/* ************************************************************************* */

#div_menu2{
	text-align:right;
}
#div_menu2 input{
	border: solid 1px black;
}

/* ***************************************************** TITULOS DAS PÁGINAS */
/* ************************************************************************* */

#div_area{
	position:absolute;
	top:-20px;
	left:0px;
	font-size:50px;
	font-weight:bold;
	color: #DCDCDA;
}
.div_title{
	background-image:url(../img/admin/box_center_tt.png);
	backtround-repeat:no-repeat;
	text-align:right;
	height:20px;
	margin:0;
	margin-top:20px;
	padding:0px;
}
.div_title_txt{
	width:80%;
	float:left;
	text-align:left;
	margin-left:8px;
	margin-top:3px;
	color:#fff;
}