/*GENERAL STYLES ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@font-face{
	font-family: 'Aovel';
    src: url('../fonts/asansrounded-webfont.eot');
    src: url('../fonts/asansrounded-webfont.eot') format('embedded-opentype'),
         url('../fonts/asansrounded-webfont.woff') format('woff'),
         url('../fonts/asansrounded-webfont.ttf') format('truetype'),
         url('../fonts/asansrounded-webfont.svg') format('svg');
	font-weight: bold;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #19293b;
	background-color: #d2e0ed;
	margin: 0px;
	cursor: default;
	text-align:left;
}

*, *:before, *:after, table, div, ul{
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
}
p, h1, h2, h3, h4, h5, h6, .menu ul, .menu li, form{
	margin: 0px;
	padding: 0px;
}
a img, input[type="image"]{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */   
	border:none;
}
a:hover img, input[type="image"]:hover{
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
    	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */   
	cursor:pointer;
}


.mainTable{
	min-width:960px;
}

a.active img{
 /*	border: 1px solid #000;*/
}

/*///////////////////////////////////////////// FORMULÁRIOS ////////////////////////////////////////////////////*/
.formContactoSite textarea{
	height: 75px;
}
.formContactoSite input, .formContactoSite textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #c3d6e7;
	border: 1px solid #80A0BC;
	padding: 3px;
	width: 100%;
	margin-bottom: 3px;
	color: #19293b;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


.span5.ccm-input-text {
	width: 350px;
}

 .ccm-input-password, .ccm-input-text, .ccm-input-select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #c3d6e7;
	border: 1px solid #80A0BC;
	padding: 3px;
/*	width: 50%;*/
	margin-bottom: 3px;
	color: #19293b;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

 

.formContactoSite input:focus, .formContactoSite textarea:focus{
	background-color: #15b4ee;
	outline: none;
	color: #ffffff;
}
.formContactoSite #btnEnviar, .ccm-input-submit{
	width:auto;
	display:inline-block;
	float:right;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 8px;
	margin-right: 8px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-decoration: none;
	border-radius: 3px;
	background-color: #26ace2;
	background-image: url(../images/bgBtnInfo1.png);
	background-repeat: no-repeat;
	background-position: right center;
	border:none;
}

.ccm-input-submit{
	width:auto;
	display:inline-block;
	float:left;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 8px;
	margin-right: 8px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-decoration: none;
	border-radius: 3px;
	background-color: #26ace2;
	background-image: url(../images/bgBtnInfo1.png);
	background-repeat: no-repeat;
	background-position: right center;
	border:none;
}




 #register:hover{
	background-color: #1693c5;
	cursor:pointer;
}

 #submit:hover{
	background-color: #1693c5;
	cursor:pointer;
}



.formContactoSite #btnEnviar:hover{
	background-color: #1693c5;
	cursor:pointer;
}
.formContactoSite label, .control-label{
	color: #4e77a1;
	font-size: 12px;
	padding-top: 6px;
	display: inline-block;
}
.divResult, .divErrors{
	color: #e05f05;	
	font-weight:bold;
	padding-bottom: 10px;
	padding-top: 0px;
	font-size: 11px;
}

label.error{
	color: #e05f05 !important;
	font-weight:normal;
}

.obrigatorio{
	text-align:right;
	color: #4e77a1;
	font-size: 11px;
	line-height:11px;
	margin:0px;
	padding:0px;
	padding-right:5px;
}

/*LANGUAGES ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.language, .languageSelected{
	display: block;
	float:left;
	clear: none;
	height: 29px;
	width: 34px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	padding-top:4px;
	text-align:center;
	margin-right:2px;
}
.language:hover, .languageSelected:hover{
	cursor:pointer;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}
.language{
	background-image: url(../images/bgLanguage.png);
	background-repeat: no-repeat;
	background-position: right center;
	position: relative; overflow: hidden
}
.language a{
	color: #019fe6;
	text-decoration: none;
	position: relative; overflow: hidden
}
.languageSelected{
	/*background-image: url(../images/bgLanguageSelected.png);*/
	background-repeat: no-repeat;
	background-position: right center;
	position: relative; overflow: hidden
}
.languageSelected a{
	color: #fff;
	text-decoration: none;
	position: relative; overflow: hidden
}

