@CHARSET "ISO-8859-1";

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.cursor{
	cursor: pointer;
	}

.text-bold{
	font-weight: bold;
	color: black;
	font-size: 13px;
	vertical-align: baseline;
	}
	
#mainContent{
	display: table;
	margin: 0px auto;
	}	

/* START HEADER.HTML */
#header {
	width: 100%;
	background-color: #e4e4e4;
	}

#header-main{
	width: 970px;
	height: auto;
	margin: 0px auto;
	}

#header-main .logo{
    position:absolute;
	margin: 49px 0px 0px 25px;
	background-image: url("../images/logo.png");
	width: 200px;
  	height: 35px;
	}

#header-main .header-fundo{
  	background: url("../images/header_fundo.png") no-repeat;
  	width: 970px;
  	height: 119px;
  	background-color: #e4e4e4;
	}

.head-footer{
	width: 970px;
	height: 129px;
	background-color: #e4e4e4;
	}

.head-footer-img{
	background-image: url("../images/header_footer.png");
	width: 970px;
	height: 129px;
	}

.fundo-degrade{
	background-image: url("../images/fundo.png");
	background-repeat: repeat-x;
	}

/* END HEADER.HTML */

/* START HOME.HTML */

#content{
	width: 100%;
	background-image: url("../images/fundo.png");
	background-repeat: repeat-x;
	float: left;
	}

#content-main{
	background-image: url("../images/fundo.png");
	background-repeat: repeat-x;
	width: 970px;
	margin: 0px auto;
	}

.left-side{
  	background-color:#dddddd;
  	height:450px;
 	width: 246px;
 	background-image: url("../images/fundo_left.png");
 	background-repeat: repeat-x;
 	float: left;
	position: relative;
	}

.header-left{
	width:246px;
	height:75px;
 	background-image: url("../images/header_left.png");
 	background-color: #dddddd;
 	position: absolute;
 	margin-top: -60px;
 	background-repeat: no-repeat;
	}

.footer-left{
	width:246px;
	height:42px;
 	background-image: url("../images/footer_left.png");
 	background-color: #dddddd;
 	position: absolute;
 	background-repeat: no-repeat;
 	margin-top: 450px;
	}

.content-left{
  	margin-top: -20px;
	position: absolute;
	background-color: #dddddd;
	height: 40px;
	width: 246px;	
	}
.content-left h3{
	padding: 0px 0px 0px 16px;
	color: #000000;
	font-weight: bold;
	}

.links-left{
	padding: 40px 0px 0px 0px;
	width: 246px;	
	}

.links-left ul{
 	list-style-type: none;
	padding: 0px 0px 0px 10px;
	margin: 0px auto;
	width: 230px;
	height: auto;
	}

.links-left a:link, .links-left a:visited{
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	}

.space-link-left{
	font-size: 14px;
	width: 240px;
	letter-spacing: -1px;
	margin-left: -7px;
	color:silver;
	line-height: 10px;
	}

.link-left-li{
	line-height: 10px;
	}

/* START SLIDE HOME.HTML */


#slides .slidesjs-navigation {
    margin-top:7px;
    margin-left: 1px;
	}

a.slidesjs-play {
    background-image: url("../images/play.png");
    background-repeat: no-repeat;
    display:block;
    width:24px;
    height:24px;
    overflow: hidden;
    float: right;
	margin-right: 80px;
  	}
  	
a.slidesjs-stop{
	background-image: url("../images/pause.png");
    background-repeat: no-repeat;
    display:block;
    width:24px;
    height:24px;
    overflow: hidden;
   	float: right;
	margin-right: 80px;
	}



.slidesjs-pagination {
    margin: 7px 0 0;
    float: right;
    list-style: none;
    }

.slidesjs-pagination li {
    float: left;
    margin: 0 1px;
    }

.slidesjs-pagination li a {
    display: block;
    width: 24px;
	height: 19px;
    padding-top: 0px;
    background-color: #e0e2de;
    background-position: 0 0;
    float: left;
    overflow: hidden;
    color: #706f6f;
    z-index: 8888;
  	}

.slidesjs-pagination li a.active,.slidesjs-pagination li a:hover.active {
    background-color: white;
  	}

