body {
	font-family: arial, helvetica, clean, sans-serif;
	background-image: url("../images/pattern-repeat.png");
	background-repeat: repeat;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

.cleaner {
	clear: both;
}


/*
\images\cyan\Png\32x32\link.png
tool.png
Write.png
*/

.action{
	text-align: center;
}
.actionColumn2{
	width:80;
}

.actionColumn3{
	width:120;
}
.actionButton{
	vertical-align: middle;
	width:32px;
	height:32px;
	text-decoration: none;
	margin-right: 5px;
}

.buttonView{
	background-image: url("../images/black/Png/32x32/Zoom In.png");
}
.buttonGlobe{
	background-image: url("../images/black/Png/32x32/Globe.png");
}

.buttonSelect{
	background-image: url("../images/black/Png/32x32/Link.png");
}

.buttonEdit{
	background-image: url("../images/black/Png/32x32/Write.png");
}

.buttonRes{
	background-image: url("../images/black/Png/32x32/Tool.png");
	background-position: 0px 0px;
}

.buttonView:hover{
	background-image: url("../images/cyan/Png/32x32/ZoomIn.png");
	background-position: 0px 0px;
}

.buttonGlobe:hover{
	background-image: url("../images/cyan/Png/32x32/Globe.png");
	background-position: 0px 0px;
}


.buttonSelect:hover{
	background-image: url("../images/cyan/Png/32x32/Link.png");
	background-position: 0px 0px;
}

.buttonEdit:hover{
	background-image: url("../images/cyan/Png/32x32/Write.png");
	background-position: 0px 0px;
}

.buttonRes:hover{
	background-image: url("../images/cyan/Png/32x32/Tool.png");
}

.buttonOk{
	background-image: url("../images/black/Png/32x32/Ok.png");
}
.buttonOk:hover{
	background-image: url("../images/cyan/Png/32x32/Ok.png");
}

.buttonCancel{
	background-image: url("../images/black/Png/32x32/Cancel.png");
}
.buttonCancel:hover{
	background-image: url("../images/cyan/Png/32x32/Cancel.png");
}
.buttonPlay{
	background-image: url("../images/black/Png/32x32/Player Play.png");
}
.buttonPlay:hover{
	background-image: url("../images/cyan/Png/32x32/Player Play.png");
}
.buttonStop{
	background-image: url("../images/black/Png/32x32/Player Stop.png");
}
.buttonStop:hover{
	background-image: url("../images/cyan/Png/32x32/Player Stop.png");
}

/*-----Login
*/
div#loginBox {
	font-size: 12pt;
	font-weight: bold;
	color: #737676;
	height: 225px;
	padding: 75px 0 0 300px;
}

div#loginContainer {
	width: 360px;
}

div#errorMsg {
	font-size: 12px;
	color: red;
	padding-bottom: 10px;
}

div.loginLabel {
	padding-top: 25px;
	width: 110px;
}

div.loginInput {
	padding-top: 18px;
	width: 180px;
}

div.loginInput input {
	color: #737676;
	height: 23px;
	width: 170px;
	background-image: url("../images/input-170.png");
	background-repeat: no-repeat;
	font-size: 12pt;
	border: none;
}

div.submitLogin {
	margin-top: 10px;
	width: 50px;
}

/*---- Novo header
*/
div#exterior { /*	width: 1023px;
*/
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#total {
	background-color: #FFFFFF;
	width: 95.9%;
	float: left;
}

div#total div.errors {
	padding: 0 0 60px 20px;
}

div#totalleft {
	background-image: url("../images/shadow-left.png");
	background-repeat: no-repeat;
	background-position: right;
	width: 2%;
	height: 600px;
	float: left;
}

div#totalright {
	background-image: url("../images/shadow-right.png");
	background-repeat: no-repeat;
	width: 2%;
	height: 600px;
	float: right;
}

a#logolink {
	color: white;
	text-decoration: none;
	border: none;
}

img#traceme{
	border:none;
}

div#header {
	background-color: #2c95b5;
	height: 100px;
	background-image: url("../images/bg-image-header.png");
	background-repeat: no-repeat;
	padding-left: 10px;
}

div#logo {
	color: white;
	font-size: x-large;
	font-weight: bold;
	float: left;
	border:none;
}

div#user {
	float: right;
	height: 40px;
	border:none;
}

div#servicoleft {
	background-image: url("../images/bg-servico.png");
	background-position: left;
	background-repeat: no-repeat;
	width: 16px;
	height: 39px;
	float: left;
}

div#servico {
	color: white;
	font-size: 20px;
	font-weight: bold;
	height: 39px;
	padding-top: 5px;
	padding-right: 50px;
	background-image: url("../images/bg-servico-repeat.png");
	float: left;
	background-repeat: repeat-x;
}

div#loginleft {
	height: 85px;
	width: 80px;
	background-image: url("../images/bg-userarea-v2.png");
	float: left;
	background-repeat: no-repeat;
	margin-left: -80px;
}

div#login {
	width: 220px;
	height: 85px;
	background-image: url("../images/bg-userarea-repeat-v2.png");
	float: left;
	background-repeat: repeat;
}

.inputUserArea {
	background-image: url("../images/input-userarea.png");
	background-position: center top;
	background-repeat: no-repeat;
	border: medium none;
	color: #9A9E9E;
	font-size: 12px;
	height: 14px;
	margin: 2px 7px 1px 0;
	width: 142px;
}

div#userarea_fields {
	float: left;
	width: 142px;
}

div#div_username {
	background-image: url("../images/ico-user.png");
	background-position: 0px center;
	padding-left: 15px;
	background-repeat: no-repeat;
	margin-top: 5px;
}

div#div_userlabel {
	background-image: url("images/ico-user.png");
	background-position: 0px center;
	padding-left: 15px;
	margin-top: 8px;
	background-repeat: no-repeat;
	color: #9a9e9e;
	font-size: 12px;
	height: 17px;
	font-weight: bold;
}

div#div_userfullname {
	padding-left: 15px;
	color: #9a9e9e;
	font-size: 12px;
}

div#div_userpass {
	background-image: url("../images/ico-password.png");
	background-position: 0px center;
	padding-left: 15px;
	background-repeat: no-repeat;
}

div#div_button {
	float: right;
	width: 40px;
	padding-right: 8px;
	margin: 5px 5px 0 0;
}

a#loginbt {
	background-image: url("../images/bt-login-userarea.png");
    height: 40px;
    line-height: 50px;
    margin-right: 7px;
    padding: 11px 1px 11px 0px;
    width: 48px;
    border-style:none;
    border: none;
	border-width: none;
}

img#userloginBt {
	border-style:none;
	border: none;
	border-width: none;
}

img{
	border-style:none;
	border: none;
	border-width: none;
}

a#loginbt:hover {
	background-position: 0 -40px;
}

div#logoutbt {
	float: right;
	margin-top: 0px;
	margin-right: 8px;
	width: 48px;
	height: 40px;
	border-style: none;
	border: 0px;
}

a#userLogout {
  	background-image: url("../images/bt-sair-userarea.png");
    background-repeat: no-repeat;
    height: 40px;
    line-height: 50px;
    margin-right: 7px;
    padding: 11px 1px 11px 0px;
    width: 28px;
}

a#userLogout:hover {
	background-position: 0px -40px;
	border-style: none;
	border: 0px;
}

img#userLogoutBt {
	border-style: none;
	border: 0px;
}

/*

*/

div#buttonView{
	background-position: 0px 0px;
	text-align: center;
	color: #cccccc;
	float:left;
	margin-right: 4px;
}
div#buttonView:hover{
	background-position: 0px -20px;
	color: #ffffff;
}




