﻿body 
{
	margin: 0px;
}

.textbox 
{
	font-family: 'Trebuchet MS';
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #F8F8F8;
	height: 26px;
	border: solid 1px #666666;
	width: 170px;
	}

.radio 
{
	font-family: 'Trebuchet MS';
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #F8F8F8;
	height: 26px;
	border: solid 1px #666666;
	width: 170px;
	cursor: pointer;
	}
	
.dropdown
{
	font-family: 'Trebuchet MS';
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #F8F8F8;
	height: 26px;
	border: solid 1px #666666;
	}
	
.button 
{
	font-family: 'Trebuchet MS';
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-image: url('../imagens/bg_botao.jpg');
	background-repeat:repeat-x; 
	background-color: #CCCCCC;
	height: 26px;
	border: solid 1px #666666;
	cursor: pointer;
	}

.button-form 
{
	font-family: 'Trebuchet MS';
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-image: url('../imagens/bg_botao_form.jpg');
	background-repeat:repeat-x; 
	background-color: #CCCCCC;
	height: 26px;
	border: solid 1px #666666;
	cursor: pointer;
	width: 100px;
	}
	
.texto 
{
	font-family: 'Trebuchet MS';
	font-size: 13px;
	color: #333333;
	}
.texto a:link {color: #8B500E; text-decoration: none; font-weight: 600;}
.texto a:visited {color: #8B500E; text-decoration: none;}
.texto a:hover {color: #333333; text-decoration: underline;}
.texto a:active {color: #333333; text-decoration: none;}

.formulario
{
	font-family: 'Trebuchet MS';
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	}

.tituloErro 
{
	font-family: 'Trebuchet MS';
	font-size:150%;
	color:#C17373;
	}

.textoErro 
{
	padding-left: 15px;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	}

.tituloOk 
{
	font-family: Tahoma;
	font-size:150%;
	color:#738FC1;
	}

.textoOk 
{
	padding-left: 15px;
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	}
	
.titulo-form
{
	font-family: 'Trebuchet MS';
	font-size: 18px;
	font-weight: bold;
	background-color: #EB891B;
	color: #333333;
	padding-left: 10px;
	height: 31px;
	}
	
.fieldset 
{
  font-family: 'Trebuchet MS';
	font-size: 18px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #333333;
  }
 
.asterisco 
{
  font-family: 'Arial';
	font-size: 10px;
	font-weight: bold;
	color: Maroon;
  }
 
.Grid 
{
	border: solid 1px #0A2C2A; 
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	
}
.Grid td
{
border: solid 1px #E0DFE3;
margin: 1px 1px 1px 1px;
padding: 1px 1px 1px 1px;
text-align: left;
}

.GridHeader
{
font-weight: bold;
background-color: #C0C0C0;
height:25px;
}

.GridHeader a:link {color: #000000; text-decoration: none;}
.GridHeader a:visited {color: #000000; text-decoration: none;}
.GridHeader a:hover {color: #000000; text-decoration: none;}
.GridHeader a:active {color: #000000; text-decoration: none;}


.GridItem
{
background-color: #EFEFEF;
text-align:left;
}

.GridAltItem
{
background-color: #EFEFEF;
}

.botaoInvisivel 
{
	border: solid #FFFFFF 1px;
	height: 10px;
	font-size: 1px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	}

.titulo-areas
{
	font-family: 'Trebuchet MS';
	font-size: 18px;
	font-weight: bold;
	background-color: #EB891B;
	color: #FFFFFF;
	padding-left: 10px;
	height: 31px;
	}

.default-noticias 
{
  font-family: 'Trebuchet MS';
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	color: #003366;
}

.titulo_paginas 
 {
  font-family: 'Trebuchet MS';
	font-size: 115%;
	font-weight: bold;
	color: #003366;
	padding-left: 10px;
   }
   
 .menu 
 {
  font-family: 'Trebuchet MS';
	font-size: 95%;
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;
	padding-left: 10px;
  }
  
 .botao_edit 
 {
   background-image:url('../imagens/edit.gif');
   border: none;
   background-repeat:no-repeat;
   width: 16px;
   height: 16px;
   cursor: pointer;
   }
   
 .botao_delete 
 {
   background-image:url('../imagens/delete.gif');
   border: none;
   background-repeat:no-repeat;
   width: 16px;
   height: 16px;
   cursor: pointer;
   }
   
  .botao_destaque1 
 {
   background-image:url('../imagens/destaque1.gif');
   border: none;
   background-repeat:no-repeat;
   width: 16px;
   height: 16px;
   cursor: pointer;
   }
   
  .botao_destaque2
 {
   background-image:url('../imagens/destaque2.gif');
   border: none;
   background-repeat:no-repeat;
   width: 16px;
   height: 16px;
   cursor: pointer;
   }