.slidesjs-pagination li a:hover {
    background-color: white;
 	}

#slides a:link,#slides a:visited {
    color: #706f6f;
    padding: 5px 0px 0px 0px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
	}

#slides a:hover,#slides a:active {
    color: #706f6f;
    text-decoration: none;
  	}

.slides-left img{
	width: 220px !important;
	height: 148px !important;
	}
	
#slides-content .slidesjs-container{
	margin-top: 105px;
	}
	
#slides-content .slidesjs-previous {
	display: none;
	}
	
#slides .slidesjs-container {
	margin-top: 175px;
	}	

#slides-content-text .slidesjs-container{
	margin-top: 105px;
	}

/* END SLIDE HOME.HTML */


/* START CONTENT-CENTER HOME.HTML */

.content-center{
	position: relative;
	float: left;
	margin-left: 10px;
	margin-top: -50px;
	margin-right: 10px;
	}
	
.content-center-header{
	width: 483px;
	height: 261px;
	}
	
/* SLIDES BEM VINDO*/

#slides-content {
	float: left;
	height: 377px;
	margin-top: -105px;
	width: 235px;
	}
	
div#slides-content-text {
	z-index: 15;
	/* float: right; */
	/* margin-top: -272px; */
	width: 200px;
	height: 309px;
	}	
/* SLIDES BEM VINDO*/

.content-center-header img{
	position: absolute;
	width: 245px !important;
	height: 261px !important;
	margin-top: 14px;
	border-radius: 0px 90px 108px 0px;
	}

.content-header-fundo{
	z-index: 10;
	position: absolute;
	margin-top: 14px;
	background-image: url("../images/fundo_bem_vindo2.png");
	width: 483px;
	height: 261px;
	display: block;
	}	
	
.header-welcome{
	width: 250px;
	z-index: 3333;
	position: absolute;
	margin-left: 15px;
	z-index: 15;
	}	

.header-welcome h3{
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	width: 140px;
	}
	
.header-welcome p{
	color: #706f6f;
	font-size: 12px;
	width: 190px;
	margin: 12px -50px 0px 0px;
	display: table;
	}

.content-center-body{
	width: 483px;
	margin-top: 25px;
	}

.content-center-body h3{
	color: #b10d19;
	font-size: 17px;
	font-weight: bold;
	margin-left: 5px;
	}

.content-item{
	margin-top: 20px;
	color:#706f6f;
	font-size: 10px;
	font-weight: normal;
	min-height: 140px;
	margin-left: 5px;
	}

.img-item{
	float:left;
	}
	
.img-item img{
	width: 102px !important;
	height: 117px !important;
	}	
	
.content-item img{
	width: 102px !important;
	height: 117px !important;
	float: left;
	}		
	
.content-item span{
	margin-left: 20px;
	margin-right: 7px;
	color:#b10d19;
	font-size: 9px;
	vertical-align:middle;
	font-weight: bold;
	}
.content-item h2{
	color:#706f6f;
	font-size: 12px;
	font-weight: bold;
	}	
	
p.p-content{
	width: 300px;
	margin: 10px auto 0px auto;
	padding-left: 60px;
	font-size: 11px;
	vertical-align: baseline;
	}	

p.content-item-more{
	width: 300px;
	margin: 10px auto 0px auto;
	padding-left: 300px;
	font-size: 11px;
	} 
	
p.p-access {
	width: 180px;
	margin-left: 100px;
}

.content-item p.p-access a:link, .content-item p.p-access a:visited{
	color:#b10d19;
	font-size: 12px;
	text-decoration: none;
	margin-left: 20px;
	}

.content-item p a:link, .content-item p a:visited	{
	color:#706f6f;
	font-size: 12px;
	text-decoration: none;
	margin-left: 0px;
	}	

span.content-item-span	{
	margin-left: 20px;
	margin-right: 0px;
	color:#b10d19;
	font-size: 9px;
	vertical-align:middle;
	font-weight: bold;
	}
	
	
span.content-item-edition{
	color:#b10d19;
	font-size: 11px;
	font-weight: normal;
	margin: 0px; 
	vertical-align: inherit; 
	}
/* START CONTENT-CENTER HOME.HTML */

/* START CONTENT-RIGHT HOME.HTML */