/*HEADER //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.header {
	height: 54px;
	max-height: 54px;
	background-color: #00abf0;
	background-image: url(../images/bgHeader.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.headerOptions {
	display: block;
	float: right;
	margin-top:4px;
}
.headerOptions td {
	padding-bottom:4px;
}
.logo {
	display: block;
	float: left;
	/*margin-top: 14px;*/
	margin-top: 8px;
	margin-left: 40px;
}
.areaSearch{
	background-image: url(../images/bgTxtSearch.png);
	height: 29px;
	width: 162px;
	padding:4px;
	margin-right:4px;
	vertical-align:top;
	background-repeat: no-repeat;
	background-position: center center;
}
.txtSearch{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #019fe6;
	background-color:transparent;
	width: 128px;
	/*height:23px;*/
	border: none;
	outline:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	display:inline-block;
	padding:2px;
	vertical-align:top;
}
.iconSearch{
	display:inline-block;
}

/*MENU //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.menu{
	background-image: url(../images/bgMenu.png);
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	clear: both;
	height: 39px;
	width: 100%;
}
.menu ul{
	display:block;
	clear:both;
}
.menu ul li{
	display: block;
	clear:none;
	float:left;
	list-style: none;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	height: 28px;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.menu ul li.selected{
	background-color: #18b4ed;
	text-decoration:none;
	color: #fff;
	cursor:default !important;
}
.menu ul li a{
	text-decoration:none;
	color: #fff;
}
.menu ul li a:hover{
	text-decoration:none;
	color: #909598;
}
.menu ul li.selected a, .menu ul li.selected a:hover{
	text-decoration:none;
	color: #fff;
}

/*BANNERS HOME //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.bannerHome{
	display: block;
	clear: both;
	width: 100%;
}
.bannerHome .background{
	top:-5px;
	position:relative;
	z-index:1;
	min-height:200px;
	overflow:hidden;
}
.bannerHome .background img{
	/*bottom:0px;*/
	position:absolute;
	vertical-align:bottom;
}
.bannerHome .overlay{
	z-index:-2;
	background-color: transparent;
	background-image: url(../images/overlay.png);
	background-repeat: repeat;
	top:-5px;
	position:absolute;
	width:100%;
	height:100%;
}
.bannerHome .curve{
	z-index:-1;
	top:325px;
	position:absolute;
	width:100%;
}


