@charset "iso-8859-1";
/*

Complementares a base

*/
input, textarea, select, .uneditable-input
{
	margin-bottom:0px;
}
.input-prepend, .input-append
{
	margin-bottom:0;
}
h1, h2
{
	padding-top:10px;
	color:#B7220C;
	text-decoration:underline;
	font-weight:bold;
	text-shadow: 1px 1px 1px #666;
}
.table
{
	width:0;
}
label
{
	cursor:pointer;
	font-weight:bold;
	text-shadow: 1px 1px 1px #CCC;
}
.breadcrumb
{
	margin:0;
}
.breadcrumb a
{
	color:#B7220C;
}
.pagination a
{
	background-color:#FFF;
	color:#000;
}
.pagination .disabled a, .pagination .disabled a:hover
{
	background-color:#FFF;
}
legend
{
	margin:0;
	border:none;
}
legend .label
{
	font-size:20px;
	text-shadow: 1px 1px 1px #333;
}
fieldset 
{
	margin:0px;
}
.table
{
	width:100%;
}
a.thumbnail:hover 
{
	border-color: #BF321C;
}
/*

Menu do Topo

*/
.MenuTopo  .SeparacaoMenu
{
	background-image:url(layout/layout-2012_07.jpg); 
	background-repeat:no-repeat; 
	background-position:center;
}
.MenuTopo .dropdown.open .dropdown-toggle
{
	background-color:transparent;	
}
.MenuTopo   .dropdown-menu:after
{
	border-bottom: 6px solid #FFFFFF;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: "";
	display: inline-block;
	left: 10px;
	position: absolute;
	top: -6px;
}
.MenuTopo .dropdown-menu:before
{
	border-bottom: 7px solid rgba(0, 0, 0, 0.2);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	display: inline-block;
	left: 9px;
	position: absolute;
	top: -7px;
}
.MenuTopo .nav-pills > li > a
{
	color:#FFF;
	font-weight:bold;
}
.nav-tabs > li > a, .nav-pills > li > a
{
	padding-left:18px;
	padding-right:18px;
}
.MenuTopo .nav > li > a:hover
{
	background-color:#D94324;
}
.MenuTopo .dropdown-menu li > a:hover, .MenuTopo .dropdown-menu .active > a, .MenuTopo .dropdown-menu .active > a:hover 
{
  color: #ffffff;
  text-decoration: none;
  background-color: #D94324;
}
/*

OUTROS

*/
body, html
{
	background-color: #010101 !important;
}
.FonteSeta1
{
	padding-left:15px;
	background-image:url('imagens/flechinha.png');
	background-position:left center;
	background-repeat:no-repeat;
	font-size:15px;
	color:#333;
	font-weight:bold;
}
.FonteSeta2
{
	padding-left:15px;
	background-image:url('imagens/stock_mail-filters-apply.png');
	background-position:left center;
	background-repeat:no-repeat;
	font-size:12px;
	color:#333;
	font-weight:bold;
}
/*
Modal 1
*/
#ModalMod1Overlay
{
	z-index:9000;
	background:url('imagens/Fundo3.png');
	position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
	display:none;
	cursor:pointer;
}
#ModalMod1
{
	width:700px;
	height:700px;
	margin-left:-350px;
	margin-top:-350px;
	left:50%;
	top:50%;
	position:fixed;
	display:none;
	
	background:url('imagens/Fundo2.png');
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	-moz-box-shadow: 0px 0px 4px #666;
	-webkit-box-shadow: 0px 0px 4px #666;
	box-shadow: 0px 0px 4px #666;
	
	z-index:10000;
}
#ModalMod1 .Centro
{
	position:relative;
	background-color:#FFF;
	
	/*
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); 
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); 
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); 
	*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	width:680px;
	height:680px;
	margin:10px;
	
	z-index:10001;
}
#ModalMod1 .Centro .Close
{
	position:absolute;
	width:24px;
	height:24px;
	right:-9px;
	top:-9px;
	z-index:10003;
}
#ModalMod1 .Centro .Conteudo
{
	position:absolute;
	top:0px;
	left:0px;
	
	width:680px;
	height:680px;
	overflow:hide;
	
	z-index:10002;
}
#ModalMod1 .Centro .Loading
{
	position:absolute;
	top:0px;
	left:0px;
	
	background:url('imagens/Loading.gif') center center no-repeat;
	
	width:660px;
	height:660px;
	margin:10px;
	
	z-index:10002;
}
.TextoLivre
{
	color:#FFF; 
	font-size:13px; 
	text-align:justify;
	line-height:175%;
}