
.linhaPontilhada
{
	COLOR:#7c9eaf; 
	BORDER-TOP-STYLE:dotted; 
	BORDER-RIGHT-STYLE:dotted; 
	BORDER-LEFT-STYLE:dotted; 
	BORDER-BOTTOM-STYLE:dotted;
}

.btnDetalhesErro {
    background-image:url(../images/toolbar_ico_ajuda_S.gif); 
    height: 32px; 
    width: 32px; 
    border: none; 
    background-color:white;
    cursor:pointer;
}

.msgPixStatus {
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #ADADAD;
}
.msgPixStatusPago {
    color:green;
}
.msgPixStatusTimeout {
    color:red;
}
.msgPixStatusErro {
    color:red;
}
.escondido {
    display:none;
}

.tblPedidoServicoCad {
    text-align: left;
    line-height: 50px;
    margin-left: auto;
    width: 80%;
    margin-right: auto;
}
.tblPedidoServicoCad th {
    text-align: center;
}
.tdRecebedor {
    text-align:left;
    font-size:8pt;
    font-family: Arial, 'Courier New' , Verdana;
    border-bottom: #c5cff0 2px solid;
}
.tblDetalhesPgto {
    display:inline-table; 
    /*border-collapse: collapse;*/
    border-collapse: separate;
    z-index: 109; 
    width: 50%;
    min-width: 550px;
    border-bottom: #c5cff0 5px solid;
    border-right: #c5cff0 5px solid; 
    border-left: #c5cff0 5px solid; 
}
.tblPedidoServicoCad tr {
}
.tblPedidoServicoCad .direita {
    text-align:right;
}
/* NOVO MENU */
.menuGeral
{
	cursor:pointer;
	position:absolute;
	top:102px;
	float:left;
	width:80%;
	border:solid 0px black;
	font-family:Arial;
	font-size:12px;
}
.subMenuGeral
{
	position:absolute;
	border:solid 1px #ebe8e1;
	width:180px;
	white-space:nowrap;
	display:none;
	position:absolute;
	top:126px;
	z-index:999999;
	/*z-order:999999;*/
	color:white;
	background-color:#717075;
	font-family:Arial;
	font-size:12px;

}
.tdSubMenu
{
	padding-left:15px;
	padding-right:10px;	
	height:25px;
	cursor:pointer;
	background-color:'';
	white-space:nowrap;
}
.tdSubMenuOver
{
	padding-left:15px;	
	padding-right:10px;	
	height:25px;
	cursor:pointer;
	background-color:#c1c1c1;
	color:black;
	white-space:nowrap;
}