﻿/*----------BOTOES CYBERAMBULATORIO------------------------------------------------------------------------------------------------*/

/*---------------DADOS PESSOAIS---------------*/
.btnDP, .btnDPon, .btnDPoff { 
	position: absolute; 
	width: 154px; 
	height: 29px;
	cursor:pointer; 
    background: url("../Sistema/Cyberambulatorio/images/btnDadosPessoais.png") no-repeat ;
	left: 0px;
	}
.btnDP:hover {
	background:url("../Sistema/Cyberambulatorio/images/btnDadosPessoais.png") no-repeat 0px -28px;
}
.btnDPon { 
    background: url("../Sistema/Cyberambulatorio/images/btnDadosPessoaisA.png") no-repeat;
	}
.btnDPoff { 
    background: url("../Sistema/Cyberambulatorio/images/btnDadosPessoaisA.png")  no-repeat 0 -29px;
	}
/*-----------------------------------------------------------------------------------------------*/

/*---------------DADOS CLINICOS---------------*/
.btnDC, .btnDCon, .btnDCoff { 
	position: absolute; 
	width: 155px; 
	height: 28px;
	cursor:pointer; 
    background: url("../Sistema/Cyberambulatorio/images/btnDadosClinico.png") no-repeat ;
	left: 160px;
	}
.btnDC:hover {
	background:url("../Sistema/Cyberambulatorio/images/btnDadosClinico.png") no-repeat 0 -28px;
}
.btnDCon { 
    background: url("../Sistema/Cyberambulatorio/images/btnDadosClinicoA.png") no-repeat;
	}
.btnDCoff { 
    background: url("../Sistema/Cyberambulatorio/images/btnDadosClinicoA.png") no-repeat 0 -29px;
	}
/*-----------------------------------------------------------------------------------------------*/

/*---------------HIPOTESE DIAGNOSTICA---------------*/
.btnHD, .btnHDon, .btnHDoff { 
	position: absolute; 
	width: 193px; 
	height: 28px;
	cursor:pointer; 
    background: url("../Sistema/Cyberambulatorio/images/btnHipoteseDiagnostica.png") no-repeat;
	left: 320px;
	}
.btnHD:hover {
	background:url("../Sistema/Cyberambulatorio/images/btnHipoteseDiagnostica.png") no-repeat 0 -28px;
}
.btnHDon { 
    background: url("../Sistema/Cyberambulatorio/images/btnHipoteseDiagnosticaA.png") no-repeat;
	}
.btnHDoff { 
    background: url("../Sistema/Cyberambulatorio/images/btnHipoteseDiagnosticaA.png") no-repeat  0 -29px;
	}
/*-----------------------------------------------------------------------------------------------*/

/*---------------IMAGEM CLINICA---------------*/
.btnIC, .btnICon, .btnICoff { 
	position: absolute; 
	width: 154px; 
	height: 28px;
	cursor:pointer; 
    background: url("../Sistema/Cyberambulatorio/images/btnImagemClinica.png") no-repeat;
	left: 520px;
	}
.btnIC:hover {
	background:url("../Sistema/Cyberambulatorio/images/btnImagemClinica.png") no-repeat 0 -28px;
}
.btnICon { 
    background: url("../Sistema/Cyberambulatorio/images/btnImagemClinicaA.png") no-repeat;
	}
.btnICoff { 
    background: url("../Sistema/Cyberambulatorio/images/btnImagemClinicaA.png") no-repeat 0 -29px;
	}
/*-----------------------------------------------------------------------------------------------*/

/*---------------SITUACAO---------------*/
.btnST, .btnSTon, .btnSToff  { 
	position: absolute; 
	width: 120px; 
	height: 28px;
	cursor:pointer; 
    background: url("../Sistema/Cyberambulatorio/images/btnSituacao.png") no-repeat;
	left: 680px;
	}
.btnST:hover {
	background:url("../Sistema/Cyberambulatorio/images/btnSituacao.png") no-repeat 0 -28px;
}
.btnSTon { 
    background: url("../Sistema/Cyberambulatorio/images/btnSituacaoA.png") no-repeat;
	}
.btnSToff { 
    background: url("../Sistema/Cyberambulatorio/images/btnSituacaoA.png") no-repeat 0 -29px;
	}
	
/*---------------VIZUALIZAR---------------*/
.btnVisualizar2{ 
	position: absolute; 
	width: 128px; 
	height: 45px;
	cursor:pointer; 
    background: url("../Sistema/Cyberambulatorio/images/btnVisualizar2.png");
	left: 805px;
	}
.btnVisualizar2:hover {
	background:url("../Sistema/Cyberambulatorio/images/btnVisualizar2.png") no-repeat 0px -45px;
}
/*-----------------------------------------------------------------------------------------------*/

/*---------------VER---------------*/

.btnVer{ 
	position: absolute; 
	width: 51px; 
	height: 28px;
	cursor:pointer; 
    background: url("../Sistema/Cyberambulatorio/images/btnVer.png");
	left: 805px;
	}
.btnVer:hover {
	background:url("../Sistema/Cyberambulatorio/images/btnVer.png") no-repeat 0px -28px;
}

/*-----------------------------------------------------------------------------------------------*/

/*---------------FORUM---------------*/
.btnFD, .btnFDon, .btnFDoff  { 
	position: absolute; 
	width: 59px; 
	height: 28px;
	cursor:pointer; 
    background: url("../Sistema/Cyberambulatorio/images/btnForum.png") no-repeat;
	left: 870px;
	}
.btnFD:hover {
	background:url("../Sistema/Cyberambulatorio/images/btnForum.png") no-repeat 0 -28px;
}
.btnFDon { 
    background: url("../Sistema/Cyberambulatorio/images/btnForumA.png") no-repeat;
	}
.btnFDoff { 
    background: url("../Sistema/Cyberambulatorio/images/btnForumA.png") no-repeat 0 -29px;
	}

/*---------------SOLICITACAO---------------*/

.btnSO, .btnSOon, .btnSOoff { 
	position: absolute; 
	width: 98px; 
	height: 29px;
	cursor:pointer; 
    background: url("../Sistema/Cyberambulatorio/images/btnSolicitacao.png") no-repeat ;
	left: 0px;
	}
.btnSO:hover {
	background:url("../Sistema/Cyberambulatorio/images/btnSolicitacao.png") no-repeat 0px -28px;
}
.btnSOon { 
    background: url("../Sistema/Cyberambulatorio/images/btnSolicitacaoA.png") no-repeat;
	}
.btnSOoff { 
    background: url("../Sistema/Cyberambulatorio/images/btnSolicitacaoA.png")  no-repeat 0 -29px;
	}

/*---------------2a. OPINIAO---------------*/

.btnOP, .btnOPon, .btnOPoff { 
	position: absolute; 
	width: 98px; 
	height: 29px;
	cursor:pointer; 
    background: url("../Sistema/Cyberambulatorio/images/btnOpiniao.png") no-repeat ;
	left: 105px;
	}
.btnOP:hover {
	background:url("../Sistema/Cyberambulatorio/images/btnOpiniao.png") no-repeat 0px -28px;
}
.btnOPon { 
    background: url("../Sistema/Cyberambulatorio/images/btnOpiniaoA.png") no-repeat;
	}
.btnOPoff { 
    background: url("../Sistema/Cyberambulatorio/images/btnOpiniaoA.png")  no-repeat 0 -29px;
	}







/*-------FIM CYBERAMBULATORI-----------------------------------------------------------------------------------------------------*/


