@import"reset.css";

@font-face {
    font-family: 'Universal';
    src: url('../ttf/universal.eot');
    src: url('../ttf/universal.eot?') format('embedded-opentype'),
         url('../ttf/universal.woff') format('woff'),
         url('../ttf/universal.ttf') format('truetype'),
         url('../ttf/universal.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body{
	font-family: Arial; 
	font-size: 12px; 
	text-align: justify;
	font-weight: normal;
	line-height: 18px; 
	color: #333333;	
	background-image: url(../imgs/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;	
}


img {border:0 }

#main_wrap {
	width: 962px;
	height: auto;
	margin:0 auto 0 auto;
} 

#erro_wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 300px;
	margin-top: -150px;
	margin-left: -150px;

}

/************************ HEAD ************************/

#head_wrap {
	width: 962px;
	height: 60px;
	background: url(../imgs/foot_bg.jpg) repeat-x;
	border-radius: 10px;
	box-shadow: 0 0 5px #000;
} 


.head_bull {
	margin:0;
	width: 30px;
	padding: 15px;
	float:left;
}

.head_titu {
	margin:0;
	width: 850px;
	height:auto;
	float:left;
	margin: 20px 15px 0 0;	
}

.head_titu span{
	font-family: 'Universal'; 
	font-size: 28px; 
	font-weight: normal; 
	color: #fff; 
	text-align: left; 
}

/************************ DATA ************************/


#data_wrap{
	width:962px !important;
	height:50px;
	margin-left:-2px;
	position:relative;
	background:url(../imgs/form_data_bg.png) no-repeat 0 -15px;

}

.data_mess{
	width:650px;
	height:30px;	
	margin-top:2px;
	margin-left:-48px;	
	position:relative;
	float:left;
}


.data_icon{
	width:260px;
	margin-top:2px;
	margin-right:6px;
	position:relative;
	float:right;
}


.data_butt_upda a{
	float:right;
	width:45px;
	height:40px;
	background:url(../imgs/icon_form_upda.png) no-repeat 0 0;
}
.data_butt_upda a:hover{
	background:url(../imgs/icon_form_upda.png) no-repeat 0 -40px;
}

.data_butt_exit a{
	float:right;
	width:45px;
	height:40px;
	background:url(../imgs/icon_form_exit.png) no-repeat 0 0;
	cursor:pointer;
}
.data_butt_exit a:hover{
	background:url(../imgs/icon_form_exit.png) no-repeat 0 -40px;
}


/************************ CONT ************************/


#cont_wrap {
	margin:15px 0 3px 2px;
	width: 918px;
	height: auto;
	background-color:#FFF;
	border-radius: 10px;
	box-shadow: 0 0 10px #333;	
	display:table;
	padding:20px;
} 

#cont_wrap_list {
	margin-top:15px;
	width: 960px;
	height: auto;
	background: #fff;
} 

.labe_main_1 {
	width: 150px;
	display: block;
	float:left;
	color:#333;
	background-color: #E9E9E9;
	padding:3px 0 3px 6px;
	margin-top: 10px;	
	cursor:pointer;
}


.labe_main_1:hover {
	color:#fff;
	background-color: #06569C;
	cursor:pointer;
}

.labe_requ_1 {
	width: 150px;
	display: block;
	float:left;
	color:#fff;
	background-color: #089EFD;
	padding:3px 0 3px 6px;
	margin-top: 10px;	
	cursor:pointer;
}


.labe_requ_1:hover {
	color:#fff;
	background-color: #06569C;
	cursor:pointer;
}

.labe_main_2 {
	width: 150px;
	display: block;
	float:left;
	color:#333;
	background-color: #E9E9E9;
	padding:3px 0 3px 6px;
	margin-left: 40px;	
	margin-top: 10px;	
	cursor:pointer;
}

.labe_main_2:hover {
	color:#fff;
	background-color: #06569C;
	cursor:pointer;
}


.labe_requ_2 {
	width: 150px;
	display: block;
	float:left;
	color:#fff;
	background-color: #089EFD;
	padding:3px 0 3px 6px;
	margin-left: 40px;	
	margin-top: 10px;	
	cursor:pointer;
}

.labe_requ_2:hover {
	color:#fff;
	background-color: #06569C;
	cursor:pointer;
}

.labe_atri_chec {
	color:#DC0000;
	font-weight: bold;	
}

.labe_modu {
	width: 250px;
	color:#333;
}

.labe_modu_chec {
	width: 250px;
	color:#DC0000;
	font-weight: bold;	
}

.labe_line_1 {
	width: 894px;
	display: block;
	float:left;
	color:#333;
	text-align: center;	
	background-color: #E9E9E9;
	padding:3px 0 3px 6px;
	margin: 20px 0 10px 0;	
	cursor:pointer;
}


