body {
	margin:0px;
	padding:0px;
	width:100%;
	background:url(img/background.gif) repeat-x center bottom #ffffff;
}
a { color:#016599; }
a:hover{ color:#6fa6c5; }
#header-container{
	background:url(img/background.jpg) no-repeat center top #ffffff;
}
#header {
	margin:0 auto;
	width:893px;
	height:166px;
	background:url(img/header2.jpg);
}
#content {
	font-family:Calibri,Tahoma,Arial,Helvetica;
	font-size:14px;
	padding:20px;
	padding-top:0px;
	line-height:25px;
	color:#666;
}
.norm {
	font-family:Calibri,Tahoma,Arial,Helvetica;
	font-size:14px;
	line-height:25px;
	color:#666;
}
#btn-home{
	width:80px;
	height:28px;
	cursor:pointer;
	background:url(img/btn-home.png);
}
#btn-home:hover{
	background:url(img/btn-home-over.png);
}
#btn-home-sel{
	width:80px;
	height:28px;
	background:url(img/btn-home-sel.png);
}
#btn-planos-formacao{
	width:157px;
	height:28px;
	cursor:pointer;
	background:url(img/btn-planos-formacao.png);
}
#btn-planos-formacao:hover{
	background:url(img/btn-planos-formacao-over.png);
}
#btn-planos-formacao-sel{
	width:157px;
	height:28px;
	background:url(img/btn-planos-formacao-sel.png);
}
#btn-legislacao{
	background:url(img/btn-legislacao.png);
	width:105px;
	height:28px;
	cursor:pointer;
}
#btn-legislacao-sel{
	background:url(img/btn-legislacao-sel.png);
	width:105px;
	height:28px;
	cursor:pointer;
}
#btn-legislacao:hover{
	background:url(img/btn-legislacao-over.png);
}
#btn-pd{
	background:url(img/btn-pd.png);
	width:161px;
	height:28px;
	cursor:pointer;
}
#btn-pd-sel{
	background:url(img/btn-pd-sel.png);
	width:161px;
	height:28px;
	cursor:pointer;
}
#btn-pd:hover{
	background:url(img/btn-pd-over.png);
}
#btn-pnd{
	background:url(img/btn-pnd.png);
	width:200px;
	height:28px;
	cursor:pointer;
}
#btn-pnd-sel{
	background:url(img/btn-pnd-sel.png);
	width:200px;
	height:28px;
	cursor:pointer;
}
#btn-pnd:hover{
	background:url(img/btn-pnd-over.png);
}
#btn-contactos{
	background:url(img/btn-contactos.png);
	width:105px;
	height:28px;
	cursor:pointer;
}
#btn-contactos-sel{
	background:url(img/btn-contactos-sel.png);
	width:105px;
	height:28px;
	cursor:pointer;
}
#btn-contactos:hover{
	background:url(img/btn-contactos-over.png);
}
#footer{
	margin:0 auto;
	width:893px;
	border-top:1px dotted #888;
	color:#888;
	padding:10px;
	font-family:Tahoma,Arial,Helvetica;
	font-size:11px;
}

#pre-footer{
	margin:0 auto;
	width:893px;
	color:#888;
	padding:10px;
	font-family:Tahoma,Arial,Helvetica;
	font-size:11px;
}
.right-box{
	padding:10px;
	font-family:Calibri,Tahoma,Arial,Helvetica;
	font-size:14px;
}
.frmIptNorm {
	font-family:Calibri,Tahoma,Helvetica;
	font-size:14px;
	color:#000000;
	border:1px solid #999999;
	padding:4px;
	background: url(img/form-back.gif) #ffffff repeat-x;
	height:18px;
}
.iptSubmit {
	font-family: Calibri,Tahoma, Arial, Helvetica;
	font-size: 12px;
	padding:5px;
}
#destaques{padding:20px;}
#dest-center{
	margin:0 auto;
	width:191px;
}
.tdnorm {
	border-bottom: 1px solid #CCCCCC;
	cursor:default;
}
.tdhead {
	background: url(img/tdhead-back.gif) repeat-x;
	font-size:16px;
	font-weight:bold;
	color:white;
	padding:0px;
}
.title {
	font-family:Calibri,Tahoma,Helvetica;
	font-size:20px;
	color:#feac00;
	letter-spacing:-1px;
	padding-top:15px;
	padding-bottom:15px;
}
.subtitle {
	font-family:Calibri,Tahoma,Helvetica;
	font-size:16px;
}
.errorBox {
	font-family: Calibri,Tahoma, Arial, Helvetica;
	font-size: 14px;
	color: #ffffff;
	background-color: #B70000;
	padding: 8px;
	width: 100%;
	line-height:normal;
}
#search-btn-after .loading {
	background:url(/formacaocontinua/pt/img/load-green.gif) no-repeat center;
}

.loading {
	background:url(/formacaocontinua/pt/img/load.gif) no-repeat center;
}

/* RESPECT @ BOOTSTRAP */
.label {
    background-color: #BFBFBF;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-size: 9.75px;
    font-weight: bold;
    padding: 1px 3px 2px;
    text-transform: uppercase;
    white-space: nowrap;
}
.label.important {
    background-color: #C43C35;
}
.label.warning {
    background-color: #F89406;
}
.label.success {
    background-color: #46A546;
}
.label.notice {
    background-color: #62CFFC;
}

/*END BOOTSTRAP*/