label {
	font-size: 12pt;
	color: #737676;
	padding-left: 6px;
	padding-top: 10px;
}

input.inputsPesquisa {
	font-family: arial, helvetica, clean, sans-serif;
	color: #737676;
	height: 23px;
	width: 100px;
	background-image: url("../images/input-100.png");
	background-repeat: no-repeat;
	font-size: 12pt;
	margin: 8px 0 0 5px;
	border-style: none;
	border: 0px;
}

select.inputsPesquisa {
	color: #737676;
	height: 23px;
	width: 100px;
	background-image: url("../images/input-100.png");
	background-repeat: no-repeat;
	font-size: 12pt;
	margin-top: 8px;
	margin-left: 2px;
	border-style: none;
	border: 0px;
}

input.big {
	font-family: arial, helvetica, clean, sans-serif;
	color: #737676;
	height: 23px;
	width: 170px;
	background-image: url("../images/input-170.png");
	background-repeat: no-repeat;
	font-size: 12pt;
	border-style: none;
	border: 0px;
	margin: 8px 0 0 5px;
}

input.medium {
	color: #737676;
	height: 23px;
	width: 150px;
	background-image: url("../images/input-170.png");
	background-repeat: no-repeat;
	font-size: 12pt;
	border-style: none;
	border: 0px;
	margin-top: 8px;
	margin: 8px 0 0 5px;
}

div#formulario input.medium {
	margin: 0 0 14px 10px !important;
}

div#titles {
	color: #4a4b4b;
	font-size: 23px;
}

div#title {
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 7px;
}

div#secondTitle {
	float: left;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 7px;
}

div#lastTitle {
	float: left;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 7px;
	margin-left: 5px;
}

div#secondLastTitle {
	float: left;
	font-weight: bold;
	padding: 20px 0 7px 0;
	margin-left: 10px;
}

div#subtitle {
	color: #9a9e9e;
	font-size: 12px;
	margin-top: 0;
	padding-left: 20px;
	padding-bottom: 18px;
}

div#searchBox {
	background-color: #FFFFFF;
	margin-left: 5px;
	z-index: 1;
}

.divSearch {
	background-color: #F1F1F1;
	color: #737676;
    font-family: arial,helvetica,clean,sans-serif;
    font-size: 12pt;
}

div#add {
	float: left;
	background-position: 0 0;
	width: 120px;
}

div#add:hover {
	float: left;
	background-position: 0 -69px;
}

a#add {
	padding: 20px 1px 20px 1px;
	color: #4A4B4B;
}

div#searchInputs {
	background-color: #f1f1f1;
	margin-left: 1px;
	margin-right: 0px;
	float: left;
	padding-right: 15px;
	z-index: inherit;
}

.btSearch {
	float: left;
	background-image: url("../images/bt-search.png");
	background-repeat: no-repeat;
	width: 67px;
	height: 67px;
	margin-right: 50px;
	margin-bottom: 3px;
	border-style: none;
	border: 0px;
	z-index: inherit;
}

.btSearch:hover {
	float: left;
	background-image: url("../images/bt-search.png");
	background-repeat: no-repeat;
	background-position: 0 -69px;
	width: 67px;
	height: 67px;
	margin-right: 50px;
	margin-bottom: 3px;
	border-style: none;
	border: 0px;
	z-index: inherit;
}

div#searchTextBox {
	color: #dcdcdc;
	border-right-style: solid;
	border-right-width: 1px;
	margin: 10px 1px 0 10px;
	padding-right: 10px;
	float: left;
	z-index: inherit;
}

div#searchText {
	color: #737676;
	font-size: 18px;
	padding-top: 1px;
	padding-left: 1px;
	padding-bottom: 5px;
}

div#searchTextLower {
	color: #9a9e9e;
	font-size: 12px;
	padding: 1px;
}

div#sideLeft {
	float: left;
	background: url("../images/bt-bgrd-left.png") left top no-repeat;
	height: 48px;
	width: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-position: inherit;
}


div#sideCenter {
	height: 48px;
	background-image: url("../images/bt-bgrd-repeat.png");
	background-repeat: repeat-x;
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
	background-position: inherit;
}


div#sideRight {
	float: left;
	background: url("../images/bt-bgrd-right.png") right top no-repeat;
	height: 48px;
	width: 11px;
	/*margin-right: 9px;*/
	margin-top: 3px;
	margin-bottom: 3px;
	background-position: inherit;
}


.imageDate {
	background-image: url("../images/ico-calendar.png");
	background-repeat: no-repeat;
	padding: 0 9px 0 9px;
	margin-left: 2px;
	cursor: pointer;
}

.imageDate:hover {
	background-image: url("../images/ico-calendar.png");
	background-repeat: no-repeat;
	background-position: 0 -18px;
	margin-left: 2px;
	cursor: pointer;
}

div#footerBox {
	height: 140px;
	width: 96%;
	margin-left: 2%;
}

div#footerRgt {
	height: 140px;
}

div#footerCenter div.footerImg {
	padding-top: 30px;
}

div#footerCenter div.footerMsg {
	color: black;
	font-size: 10px;
	font-weight: bold;
	padding-top: 35px;
}

div#footerCenter {
	height: 140px;
	margin: 0 4px;
}

div#footerLft {
	height: 140px;
}

/*----------------------Formularios*/
div#formulario {
	width: 500px;
	background-color: #f1f1f1;
	margin-left: 10px;
	padding-bottom: 30px;
}

div#formularioTitle {
	font-size: 18px;
	color: #737676;
	padding-top: 18px;
	padding-left: 10px;
}

div#formularioSubTitle {
	font-size: 12px;
	color: #9a9e9e;
	padding-top: 12px;
	padding-left: 10px;
	margin-bottom: 36px;
}

input.small {
	width: 50px;
	font-family: arial, helvetica, clean, sans-serif;
	background-image: url("../images/input-50.png");
	background-repeat: no-repeat;
	height: 23px;
	margin: 0 0 14px 10px;
	border-style: none;
	border: 0px;
	color: #737676;
	font-size: 12pt;
}

input.formulario,select.formulario {
	font-family: arial, helvetica, clean, sans-serif;
	background-image: url("../images/input-field.png");
	background-repeat: no-repeat;
	width: 259px;
	height: 23px;
	margin: 0 0 14px 10px;
	border-style: none;
	border: 0px;
	color: #737676;
	font-size: 12pt;
}

textarea.formulario {
	font-family: arial, helvetica, clean, sans-serif;
	background-image: url("../images/textarea.png");
	background-repeat: no-repeat;
	width: 260px;
	height: 92px;
	margin: 0 0 14px 10px;
	border-style: none;
	border: 0px;
	color: #737676;
	font-size: 12pt;
}

label.formulario {
	font-size: 12pt;
	color: #737676;
	padding: 0 0 0 10px;
}

label.textarea {
	font-size: 12pt;
	color: #737676;
	padding: 0 0 0 10px;
	line-height: 5px;
}

td.alignLabel {
	vertical-align: top
}

div#formularioBottomBox {
	width: 500px;
	height: 89px;
	margin: 0 0 35px 10px;
}

div#formularioLeftBox {
	width: 190px;
	float: left;
	font-size: 11px;
	color: #737676;
	padding: 0 0 0 10px;
	line-height: 85px;
	background-color: #f1f1f1;
	height: 89px;
}

div#formularioLeftBoxDetail {
	width: 335px;
	float: left;
	font-size: 11px;
	color: #737676;
	padding: 0 0 0 10px;
	line-height: 85px;
	background-color: #f1f1f1;
	height: 89px;
}

div#formularioCenterBox {
	float: left;
	background-image: url("../images/form-curv.png");
	width: 66px;
	height: 89px;
}