.content-right{
	float: left;
	position: relative;
	background: url('../images/header_right.png') center top no-repeat;
	margin-top: 10px;
	}

.container-first-header{
  	height:78px;
 	width: 220px;
	}	
	
p.title-header-right{
	color:#b10d19;
	font-size: 16px;
	font-weight: bold;
	padding: 45px 0px 0px 17px;
	}

.item-right {
	background: url('../images/header_middle.png') center repeat-y;
	padding-bottom: 10px;
	color: #706f6f;
	cursor: default;
	min-height: 39px;
	padding-top: 20px;
	}

.item-right img{
	width: 170px !important;
	height: 95px !important;
	padding: 15px 0px 0px 25px;
	}
	
.item-right-content{
	width: 190px;
	padding: 0px 0px 0px 15px;
	
	}	
	
p.item-right{
	color:#706f6f;
	font-size: 11px;
	background: transparent; 
	font-weight: bold;
	}	
	
span.item-right-span{
	color:#b10d19;
	font-size: 9px;
	font-weight: bold;
	}
	
.item-right hr{
	height: 3px;
	background-color: white;
	width: 185px;
	margin: 10px auto 0px auto;
	border: none;
	}
	
.container-first-footer{
	background: url('../images/footer_right.png') center bottom no-repeat;
	height: 50px;
	}	
	
p.item-right-more{
	margin: 0px 0px -20px 120px;
	}
	
.item-right-more a.link-item-right:link, .item-right-more a.link-item-right:visited{
	color:#706f6f;
	font-size: 16px;
	text-decoration: none;
	margin-left: 0px;
	}
	
span.item-more-span{
	color:#b10d19;
	font-size: 15px;
	font-weight: bold;
	}
	
.container-two-header{
	background: url('../images/header_container_two.png') center top no-repeat;
	height: 30px;
	margin-top: -20px;
	}
	
	
p.title-container-two{
	color:#b10d19;
	font-size: 16px;
	font-weight: bold;
	padding: 25px 0px 0px 15px;
	}
	
p.container-two-text{
	padding: 20px 0px 0px 22px;
	color: #706f6f;
	font-size: 13px;
	font-weight: normal;
	width: 180px;
	}
	
.search-what p{
	color:#b10d19;
	font-weight: bold;
	font-size: 9px;
	padding: 20px 0px 0px 25px;
	}
	
.search-what input{
	width: 145px;
	height: 12px;
	margin: 5px 0px 0px 25px;
	color:#706f6f; 
	font-weight: bold;
	}						

.search-button{
	background: url('../images/button_search.png') center no-repeat;
	width: 27px;
	height: 30px;
	position: absolute;
	margin-top: -25px;
	margin-left: 180px;
	cursor: pointer;
	}	
	
.item-right a.help-link:link, .item-right a.help-link:visited{
	text-decoration: none;
	color: #b10d19;
	font-size: 10px;
	vertical-align: baseline;
	}
	
.container-two-footer{
	background: url('../images/footer_container_two.png') center bottom no-repeat;
	height: 38px;
	width: 220px;
	margin-bottom: 20px;
	}	
	
/* END HOME.HTML */

/* START FOOTER.HTML */

#footer{
	background: url('../images/bg_bottom_bar.gif') center bottom no-repeat;
	width: 100%;
	height: 28px;
	margin: 10px auto 0px auto;
	display: table;
	}
	
.footer{
	width: 970px;
	margin: 0px auto;
	}
	
.form-agn{
	width: 800px;
	padding-top: 5px;
	}
	
.text-footer{
	background: url('../images/txt_acesse_aqui.gif') right no-repeat;
	width: 243px;
	height: 9px;
	margin-left: 140px;
	}
	
.text-agencia{
	background: url('../images/txt_agencia.gif') right no-repeat;
	width: 50px;
	height: 9px;
	margin-left: 40px;
	}
	
.text-conta{
	background: url('../images/txt_conta.gif') right no-repeat;
	width: 35px;
	height: 9px;
	}
	
.form-agn input{
	margin: 0px;
	}
	
.entrar-conta{
	background: url('../images/btn_ok.gif') left no-repeat;
	width: 20px;
	height: 17px;
	cursor: pointer;
	}	
	
