/**
* Configuração básica													
*  |-CLASSE						|-ESCOPO	|-DESCRIÇÃO					
*  |  body						| GLOBAL	| corpo da pagina			
*  | .menu_superior				| LOCAL		| menu superior :-P			
*  | .menu_auxiliar				| LOCAL		| menu auxiliar				
*  | .txt						| LOCAL		| input text				
*  | .txtarea					| LOCAL		| textarea					
*  | .select					| LOCAL		| select					
**/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
	margin-right: 4px;	
}

.salvar, 
.limpar,
.voltar,
.apagar,
.botao
{
	border: 1px solid #5B83BB;
	background-color: #FFFFFF;
	background-image: url('images/floppy.png');
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	width: 130px
}
.botao2
{
	border: 1px solid #5B83BB;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	width: 30px
}

.limpar
{
	background-image: url('images/erase.gif');
}
.voltar
{
	background-image: url('images/back.gif');
	width: 80px
}
.apagar
{
	background-image: url('images/trash.png');
}
.botao
{
	background-image: url('images/setinha.gif');	
}


.salvar:hover, 
.limpar:hover,
.apagar:hover,
.botao:hover {
	background-color:#F5FAFE;
	/*cursor:pointer;*/
}

/*<<<<<<< .mine*/
.menubar{

	margin: 0;

	z-index:0;

}



.menu{

	font-family: verdana;

	font-size: 11;

	width: 187;

	text-align:center;

	background-color: #21701D;

	color: white;

	cursor: hand;

	border-right: 2 solid white;

	height: 18;

}
.barraMenu 
{
	background:url('images/barra_menu.gif');
}

/*>>>>>>> .r105*/
.menu_superior
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 3px;	
}

.menu_superior:hover
{
	color: #00B4DB;
}

.menu_auxiliar
{
	color: #5B83BB;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
	letter-spacing: 0px;
	margin-bottom:5px;
	line-height:18px;
	padding-left:8px;
	background:url('images/bullet.gif') left no-repeat;
}

.menu_auxiliar:hover
{	
	letter-spacing: 0px;
	background-color: #F1F8FE;
	border: 1px solid #E4F2FD;
}

.table_filtro
{
	background-color: #F1F8FE;
	border: 1px solid #5B83BB;
	letter-spacing: 1px;
}

.TabContent{
	/*width:			725px;*/
	border-top:		thin solid #a8cfa8;
	border-left:	thin solid #a8cfa8;
	border-right:	thin solid #a8cfa8;
	border-bottom:	thin solid #a8cfa8;
}
.TabContent2{
	width:			730px;
	border-top:		thin solid #a8cfa8;
	border-left:	thin solid #a8cfa8;
	border-right:	thin solid #a8cfa8;
	border-bottom:	thin solid #a8cfa8;
}
.TabContent TR{
	font-family: verdana;
	font-size: 11;
	background-color: #e3f0e3;
}
.TabContent2 TR{
	font-family: verdana;
	font-size: 11;
	background-color: #e3f0e3;
}
.TabContent2 TD:hover{
 	background-color: #F1F8FE;
	color: #000000;
	text-decoration: underline;
}
.TabContent2 TR:hover{
 	background-color: #F1F8FE;
	color: #000000;
	text-decoration: underline;
}
.TabContent2 a {
	margin: 0px;
	padding:0px;
	text-decoration: none;
	color:#000000;
}
.Tabela{
	width:			730;
	border-left:	thin solid #a8cfa8;
	border-right:	thin solid #a8cfa8;
	border-bottom:	thin solid #a8cfa8;
	border-top: 	thin solid #a8cfa8;
}

.Tabela TR{
	font-family: verdana;
	font-size: 11;
	background-color: #e3f0e3;
}
.adicionar {
	color: #5B83BB;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	padding-left:8px;
	background:url('images/adicionar.gif') left no-repeat;
	text-decoration:none;
}

.adicionar:hover {
	text-decoration:underline;
}

.submenu
{
	color: #5B83BB;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
}

.submenu:hover
{
	color: #000000;
	text-decoration: underline;
}

.paginacao
{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.paginacao:hover
{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

.txt
{
	color: #666;
	border: 1px solid #5B83BB;
	background-color: #FFFFFF;
}
.txt2
{
	color: #FFA200;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.txt3
{
	color: #FFA200;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	height: 15px;
}

th
{
	border: 1px solid #B8B8B8;	
	background-color: #F0F0F0;
}

.tab_form
{
	border: 1px solid #F0F0F0;
}

.select
{
	background-color: #FFFFFF;
	color:#666666;
	border: 1px solid #5B83BB;
}
.msg_temporaria
{
	color: #FFFFFF;	
	background-color:#21701D;
}
.img_excl
{
	background:url('images/exclamacao.gif') no-repeat;
	background-position:10px 0;
	padding: 3px 0 3px 0;
} 