div#formularioRightBox {
	float: right;
}

div#formularioRightBoxDetail {
	float: right;
	margin-right: 1px;
	margin-top: 7px;
}

div#formularioLeftButtonBox {
	float: left;
	padding: 12px 25px 0 0;
}

.formularioLeftButtonBox {
	float: left;
	padding: 12px 25px 0 0;
}

div#formularioLeftButtonBox:hover {
	float: left;
	background-position: 0 -49px;
}

div#formularioRightButtonBox {
	float: right;
	margin-right: 9px;
	padding: 12px 0 0;
}

div#formularioRightButtonBox:hover {
	float: right;
	background-position: 0 -69px;
}

/*-------------tabelas*/
div#tableBox {
	font-size: 12px;
	color: #dddddd;
	margin-left: 10px;
	margin-right: 15px;
}

/*
input[type="submit"], .save , input[type="button"]{

*/

input[type="button"] {
	background-color: transparent;
	font-size: 15px;
	font-weight: bold;
	font-family: arial, helvetica, clean, sans-serif;
	color: #4a4b4b;
	text-align: center;
	border-style: none;
	border: 0px;
	cursor: pointer;
}

.listButton {
	background-color: transparent;
	font-size: 18px;
	font-weight: bold;
	font-family: arial, helvetica, clean, sans-serif;
	color: #4a4b4b;
	text-align: center;
	padding: 5px 5px 0px 0;
	border-style: none;
	border: 0px;
	cursor: pointer;
	vertical-align: middle;
}

input[type="submit"], .save {
	background-color: transparent;
    border: 0 none;
    color: #4A4B4B;
    cursor: pointer;
    font-family: arial,helvetica,clean,sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.heightSubmit {
	height: 50px;
	
}

.details {
	padding: 10px;
	color: #737676;
	font-size: 12pt;
	width: 260px;
}

.labelDetails {
	vertical-align: middle;
	padding: 10px 10px 10px 0;
}

a {
	text-decoration: none;
}

/*----------------------Error messages*/
.errorMessage {
	background-color: #D52121;
	background-image: url("../images/icon-erro.png");
	background-position: 15px center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 45px;
}

.loginError {
	background-color: #D52121;
	background-image: url("../images/icon-erro2.png");
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	height: 26px;
	line-height: 26px;
	padding-left: 40px;
	paddind-top: 3px;
	margin-left: 2px;
	text-align: center;
	vertical-align: middle;
}

input.error,select.error,div.error,textarea.error {
	border: 1px solid #D52121;
}

div.noBorder {
	border-color: transparent;
}

label.error {
	color: #d52121;
}


#infomessages{
	
}

/*----------------------------------------Messages*/
.message {
	/*background-image: url("../images/icon-sucesso.png");*/
	background-position: 15px center;
	background-repeat: no-repeat;
	background-color: #f1f1f1;
	height: 46px;
	font-size: 16px;
	font-weight: bold;
	color: black;
	line-height: 45px;
	text-indent: 10px;
	border: 2px solid #f1f1f1;
	margin-right: 10px;
}


li.messageError {
	font-size: 13px;
	height: 20px;
	line-height: 10px;
}

ul#messageErrorUl {
	margin: 10px 10px 0 -25px;
	border: 1px solid #f1f1f1;
}

/*-------------------------------------------------->outerTabs
*/
#outerTabs {
	margin: -30px 0 0;
	padding: 0;
	position: absolute;
}

/*Inactive Menu Tab*/
#outerTabs li {
	float: left;
	font-size: 10pt;
	margin: 0 0 0 2px;
}

#outerTabs li:first-child {
	margin: 0;
	padding-left: 12px;
}

#outerTabs a {
	display: block;
	text-decoration: none;
}

/*--- Menu --
*/
.menuOptionLink {
	background-position: 0px 0px;
}

.menuOptionLink:hover {
	background-position: 0px -76px;
}

.menuOptionLinkSelected {
	background-position: 0px -37px;
	padding-right: 2px;
}

.menuOption {
	width: 150px;
	padding-right: 0px;
	height: 36px;
	background-position: inherit;
}
.menuOption:hover {
	background-position: 0px -76px;
}


.menuOptionLeft {
	width: 4px;
	height: 36px;
	background-image: url("../images/menu-left_v01.png");
	background-repeat: no-repeat;
	/*background-position: right;*/
	float: left;
	background-position: inherit;
}

.menuOptionCenter {
	background-position: inherit;
	background-image: url("../images/menu-center_v01.png");
	background-repeat: repeat-x;
	height: 24px;
	float: left;
	color: White;
	font-size: 18px;
	font-family: Arial;
	padding-top: 12px;
	text-align: center;
	padding-bottom: 0px;
	width: 142px;

}

.menuOptionRight {
	background-position: inherit;
	width: 4px;
	height: 36px;
	background-image: url("../images/menu-right_v01.png");
	background-repeat: no-repeat;
	float: right;
}

/*-------------------------------------------------->submenu

#submenu a {
    display: block;
    text-decoration: none;
}
*/

/*
#submenu li {
    float: left;
    margin: 0 0 0 2px;
}*/
.submenuLeft{
	float: left;
	margin: 0 0 0 2px;
}

div#submenu {
	height: 42px;
	background-image: url("../images/bg-submenu.png");
	background-repeat: repeat-x;
}

.submenuOption {
	font-size: 18px;
	font-family: Arial;
	padding-top: 12px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	text-decoration: none;
	color: #AAAAAA;
}

.submenuOptionLink {
	color: #888888;
}

.submenuOptionLink:hover {
	color: #444444;
}

.submenuOptionLinkSelected {
	color: #222222;
}

div#submenuLeft {
	float: left;
	padding-left: 12px;
}

div#submenuRight {
	padding-top: 4px;
	padding-right: 12px;
	position: absolute;
	right: 200px;
	top: 140px;
	z-index: 1;
}

/*-------------------------------------------------->Alarmes
*/
div#ajax-notification-alarms {
	height: 33px;
	float: left;
	z-index: 5;
}

.alarmeRapido:hover {
	
}

.alarmeRapido {
	background-image: url("../images/img-alarm-notif-noalarm.png");
	background-repeat: repeat-x;
	width: 216px;
	height: 26px;
	text-align: center;
	padding-top: 8px;
	float: right;
	margin-left: -30px;
	color: #9a9e9e;
	font-size: 15px;
	font-family: Arial;
}

/*-------------------------------------------------->Menu rapido
*/
div#menuRapido {
	float: left;
	height: 33px;
	margin-left: 15px;
	width: 150px;
}

div#menuRapido:hover {
	
}

div#menuRapidoLeft {
	background: url("../images/bg-menu-rapido-left.png") no-repeat top left;
	width: 4px;
	height: inherit;
	float: left;
}

div#menuRapidoCenter {
	background-image: url("../images/bg-menu-rapido-left.png");
	background-repeat: repeat-x;
	background-position: -5px 0px;
	height: 25px;
	float: left;
	color: #9a9e9e;
	font-size: 15px;
	font-family: Arial;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	width: 110px;
}

div#menuRapidoCenterText {
	float: left;
}

div#menuRapidoCenterArrow {
	background-image: url("../images/arrow-menu-rapido.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 5px;
	margin-left: 6px;
	float: right;
	height: 8px;
	width: 9px;
}

div#menuRapidoRight {
	background: url("../images/bg-menu-rapido-right.png") no-repeat top
		right;
	width: 5px;
	height: inherit;
	float: left;
}

