﻿/***************** Estrutura Geral *******************/
#fdBox{

	height:auto;
	clear:both;
	margin-bottom:10px;
	border: 1px #000 solid; 	
}

#fdMeio{
	background-color:#000;
	width:1px;
}

#fdBarra{
	width:300px;
	height:auto;
	float:right;
}

#fdId{
	width:190px;
	text-align:center;
 	vertical-align:top;
 	padding-top:10px;
}

#fdStatus{
	height:30px;
	padding:4px;
	float:right;
}

#fdInfo {
	width:908px;
	height:20px;
	background-color:#cccccc;
	color: #fff;
	padding:10px;
	font-family: verdana, Trebuchet MS, sans-serif;
	font-size:12px;
	font-weight: bold;
}

.fdFlag {
	float: right;
	/**width: 20px;**/
	margin-left:6px;
}

#fdMensagem {
	padding:10px;
 	vertical-align:top;	
 	width:712px;
}

/* fdMensagem2 é usado como area de mensagem no modelo 2
e a area de botoes do rodape do modelo 1*/
#fdMensagem2 {  
	width:901px;
	position:relative;
	padding:10px 18px 10px 10px;
	min-height:25px;
	height:auto;
 	vertical-align:top;
  	border-top: 1px #000 solid;
}


/********* CLASSES **********/
.fdDireita {
	float: right;	
	width: auto;
	height:auto;	
	text-align: right;
}

.fdEsquerda {
	float: left;	
	width: auto;
	height:auto;	
	text-align: left;
}

.fdQuotecbc {
	width:100%;
	background-color:#dcdcdc;
	font-weight:bold;
	padding:3px;
	border-top: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
}

.fdQuotemsg{
	width:100%;
	background-color:#ffffff;
	padding:3px;
	border: 1px #000000 solid;
	overflow:auto;
	height:auto;
	max-height:100px;
}

/********* CLASSES STATUS MENSAGEM **********/

.fdNivel1, .fdNivel2, .fdNivel3, .fdNivel4, .fdNivel5, .fdNivel6, .fdNivel7 {
	color: #fff;
	font-weight: bold;
	font-size: 8pt;
	padding: 3px;
	border: 1px #000 solid;
}

.fdNivel1 {
	background-color:#fffc00;
	color: #000;
}

.fdNivel2 {
	background-color:#1200ff;
	padding:4px;
	font-size: 9pt;
}

.fdNivel3{
	background-color:#2bcd00;
	color: #fff;
	margin-top: 101px;
}

.fdNivel4{
	background-color:#000000;
}

.fdNivel5{
	background-color:#fff;
	color: #ff0000;
}

.fdNivel6{
	background-color:#fd8300;
	color: #fff;
}

.fdNivel7{
	background-color:#ff0000;
	color: #fff;
}

/***** BOTOES

a:link{
	color:#000;
	text-decoration: none;
	}

a:visited{
	color:#000;
	text-decoration: none;
	}
a:active{
	color:#000;
	text-decoration: none;
} *****/

a.btnGeral {
	color:#000;
	text-decoration:none;
}

.btnGeral, .btnGeral:hover{
	color: #000000;
	padding:4px;
	border: 1px solid #bdbdbd;
	margin-left:2px;
	width:auto;
	background-color:#fff;
	font-family: verdana, Trebuchet MS, sans-serif;
	font-size:11px;
	font-weight: bold;
}

.btnGeral:hover{
	background-color:#e7e7e7;
}

/******* BOTOES FIXOS *********/

a.btnFixos {
	color:#000;
	text-decoration:none;
}

.btnFixos, .btnFixos:hover{
	color: #000000;
	padding:4px;
	border: 1px solid #bdbdbd;
	margin:2px 2px 5px 2px;
	float: right;
	background-color:#e6e6e6;
	font-family: verdana, Trebuchet MS, sans-serif;
	font-size:11px;
	font-weight: bold;

}


.IE8Fix {

   z-index: 100

}
