



body {
    background-image: url();
    background-repeat:repeat;
	background-color:#fcb131;
	margin:0;
	font-size:13px;
	font-family:Comic Sans MS;
	color: black;
}

p{
	font-size: 13px;
}

a{
    font-family:Comic Sans MS;
    font-size:13px;
    color: black;
    text-decoration: underline;
}

input{
    font-family:Comic Sans MS;
    font-size:13px;
    color: black;
    height:auto;
}

select{
    font-family:Comic Sans MS;
    font-size:13px;
    color: black;
    height:auto;
}

textarea{
    font-family:Comic Sans MS;
    font-size:13px;
    color: black;
    height:auto;
}

.banner{
    text-align: center; 
}

.bodyLarguraMinima{
	width: 700px;  
}

.container{
	padding-top: 20px; 
	padding-bottom: 20px; 
	width: 100%;
}

.principalMargemEsquerdaDireita{
    width: 40px;
}

.tblPrincipal{
	background-color:#ffffff;
	width: 100%; 
	height: 100%; 
}

.tblPrincipalBorder{
	border: solid 1px #999999; 
	margin: 2px;
}

.divBarraLateral{
    padding-top: 5px;
	float: left ; 
	width: 20% ;
}

.divCentral{
    padding-top: 5px;
	float: right ; 
	width: 80% ;
}

.fundoClaro{
    border: solid 8px #fcb131;
}

.footer{
	background-color: #fcb131;
	width:100%;
	display:inline-block;
	color:#ffffff;
	font-family: Comic Sans MS;
	font-size:12px;
	font-weight:normal;
	padding-top:4px;
	padding-bottom:4px;
	letter-spacing:1px;
	border: solid 1px #999999;
	float:left;
}

.footer span a{
    color: #ffffff; 
    text-decoration: none;
    font-size:12px;
}


/*********************
*****Menu de edicao*****
**********************/

.menuEdicao{
    width: 100%; 
    background-color:#ffffff;
    border-top: solid 1px #999999; 
    border-bottom: solid 1px #999999; 
}

/*Primeiro item do menu. Não tem border esquerdo*/
.menuEdicaoPrimeiroItem{
    border-right: solid 1px #999999; 
    text-align: center;
}

.menuEdicaoPrimeiroItem:hover{
    background-color:#fcb131;
}

.menuEdicaoPrimeiroItem:hover > a{
    color: #ffffff;
}

.menuEdicaoItem{
    border-right: solid 1px #999999; 
    border-left: solid 1px #999999; 
    text-align: center;
}

.menuEdicaoItem:hover{
    background-color:#fcb131;
}

.menuEdicaoItem:hover > a{
    color: #ffffff;
}

.menuEdicaoUltimoItem{
    border-left: solid 1px #999999; 
    text-align: center;
}

.menuEdicaoUltimoItem:hover{
    background-color:#fcb131;
}

.menuEdicaoUltimoItem:hover > a{
    color: #ffffff;
}

.menuEdicaoLink{
     font-family: Comic Sans MS; 
     font-size:13px;
     text-decoration: none;
     text-transform:uppercase;
}

/***************
**** Widgets ***
***************/
.ie8Hack_DynamicMenuAjustarZIndex{
    
}
.menu{
    border-top : solid 2px;
    border-bottom : solid 2px;
    width : 90%;
}
.itemMenu{
    text-align:left;
    padding: 5px;
    cursor:pointer;
    border-bottom:dotted 1px;
}
.itemMenu label{
    font-weight: normal;
    text-decoration: none;
    letter-spacing:1px;
    text-transform:none;
    cursor:pointer;
}

.subMenu{
    border-top : solid 2px;
    border-bottom : solid 2px;
}
.itemSubMenu{
    width:100px;
    text-align:left;
    padding: 5px;
    cursor:pointer;
    border-bottom: dotted 1px;
}
.itemSubMenu label{
    font-weight: normal;
    text-decoration: none;
    letter-spacing:1px;
    text-transform:none;
    cursor:pointer;
}
.widgetCabecalhoEdicao{
    border: solid 1px #999999;
    background-color:#ffffff;
    font-family:Comic Sans MS;
    font-size: 13px; 
    height: 24px;
    margin-bottom:3px;
    width:90%;
    text-align: left;
}