.labe_line_1:hover {
	color:#fff;
	background-color: #06569C;
	cursor:pointer;
}


.div_inpu {
	width:900px;
	float:left;
}

.div_radi {
	margin-top:13px;
	margin-left:6px;	
	float:left;
}

.div_chec_modu {
	width:200px;
	margin-top:13px;
	margin-left:6px;	
	float:left;
}

.div_comb {
	margin-top:10px;
	margin-left:10px;	
	float:left;
}
.div_sect_inic {
	width:900px;
	font-family: 'Universal'; 
	font-size: 20px; 
	font-weight: normal; 
	color: #06569C; 
	text-align: left; 	
	float:left;
	margin: 3px 0 6px 0;
}
.div_sect_rest {
	width:900px;
	font-family: 'Universal'; 
	font-size: 20px; 
	font-weight: normal; 
	color: #06569C; 
	text-align: left; 	
	float:left;
	margin: 30px 0 6px 0;
}

.inpu_1 {
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFF;
	margin: 10px 0 0 10px;
	border:1px solid #cecece;
	width:700px;
	height:21px;
	color:#333;
	float:left;		
}

.inpu_1:focus {
	border:2px solid #06569C;
	height:19px;	
}

.inpu_2 {
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFF;
	margin: 10px 0 0 10px;
	border:1px solid #cecece;
	width:400px;
	height:21px;
	color:#333;
	float:left;		
}

.inpu_2:focus {
	border:2px solid #06569C;
	height:19px;	
}


.inpu_3 {
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFF;
	margin: 10px 0 0 10px;
	border:1px solid #cecece;
	width:200px;
	height:21px;
	color:#333;
	float:left;		
}

.inpu_3:focus {
	width:198px;
	border:2px solid #06569C;
	height:19px;	
}

.comb_2 {
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFF;
	margin: 0;
	border:1px solid #cecece;
	width:400px;
	height:24px;
	color:#333;
	float:left;		
}

.comb_2:focus {
	border:2px solid #06569C;
}

.comb_3 {
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFF;
	margin: 0;
	border:1px solid #cecece;
	width:200px;
	height:24px;
	color:#333;
	float:left;		
}

.comb_3:focus {
	border:2px solid #06569C;
}


.uplo {
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFF;
	margin: 10px 0 0 10px;
	border:1px solid #cecece;
	width:400px;
	height:25px;
	color:#333;
	float:left;		
}

.uplo:focus {
	border:2px solid #06569C;
}


.text_1 {
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFF;
	border:1px solid #cecece;
	width:894px;
	height:100px;
	color:#333;
	float:left;		
}

.text_1:focus {
	height:118px;
	border:2px solid #06569C;
}

.div_uplo_file {
	margin:10px 0 0 10px;
	width:200px;
	float:left;
}

.div_butt_adde {
	margin:40px auto 0 auto;
	width:165px;
}

.div_butt_edit {
	margin:40px auto 0 auto;
	width:450px;
}


.butt_adde{
	margin-top:2px;
	width:165px;
	height:34px;
	background: url(../imgs/form_butt_adde.png);
	color: #fff;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;	
	text-align: left;	
	font-weight: bold;
	border: 0;
	cursor: pointer;
	padding:0 0 0 45px;
}

.butt_adde:hover{
	background: url(../imgs/form_butt_adde.png) no-repeat 0 -35px;
}


.butt_save{
	margin-left:40px;	
	width:165px;
	height:34px;
	background: url(../imgs/form_butt_save.png) no-repeat;
	color: #fff;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left; 
	font-weight: bold;
	border: 0;
	cursor: pointer;
	padding:0 0 0 45px;
}

.butt_save:hover{
	background: url(../imgs/form_butt_save.png) no-repeat 0 -35px;
}

.butt_dele{
	margin-left:40px;	
	width:165px;
	height:34px;
	background: url(../imgs/form_butt_dele.png);
	color: #fff;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left; 
	font-weight: bold;
	border: 0;
	cursor: pointer;
	padding:0 0 0 45px;
}

.butt_dele:hover{
	background: url(../imgs/form_butt_dele.png) no-repeat 0 -35px;
}

.mess_veri_erro{
	width:300px;
	height:20px; 
	background:url(../imgs/icon_veri_erro.jpg) no-repeat 0 0;
	background-position:left; 	
	color:#FF0000; 
	padding:5px 10px 0 33px;
	margin:9px 0 0 38px;
	float:left;
}

.mess_veri_ok{
	width:300px;
	height:20px;
	background:url(../imgs/icon_veri_ok.jpg) no-repeat 0 0;
	background-position:left; 	
	color:#669933; 
	padding:5px 10px 0 33px;
	margin:9px 0 0 38px;
	float:left;
}
