﻿/* 20091006 > BMCC > Elementos comuns do Site
 ------------------------------------------------------------------------------ */

    .PaginaTitulo {
	    margin-bottom:18px;
	    font-size:21px;
	    font-weight:normal;
	}
	
	.Titulo {
	    margin-bottom:8px;
	    font-size:20px;
	    color:#ffea00;
	}

    a.MaisInfo {
        display:block;
	    margin-top:2px;
	    margin-bottom:10px;
        padding-top:3px;
        padding-bottom:3px;
	    text-align:right;
	    font-style:italic;
	    font-weight:bold;
	    color:#ffffff;
    }

    a.MaisInfo:hover {
	    color:#333333;
    }
    
    a.ImageSetaLi{
		display:block;
		margin-bottom:10px;
		margin-left:2px;
		padding-left:12px;
		background-image:url(Imagens/circle_li.gif);
		background-position:top left;
		background-repeat:no-repeat;
		color:#ffffff;
	}
	
	a.ImageSetaLi:hover{
		color:#333333;
	}
	
	
	 /* 20090826 > BMCC > Elementos comuns do Site
 ------------------------------------------------------------------------------ */
    .CampoObrigatorio {
		color:#ffffff;
		padding:0px 2px;
	}
	
 	.ModulosErro {
		text-align: center;
		padding: 5px;
		color: #ff2727;
		background-color:#f7f7f7;
		border:solid 2px #ff9000;
		font-weight:bold;
		font-size:11px;
	}

	.CssTextboxStyle {
		border: solid 1px #b0b0b0;
		font-size: 11px;
		font-family: Arial;
	}
 
	.CssButtonStyle {
		border: solid 1px #f06f3a;
		background-color: #ff9000;
		color: #333333;
		cursor: pointer;
		margin: 0px 1px;
		font-size: 11px;
	}
	
	.CssButtonStyle:hover, .CssButtonStyleSelected {
		border: solid 1px #f06f3a; 
		background-color: #ffea00;
		color: #333333;
		cursor: pointer;
		margin: 0px 1px;
		font-size: 11px;
	}
	
	
	.OperationError {
		margin:10px 3px;
		background-color:#f7f7f7;
		border:solid 2px #ff9000;
		padding:5px;
		text-align:center;
		color:#ff2727;
		font-weight:bold;
		font-size:11px;
	}
	.OperationSucess {
		margin:10px 3px;
		background-color:#f7f7f7;
		border:solid 2px #ff9000;
		padding:5px;
		text-align:center;
		color:#333333;
		font-weight:bold;
		font-size:11px;
	}


/* 20080529 > FCFO > Elementos comuns do Site
 ------------------------------------------------------------------------------ */
 
	div.ContactoTitulo {
		font-size: 16px;
		font-weight: bold;
		color: #4E4D48;
		padding-bottom: 3px;
		margin-bottom: 3px;
		border-bottom: solid 1px #4E4D48;
	}
	table.ContactoOnline {
	}
	table.ContactoOnline .Cell {
		padding: 1px;
		vertical-align: top;
	}
	table.ContactoOnline .Header {
		font-weight: bold;
		text-align: right;
	}
	table.ContactoOnline .Field {
		font-weight: normal;
		text-align: left;	
	}




/* 20090701 > FCFO > Ficha de Inscrição
 ------------------------------------------------------------------------------ */
 
	div.FichaInscricao {}
	div.FichaInscricao h3 {
		margin: 0px;
		padding: 0px;
		font-size: 14px;
	}
	div.FichaInscricao table.DataTable {
		width: 100%;
		margin-bottom: 15px;
	}
	div.FichaInscricao table.DataTable td.Cell {
		padding: 2px;
		vertical-align: top;
	}
	div.FichaInscricao table.DataTable td.HeaderCell {
		text-align: right;
		width: 120px;
		font-weight: bold;
	}
	div.FichaInscricao table.DataTable td.FieldCell {
		text-align: left;
	}
	div.FichaInscricao div.Footer {
		margin: 15px 0px;
		font-size: 11px;
	}