/*CONTENT AREA //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.contentArea {
	padding-top: 25px;
	padding-bottom: 16px;
}
.contentArea ul {
	margin: 0px;
	padding-left: 18px;
}
.contentArea ul li {
	padding-bottom: 13px;
	list-style-position: outside;
	list-style-image: url(../images/arrow.jpg);
	list-style-type: none;
}
.contentArea.home {
	padding-top: 95px;
}
.contentArea p {
	margin-bottom: 6px;	
}
.contentArea a{
	color: #109cd2;	
	text-decoration:none;
}
.contentArea a:hover{
	color: #176685;	
	text-decoration:none;
}
.contentArea .breadcrumbs{
	text-transform: uppercase;
	color: #109cd2;
	padding-bottom: 8px;	
	color: #80A0BC;
	font-size: 18px;
	margin-top: 5px;
	font-weight:bold;
	text-decoration:none;
}
.espacoAbaixo{
	height:20px;
}
.espacoAbaixoHs{
	height:25px;
}
.contentArea .breadcrumbs a{
	color: #109cd2;	
	text-decoration:none;
}
.contentArea .breadcrumbs .ultimoBreadcrumb{
	color: #000;
	font-size: 22px;
	text-decoration:none;
}
.contentArea h1, .contentArea h2, .contentArea h4, .contentArea h5{
	text-transform: uppercase;
	color: #000;
	padding-bottom: 8px;	
	margin-bottom: 20px;
	background-image: url(../images/bgHeadings.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.contentArea h1{
	font-size: 22px;
	margin-top: 5px;
}
.contentArea h1.abaixoSlider{
	margin-top: 10px;
}
.contentArea h2{
	font-size: 18px;
	margin-top: 13px;
}
.contentArea h3{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #109cd2;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:10px;
}
.contentArea h4{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight:bold;
	text-decoration:none;
	margin-top:20px;
	margin-bottom:10px;
}
.contentArea h5{
	font-size: 18px;
	margin-top: 0px;
}

.ccm-remo-expand{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #57bce5;
	list-style-position: outside;
	list-style-image: url(../images/openArrow.jpg);
	list-style-type: none;
	font-weight:bold;
	padding-left:0px;
	margin-top:6px;
	padding-bottom:6px;
	cursor:default !important;
}
.ccm-remo-expand-title{
	display:inline-block !important;
	cursor:pointer;
}

.ccm-remo-expand a img{
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 5px;
}

.ccm-remo-expand-open, .ccm-remo-expand-closed:hover{
	color: #07729d !important;
}

.file a{
	color: #E4EDF5;
	background-color:#9CC2E2;
	padding:5px;
	text-decoration:none;
	margin-bottom:20px;
	line-height:20px;
}

.even a{
	background-color:#80A0BC;
}

.file a:hover{
	cursor:pointer;
	background-color:#a7c3dc;
	color: #ffffff;
	text-decoration: none;
}

.file_laranja a{
	color: #E4EDF5;
	background-color:#109cd2;
	padding:5px;
	text-decoration:none;
	margin-bottom:20px;
	line-height:20px;
}
.file_laranja a:hover{
	cursor:pointer;
	background-color:#a7c3dc;
	color: #ffffff;
	text-decoration: none;
}

.pronodis{
	font-weight:bold;
	text-transform: uppercase;	
}
.homeTexts{
	text-align:center;
}
a.btnInfo1, a.btnInfo2{
	display:block;
	float:left;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 8px;
	margin-right: 8px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-decoration: none;
	border-radius: 3px;
}
a.btnInfo1{
	background-color: #57bce5;
	background-image: url(../images/bgBtnInfo1.png);
	background-repeat: no-repeat;
	background-position: right center;
}
a.btnInfo2{
	background-color: #26ace2;
	background-image: url(../images/bgBtnInfo2.png);
	background-repeat: no-repeat;
	background-position: right center;
}
a.btnInfoLaranja{
	background-color: #f56c0d;
	background-image: url(../images/bgBtnInfo2.png);
	background-repeat: no-repeat;
	background-position: right center;
}
a.btnInfo1:hover{
	background-color: #26ace2;
	color: #ffffff;
	text-decoration: none;
}
a.btnInfo2:hover{
	background-color: #1693c5;
	color: #ffffff;
	text-decoration: none;
}
a.btnInfoLaranja:hover{
	background-color: #e0580c;
	color: #ffffff;
	text-decoration: none;
}
a.voltar{
	display:inline-block;
	width:auto;
	clear:both;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	border-radius: 3px;
	background-color: #80A0BC;
	background-image: url(../images/bgBtnVoltar.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:13px;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}
a.voltar:hover{
	background-color: #86c3da;
	color: #ffffff;
	text-decoration: none;
}
.textoIntrodutorio, .cor1
{
	color:#305982;
	/*font-weight:bold;*/
}
.legenda{
	font-size:11px;
	line-height:14px;
	text-align:right;
	padding-bottom:20px;
}
.cor2
{
	color:#4e77a1;
}
.bannerMarca{
	display: block;
	float:right;
	background-color:#bad2e8;
	padding:10px;
	margin-top:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

ul.ccm-dialog-tabs{
	margin:0px;
	margin-top:15px;
	margin-bottom:20px;
	padding:0px;
}
ul.ccm-dialog-tabs li{
	list-style-image: none;
	list-style-type: none;	
	margin:0px;
	padding:0px;
	padding-bottom:1px;
}
.ccm-dialog-tabs>li{
	float:left;
}
.ccm-dialog-tabs>li>a{
	display:block;
}
.ccm-dialog-tabs{
	float:left;
	width:100%;
	border-bottom:1px solid #80A0BC !important;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.ccm-dialog-tabs>li{
	list-style-type:none;margin:0px;position:relative;top:1px;
}
.ccm-dialog-tabs>li>a {
	padding: 0 10px;
	margin-right: 2px;
	line-height: 28px;
	color: #0088cc;
	text-decoration: none;
	border: none;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background-color: #bad2e8;
}
.ccm-dialog-tabs>li>a:hover {
	text-decoration: none;
	background-color: #80A0BC;
	border: none;
}

/*NOTICIAS ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.noticia{
	display:block;
	float:left;
	clear:none;
	width:455px;
	height:142px;
	background-color:#c3d6e7;
	margin:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #80A0BC;
	padding:4px;
}
.noticiaFoto{
	border: solid 1px #afcce5;
	display:block;
	float:left;
	clear:left;
	margin-right:8px;
	margin-bottom:5px;
	width:132px;
	height:132px;
}
.noticiaFotoDetalhe img{
	border: solid 1px #80A0BC;
}

.noticiaTitulo{
	display:block;
	clear:right;
	height: 34px;
}
.noticiaFicheiro{
	display:block;
	float:right;
	/*clear:right;*/
	clear:none;
	position:relative;
	top: 22px;
	z-index: 0;
	padding-bottom:5px;
	padding-right:10px;
	/*left: 140px;*/
}