.widgetCabecalhoEdicao .txt_forms_widget_bt{
    text-transform:lowercase;
}

.widgetImagemEdicao{
    text-align: left;
    width:90%;
}

.txt_forms_widget_bt {
    border-right: solid 1px #999999;
    color: black;
    padding: 3px;
    text-decoration: none;
}

.txt_forms_widget_bt:hover {
    background-color:#fcb131;
    color: #ffffff;
}

.txt_forms_widget_bt_small {
    font-size: 7px;
    padding: 3px;
    text-decoration: none;
}

.txt_forms_widget_bt_small:hover {
    background-color:#fcb131;
    color:#ffffff;
}

.titulo_widget_edicao{
    background-color:#fcb131;
    color: #ffffff;
    font-family:Comic Sans MS;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #999999;
    margin-bottom: 15px;
    cursor:default;
}

.fundo_widget_edicao{
    margin-top: 20px;
    margin-right: 15px; 
    margin-bottom: 15px; 
    text-align:right;
}

.popupContainer{
    position:absolute;
    z-index:101;
    background-color: white;
    vertical-align:middle;
    display:none;
    border: solid 1px #999999;
    padding:0px;
}

.popupOverlay{
    position:absolute; 
    z-index:100; 
    top:0px; 
    left:0px; 
    background:black url(../img/blackdot.gif);
    display:none;    
}

.ficheiro{
	border: solid 1px gray; 
}

/*****************************
**** Templates de Conteúdo ***
******************************/
.tblConteudo{
    width:100%; 
    text-align:justify; 
    background-color:#ffffff;
 }
 
 .trConteudoFundoTitulo{
    background-color: #fcb131;
 }
 
 .trConteudoFundoTitulo td{
    border: 1px solid #999999;
 }
 
 .trConteudoFundo{
    background-color: white;
    border: 1px solid #999999;
 }
 
 .trConteudoFundo td{
    border: 1px solid #999999;
 }
 
 .trConteudoFundoLista{
    background-color: white;
    border: 1px solid #999999;
 }
 
 .tdConteudoTitulo{
    float:left; 
    font-size: 15px; 
    font-weight: normal;
    color:#ffffff;
 }
 
 .tdConteudoBreadcrumb{
    float:right; 
    text-align:right; 
    text-transform:lowercase;
    font-size: 12px; 
 }
 
 .tdConteudoBreadcrumb > a{
    color:#ffffff;
 }
 
 .tdConteudoTituloLista{
    font-size: 15px; 
    font-weight: normal;
    color:#ffffff;
 }
 
.tdConteudoTituloListaPg{
    float:left; 
    font-size: 15px; 
 }
 
 .tdConteudoListaEstado{
    color: gray;
    font-size: 12px; 
 }
 
.line_bottom{
    border-bottom: solid 1px black;
    padding-bottom:10px;
}

/***************
***** Grids ****
***************/

.Grid{
  table-layout: fixed;
}

.Grid td{
  overflow:hidden;
}

.MensagemGridVazia{
    font-family:Comic Sans MS;
    font-size:13px;
    text-align: center;
    padding:5px 5px 5px 5px;
}

.grid_white_header{
    background-color:  #ffffff;
    font-size: 13px;
    text-align:left; 
    font-family:Comic Sans MS;
	font-weight: normal;
}

.grid_white_rows{
    text-align: left; 
    background-color:  white;
    font-family:Comic Sans MS;
	font-size: 13px;
}

.grid_white_rows:hover {
    background-color: #fcb131; 
    color:#ffffff;
    cursor: pointer;
}

.grid_white_rows_selected {
    background-color: #fcb131;
    color:#ffffff;
}

.grid_white_header th  {
    border: solid 1px black;
    font-weight: normal; 
    text-align:left;
    padding: 5px 5px 5px 5px;
}

.grid_white_rows td  {
    border: solid 1px black;
    text-align:left;
    padding: 5px 5px 5px 5px;
}

/***************************
**** text boxes e labels ***
****************************/
.txt_forms_b {
    padding-right: 6px; 
    font-family:Comic Sans MS;
    font-weight: normal; 
    font-size: 13px;
    height: auto; 
    text-align: right; 
    text-decoration: none
}