div#menuRapidoRight:hover {
	background-image: url("../images/bg-menu-rapido-right.png");
	background-repeat: no-repeat;
	background-position: 0 -40px;
	width: 5px;
	height: inherit;
	float: left;
}

div#menuRapido .toggle_container .block {
	background: url("../images/toggle_block_btm.gif") no-repeat scroll left
		bottom transparent;
	padding: 10px;
}

div#menuRapido .toggle_container {
	font-size: 14px;
	margin: 0 0 0 2px;
	width: 155px;
}

/*-------------------AlarmPopup
*/
.invisible {
	visibility: hidden;
}

div#ajax-notification-alarms {
	z-index: 4;
	position: relative;
}

.displayTable {
	display: table;
	border-spacing: 0px;
	z-index: inherit;
}

.displayTableRow {
	display: table-row;
	border-spacing: 0px;
	z-index: inherit;
}

.diplayTableCell {
	display: table-cell;
	border-spacing: 0px;
	z-index: inherit;
}

.alarmPopupOn {
	text-align: left;
}

.alarmPopupOnBottom {
	margin-top: 0px;
	z-index: 1005;
	position: relative;
	top: 8px;
}

.alarmPopupOnBottomIE {
	z-index: 1005;
	top: 7px;
	left:280px;
	float:left;
	width:auto;
	display:inline;
}

.alarmPopupSubMenuItem {
	width: 216px;
	height: 22px;
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	color: #e77e00;
	text-align: center;
	float: right;
	margin-left: -30px;
	cursor: pointer;
}

.alarmPopupSubMenuItemLeft {
	width: auto;
	height: 22px;
	float: left;
	display:inline;
	white-space:nowrap;
}

.alarmPopupSubMenuItemIE {
	width: 216px;
	height: 22px;
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	color: #e77e00;
	text-align: center;
	padding-left: 60px;
	margin-left: -30px;
	cursor: pointer;
	display:inline;
}

.alarmPopupSubMenuOnItem {
	background-image:
		url("../images/img-alarm-notif-top-first-item-yellow.png");
	background-repeat: repeat-x;
	width: 216px;
	height: 22px;
	padding-top: 8px;
}

.alarmPopupSubMenuIconPlace {
	float: left;
	position: relative;
	z-index: 1006;
}

.alarmPopupSubMenuTextIE {
	padding-left: 50px;
}

.alarmPopupSubMenuIcon {
	position: absolute;
	left: -25px;
	top: -20px;
	z-index: 1006;
}

.alarmPopupSubMenuUpIconPlace {
	float: left;
	width: 32px;
	height: 22px;
}

.alarmPopupSubMenuOffIcon {
	position: absolute;
	top: -4px;
	left: -3px;
	z-index: 1005;
}

.alarmPopupSubMenuOffItem {
	background-image: url("../images/img-alarms-repeat.png");
	background-repeat: repeat-x;
	width: 185px;
	height: 30px;
	padding-top: 8px;
	float: left;
}

.alarmPopupSubMenuOffItemIE {
	background-image: url("../images/img-alarms-repeat.png");
	background-repeat: repeat-x;
	width: 135px;
	height: 30px;
	padding-top: 8px;
	padding-left: 50px;
	color: #E77E00;
    cursor: pointer;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
	float: left;
}

.alarmPopupSubMenuDownIconPlace {
	background-image: url("../images/img-alarms-repeat.png");
	background-repeat: repeat-x;
	float: left;
	padding-top: 8px;
	width: 26px;
	height: 30px;
}

.alarmPopupSubMenuOffLeft {
	background-image: url("../images/img-alarms-right.png");
	width: 5px;
	height: 30px;
	float: left;
	z-index: inherit;
}

.alarmPopupOnLeftCol {
	width: 6px;
	float: left;
	z-index: inherit;
}

.alarmPopupOnCenterCol {
	float: left;
	z-index: inherit;
}

.alarmPopupOnRightCol {
	width: 6px;
	float: right;
	z-index: inherit;
}

.alarmPopupOnBottomTopLeft {
	background-image: url("../images/img-alarm-notif-top-orange_v2.png");
	background-repeat: no-repeat;
	height: 6px;
	width: 6px;
	z-index: inherit;
}

.alarmPopupOnBottomTopCenter {
	background-image:
		url("../images/img-alarm-notif-top-orange-top-repeat.png");
	background-repeat: repeat-x;
	height: 6px;
	z-index: inherit;
}

.alarmPopupOnBottomTopRight {
	background-image: url("../images/img-alarm-notif-top-orange_v2.png");
	background-repeat: no-repeat;
	background-position: -210px 0px;
	height: 6px;
	width: 6px;
	z-index: inherit;
}

.alarmPopupOnBotLeft {
	background-image: url("../images/img-alarm-notif-bot-left.png");
	background-repeat: no-repeat;
	height: 6px;
	width: 6px;
	z-index: inherit;
}

.alarmPopupOnBotCenter {
	background-image: url("../images/img-alarm-notif-bot-center.png");
	background-repeat: repeat-x;
	height: 6px;
	z-index: inherit;
}

.alarmPopupOnBotRight {
	background-image: url("../images/img-alarm-notif-bot-right.png");
	background-repeat: no-repeat;
	height: 6px;
	width: 6px;
	z-index: inherit;
}

.alarmPopupOnBottomLeft {
	background-color: #00FFFF;
	height: 100%;
	width: 6px;
	z-index: inherit;
}

.alarmPopupOnBottomBotLeft {
	height: 6px;
	width: 6px;
	background-image: url("../images/img-alarm-notif-top-orange_v2.png");
	background-repeat: no-repeat;
	background-position: -210px 0px;
	z-index: inherit;
}

.alarmPopupOnLeft {
	width: 6px;
	background-image: url("../images/img-alarm-notif-top-orange-left.png");
	background-repeat: no-repeat;
	z-index: inherit;
}

.alarmPopupOnRight {
	width: 6px;
	background-image: url("../images/img-alarm-notif-top-orange-right.png");
	background-repeat: no-repeat;
	z-index: inherit;
}

.alarmPopupItem {
	background-image: url("../images/img-alarms-repeat_v2.png");
	background-repeat: repeat-x;
	height: 65px;
	text-align: left;
	z-index: inherit;
}

.alarmPopupType {
	color: #4a4b4b;
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	height: 18px;
	z-index: inherit;
}

.alarmPopupLocation {
	color: #b95700;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	padding-top: 4px;
	white-space: nowrap;
	z-index: inherit;
}

.alarmPopupPerson {
	color: #ffffff;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	padding-top: 4px;
	white-space: nowrap;
	z-index: inherit;
}

.alarmPopupBotTotal {
	z-index: inherit;
}

.alarmPopupBotLeft {
	float: left;
	height: 39px;
	z-index: inherit;
	width: auto;
}

.alarmPopupBotCenter {
	float: left;
	height: 39px;
	width: 10px;
	z-index: inherit;
}

.alarmPopupBotRight {
	float: right;
	height: 39px;
	width: auto;
	padding-right: 8px;
	z-index: inherit;
}

.alarmPopupBotRightIE {
	float: left;
	height: 39px;
	width: 39px;
	padding-right: 8px;
	z-index: inherit;
}

.alarmPopupImg {
	background-image: url("../images/ico-ver-yellow.png");
	background-repeat: no-repeat;
	height: 39px;
	width: 39px;
	padding-left: 4px;
	padding-right: 8px;
	padding-bottom: 8px;
	z-index: inherit;
}

/* -------------Floating classes
*/
.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}
/* ----------- Locations
*/
#locations-component {
	background: #efefef;
	margin: 0 13px 10px 15px;
	padding: 10px 10px 0 10px;
}

.leftComponent {
	margin: 0 5px 0 0;
}