/* START LISTA-VIDEO  */
	
.content-video-body{
	width: 484px;
	
	}

.content-video{
	position: relative;
	float: left;
	margin-left: 10px;
	margin-top: -45px;
	margin-right: 10px;
	}
	
	
.container-center-video{
	margin-top: 20px;
	width: 486px;
	display: inline-block;
	}
	
	
.content-item-video{
	width: 220px;
	padding: 20px 0px 20px 10px;
	margin-left: 5px;
	float:left;
	cursor: pointer;
	}	

.thumbNail-video img{
	width: 170px !important;
	height: 95px !important;
	padding: 10px 0px 10px 20px;
	}

.content-video h3{
	color: #666;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0px 0px 10px;
	}
	
.content-item-video p{
	color:#706f6f;
	font-size: 11px;
	font-weight: bold;
	width: 170px;
	padding: 0px 0px 10px 20px;
	}
	
span.content-general-span{
	color:#b10d19;
	font-size: 9px;
	vertical-align:middle;
	font-weight: bold;
	}		
	
hr.separator-item-hr{
	height: 1px;
	background-color: silver;
	width: 340px;
	margin: 10px auto 0px auto;
	border: none;
	}	
	
	
.btn-voltar-img {
	background: url('../images/dotted-x.gif') center center repeat-x;
	height: 10px;
	overflow: hidden;
	text-align: right;
	width: 420px;
	display: block;	
	}

span.btn-voltar{
	background: url('../images/btn_voltar.gif') no-repeat;
	width: 46px;
	height: 5px;
	display: block;
	float: right;
	margin-top: -7px;
	margin-right: 10px;
	}	

.btn-voltar-main{
	width: 483px;
	position: relative;
	margin: 40px auto;
	}
	
.container-player-video{
	width: 480px;
	display: inline-block;
	margin-top: 30px;
	}	

.container-player-video p{	
	color:#706f6f;
	font-size: 11px;
	font-weight: bold;
	width: 440px;
	padding: 5px 0px 0px 0px;
	}
	
.player-video{
	width: 440px;
	height: 320px;
	padding: 20px 0px 0px 20px;
}	

.player-video video{
	width: 440px;
	height: 320px;
}

a#player{
	width: 440px;
	height: 320px;
	display: block;
	}
	
#adobe{
	margin-top: -200px;
	margin-left: 10px;
	}	

/* END VIDEOS */

/* START PROCEDIMENTOS */

.content-information-body	{
	width: 484px;
	}

.content-information{
	position: relative;
	float: left;
	margin-left: 10px;
	margin-top: -45px;
	margin-right: 10px;
	}
	
.container-center-information{
	margin-top: 20px;
	width: 486px;
	display: inline-block;
	}
	
	
.content-item-information{
	width: 476px;
	padding: 20px 0px 20px 10px;
	margin-left: 5px;
	float:left;
	}	
	
.thumbNail-imagem img{
	width: 102px !important;
	height: 117px !important;
	padding: 10px 10px 10px 20px;
	float: left;
	}
	
h3.content-list{
	color: #666;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0px 0px 10px;
	}

p.content-list-title {
	color: #706f6f;
	font-size: 12px;
	font-weight: bold;
	width: 430px;
	padding: 10px 0px 10px 20px;
	}
	
p.content-item-list {
	color: #706f6f;
	font-size: 11px;
	font-weight: normal;
	width: 430px;
	padding: 10px 0px 10px 20px;
	}
	
div.content-item-list {
	color: #706f6f;
	font-size: 11px;
	font-weight: normal;
	width: 430px;
	padding: 10px 0px 10px 20px;
}

.content-detalhe-video {
	width: 480px;
	padding: 10px 0px 10px 0px;
}
	
.content-item-information p.p-access a:link, .content-item-information p.p-access a:visited{
	color:#b10d19;
	font-size: 12px;
	text-decoration: none;
	}	
	
.font_st_italic {
	font-style: italic;
	color:silver;
	}	

p.content-talk-title {
	color: #706f6f;
	font-size: 12px;
	font-weight: bold;
	width: 430px;
	padding: 10px 0px 10px 0px;
	}
	