.txt_forms_bt {
    background-color:#fcb131;
    color:#ffffff;
    font-family:Comic Sans MS;
    font-size: 13px; 
    padding: 5px;
    text-align: center; 
    text-decoration: none;
    border: solid 1px #999999; 
    cursor:pointer;
}

.txt_forms_bt:hover {
    background-color:#ffffff;
    color: black;
    height:100%;
}

.txt_forms_grid_bt {
    background-color:#fcb131;
    color:#ffffff;
    font-family:Comic Sans MS;
    font-size: 15px; 
    font-weight: normal; 
    text-align: center; 
    text-decoration: none;
    border: solid 1px #999999; 
    padding-left: 5px;
    padding-right: 5px;
}

.txt_forms_grid_bt:hover {
    background-color:#ffffff;
    color: black;
}

.txt_forms_grid_bt2 {
    background-color:#fcb131;
    color:#ffffff;
    font-family:Comic Sans MS;
    font-size: 15px; 
    font-weight: normal; 
    text-align: center; 
    text-decoration: none;
    border: solid 1px #999999; 
    padding-left: 5px;
    padding-right: 5px;
}

.txt_forms_grid_bt2:hover {
    background-color:#ffffff;
    color: black;
}

.login{
    border: solid 1px #999999; 
}

.login th{
    background-color:#fcb131;
    font-family:Comic Sans MS;
    font-weight: normal;
    font-size: 13px;
    color: #ffffff;
    padding-top:10px;
    padding-bottom:10px;
    text-transform:uppercase;
}

.login td{
    font-family:Comic Sans MS;
    font-size: 13px;
    padding:10px;
}

.divBorderUpDown{
    border-top: solid 1px #999999; 
    border-bottom: solid 1px #999999; 
    padding: 4px;
}

.divBorderDown{
    border-bottom: solid 1px #999999; 
    padding: 4px;
}

.tab{
    background-color:#ffffff;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    border-bottom: solid 1px #999999;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.tab_selected{
    background-color:#fcb131;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    border-bottom: solid 1px #999999;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.tab_selected > a{
    color:#ffffff;
}

.tb_tabs{
    font-family:Comic Sans MS;
    font-size: 13px;
}

.txt_small{
   font-size:12px;
}
/*Galeria fotografica e ficheiros*/
.GaleriaFotograficaContentorFotoEdicao{
    float: left; 
    padding:4px; 
    margin: 4px; 
    border: solid 1px #cccccc; 
    text-align: center;
    width: 195px;
    height: 215px;
}
.GaleriaFotograficaContentorFoto{
    float: left;
    padding: 7px;
    text-align:center;
    border: solid 1px #cccccc;
    margin: 4px;
    display:none;
    width:190px;
    height:180px;
}
.GaleriaFotograficaContentorFoto table{
    height: 100%; 
    width: 100%;
}
.GaleriaFotograficaContentorFoto table tr td{
    border:none;
}
.GaleriaFotograficaContentorFoto * {
    text-decoration:none;
}
.GaleriaFotograficaContentorFoto a span {
    display:block;
    width:95%;
}
.GaleriaFotograficaContentorFoto a img {
    border:0px none #FFFFFF;
}
.FicheiroContentorFicheiroEdicao{
    float:left;
    padding:7px;
    border: solid 1px #cccccc;
    margin: 4px;
    width:190px;
}
.FicheiroContentorFicheiro{
    float: left;
    padding: 7px;
    text-align:center;
    border: solid 1px #cccccc;
    margin: 4px;
    visibility:hidden;
    width:190px;
}
.FicheiroContentorFicheiro label, .FicheiroContentorFicheiro a{
    text-decoration:none;
    cursor:pointer;
}
.FicheiroContentorFicheiro img{
    text-decoration:none;
    cursor:pointer;
    padding-top:5px;
    padding-bottom:5px;
    border:none;
}
.botApagar{
    cursor:pointer;
    display:none;
    overflow:hidden;
    white-space:nowrap;
    color:#cccccc;
    font-size:12px;
}
.CampoImagemContainer{
    min-height:160px;
    height:90%;
}
.CampoImagemContainer table{
    width:100%;
    height:100%;
}
.CampoImagemContainer img{
    padding-top: 5px;
    padding-bottom: 5px;
}
.CampoImagemContainer table tr td{
    border:none;    
}