.duz {
	margin: 5px 0 0 0;
	width: 250px;
}

form#searchForm label {
	padding-left: 0;
}

form#searchForm input[type='text'] {
	background: url("../images/input-field.png") no-repeat;
	width: 240px;
	height: 23px;
	border: 0px none;
	color: #737676;
	font-size: 12pt;
	padding-left: 10px;
}

.alignButton {
	text-align: center;
}

.locationButton {
	width: 116px;
	height: 49px;
	margin: 0;
	padding: 0;
	border: 0;
	border-style: none;
	background: url("../images/btn-localizar.png") 0 0 no-repeat;
}

.locationButton:hover {
	background: url("../images/btn-localizar.png") 0 -49px no-repeat;
}

.legend {
	width: 250px;
	margin: 10px 0 10px 0;
	color: #737676;
	font-size: 11pt;
}

.legend div {
	width: 250px;
	padding: 3px 0 3px 20px;
}

.yellow {
	background: url("../images/icon-amarelo.png") center left no-repeat;
}

.orange {
	background: url("../images/icon-laranja.png") center left no-repeat;
}

.green {
	background: url("../images/icon-verde.png") center left no-repeat;
}

.blue {
	background: url("../images/icon-azul.png") center left no-repeat;
}

.map {
	border: 1px solid #d9d9d9;
	text-align: center;
	width: 250px;
	height: 194px;
}

.sideLeft {
	background: url("../images/bg-localiz-left.png") left top no-repeat;
	height: 546px;
}

.sideRight {
	background: url("../images/bg-localiz-right.png") right top no-repeat;
	height: 546px;
}

.rightComponent {
	width: 680px;
	height: 546px;
	background: url("../images/bg-localiz-repeat.png") left top repeat-x;
	margin: 0 1px;
}

.tableContainer {
	padding: 5px;
	height: 260px;
	width: 325px;
}

.alarmManagementWaiting {
	float: left;
	width: 50%;
}

.alarmManagementReplied {
	float: right;
	width: 49%;
}

.alarmManagementResolvedInCurrentDay {
	width: 100%;
}

.top {
	padding: 0 2px 0 2px;
	width: 100%;
	vertical-align: middle;
	font-size: 16px;
	height: 35px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}

.title {
	float: left;
}

.size {
	float: right;
	padding-right: 8px;
}

.divHeader {
	width: 303px;
	height: 31px;
	display: table-cell;
	vertical-align: middle;
	background: url("../images/header-tabelas-localizacao-repeat.png") left
		top repeat-x;
	border: 1px solid #d9d9d9;
	font-size: 14px;
	font-weight: bold;
	color: #4a4b4b;
}

.divRow {
	width: 303px;
	height: 31px;
	display: table-cell;
	vertical-align: middle;
	background: #eeeeee;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	font-size: 13px;
	font-weight: normal;
	color: #4a4b4b;
	cursor: pointer;
}

.divRow:hover {
	color: #ffffff;
	background-color: #737676;
}

.odd {
	background: #e5e5e5;
}

.divBody {
	max-height: 157px;
	overflow: auto;
	scrollbar-face-color: #F6F6F6;
	scrollbar-arrow-color: #737676;
	scrollbar-track-color: #E8E8E8;
	scrollbar-shadow-color: #EDEDED;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #C4C4C4;
}

.divBodyFiller {
	width: 303px;
	min-height: 155px;
	background: none repeat scroll 0 0 #EEEEEE;
	border-color: #FFFFFF #D9D9D9 #D9D9D9;
	border-style: solid;
	border-width: 1px;
	color: #4A4B4B;
}

.divRow div {
	
}

.divName {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 5px;
	float: left;
	width: 190px;
	height: 15px;
}

.divZone {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	width: 60px;
	height: 15px;
}

.divFloor {
	float: left;
	width: 25px;
	height: 15px;
}

.divLink {
	float: left;
	width: 11px;
	height: 15px;
	margin-left: 8px;
	background: url("../images/arrow-tabelas-localizacao.png") 0 0 no-repeat
}

.divRow:hover .last {
	background: url("../images/arrow-tabelas-localizacao.png") 0 -14px
		no-repeat
}

.hidden {
	display: none;
}

.bottom {
	background: url("../images/footer-tabelas-localizacao.png") left top
		no-repeat;
	width: 305px;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	height: 35px;
	text-align: left;
	font-weight: bold;
	color: #4a4b4b;
	padding-left: 5px;
}

.bottom span {
	font-size: 16px;
}

.waitingLeft {
	background: url("../images/header-permissao-left.png") right top no-repeat;
	width: 1%;
	height: 35px;
}

.waitingCenter {
	background: url("../images/header-permissao-center.png") left top repeat-x;
	width: 98%;
	border-width: 0px;
	height: 35px;
}

.waitingRight {
	background: url("../images/header-permissao-right.png") left top no-repeat;
	width: 1%;
	border-width: 0px;
	height: 35px;
}

.repliedLeft {
	background: url("../images/header-localiz-left.png") right top no-repeat;
	width: 1%;
	height: 35px;
}

.repliedCenter {
	background: url("../images/header-localiz-center.png") left top repeat-x;
	width: 98%;
	height: 35px;
}

.repliedRight {
	background: url("../images/header-localiz-right.png") left top no-repeat;
	width: 1%;
	height: 35px;
}

.resolvedLeft {
	background: url("../images/header-tarefa-left.png") right top no-repeat;
	width: 0.5%;
	height: 35px;
}

.resolvedCenter {
	background: url("../images/header-tarefa-center.png") left top repeat-x;
	width: 99%;
	height: 35px;
}

.resolvedRight {
	background: url("../images/header-tarefa-right.png") left top no-repeat;
	width: 0.5%;
	height: 35px;
}

.permission {
	background: url("../images/header-permissao.png") left top no-repeat;
}

.detection {
	background: url("../images/header-detecao.png") left top no-repeat;
}

.task {
	background: url("../images/header-tarefa.png") left top no-repeat;
}

.general {
	background: url("../images/header-localiz.png") left top no-repeat;
}

li.cleaner {
	display: none;
}

.hidden {
	display: none;
}

/*--------------------------------- Toogle addProfile*/
h2.trigger {
	background: url("../images/h2_trigger_a.gif") no-repeat scroll 0 0
		transparent;
	float: left;
	font-size: 2em;
	font-weight: normal;
	height: 19px;
	line-height: 30px;
	margin: 0 10px 5px 110px;
	padding: 0 0 10px 35px;
	width: 220px;
}

h2.trigger a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	text-decoration: none;
}

h2.trigger a:hover {
	color: #ccc;
}

h2.active {
	background-position: left bottom;
}
/*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	background: url("../images/toggle_block_stretch.gif") repeat-y scroll
		left top #F0F0F0;
	border-top: 1px solid #D6D6D6;
	clear: both;
	font-size: 1.2em;
	margin: 0 0 5px 110px;
	overflow: hidden;
	padding: 0;
	width: 255px;
}

.toggle_container .block {
	padding: 10px; /*--Padding of Container--*/
	background: url("../images/toggle_block_btm.gif") no-repeat left bottom;
	/*--Bottom rounded corners--*/
}

div#form {
	background-color: #F1F1F1;
	padding-bottom: 30px;
	width: 500px;
	font-size: 12px;
	color: #737676;
}

/*--------------------------Gestao Perfis*/
li#lista {
	margin-left: 20px;
	list-style: square;
}

/*-----------------------------Menu Rapido*/
h2.quickMenu {
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
	background: url("../images/bg-menu-rapido-left.png"); no-repeat;
	height: 32px;
	line-height: 36px;
	width: 90px;
	font-size: 12px;
	float: left;
}

