/* Elementos do documento */
body
{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: small;
}
p
{
	margin: 0 0 0 0;
}
h3
{
	font-size: small;
}
a:hover
{
	color: Red;
}
a img
{
	border: none;        
}
input
{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: small;	
}
textarea
{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: small;	
}
select
{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: small;	
}

/* elementos do logotipo e barras de navegação */
.logo
{
	width: 1003px;
	height: 112px;
}
.logotexto
{
	margin: -80px 0 0 800px;
	text-align: left;
	font-size: small;
	font-weight: bold;
	color: White;
}
.titulo
{
	background: #006ac1;
	width: 992px;
	text-align: center;
	padding: 4px;
	font-weight: bold;
	color: #fff;
	font-size: small;
}
.barra
{
	text-align: center;
	width: 1000px;
}
table.sinaget 
{
	width: 610px;
	height: 32px;
	background-color: #006ac1;
}
#nav {
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	/*background-color: #0072c6;*/
	background-color: #A20025;
	border-bottom: 1px solid #ccc; 
	border-top: 1px solid #ccc;
	}
#nav li {
	float: left;
	}
#nav li a {
	display: block;
	padding: 4px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	/*border-right: 1px solid #ccc;*/
	
	}
#nav li a:hover {
	color: yellow;
	background-color: #005ea3;
	} 

/* Diversos */
.mensagem {
	color: Red;
	font-weight: bolder;
	font-size: small;
	width: 700px;
}
.mensagemTitulo {
	color: Black;
	font-weight: bolder;
	font-size: small;
	width: 700px;
}


.registos
{
	color: crimson;
	font-weight: bolder;
	font-size: small;
}
table.login {
	background-color: #006ac1;
	width: 300px;
	color: White;
	font-size: small;
}

table.login td
{
	padding: 10px 0px 10px 0px;
}

td.direita
{
	text-align: right;
}

td.centrado
{
	text-align: center;
}
table.info
{
	/*background-color: #edeadb;*/
	/*width: 1000px; */
	width: 700px;
}

table.infoescolas
{
	/*background-color: #edeadb;*/
	/*width: 1000px; */
	width: 700px;
}

td.infotitulo
{
	text-align: right;
	/*background-color: #8C0095;*/
	background-color: #60A917;
	color: White;
	width: 100px;
	/* padding: 10px 0px 10px 0px; */
	padding: 5px 5px 5px 0px;
}
td.infocampo
{
	text-align: left;
	background-color:#0A5BC4;
	/*width: 400px;*/
	width: 250px;
	/* padding: 10px 0px 10px 0px; */
	padding: 5px 0px 5px 5px;
}
td.infocampoescolas
{
	text-align: left;
	background-color:#0A5BC4;
	/*width: 400px;*/
	width: 680px;
	/* padding: 10px 0px 10px 0px; */
	padding: 5px 0px 5px 5px;
}

p.texto_questionario 
{
	text-align: right;
	color: White;
	font-size: small;
}

p.texto 
{
	text-align: center;
	color: White;
}
p.textotitulo
{
	text-align: center;
	color: White;
	font-size: small;
}
table.normal
{
	border: solid 1px black;
	margin-top: 5px;
}
table.normal td 
{
	text-align: center;
	width: 600px;
}
table.campos
{
	border: solid 1px black;
}
table.campos td
{
	text-align: center;
}	
.titinterior
{
	background-color: #cc0033;
	font-weight: bold;
	color: White;
	font-size: small;	
}
.titinterior1
{
	background-color: #000099;
	font-weight: bold;
	color: White;
	font-size: small;	
}
.titinterior2
{
	/*background-color: #ff6666;*/
	background-color: #006600;
	font-weight: bold;
	color: White;
	font-size: small;
}
.textointerior 
{
	 color: #804000;
	 font-weight: bold;
	 font-size: small;
}
.msgtitulo
{
	font-size: small;
	font-weight: bold;
}
.grelha
{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: small;
	width: 1000px;
}
.grelhaheader
{
	background-color: #316ac5;
	font-weight: bold;
	color: White;
	text-align: center;
}
.grelhaheader2
{
	background-color: #316ac5;
	font-weight: bold;
	color: White;
	text-align: left;
}
.grelhaitemalt
{
	background-color: #d8e4f8;
}
.grelhaHover
{
	background-color: #FFCC99;
    cursor: pointer;
}
.dados
{
	color:White;
	/*color: Black;*/
	font-weight: bolder;
}
.dadostexto
{
	color:White;
	/*color: green;*/
	font-weight: bolder;
}
.botao
{
	font-weight: bolder;
}
.painel
{
	font-size: small;
}