.produtoFicheiro{
	display:block;
	float:right;
	/*clear:right;*/
	clear:none;
	position:relative;
	top: 10px;
	left: 35px;
	z-index: 0;
	padding-bottom:5px;
	padding-right:10px;
	/*left: 140px;*/
}
.noticiaTitulo a{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #109cd2;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
}

.noticiaTitulo a:hover{
	color: #07729d;
	text-decoration:none;
}
.noticiaData{
	display:block;
	clear:right;
	font-size:11px;
	color:#80a7c9;
}
div.noticiaVer{
	display:block;
	/*float:left;*/
	/*clear:right;*/
	clear:none;
	position:relative;
	top: 4px;
	z-index: 1;
	/*left: 140px;*/
	
}
.noticiaVer a{
	display:block;
	float:left;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 8px;
	margin-right: 8px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-decoration: none;
	border-radius: 3px;
	background-color: #57bce5;
	background-image: url(../images/bgBtnInfo1.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.noticiaVer a:hover{
	background-color: #26ace2;
	color: #ffffff;
	text-decoration: none;
}
.noticia .noticiaDescricao{
	padding-top: 5px;
	display:block;
	clear:right;
	height: 34px;
}

.noticiaDescricaoDetalhe{
	padding-bottom: 15px;
	padding-top: 15px;
	color:#305982;
	font-weight:bold;
}

.noticiaTexto{
	padding-top: 40px;
}


/*MARCAS ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.marca{
	display:block;
	float:left;
	clear:none;
	width:470px;
	background-color:#e2ebf4;
	margin:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #80A0BC;
	padding:6px;
	height: 144px;
}
a.marcaTitulo{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #109cd2;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
}
a.marcaTitulo:hover{
	color: #07729d;
	text-decoration:none;
}
.marcaData{
	font-size:11px;
	color:#80a7c9;
}
.marcaDescricao{
	padding-top: 15px;
}
.marcaTexto{
	padding-top: 40px;
}

/*FAMÍLIAS ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.familia{
	display:block;
	float:left;
	clear:none;
	width:470px;
	background-color:#caddee;
	margin:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #95b4d0;
	padding:4px;
	height: 144px;
}
.familiaTitulo a{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #109cd2;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
}
.familiaTitulo a:hover{
	color: #208fbc;
	text-decoration:none;
}
.familiaFoto{
	border: solid 1px #80A0BC;
	display:block;
	float:left;
	clear:left;
	margin-right:8px;
	margin-bottom:8px;
	width:132px;
	height:132px;
}

/*SUBFAMÍLIAS ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.subFamilia{
	display:block;
	float:left;
	clear:none;
	width:470px;
	background-color:#bad2e8;
	margin:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #95b4d0;
	padding:4px;
	height: 144px;
}
.subFamiliaTitulo a{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #109cd2;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
}
.subFamiliaTitulo a:hover{
	color: #208fbc;
	text-decoration:none;
}
.subFamiliaFoto{
	border: solid 1px #80A0BC;
	display:block;
	float:left;
	clear:left;
	margin-right:8px;
	margin-bottom:8px;
	width:132px;
	height:132px;
}

/*PRODUTOS ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.produto{
	display:block;
	float:left;
	clear:none;
	width:470px;
	background-color:#a7c3dc;
	margin:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #95b4d0;
	padding:4px;
	height: 144px;
}
.produtoTitulo a{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #07729d;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
}
.produtoTitulo a:hover{
	color: #208fbc;
	text-decoration:none;
}
.produtoFoto{
	border: solid 1px #80A0BC;
	display:block;
	float:left;
	clear:left;
	margin-right:8px;
	margin-bottom:8px;
	width:132px;
	height:132px;
}


a.produtoVer{
	display:block;
	float:left;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 4px;
	margin-right: 8px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-decoration: none;
	border-radius: 3px;
	background-color: #84add1;
	background-image: url(../images/bgBtnInfo1.png);
	background-repeat: no-repeat;
	background-position: right center;
}
a.produtoVer:hover{
	background-color: #75a2ca;
	color: #ffffff;
	text-decoration: none;
}
.welcome
{
	padding-bottom:15px;
	color:#c3d6e7;
}
.userName
{
	color:#c3d6e7;
	font-weight:bold;
	/*text-transform:uppercase;*/
}
div.youtubeBlock
{
	display:block;
	float:left;
	clear:none;
	background-color:#e2ebf4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #80A0BC;
	padding:12px;
	margin:13px;
}
.ui-msglogin
{
	display:block;
	color:#305982;
	background-image: url(../images/warning.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:25px;
	font-weight:bold;
}

/*FOOTER ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.footer{
	background-color: #04aded;
	background-image: url(../images/bgFooter.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 74px;	
	padding-right:35px;
	padding-left:35px;
}
.footer h1{
	font-size: 18px;
	line-height: 22px;
	color: #f5f4d5;
	text-align:left;
	padding-bottom:3px;
}
.footer h2, .footer h2 a{
	font-size: 13px;
	line-height: 22px;
	color: #ffffff;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
}
.footer h2, .footer h2 a:hover{
	text-decoration:none;
}
.footer input.txtUser, .footer input.txtPassword{
	display:block;
	float:left;
	width:79px;
	margin-right:4px;
	margin-bottom:3px;
	background-image: url(../images/bgTxtFooter.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	border:none;
	outline:none;
	height: 22px;
	padding:3px;
}
.footer .btnLogin{
	display:block;
	float:left;
	padding-top:6px;
	cursor:pointer;
}
.footer a{
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right:6px;
	margin-top:2px;
	color: #ffffff;
	text-decoration: underline;
}
.footer a:hover{
	color: #909598;
	text-decoration: underline;
	cursor:pointer;
}
.footer .slogan{
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	font-family: "Monotype Corsiva", "Lucida Console", Monaco, monospace;
	text-align:center;
}

.footer .sloganIe7{
	font-size: 36px;
	line-height: 36px;
	color: #f56c0d;
	font-family: "Times New Roman",Georgia,Serif;
	font-style: italic;
	text-align:center;
}
.footer .credits{
	font-size: 9px;
	color: #e8dfcc;
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
	font-weight:bold;
}
.footer .credits a, .footer .credits a:hover{
	text-decoration:none;
}
.footer a img, .footer input[type="image"]{
	background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='crop');
}



.disclosure-container input {
 
    background-color: #005678;
    border: none;
    color: white;
    cursor: pointer;
    padding: 5px !important;
  
    height: 30px !important;
}