h2.quickMenu a {
	color: #cccccc;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

h2.quickMenu a:hover {
	color: #ccc;
}

h2.active {
	background-position: left bottom;
	color: #ccc;
}

.toggle_containerQuick {
	margin: 0 0 5px 4px;
	padding: 0;
	overflow: hidden;
	width: 170px;
	clear: both;
	float: left;
	position: relative;
	z-index: 3;
}

/*Teste*/
/*  ------------------------------  */
/*  DROPDOWN MENU                   */
/*  ------------------------------  */
ul.menu {
	list-style-type: none;
	float: left;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

ul.menu li {
	background-image: url(../images/btn-menu-rapido.png);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: block;
	height: 30px;
	float: left;
	position: relative;
	margin: 2px 9px 0 0;
	width: 142px;
	-khtml-opacity: 0.75; /* khtml, old safari */
	-moz-opacity: 0.75; /* mozilla, netscape */
	opacity: 0.75; /* fx, safari, opera */
}

ul.menu li.current {
	background: #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

ul.menu li:hover {
	background: #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

ul.menu li a {
	display: block;
	float: left;
	color: #9A9E9E;
	text-decoration: none;
	font-size: 15px;
	padding: 6px 15px 5px 15px;
	line-height: 18px;
}

/**/
ul.url {
	margin: 0;
	padding: 0;
	float: left;
	background-color: #4B4B4B;
	width: 170px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-radius: 4px 4px 4px 4px;
}

ul.url li {
	background-color: #4B4B4B;
	height: 32px;
	position: relative;
	margin: 2px;
	padding: 0;
	-khtml-opacity: 0.75; /* khtml, old safari */
	-moz-opacity: 0.75; /* mozilla, netscape */
	opacity: 0.75; /* fx, safari, opera */
	z-index: 3;
}

ul.url li:hover {
	background: #000000;
}

ul.url li a {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 15px 5px 15px;
	line-height: 18px;
}

/* **************************** Message preload*/

/* RichMenus overload */


.preLoad {
	font-size: 20px;
	font-weight: bold;
	color: #9a9e9e;
	padding-top: 12px;
	padding-bottom: 12px;
}

.rich-toolbar {
	background-color: #2c95b5;
	background-image: none;
	background-repeat: no-repeat;
	border: none;
}

.rich-panel {
    border-style: solid;
    border-width: 1px;
	 margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
	margin-bottom:10px;
    padding: 1px;
}
.rich-panel {
    background-color: #FFFFFF;
    border-color: #F1F1F1;
}

.rich-menu-separator {
	font-size: 0;
	border-top: 1px solid;
	margin: 2px 0 2px 24px;
	cursor: default;
}

.rich-menu-item,.rich-menu-group {
	padding: 1px 1px 1px 1px;
	white-space: nowrap;
	position: relative;
}

.rich-menu-item-enabled,.rich-menu-group-enabled {
	border: 0 solid transparent;
	padding: 2px 36px 2px 2px;
}

.rich-menu-item-hover,.rich-menu-group-hover {
	border-left:1px solid #74f2ff;
	border-top:1px solid #74f2ff;
	border-right:1px solid #1796a4;
	border-bottom:1px solid #1796a4;
	cursor: pointer;
}

.rich-menu-item-label{
	line-height: 30px;
	color:white;
}

.rich-menu-item-disabled,.rich-menu-group-disabled {
	border: 0 solid transparent;
	cursor: default;
}

.rich-menu-item-icon,.rich-menu-group-icon {
	margin-right: 10px;
}

.rich-menu-item-icon img,.rich-menu-group-icon img 
{
	vertical-align: middle;
}

.rich-menu-item a,.rich-menu-group a 
{
	text-decoration: none;
}

.rich-menu-node 
{
	position: absolute;
	width: 16px;
	height: 16px;
	font-size: 1px;
	top: 1px;
	right: 1px;
}

.rich-menu-item-disabled .rich-menu-node,.rich-menu-group-disabled .rich-menu-node
{
	background-position: bottom;
}

.rich-menu-list-border 
{
	/*border: 1px solid;*/
	border-left:1px solid #6adaf0;
	border-top:1px solid #91ffff;
	border-right:1px solid #077a90;
	float: left;
	position: absolute;
	border-color:#F1F1F1;
	color:#F1F1F1;
}

.rich-menu-list-bg 
{
	/*border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;*/
	border:none;
	background: repeat-y left;
	/*background-image: url("../images/menu-center_v01.png");
	background-repeat: repeat-x;*/
	/*background-color:#3eb5cc;*/
	background-color:#3eb7cd;
}

.rich-ddmenu-label,.rich-ddmenu-label-disabled 
{
	left: 0;
	top: 0;
	padding: 2px 5px 2px 5px;
	white-space: nowrap;
	width: auto;
	height: auto;
}


.rich-ddmenu-label-unselect 
{
	border: 0 solid transparent;
	padding: 0px 0px;
}

.rich-ddmenu-label-select 
{
	border: 0 solid black;
	padding: 0px 0px;
	cursor: pointer;
}


.rich-menu-list-strut 
{
	font-size: 0;
	border: 0;
	margin: 0;
	position: relative;
}

.underneath_iframe 
{
	position: absolute;
	z-index: 90;
	visibility: hidden;
	left: 0;
	top: 0;
	height: 1px;
	width: 1px;
}

.rich-menu-separator
{
	border-top-color: #BED6F8;
}

.rich-menu-item
{
	color: white;
	font-family: Arial;
	font-weight:bold;
	font-size: 13x;
	height: 30px;
	border-bottom:1px solid #1796a4;
	
}

.rich-menu-item a,.rich-menu-item a:hover,.rich-menu-item a:visited,.rich-menu-group,.rich-menu-group a,.rich-menu-group a:hover,.rich-menu-group a:visited
{
	color: white;
	font-family: Arial;
	font-size: 13x;
	height: 30px;
}

.rich-menu-item-disabled,.rich-menu-group-disabled {
	color:#F1F1F1;
}

.rich-menu-item-hover,.rich-menu-group-hover {
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #4ed0df;

}

.rich-menu-node-icon {
	background-image:
		url(/OneCareMaisPerto/a4j/g/3_3_3.Finalorg.richfaces.renderkit.html.images.MenuNodeImage/DATB/eAFjYGD4vL0XAATaAjg_);
}

.rich-label-text-decor {
	font-weight: bold;
}

.rich-menu-list-border {
	/*border-color: #F1F1F1;*/
	background-color: #F1F1F1;
	border:none;
}

.rich-menu-list-bg {
	color:white;
}

.rich-ddmenu-label,.rich-ddmenu-label-disabled {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

.rich-ddmenu-label-select {
}

.rich-toolbar-item{
	color: #000000;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 3px;
    white-space: nowrap;
}


.rich-stglpanel-header {
    background-color: #F1F1F1;
    background-image: none;
    border-color: -moz-use-text-color -moz-use-text-color white;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #737676;
    cursor: pointer;
    font-family: arial,helvetica,clean,sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 2px;
    text-indent: 10px;
    border-bottom-color: white;
    line-height: 30px;
}

.rich-stglpanel {
    background-color: #FFFFFF;
    border-color: #F1F1F1;
    margin-left: 10px;
    margin-right: 10px;
}

.rich-mpnl-header {
	background-color: #298AA8;
	border-color: #298AA8;
	background-image: none;
	background-position: left top;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Arial;
    font-size: 12px;
	border-style: solid;
	border-width: 0px;
	padding: 2px;
}

/* Tabelas 
*/

div.banners {
	font-size: 12pt;
    position: relative;
    top: -10px;
}

div.bannersList {
 font-size: 12pt;
    margin-top: 60px;
    position: relative;
    top: -10px;
}

div.registos {
   background-image: url("../images/registos-center.png");
    background-repeat: no-repeat;
    color: #DDDDDD;
    height: 33px;
    margin-left: 35%;
    position: absolute;
    top: 6px;
    width: 388px;
    z-index: 1;
}

div.exportlinks {
	font-size: 8pt;
}

div.exportLinksBox {
	color: #FFFFFF;
    font-size: 12px;
    text-align: left;
    height: 26px;
    margin: 0 5px 10px 1px;
    padding: 4px;
    width: 100%;
}

div.exportLinksBox:not(#ie6or7) {
	/* position: relative;
    top: -7px;*/
    position:relative;
    top:-4px;
}

span.export{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
	padding: 1px 5px 1px 5px;
}

div.exportLinksLeft {
	float:left;
	background-image: url(../images/export-left.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 3px;
	 
}

div.exportLinksCenter {
	float:left;
	background-image: url(../images/export-repeat.png);
	background-repeat: repeat;
	height: 26px;
	width: 99%;
	line-height: 28px;
}

div.exportLinksRight {
	float:left;
	background-image: url(../images/export-right.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 5px;
}

span.excel {
	background-repeat: no-repeat;
	background-image: url(../img/displaytag/ico_file_excel.png);
}

span.csv {
	background-repeat: no-repeat;
	background-image: url(../img/displaytag/ico_file_csv.png);
}

span.xml {
	background-repeat: no-repeat;
	background-image: url(../img/displaytag/ico_file_xml.png);
}

span.pdf {
	background-repeat: no-repeat;
	background-image: url(../img/displaytag/ico_file_pdf.png);
}

span.rtf {
	background-repeat: no-repeat;
	background-image: url(../img/displaytag/ico_file_rtf.png);
}


div#pageBannerBox{
	height:33px;
}

div#pageBannerLeft{
	float:left;
	height:29;
	background-image: url(../images/registos_left.png) no-repeat;
	background-image: url(../images/registos_repeat.png) repeat;
}

span.pagebanner {
 	border-bottom: medium none;
    display: block;
    font-weight: bold;
    margin-left: 7px;
    margin-top: 5px;
    padding: 2px 4px;
    text-align: center;
    width: 96%;
}

/*Border de cima da tabela*/
div#pageLinksBox{
	font-size: 12px;
	color: #dddddd;
	height: 29px;
	padding-left: 5px;
    width: 100%;
    margin-top: 5px;
    position:relative;
    top: 10px;
}

div#pageLinkBoxLeft{
	float: left;
	background-image: url(../images/registos-left.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 3px;
}
div#pageLinkBoxLeftRepeat {
    background-image: url("../images/registos-repeat.png");
    background-repeat: repeat;
    float: left;
    height: 29px;
    line-height: 29px;
    width: 79%;
}

div#pageLinkBoxRightRepeat{
	background-image: url("../images/registos-repeat.png");
    background-repeat: repeat;
    float: left;
    height: 29px;
    text-align: right;
    width: 20%;
}

div#pageLinkBoxRight{
	float: left;
	background-image: url(../images/registos-right.png);
	background-repeat: no-repeat;
	height: 29px;
	width:5px;
}

span.num{
 	margin-left: 80%;
    position: relative;
    text-align: center;
    top: -29px;
}

span.botao{
	background-color: #1c1d1d;
	color: #ffffff;
	padding: 3px;
	margin-right: 3px;
	line-height:29px;
	height: 29px;
}

span.botaoInativo{
	background-color: #1c1d1d;
	color: #ffffff;
	padding: 3px;
	margin-right: 3px;
	line-height:29px;
	height: 29px;
}

span.botaoSelecionado{
	background-color: #2c95b5;
	color: #ffffff;
	padding: 3px;
	margin-right: 3px;
	line-height:29px;
}

a.paginacao{
	color:#ffffff;
}

span.botao:hover{
	background-color: #2c95b5;
	color: #ffffff;
	padding: 3px;
	margin-right: 3px;
	text-align: right;
}


/*Fim*/


/**/
span.pagelinks {
	background-color: black;
	border: 1px solid #999;
	padding: 2px 4px 2px 4px;
	width: 96%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
	margin-left:3px;
}


div#pageLinksRightBorder{
	float:left;
	background-image: url(../images/registos-right.png) no-repeat;
	height: 29px;
}