p.content-item-list {
	color: #706f6f;
	font-size: 11px;
	font-weight: normal;
	width: 430px;
	padding: 10px 0px 10px 0px;
	}		

/* Formulários */

input[type="radio"]{
	padding: 0;
	margin: 0;
	vertical-align: middle;
	}

.ulForm { 
	padding: 0px 20px 0px 0px; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	}
.ulForm li { 
	padding:10px 0 10px 10px; 
	}
.ulForm li.Odd { 
	background:#F0F0F0; 
	}
.ulForm li.Even { 
	background:#DDD; 
	}
.ulForm li.BigEven { 
	background:#DDD; height:15%; 
	}

.ulForm li label { 
	float:left; 
	width:90px; 
	margin:3px 10px 0 0; 
	}
	
.ulForm label.Fl-none{
	float: none;
	}	

.ulForm li.Disclaimer { 
	font:normal 9px 'Microsoft Sans Serif', Verdana, Helvetica, Sans-Serif; 
	color:#999; 
	padding:0 5px; 
	}

.ulForm li.Buttons { 
	text-align:right; 
	float:right;
	}
.ulForm li.Buttons input { 
	margin-left:10px; 
	}
li{	
	list-style-type: none;
}	
	
.btn-apagar{
	background: url('../images/btn_apagar.gif') no-repeat;
	width: 77px;
	height: 23px;
	float:left;
	}		
	
.btn-enviar{
	background: url('../images/btn_enviar.gif') no-repeat;
	width: 77px;
	height: 23px;
	float:right;
	}
	
/* START PAGINACAO  */

.paginacao {
	float: right;
	margin: 30px 10px 20px 0px;
	width: 480px;
	font-size: small;
	}

ul.jPag-pages {
	margin: 0px 20px 0px 20px;
}

.paginacao ul {
	list-style-type: none;
	float: right;
	}

ul.jPag-pages {
	list-style-type: none;
	padding: 0px;
	font-size: small;
	font-weight: bold;
}

ul.jPag-pages li {
	display: inline;
	float: left;
	padding: 0px;
}

ul.jPag-pages li a {
	float: left;
	background-color: #dcdbdc;
	color: #71706e;
	margin-right: 4px;
	width: 20px;
	height: 18px;
	text-align: center;
	text-decoration: none;
}

ul.jPag-pages li a:hover {
	background-color: #bb112c;
	color: white;
}

ul.jPag-pages li span {
	background-color: #bb112c;
	color: white;
	float: left;
	margin-right: 4px;
	width: 20px;
	height: 18px;
	text-align: center;
	margin-top: 2px;
}

.img-seta-paginacao-back {
	background: url("../images/seta_pag.png");
	display: inline-block;
	width: 23px;
	height: 21px;
}

.img-seta-paginacao-next {
	background: url("../images/seta_pag_next.png");
	display: inline-block;
	width: 23px;
	height: 21px;
}
	
/* START RESULTADO BUSCA */

p.content-list-search {
	color: #706f6f;
	font-size: 12px;
	font-weight: bold;
	width: 430px;
	padding: 0px 0px 10px 25px;
	}
p.content-list-search a:link, p.content-list-search a:visited{
	color: #b10d19;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;	
	}
	
p.content-item-search {
	color: #706f6f;
	font-size: 11px;
	font-weight: normal;
	width: 430px;
	padding: 3px 0px 10px 25px;
	}
	
.h_110{
	margin: 2px;
	width: 303px;
	height: 46px;
	}			
	
/* ###############################################  Mensagem */

#message {
	text-align: left;
	padding: 5px;
}

ul.messageTxt {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#message div {
	margin-bottom: 15px;
}

.msg-error, .msg-success, .msg-warning {
	width: 970px;
	margin: 0px auto;
	padding: 0;
	border: 1px solid #ccc;
	background-color: #fff;
}

.msg-error .msg-box-img{
	background: url("../images/iconErrorLarge.gif") no-repeat;
}

.msg-warning .msg-box-img{
	background: url("../images/iconWarningLarge.gif") no-repeat;
}

.msg-success .msg-box-img{
	background: url("../images/iconSuccessLarge.png") no-repeat;
}

.msg-box-img {
	display: inline-block;
	vertical-align: top;
	height: 48px;
	width: 48px;
	margin: 20px 0 0 30px;
	float: left;
}

