/*FORMAT TAGs*/

*{
font-family: Arial, Helvetica, Garuda, "Bitstream Vera Sans", sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	font-size:11px;
	font-weight:normal;
	background-attachment: fixed;
	background-color: #4B525A;
	background-image: url(../imagens/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	color: #59386D;
}
a:visited {
	color: #59386D;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #C4430A;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
	background-image: url(../imagens/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

h4 a:link {
	color:#0000FF;
	text-decoration:underline;
}
h4 a:hover {
	color:#CC0000;
	text-decoration:underline;
}


form {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

img {
border:none;
}

img a {
border:none;
}

img a:hover {
border:none;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.equip_mg{
 margin:7px;
}

.wd250 {
	width: 250px;
}
.btn_sr_upd {
	background: url(../imagens/atualiza.gif) no-repeat center center;
}
.ppopen {
	font-weight: bold;
	color: #0033CC;
	text-transform: none;
}

.ppaprovado {
	font-weight: bold;
	text-transform: none;
	color: #006600;
}
.ppcancelada {
	font-style: italic;
	font-weight: bold;
	text-transform: none;
	color: #CC0000;
}
.ppmotivcancelada {
	font-style: italic;
	color: #990000;
}

/*form span {
	float: left;
}*/

/*FORMAT CLASS*/

.txtstd_w {
	width: 100%;
}

.tblborder {
	border: 1px solid #C9E4A7;
}
.form_w {
	width: 730px;
}
.padd_tbl {
	padding: 5px;
}

.bgfocus {
	background: #F2FFD7;
}

.datfech {
	font-weight: bold;
	color: #990000;
	padding: 4px;
	margin: 0px;
	border: 1px solid #FFFFFF;
}
.txtright {
	text-align: right;
}
.pad04 {
	padding: 4px;
}

.tblheader_item {
	font-weight: normal;
	color: #003399;
	margin: 0px;
	background: #f9f9f9;
	border: 1px solid #cccccc;

}
.tblheader_item1 {
	font-weight: normal;
	color: #003399;
	margin: 0px;
	background: #f9f9f9;
	border: 1px solid #cccccc;
	border-left: none;

}
.tblheader {
	font-weight: bold;
	color: #54366A;
	padding: 4px;
	margin: 0px;
	border: 1px solid #FFFFFF;
	background-color: #efefef;
	background-image: url(../imagens/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.tblheader_red {
	font-weight: bold;
	color: #CC0000;
	padding: 4px;
	margin: 0px;
	border: 1px solid #FFFFFF;
	background-color: #efefef;
	background-image: url(../imagens/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.tblheader_in {
	font-weight: normal;
	color: #000000;
	padding: 4px;
	margin: 0px;
	background: #ececec;
	border: 1px solid #ccc;
}
.tblheader_id {
	font-weight: bold;
	color: #103D66;
	padding: 4px;
	margin: 0px;
	background: #e1e1e1;
	border: 1px solid #FFFFFF;
}
.tblborder {
	border: 1px solid #CCCCCC;
}
.tblbordertr {
	border-top: 1px solid #DDD;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	border-left: 1px solid #DDD;
}

.txtstrong {
	font-weight: bold;
}
.btnstd {
	background-color: #006699;
	border: 2px solid #002779;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
	margin-right: 8px;
	margin-left: 8px;
}
.totalstd {
	background-color: #006699;
	border-top: 2px solid #002779;
	border-bottom: 2px solid #002779;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
	margin-right: 8px;
	margin-left: 8px;
}
.selwidth {
	width: 150px;
}

.tablebgfoco {
	background-color: fafafa;
}

/*input {
	font-size: 11px;
}
select {
	font-size: 11px;
}*/
/*FORMAT DIVs*/

#conteiner {
	margin: 0px auto;
	height: auto;
	width: 760px;
	padding: 0px;
}
#conteiner #m_body {
	position: relative;
	height: auto;
	width: 760px;
	top: 0px;
	left: 0px;
}

#m_body #topo #logo {
	position: absolute;
	height: 70px;
	width: 255px;
	left: 36px;
	top: 36px;
}
#m_body #topo {
	height: 130px;
	width: 760px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../imagens/top_bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
#m_body #menu_box {
	position: absolute;
	height: 30px;
	width: 760px;
	left: 0px;
	top: 130px;
	background-color: #FFFFFF;
	background-image: url(../imagens/main_mnu_line_bg.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
#m_body #topo #top_img img {
	position: absolute;
	height: 130px;
	width: 450px;
	top: 0px;
	right: 0px;
}



#m_body #menu_box #menu_nav {
	position: absolute;
	height: 30px;
	width: 750px;
	left: 5px;
	top: 0px;
	font-size: 12px;
	font-weight: bold;
	z-index: 500;
}
#m_body #menu_box #menu_nav a{
	color:#70458B;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF9900;
	background-image: url(../imagens/main_mnu_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}


#m_body #menu_box #menu_nav a:hover{
	color:#553469;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #70458B;
	background-color: #FFFFFF;
	background-image: none;
}
.cont_img {
	height: 144px;
	width: 205px;
	float: left;
}
#conteiner #m_body #conteudo_box #dinamic_box .cont_bvindo .divleft {
	float: left;
}

#m_body #mnu_sdw {
	background-color: #FFFFFF;
	background-image: url(../imagens/main_mnu_sdw.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	position: absolute;
	height: 10px;
	width: 760px;
	left: 0px;
	top: 160px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}


#m_body #conteudo_box {
	position: absolute;
	height: auto;
	width: 760px;
	left: 0px;
	top: 170px;
	background: #FFFFFF url(../imagens/cont-bg.gif) repeat-y left top;
	z-index: 5;
	padding-top: 7px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#m_body #conteudo_box #dinamic_box h2 {
	text-align: left;
	color: #54366A;
	margin: 3px;
	padding: 3px;
}
#m_body #conteudo_box #dinamic_box h3 {
	color: #54366A;
	padding: 0px;
	padding-left:18px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-image: url(../imagens/dot_h3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	font-weight: bold;
}
.cont_bvindo {
	background-color: #FFFFFF;
	background-image: url(../imagens/box_in_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #CCCCCC;
}

#m_body #conteudo_box #dinamic_box h4 {
	color: #CC0000;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #FFFFCC;
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 12px;
	font-weight: bold;
}

#m_body #conteudo_box #dinamic_box p {
	color: #54366A;
	margin: 2px;
	padding: 2px;
}

#m_body #conteudo_box #dinamic_box {
	margin: 0px;
	padding: 0px 15px;
	float: left;
	width: 730px;
}

