

/* CSS Document */

/*
	-- -- -- -- -- -- --
	SIADAP123 v2008 CSS
	SETEMBRO/2008
	Desenvolvido por:
		Multiweb * Business Inspiration
		UNISYS Portugal
	-- -- -- -- -- -- --
    
*/

/* =GENERIC
------------------------------------------------------------------------ */
body{
	margin:0;
	font-size: 0.85em;
	}

/* =TIPOGRAFIA
------------------------------------------------------------------------ */
body, input, textarea{font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif; color:#676767;}
h1, h2, h3, h4, h5, h6{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#363637;
	text-shadow: #c3ced5 1px 1px 0px;
	height:auto;
	font-weight:bold;
	}

h1{font-weight:normal;}
#content h1{
	font-weight:bold;
	font-size:1.85em;
	padding-bottom:0.5em;
	border-bottom:1px solid #eeeeee;
	}
h3, h4, h5{text-transform:uppercase; margin-bottom:1em;}


#footer02{font-size:0.8em; line-height:1.875em; margin-bottom:1.875em;}
#footer p{margin:0;}

a:link, a:visited{color:#204f7d; font-weight:bold; text-decoration:none;}
a:hover, a:active{color:#77b634;}
a:link:after, a:visited:after {content:" ";}

table th{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
.important{
	color:#FF0000;
	}

img{float:none;}

/* =DATATABLES AND DATALISTS
------------------------------------------------------------------------ */
table{
	width: 100%;
	}
table.selectedEntity{
	width: auto;
	margin-bottom: 1em;
	}
table.selectedEntity th,
table.selectedEntity td{
	padding: 3px 8px;
	}
table.selectedEntity th{
	text-align: right;
	}

/* =FORMS
------------------------------------------------------------------------ */
fieldset{
	margin: 0 0 1em 0;
	border: 1px solid #d6d6d6;
	}
input[type="submit"]{
	display: none;
	}
select{
	border: none;
	background: #fff;
	font-weight: bold;
	}

/* =ELEMENTOS OCULTOS
------------------------------------------------------------------------ */
#siteNav, #supportNav, #userNav, #sectionNav, #footer, tr.pageNav{
	display: none;
	}
div.partCalendar{
	display: none;
	}
	
	
	