.msg-box-content {
	display: inline-block;
	padding: 20px;
	width: 80%;
}

.msg-box-content h1 {
	margin: 5px 15px 10px 0;
	font-size: 26px;
	font-weight: normal;
	color: #444;
	vertical-align: top;
}

.msg-box-content ul li {
	font-size: 14px;
}

.msg-box-default {
	display: none;
}

/* CONF FERRAMENTA DE AUTORIA */

.img-btn-novo{
	background: url("../images/cmpAtNovo.png") no-repeat;
	height: 16px;
	width: 37px;
	display: inline-block;
}

.img-btn-categoria{
	background: url("../images/cmpCat.png") no-repeat;
	height: 16px;
	width: 52px;
	display: inline-block;
}

.img-btn-editar{
	background: url("../images/cmpAtEditar.png") no-repeat;
	height: 16px;
	width: 37px;
	display: inline-block;
}

.img-btn-excluir{
	background: url("../images/cmpAtExcluir.png") no-repeat;
	height: 16px;
	width: 37px;
	display: inline-block;
}


#slides-left-inex {
	position: absolute;
	margin-left: 12px;
	width: 220px;
}


.msg-inexistente {
	font-family: helvetica;
	font-size: 12px;
	color: #585858;
}

#fa-esq-link .msg-inexistente {
	position: absolute;
	margin-top: 30px;
	
}

div#fa-esq-link .cmpAtEditar {
	position: absolute;
	margin-left: 145px;
	margin-top: 3px;
}

div#fa-esq-link .cmpAtExcluir {
	position: absolute;
	margin-left: 185px;
	margin-top: 3px;
}

#fa-esq-link .cmpAtNovo {
	position: absolute;
	margin-top: -20px;
	margin-left: 14px;
}

#fa-esq-link .cmpAtCategoria {
	position: absolute;
	margin-top: -20px;
	margin-left: 54px;
}

div#fa-link-inex .cmpAtNovo{
	position: absolute;
	margin-top: -50px;
	margin-left: 0px;
}

div#fa-link-inex .cmpAtCategoria{
	position: absolute;
	margin-top: -50px;
	margin-left: 40px;
}

div#fa-esq-banner .msg-inexistente {
	position: absolute;
	margin-top: 115px;
	margin-left: 10px;
}

div#fa-esq-banner .cmpAtNovo {
	position: absolute;
	margin-top: 150px;
	margin-left: 10px;
}

div#fa-esq-banner .cmpAtCategoria {
	position: absolute;
	margin-top: 150px;
	margin-left: 50px;
}

div#fa-esq-banner .cmpAtExcluir {
	position: absolute;
	margin-top: 0px;
	margin-left: 39px;
}

div#fa-esq-banner .cmpAtEditar {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
}

.sl-left {
	margin-left: 12px;
}

div#slides-left-inex .msg-inexistente {
	margin-top: 170px;
	margin-left: 0px;
}

div#slides-left-inex .cmpAtCategoria {
	margin-left: 40px;
}

div#slides-left-inex .cmpAtNovo {
	position: absolute;
	margin-left: 0px;
}

#fa-centro-bv .cmpAtCategoria {
	padding-top: 10px;
	position: absolute;
	margin-left: 275px;
	z-index: 100;
	margin-top: 70px;
}

#fa-centro-bv .cmpAtNovo {
	padding-top: 10px;
	position: absolute;
	z-index: 100;
	margin-left: 235px;
	margin-top: 70px;
}

div#fa-centro-bv .cmpAtExcluir {
	position: relative;
	margin-left: 40px;
}

div#fa-centro-bv .cmpAtEditar {
	position: absolute;
}

#fa-centro-bv .msg-inexistente {
	position: absolute;
	padding-top: 130px;
	margin-left: 140px;
}

div#fa-proc-dest .cmpAtCategoria {
	position: relative;
	margin-top: -26px;
	margin-left: 20px;
	z-index: 1;
}

div#fa-proc-dest .cmpAtNovo {
	position: relative;
	padding-bottom: 10px;
	margin-left: -20px;
	z-index: 2;
	width: 40px;
}

