body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #444444;
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #000000;
}

#menu {
    top:137px;
    left:20px;
    margin:0 auto;
    
}

.iframe_Meio{
	width: 100%;
	border: 10px;
}

/* ================================================================== */

table {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #002e5e;
}


textarea
{
    border:1px solid #999999;
    width:100%;
    margin:5px 0;
    padding:3px;
	height: 50px;
	
}

/* ================================================================== */

a {
    color: #548ac8;
    text-decoration: none;
}

a:hover  {
    color: #548ac8;
    text-decoration: underline;
}

a:visited  {
    color: #548ac8;

}
/* ================================================================== */

.fields {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	border: solid 1px #7f9db9;
	width: 100%;
}

.fieldsButton {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	width: 100%;
}

.fieldsLinha {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	border: solid 1px #7f9db9;
	
}

.fieldsData {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	border: solid 1px #7f9db9;
	width: 91%;
}

input {
	font-size: 11px;
}

/* ================================================================== */

.form {
	background-color: #e6e6e6;
}

/* ================================================================== */

.caixa1 {
	background-color: #ffffff;
	padding: 4px;
	width: 980px;
}

.caixa2 {
	background-color: #fbffe3;
	padding: 4px;
	width: 980px;
}

.caixaUtilizador {
	background-color: #fbffe3;
	padding: 4px;
	margin-left: 10px;
	width: 980px;
}


.caixaLogin {
	background-color: #fbffe3;
	padding: 6px;
	width: 300px;
	
}
/* ================================================================== */

.head1 {
	background-color: #466000;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-transform : uppercase;
	color: #ffffff;
}

.head2 {
	background-color: #004e49;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-transform : uppercase;
	color: #ffffff;
}

.subhead1 {
	background-color: #d8ea9e;
	padding: 3px 3px 3px 0px;
	margin: 3px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #002e5e;
	font-weight: bold;
}

.subhead1 {
	background-color: #d8ea9e;
	padding: 3px 3px 3px 0px;
	margin: 3px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #002e5e;
	font-weight: bold;
}


.ui-datepicker-trigger{
	vertical-align: top;
	
}

.divButton{
	padding: 3px 0px 0px 3px;
}

.unit{
	font-family: Verdana, Arial, Helvetica;
	font-size: 8px;
	color: gray;
	font-weight: normal;
	font-style: italic;
	
}


.subhead4 {
	background-color: #e6e6e6;
	padding: 3px 3px 3px 0px;
	margin: -3px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #002e5e;
	font-weight: bold;
}

.subhead3 {
	background-color: #cccccc;
	padding: 3px 3px 3px 0px;
	margin: 3px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #002e5e;
}

.numero {
	background-color: #ff9900;
	color: #ffffff;
	padding: 3px;
	margin: 0px 3px 0px 0px;
	border-right: solid 1px #ffffff;
	font-weight: normal;
}

.nota {
	padding: 3px;
	border-bottom: solid 1px #e7f0ca;
}

.title{
	font-weight: bold;
}


/* ================================================================== */

.border {
	border-top: solid 1px #c0c0c0;
}

.border1 {
	border-top: solid 1px #e7f0ca;
}

.border2 {
	border-bottom: solid 1px #e7f0ca;
}

.border3 {
	border-bottom: solid 1px #c0c0c0;
}

/* ================================================================== */

.cab {
	background-color: #7bbe73;
	background-image: url(../img/cab.png);
	height: 134px;
	width: 908px;
	background-position: left;
	background-repeat : no-repeat;
}

.utilizador {
	height: 134px;
	width: 400px;
	background-position: center top;
	background-repeat : no-repeat;
	position: absolute;
	top:0px;
	
}

/* ================================================================== */

.img_calendario {
	margin-top: 2px;
	margin-bottom: 2px;
}

.rodape {
	background-color: #a7a7a7;
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	text-align: right;
	padding: 3px 18px 3px 18px;
}

/* ================================================================== */

.meio {
	text-align: center;
}

.direita {
	padding-right: 10px;
	text-align: right;
}

.justificado {
	text-align: justify;
}

/* ================================================================== */

 
.float { 
	visibility: hidden;
	position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
	background: #cccccc; 
	margin: 2px;
} 
.float_txt {
	border: solid 1px #999999;
	background: #fbffe3; 
	position: relative; 
	top: -2px; 
	right: 2px;
	padding: 6px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #666666;
}