#m_body  #conteudo_box #rodape {
	height: 55px;
	width: 760px;
	clear: both;
	float: left;
	background-color: #4B525A;
	background-image: url(../imagens/rdp_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 15px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
}

#m_body #conteudo_box #rodape .rdp_box {
	float: left;
	width: 760px;
	clear: both;
	height: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#m_body #conteudo_box #rodape .rdp_top {
	height: 40px;
	width: 760px;
	clear: both;
	float: left;
}
#m_body #conteudo_box #rodape #admindiv {
	float: right;
	padding-top: 20px;
	padding-right: 20px;
}


#m_body #topo #status_user {
	position: absolute;
	width: 299px;
	top: 8px;
	right: 111px;
	height: 20px;
}
#m_body #topo #btn_sair {
	position: absolute;
	top: 7px;
	right: 11px;
	width: 80px;
}
#m_body #topo #btn_sair a {
	font-size: 12px;
	font-weight: bold;
	background: url(../imagens/sair-lnk.jpg) no-repeat right center;
	text-decoration: none;
	padding: 5px 20px 5px 10px;
	margin: 0px;
	line-height: 17px;
}

#m_body #topo #btn_sair a:hover {
	background: url(../imagens/sair-lnk-act.jpg) no-repeat right center;
	text-decoration: none;

}
#conteudo_box #dinamic_box #frmlogin {
	padding-top:25px;
	background-image: url(../imagens/frmlogin.jpg);
	background-repeat: no-repeat;
	background-position: 77px 10px;

}
.marg10 {
	margin: 10px;
}
#inter_tarif {
	background: url(../imagens/mapa.gif) no-repeat 25px 10px;
}


.marg5 {
	margin: 5px;
}

#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	}
#admlink {
	background: url(../imagens/gear.gif) no-repeat right center;
	line-height: 40px;
	padding: 15px 40px 15px 0px;
	margin: 0px;
}
.lowercase {
	text-transform: lowercase;
}
.statusrm {
	font-size: 10px;
	font-weight: normal;
}