div#fa-proc-dest .cmpAtExcluir {
	position: relative;
	margin-left: 140px;
	padding-bottom: 6px;
	width: 60px;
	z-index: 1;
	margin-top: -16px;
}

div#fa-proc-dest .cmpAtEditar {
	position: absolute;
	margin-left: 100px;
	z-index: 2;
	width: 57px;
	margin-top: -16px;
}

div#fa-inf-dest .cmpAtCategoria {
	position: relative;
	margin-left: 20px;
	margin-top: -26px;
	z-index: 1;
}

div#fa-inf-dest .cmpAtNovo {
	position: relative;
	padding-bottom: 10px;
	margin-left: -20px;
	z-index: 2;
	width: 40px;
}

div#fa-inf-dest .cmpAtExcluir {
	position: relative;
	margin-left: 140px;
	width: 60px;
	z-index: 1;
	padding-bottom: 6px;
	margin-top: -16px;
}

div#fa-inf-dest .cmpAtEditar {
	position: absolute;
	margin-left: 100px;
	width: 55px;
	z-index: 2;
	margin-top: -16px;
}

div#fa-direita-video .cmpAtExcluir {
	position: absolute;
	margin-left: 65px;
}

div#fa-direita-video .cmpAtEditar {
	position: absolute;
	margin-left: 25px;
}

div#fa-direita-video .cmpAtCategoria {
	position: absolute;
	margin-left: 55px;
}

div#fa-direita-video .cmpAtNovo {
	position: absolute;
	margin-left: 15px;
}

div#fa-direita-video .msg-inexistente {
	position: absolute;
	margin-top: 20px;
	margin-left: 10px;
}

div#fa-proc-lista .cmpAtCategoria , div#fa-infor-lista .cmpAtCategoria, div#fa-inf-detalhe .cmpAtCategoria, div#fa-proc-detalhe .cmpAtCategoria{
	position: absolute;
	margin-top: 15px;
	margin-left: 45px;
}

div#fa-proc-lista .cmpAtNovo , div#fa-infor-lista  .cmpAtNovo, div#fa-inf-detalhe .cmpAtNovo, div#fa-proc-detalhe .cmpAtNovo {
	position: absolute;
	margin-top: 15px;
	margin-left: 5px;
}

div#fa-proc-lista .cmpAtExcluir , div#fa-infor-lista .cmpAtExcluir, div#fa-inf-detalhe .cmpAtExcluir, div#fa-proc-detalhe .cmpAtExcluir {
	position: absolute;
	margin-left: 170px;
	margin-top: -15px;
}

div#fa-proc-lista .cmpAtEditar , div#fa-infor-lista  .cmpAtEditar, div#fa-inf-detalhe .cmpAtEditar, div#fa-proc-detalhe .cmpAtEditar{
	position: absolute;
	margin-left: 130px;
	margin-top: -15px;
}

div#fa-videos-lista .cmpAtExcluir{
	position: absolute;
	margin-left: 60px;
	margin-top: -8px;
}

div#fa-videos-lista .cmpAtEditar, div#fa-videos-detalhe .cmpAtEditar{
	position: absolute;
	margin-left: 20px;
	margin-top: -8px;
}

div#fa-videos-lista .cmpAtCategoria, div#fa-videos-detalhe .cmpAtCategoria{
	position: absolute;
	margin-top: 5px;
	margin-left: 45px;
}

div#fa-videos-lista .cmpAtNovo, div#fa-videos-detalhe .cmpAtNovo {
	position: absolute;
	margin-top: 5px;
	margin-left: 5px;
}

div#fa-videos-detalhe .cmpAtExcluir {
	position: absolute;
	margin-left: 60px;
	margin-top: 3px;
}

div#fa-videos-detalhe .cmpAtEditar {
	position: absolute;
	margin-left: 20px;
	margin-top: 3px;
}

.cmpAtNovoArquivo{
  height: 20px;
  margin-left: 5px;
}

.cmpAtNovoArquivo a{ 
 text-decoration: none;
  color: black;
  font-weight: bold;
  background-color: #DEDEDE;
  border: 1px solid #000;
  font-size: 9px;
  min-height: 43px;
  line-height: 26px;
  padding: 2px 5px 4px 5px;
}