div#pageLinksRight{
	float:left;
	background-image: url(../images/registos-repeat.png) repeat;
	height: 29px;
}

a.exportLink{
	color:#ffffff;
	text-decoration: none;
}



.rich-table-cell{
	font-size: 13px;
    color:#4a4b4b;
}



.tableList {
	width: 100%;
	margin: 5px 3px 10px 3px !important;
    clear: both;
    font-size: 13px;
    background-color: #efefef;
    color:#4a4b4b;
}

.tableHeader {
	font-weight: bold;
	font-size:15px;
	text-align: center;
	padding:4px 5px 4px 5px;
	height:36px;
	background-image: url(../images/header-table-repeat.png);
	background-repeat: repeat;
	
}

.tableHeader a{
    color:#4a4b4b;
	text-decoration: none;
}

.rowEven,
.rowOdd {
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	vertical-align: middle;
	border-right-color: #d6d6d6;
	border-left-color: #f6f6f6;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
}


.rowEven{
	background-color: #dddddd;
	
}

.rowOdd{
	background-color: #eeeeee;
}


.rich-datascr {font-size: 14px;border: 2; margin-top:5px;}

td.rich-datascr-button {background-color: transparent; color: #ffffff;  border: 2px none ;text-decoration: none;font-size: 14px}
td.rich-datascr-button:hover {background-color: #2c95b5;}

td.rich-datascr-button-dsbld {background-color: transparent;color: #eaeaea; font-size: 14px;}
td.rich-datascr-button-dsbld:hover {background-color: transparent;}

.rich-datascr-ctrls-separator {padding-right: 5px;}
.rich-dtascroller-table {background: transparent;border: 0;}
.scroller {display: block;background-color: transparent;border: 1px solid #ccc;padding: 3px 3px;margin: 0px 5px 5px 5px;text-decoration: none;}
.scroller:hover {background-color: #2c95b5;}
td.rich-datascr-button-dsbld .scroller {background-color: transparent;}

td.rich-datascr-inact {font-size: 14px;color: #ffffff; border: 0}
td.rich-datascr-inact:hover {background-color: #2c95b5;}

td.rich-datascr-act {font-size: 14px;text-decoration: none;background-color: #2c95b5; color:#ffffff; }
td.rich-datascr-act {border: 0;}

.name{
	margin-top: 5px;
	margin-left:60px;
	float:left;
	width:150px;
	text-align: left;
}

.prop_bold {
	color: #737676;
	font-weight: bold;
    font-family: arial,helvetica,clean,sans-serif;
    font-size: 12pt;
}

.name_header {
	margin-top: 15px;
	margin-left:60px;
	float:left;
	text-align: left;
	color: #737676;
	font-weight: bold;
    font-family: arial,helvetica,clean,sans-serif;
    font-size: 12pt;
    width: auto;
}

.prop_margin{
	margin-left:60px;
}

.value{
	margin-top: 5px;
	float:left;
	text-align: left;
	/*width:250px;*/
}

.tabHeaderSmall {
	margin-top: 5px;
	color: #737676;
	font-weight: bold;
	width:140px;
	float:left;
    font-family: arial,helvetica,clean,sans-serif;
    font-size: 12pt;
    text-align: left;
}

.tabHeaderBig {
	margin-top: 5px;
	color: #737676;
	font-weight: bold;
	padding-left:5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width:330px;
	float:left;
    font-family: arial,helvetica,clean,sans-serif;
    font-size: 12pt;
    text-align: left;
}

.tabContentSmall {
	margin-top: 5px;
	width:140px;
	float:left;
    text-align: left;
}

.tabContentBig {
	margin-top: 5px;
	padding-left:5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width:330px;
	float:left;
    text-align: left;
}

.tabDropDownSmallMedium {
	width:290px;
}

.errorMsg{
	margin-top: 5px;
	float:left;
	text-align: left;	
}
.inputError{
	color:red;
}

.nameCompact{
	margin-top: 5px;
	margin-left: 5px;
	float:left;
	width:100px;
	text-align: left;
}
.valueCompact{
	margin-top: 5px;
	float:left;
	text-align: left;
	/*width:250px;*/
}


div#mmmenu{
	width: 20px;
}

.marginTop{
	margin-top: 17px;
}

.marginTopSearch{
	margin-top: 7px;
}


.rich-tab-active {
	background-image: none;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #000000;
    background-position: center top;
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px 1px 0;
    cursor: default;

}

.rich-tab-disabled{
	background-color: #f1f1f1;
    background-image: none;
    background-position: center top;
    background-repeat: repeat-x;
    color: #727375;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 0;
    cursor: pointer;
}

.rich-tab-inactive {
    background-color: #f1f1f1;
    background-image: none;
    background-position: center top;
    background-repeat: repeat-x;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 0;
    cursor: default;
}


.rich-tab-header {
    font-family: Arial;
    font-size: 15px;
    padding: 2px 10px;
    text-align: center;
    cursor: pointer;
}
.rich-tab-active {
}


.rich-table-cell{
	text-align:center;
}

.tam
{
	width:728px;
}

.rich-tabpanel-content-position{
	margin: 0px 10px 10px 0px;
	width: 100%;
	border-top-color: #f1f1f1;
}

.rich-tabpanel-content{
	margin: 0px 10px 10px 10px;
	border-bottom-color: #f1f1f1;
    border-left-color: #f1f1f1;
    border-right-color: #f1f1f1;
	
}

.rich-tabpanel{
	margin: 0px 10px 10px 10px;
	width: 95%;
}

#alarmtypeTable{
	width:100%
}

.rich-tab-header{
	border: 1px solid #f1f1f1;
}

.rich-tab-active{
	border: 1px solid #f1f1f1;
	
}

.rich-tab-inactive{
	border: 1px solid #f1f1f1;
}

.rich-tabhdr-side-cell{
	border: 1px solid #f1f1f1;
}

.rich-tabhdr-side-border{
	border: 1px solid #f1f1f1;
	background-image:none;
	background-color:#f1f1f1;
}

.rich-tab-bottom-line{
	border-bottom: 1px solid #f1f1f1;
}

.colorText{
	color: #4A4B4B;
    text-decoration: none;
}

.marginTopRight {
    float: right;
    margin-bottom: 10px;
}

div#formularioButtonBox {
	bottom: 145px;
    float: right;
    position: absolute;
    right: 35px;
}

div#formularioButtonBox:hover {
	background-position: 0 -49px;
}

div#formularioButtonBoxAlarm {
	bottom: 195px;
    float: right;
    position: absolute;
    right: 35px;
}

div#formularioButtonBoxAlarm:hover {
	background-position: 0 -49px;
}

div#formularioButtonBoxRelation {
    float: right;
    position: absolute;
    right: 15px;
}

div#formularioButtonBoxRelation:hover {
	background-position: 0 -49px;
}

