
.gridCampos{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	width: 100%;
}


.gridComentarios{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	width: 800px;
	vertical-align:top;
}



.linhaPrincipal {
	background-color:#FFFFFF;
	background-image: url(../images/linha_principal.jpg);
	background-repeat: repeat-x;	
	height: 6px;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
}

.linhaPontilhada {
	background-color:#FFFFFF;
	background-image: url(../images/linha_pontilhada.jpg);
	background-repeat: repeat-x;
	height: 6px;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
}


.verticalTop {
    vertical-align: top;
    display: table-cell;
}


.hex1
{
    FONT-SIZE: 12px;
    COLOR: #333333;
    FONT-FAMILY: Lucida Console, Arial, Helvetica, Sans-serif
}
.hex2
{
    FONT-SIZE: 10px;
    COLOR: #333333;
    FONT-FAMILY: Lucida Console, Arial, Helvetica, Sans-serif
}



.panel-heading {
    background-color:greenyellow;
}

.on .panel-heading {
    background-color:dodgerblue;
}
	
	
input[type="text"]:disabled {	
    background-color:#F5F5F5;
	border: 1px solid #cccccc;
	color:black;
	font-size: 10px;
	font-family: verdana;
}


/*
input:disabled {
    background-color:#F5F5F5;
	border: 1px solid #cccccc;
	color:black;
	font-size: 10px;
	font-family: verdana; 
}
*/
textarea:disabled {
    background-color:#F5F5F5;
	border: 1px solid #cccccc;
	color:black;
	font-size: 10px;
	font-family: verdana; 
}


.HtmlInputTextDisabledBradesco{
	background-color:#F5F5F5;
	border: 1px solid #cccccc;
	color:black;	
	font-family: verdana; 
	font-size: 10px; 
}




.HtmlGraphicImageBradesco{font-family: verdana; font-size: 10px; border: none}
.HtmlOutputTextBulletRegularBradesco{font-family: verdana; font-size: 9px; color:#000000;  text-align: left;}
.HtmlOutputTextBulletBoldBradesco{font-family: verdana; font-size: 10px; font-weight:bold; margin-right:5px;}
.HtmlOutputFormatBoldBradescoMarg5{font-family: verdana; font-size: 10px; font-weight:bold; margin-left:5px;margin-right:20px;}
.HtmlInputTextNumericoBradesco{font-family: verdana; font-size: 10px;text-align: right;}

.HtmlOutputLabelXmlHeader{font-family: verdana; font-size: 10px; font-weight:bold;color:red}
.HtmlOutputLabelXmlField{font-family: verdana; font-size: 10px; font-weight:bold;color:black}



.UICollapsiblePanel {
	border-color: transparent !important;
}
.UICollapsiblePanel .UICollapsiblePanel-header {
	border-color: transparent;
	background-color: transparent;
}

.UICollapsiblePanel2 .UICollapsiblePanel {
	border-color: transparent !important;
}
.UICollapsiblePanel2 .UICollapsiblePanel .UICollapsiblePanel-header {
	border-color: transparent;
	background-color: transparent;
	outline: lightgray;
    outline-width: 1px;
    outline-style: solid;
	
}
.UICollapsiblePanel2 .UICollapsiblePanel .UICollapsiblePanel-header .UICollapsiblePanel-panel-marker {
	float: left;
	margin-right: 3px; 
}





.HtmlColumnMonitGlogRed{font-family: verdana; font-size: 10px; color:red}
.HtmlColumnMonitGlogGreen{font-family: verdana; font-size: 10px; color:green}
.HtmlColumnMonitGlogBlue{font-family: verdana; font-size: 10px; color:blue}

.HtmlColumnMonitGlogBlinkRed { 
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 3s;
    animation-timing-function: linear; 
    animation-iteration-count: 3; color: red;
    
    font-family: verdana; 
	font-size: 10px; 
	color:red
} 

.HtmlColumnMonitGlogBlinkGreen { 
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 3s;
    animation-timing-function: linear; 
    animation-iteration-count: 3; color: green;
    
    font-family: verdana; 
	font-size: 10px; 
	color:green;
} 


@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; } 
}

@-webkit-keyframes blinker { 
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; } 
} 

@keyframes blinker { 
    0% { opacity: 1.0; } 
    50% { opacity: 0.0; } 
    100% { opacity: 1.0; } 
}