.Msg 
{
    /*position: fixed;
    top: 50%;
    left: 50%;*/
    width: 300px;
    /*margin-left: -150px;*/
    height: 120px;
    /*margin-top: -60px;*/
    background-color: White;
    z-index: 100;
    border: 2px solid red;
    text-align: center;
}
 
.Transparencia
{
    /*width: 100%;
    height: 100%;*/
    background-color: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    z-index: 10;
    /*position: fixed;
    top: 0px;
    left: 0px;*/
}
.Close
{
    position: relative;
    float: right; 
    top: -16px;
    right: -16px;
    cursor: pointer;
    width: 32px;
    height: 32px;
}
.dados1
{
	color: Black;
	font-weight: bolder;
	font-size: large;
}
.dadostexto1
{
	color: green;
	font-weight: bolder;
	font-size: large;
}
.dados2
{
	color: Black;
	font-weight: bolder;
	font-size: small;
}
.dadostexto2
{
	color: green;
	font-weight: bolder;
	font-size: small;
}
.registos1
{
	color: crimson;
	font-weight: bolder;
	font-size: large;
}

dl {
	margin: 2em 0;
	padding: 0;
	width: 800px;
}
dt {
	color: white;
	padding: 0;
	font-family:"Trebuchet MS", Georgia, Times, "Times New Roman", serif;
	font-size: 1.6em;
	line-height: 45px;
	text-align: left;
	border-left: 1px solid #131210;
	border-right: 1px solid #131210;
	border-top: 1px solid #131210;
	background:#006600;
	/*background: #A858A3 url(../images/diag_pattern.png) repeat-x center top;*/
}
dt a
{
	color:White;
	decoration:none;
	over:yellow;
	hover:red;}
dd {
	margin: 0 0 1em 0;
	background: #D8D8D8;
	text-align: left;
	padding: 1em .5em;
	font-style: italic;
	border-left: 1px solid #131210;
	border-right: 1px solid #131210;
	border-bottom: 1px solid #131210;
}


/********************************************
   LAYOUT Miguel Simões 12_05_2014  
********************************************/ 
#wrap {
	position: relative;
	width: 1003px;
	background: #edf8c7 url(wrap.gif) repeat-y center top;
	margin: 1px auto;
	text-align: left;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 1003px;	
	padding: 25px 0; 	
	background: #edf8c7 url(content.gif) repeat-y;	
}
#content-wrapNet {
	position: relative;
	clear: both;
	float: left;	
	width: 920px;	
	padding: 25px 0; 	
	background: #edf8c7 url(contentNet.gif) repeat-y;
}

/* Main Column */
#mainnet {
	float: left;
	width: 830px;
	padding: 0; margin: 0 0 0 45px;
	display: inline;	
}
#main {
	float: left;
	width: 525px;
	padding: 0; margin: 0 0 0 25px;
	display: inline;	
}
#main h2 {
	font: bold 2.25em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #115280; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: -1px;
	border-bottom: 1px solid #D2E9A4;
}
#main h2 a {
	color: #115280;
	text-decoration: none;		
}
#main ul li {
	list-style-image: url(bullet.gif);
}

#sidebar {
	float: left;
	width: 400px;
	padding: 0; 
	margin: 0 25px 0 0;
	display: inline;	
}
#sidebar h3 {
	color: #115280; 
	font: normal 1.6em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	padding: 10px 0 2px 0; 
	margin: 10px 0 0 10px; 
}

/* sidebar menu */
#sidebar .sidemenu {
	margin: 5px 10px 8px 7px; padding: 0;
	text-decoration: none;		
	border-top: 2px solid #D0E89F;
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 7px 10px; 			
	border-bottom: 1px solid #DAEBA3;	
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	text-decoration: none;	
	color: #684F3E;
}
#sidebar .sidemenu li a span {
	color: #A98D76;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;		
}
#sidebar .sidemenu li a:hover {	
	color: #000;	
	background: none;	
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

/* search form */
#sidebar .searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 5px; 
	padding: 10px 0 10px 10px;	
	width: 260px;	
}
#sidebar .searchform p { margin: 0; padding: 0; }
#sidebar .searchform input.textbox { 
	width: 180px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
#sidebar .searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 4px;
	vertical-align: top;
}
/*Teste de dropdown menu com CSS - MSIMOES - 25-05-2015*/

UL.nav > LI {
    list-style: none;
    float: left;
    border: 1px solid red;
    position: relative;
    height: 24px; /* height included for IE 7 */
}

UL.nav UL{
    left: -10000px;
    position: absolute;            
}

UL.nav > LI:hover UL{
    left: 0;
    top: 24px; /* IE7 has problems without this */
}