div#formularioButtonBoxRole {
    float: right;
    position: absolute;
    right: 35px;
}

div#formularioButtonBoxRole:hover {
	background-position: 0 -49px;
	float:right;
}	

div#formularioButtonBoxAlarmType {
    float: right;
    position: absolute;
    right: 35px;
}

div#formularioButtonBoxAlarmType:hover {
	bottom: 255px;
    float: right;
    position: absolute;
    right: 35px;
	background-position: 0 -49px;
}

div#formularioButtonBoxState{
    float: right;
    position: absolute;
    right: 15px;
}

div#formularioButtonBoxState:hover{
	background-position: 0 -49px;
	float: right;
    position: absolute;
    right: 15px;
}	

div#menuDebug{
    background-image: url("../images/black/Png/32x32/Gear.png");
    background-repeat: no-repeat;
    height: 32px;
    position: absolute;
    right: 9px;
    top: -33px;
    width: 32px;
}

div#menuDebugMenu{
	position: absolute;
    right: 35px;
    top: 134px;
}

.lineHeight{
	line-height: 50px;
}

.inputError{
	color:red;
}

.errorMessageSearch{
	background-color: #D52121;
	background-image: url("../images/icon-erro.png");
	background-position: 15px center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 45px;
	text-indent: 65px;
	margin: 10px;
}

.errorBorder{
	border: 1px solid #D52121;
}

.boxButtons{
	border: 3px solid #F1F1F1;
    height: 60px;
    margin-top: 20px;
    width: 900px;
    background-color:#F1F1F1;
}

.labelDetails{
 	border: 1px solid #F1F1F1;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    margin: 5px 20px;
    text-indent: 5px;
    width: 130px;
    text-align:right;
}

.btFix{
	position:relative;
	left: 170px;
    position: relative;
    top: -60px;
}

.btFixCenterText{
	line-height: 0px;
}

.btFixDown{
	line-height: 32px;
}

.goldNotSelectedCell {
	border-style: solid;
	border-color: #000000 #000000 #000000 #000000;
    border-width: 2px;
	background-color: #F5F5DC;
	height: 250px;
    width: 250px;
	font-size: 200px;
	color: #FFFFFF;
	text-align: center;
}

.goldASelectedCell {
	background-color: #32CD32;
}

.goldBSelectedCell {
	background-color: #1E90FF;
}

.goldCSelectedCell {
	background-color: #FF8C00;
}

.goldDSelectedCell {
	background-color: #B22222;
}

.acq-datascr {font-size: 14px;background-color: #000000;border: 2; margin-top:5px;}

tr.acq-datascr-tr {background-color: #ffffff;}

td.acq-datascr-button {background-color: transparent; color: #ffffff;  border: 2px none ;text-decoration: none;font-size: 14px}
td.acq-datascr-button:hover {background-color: #2c95b5;}

.acq-datascr-ctrls-separator {padding-right: 5px;}
.acq-dtascroller-table {background: transparent;border: 0;}
.scroller {display: block;background-color: transparent;border: 1px solid #ccc;padding: 3px 3px;margin: 0px 5px 5px 5px;text-decoration: none;}
.scroller:hover {background-color: #2c95b5;}


td.acq-datascr-inact {border-top-style: solid;border-top-width: 2px;text-align: center;width: 25px;font-size: 14px;color: #ffffff; border: 0}
td.acq-datascr-inact:hover {background-color: #2c95b5;}

td.acq-datascr-act {font-size: 14px;text-decoration: none;background-color: #ffffff; color:#000000; }
td.acq-datascr-act {border: 0;}

.htmlInclude {
	padding-left: 30px;
    padding-right: 30px;
}

.measurementTableList {
	width: 95%;
}

.measurementTableList:not(#ie6or7) {
	width: 100%;
}

.notesColumn {
    width: 200px;
}

.notesColumn:not(#ie6or7) {
	width: auto;
	max-width: 200px;
}

.notesText {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.userNotesColumn {
    width: 200px;
}

.userNotesColumn:not(#ie6or7) {
	width: auto;
	max-width: 100px;
}

.userNotesText {
    word-wrap: break-word;
}

