@charset "utf-8";
/* CSS Document */

/* GENERAL CLASS */
        
body
{
    margin: 0px;
    padding: 0px;
    background-image: url(../../Pict/Imagens/bg_pontos.gif);
    background-repeat: repeat;
    font-size: 11px;
    font-family: Tahoma, Arial, sans-serif;
    color: #5C5C5C;
    height: 100%


}

html
{
    margin: 0px;
    padding: 0px;    
    height: 100%
}

body a 
{
    text-transform:uppercase;
	color:#1f5577;
	font-weight:bold;
	text-decoration:none;
}

body a:link 
{
    text-transform:uppercase;
	color:#1f5577;
	font-weight:bold;
	text-decoration:none;
}

body a:hover 
{
	color:#EF7D00;
	font-weight:bold;
	text-decoration:underline;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


body a:active 
{
	color:#1f5577;
	font-weight:bold;
	text-decoration:none;
}

images
{
    border:0;
}

img
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
}


iframe
{
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x:hidden;
}

iframe
{
    display: block;
    width: 100%;
    border: none;
    overflow-x:hidden;
}

/* DIV CLASS */

.divGeneral {
	background-color: #FFFFFF;
	box-shadow: 3px 5px 15px #DDDDDD;
	float: left;
	width: 100%;
	min-width: 990px;		
}

.divHeader {
	background-image:url(../../Pict/Imagens/bg_header.png);
	background-repeat:repeat-x;
	height:75px;
	margin:0px;
}

.divLogo{
	padding:2px;
	float:left;
}

.divInfoUsu{
	color:#ffffff;
	float:right;
	padding-right: 15px;
	margin-top:-5px;
	*margin-top:4px;
}

.divInfoUsu span
{
    font-size:11px;
}

.divInfoUsu a{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

.divInfoUsu a:link{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

.divInfoUsu a:hover{
	color:#ffffff;
	text-decoration:underline;
}

.divInfoUsu a:visited{
	color:#ffffff;
	text-decoration:none;
}

.divMapGeral
{
	float: left;
	height: 20px;
	margin-top: 7px;
	padding-left: 5px;
	width: 99%;
	font-size: 10px;
}

.divMap a{
	text-decoration:none;
	color:#5C5C5C;
}

.divMap a:link{
	text-decoration:none;
	color:#5C5C5C;
}

.divMap a:hover{
	text-decoration:underline;
	color:#EF7D00;
}

.divMap a:visited{
	text-decoration:none;
}

.divMap a:active{
	text-decoration:none;
}


.boxContentHome{
	width:748px; 
	height:30px; 
	margin-bottom:1px;
}

.boxContentHomeLeft{
	float:left; 
	background-image:url(../../Pict/Imagens/div_corner_left.png); 
	background-repeat:no-repeat; 
	width:30px; 
	height:30px;
}

.boxContentHomeMiddle{
	background-image:url(../../Pict/Imagens/div_midlle.png); 
	background-repeat:repeat; 
	width:100%; 
	height:30px;
}

.boxContentHomeRight{
	float:right; 
	background-image:url(../../Pict/Imagens/div_corner_right.png); 
	background-repeat:no-repeat; 
	width:31px;
	height:30px;
}

.boxContentHomeTitle{
	font-weight:bold; 
	font-size:12px; 
	color:#FFF; 
	margin-left:-20px;
}



.divFooter
{
    color: #FFFFFF;
	float: left;
	text-align: center;
	height: 33px;
	margin-top: 6px;
	width: 100%;
	background-color: #205573;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.23, #0c3149), color-stop(0.62, #205573));
	background: -moz-linear-gradient(center bottom, #0c3149 23%, #205573 62%);	
	background: -o-linear-gradient(top, #205573, #0c3149);	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#205573, endColorstr=#0c3149)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#205573, endColorstr=#0c3149);    
}

.divFooterText{
	line-height:34px; 	
	font-size: 11px;
}

.divFooterLogo{
	float:right; 
	padding-right:10px;
}

.divRefresh{
	background-color:#fafafa;
	width:746px;
	margin-left:-10px;
	margin-top:-11px;
	padding:0px;
}

.divRefresh ul{
	list-style:none;
	margin-left:-25px;
}

.divRefresh li {
	display:inline;
}

.divAlerts{
	width:725px;
}

.divAlerts ul{
	list-style:none;
}

.divAlerts li{
	float:left;
	padding-left:7px;
}



/* NewsInfo */

.divNewsInfo{
	float:left;
	width:990px;
}

/* news */

.divGeneralNews{
	float:left;
}

.boxContentNews{
	width:484px; 
	height:30px; 
	margin-bottom:1px;
	padding-top:10px;
	margin-left:0px;
}

.boxContentNewsLeft{
	float:left; 
	background-image:url(../../Pict/Imagens/div_corner_left.png); 
	background-repeat:no-repeat; 
	width:30px; 
	height:30px;
}

.boxContentNewsMiddle{
	background-image:url(../../Pict/Imagens/div_midlle.png); 
	background-repeat:repeat; 
	width:100%; 
	height:30px;
}

.boxContentNewsRight{
	float:right; 
	background-image:url(../../Pict/Imagens/div_corner_right.png); 
	background-repeat:no-repeat; 
	width:31px;
	height:30px;
}

.boxContentNewsTitle{
	font-weight:bold; 
	font-size:12px; 
	color:#FFF; 
	margin-left:-20px;
}

.divContentNews{
	float: left;
	background-color: #fff;
	border: #eee 1px solid;
	border-top: 0;
	margin-top: -1px;
	width: 481px;
}

.divContentNews ul{
	list-style:none;
}

.divContentNews li{
	float:left;
	padding-right:5px;
}


/* Info */

.divGeneralInfo{
	float:left;
	margin-left:12px;
}

.boxContentInfo{
	width:484px; 
	height:30px; 
	margin-bottom:1px;
	padding-top:10px;
	margin-left:0px;
}

.boxContentInfoLeft{
	float:left; 
	background-image:url(../../Pict/Imagens/div_corner_left.png); 
	background-repeat:no-repeat; 
	width:30px; 
	height:30px;
}

.boxContentInfoMiddle{
	background-image:url(../../Pict/Imagens/div_midlle.png); 
	background-repeat:repeat; 
	width:100%; 
	height:30px;
}

.boxContentInfoRight{
	float:right; 
	background-image:url(../../Pict/Imagens/div_corner_right.png); 
	background-repeat:no-repeat; 
	width:31px;
	height:30px;
}

.boxContentInfoTitle{
	font-weight:bold; 
	font-size:12px; 
	color:#FFF; 
	margin-left:-20px;
}

.divContentInfo{
	float:left;
	background-color:#fff;
	border:#eee 1px solid;
	border-top:0;
	margin-top:-1px;
	width:481px;
}

.divContentInfo ul{
	list-style:none;
}

.divContentInfo li{
	float:left;
	padding-right:5px;
}

.divGeneralAcesso{
	float:left;
	padding-left: 32%;
	margin-top:60px;
	min-height:250px;
	*min-height:280px;
}



.boxContentInfoAcesso{
	width:400px; 
	height:30px; 
	margin-bottom:1px;
}

.boxContentInfoAcessoLeft{
	float:left; 
	background-image:url(../../Pict/Imagens/div_corner_left.png); 
	background-repeat:no-repeat; 
	width:30px; 
	height:30px;
}

.boxContentInfoAcessoMiddle{
	background-image:url(../../Pict/Imagens/div_midlle.png); 
	background-repeat:repeat; 
	width:100%; 
	height:30px;
}

.boxContentInfoAcessoRight{
	float:right; 
	background-image:url(../../Pict/Imagens/div_corner_right.png); 
	background-repeat:no-repeat; 
	width:31px;
	height:30px;
}

.boxContentInfoAcessoTitle{
	font-weight:bold; 
	font-size:12px; 
	color:#FFF;
	margin-left:90px;
	*margin-left:120px;
	padding-left:5px;
}


.divInfoAcesso{
	background-color:#fafafa;
	margin-top:-11px;
	border-bottom:1px solid #eee;
	*margin-top:-0px;
}

.divInfoAcesso ul{
	padding-top:7px;
	font-weight:bold;
	margin-left:97px;
	*padding-top:0px;
	*margin-left:135px;
	*line-height:30px;
	*height:30px;
}

.divInfoAcesso li
{
    padding-left:20px;
}

.divContentAcesso{
	width:398px;
	float:left;
	border:#eee 1px solid;
	border-top:none;
	background-color:#ffffff;
	margin-bottom:20px;
}

.divContentAcesso ul{
	list-style:none;
}

.divContentAcesso li
{
    margin-left:0px;
}

.login
{
    font-weight:bold;
    padding-left:30px;
}


/* DIV CONTENT */

.divContentGeneral
{
	float: left;
	margin-left: 3px;	
	margin-top: 2px;
	min-height: 400px;
	width: 78.4%;   
}

.boxInternasTitle
{
    width: 99.3%;
    background-color:#fafafa;
    border:#e1e1e1 1px solid;
    border-radius: 6px 6px 0px 0px;
    font-size:12px;
    height:20px;
    font-weight:bold;
    padding-top:9px;
    padding-bottom:2px;
    padding-left:10px;
    padding-right:1px;
    color:#EF7D00;
    text-transform:uppercase;
    background: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    -o-linear-gradient(top, #ffffff, #eeeeee);
    background: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    -moz-linear-gradient(top, #ffffff, #eeeeee);
    background: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eeeeee)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eeeeee);
}

.spanInternasTitle
{	
	font-size:12px;	
	font-weight:bold; 	
	color:#EF7D00; 	
	text-transform:uppercase;    
}

.divContent
{
    width: 100%;
	float: left;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 6px;
	background-color: #ffffff;
	border: #dddddd 1px solid; 
	border-top: none;
}

.divContent_Interna
{   
    margin-top: 6px;
    padding-left: 7px;
    padding-top: 7px;
    width: 98.4%;    
	height:auto; 
	clear:both; 
	border:1px solid #e1e1e1;
	background-color:#fafafa;
	
/* Para Mozilla/Gecko (Firefox etc)
    background: -moz-linear-gradient(top, #fafafa, #f1f1f1) repeat-X;

/* Para WebKit (Safari, Google Chrome etc) 
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f1f1f1)) repeat-X;

/* Para IE 8 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fafafa, endColorstr=#f1f1f1)";

/* Para IE 5.5 - 7
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fafafa, endColorstr=#f1f1f1);
*/

}


.DivScroll
{
    overflow-x: scroll; 
    width: 692px;
    margin-bottom:7px;    
}

.DivScrollFieldset
{
    overflow-x: scroll; 
    width: 99%;
    margin-bottom:7px;
}

.DivScrollVert
{
    overflow-x: scroll; 
    overflow-y: scroll;
    width: 99%;
    height: auto;
    margin-bottom:px;
}

.DivScrollVertHeight
{
    overflow-x: scroll; 
    overflow-y: scroll;
    width: 99%;
    height: 300px;
    margin-bottom:7px;
}

.divImgLoading
{
    background-image: url('../../Pict/Imagens/loading.gif'); 
    background-repeat: no-repeat;
    background-position: 220px 32px; 
    margin-left:110px;    
    /* (loading_circle) margin-left:110px; */
    margin-left:50px;    
    height: 100%;
    width: 100%; 
    
}

.imgLoadingText
{
    margin-left:82px; 
    padding-top:18px;    
}

.imgLoading
{
    margin-left:28px;       
}

.classImageButton
{
    cursor:pointer;
}

.cssBtnImg
{
    cursor: pointer;
}

/*  CALENDARIO AJAX TOOLKIT */ 

.ajax__calendar_container     
{
    background-color:#fff; 
    border:solid 1px #406577 !important;
}

.ajax__calendar_header
{
    background-color:#d7e2e8; 
    margin-bottom:5px;
}

.ajax__calendar_title   
{
    height:20px; 
    color:#1f5577; 
    line-height:1.7em;
}

.ajax__calendar_hover .ajax__calendar_title .ajax__calendar_today 
{
    color:#ffffff !important;
}

.ajax__calendar_prev,.ajax__calendar_next
{
    background-color:#d7e2e8; 
    height:20px !important; 
    color:#fff !important;
}

.ajax__calendar_days table thead tr td
{
    background-color:#fff; 
    color:#1f5577; 
    font-weight:bold;
}
      
.ajax__calendar_dayname
{
    border:0 !important;
}

.ajax__calendar_day 
{
    border:1px solid #d5e3f0 !important; 
    background:#d7e2e8; 
    margin:1px !important; 
    height:15px !important; 
    width:16px !important;
}

.ajax__calendar_month, .ajax__calendar_day 
{
    color:#406577; 
    font-weight:bold; 
}

.ajax__calendar_footer
{
    border-top:1px solid #c5dbec !important; 
    line-height:1.2em;
}


.ajax__calendar_today 
{
    border:1px solid #d5e3f0 !important; 
    background:#d7e2e8; 
    color:#406577;
}

td.ajax__calendar_hover div 
{
    background:#d2e6f5 !important; 
    border:1px solid #79b7e7 !important;
}

td.ajax__calendar_active div  
{   
    background:#fbec88 !important; 
    border:1px solid #fad42e !important;
}

.ajax__calendar_other .ajax__calendar_day
{
    font-weight:normal !important; 
    color:#bbb !important; 
    border:1px solid #eee !important;
}

.ajax__calendar_hover.ajax__calendar_other .ajax__calendar_day
{
    background:#efefef !important; 
    color:#aaa !important; 
    border:1px solid #ddd !important;
}

.ajax__calendar_active{}
.ajax__calendar_years {}
.ajax__calendar_months {}
.ajax__calendar_body {}
.ajax__calendar_prev {}
.ajax__calendar_next {}
.ajax__calendar_days {}
.ajax__calendar_month {}                           
.ajax__calendar_year {}
.ajax__calendar_hover {}
.ajax__calendar_other {}
                             
/*  CALENDARIO AJAX TOOLKIT */

/* FORM CLASS */

form
{
	margin-bottom:10px;
}

.divForm
{
	margin-bottom:0px;
	padding-bottom:0px;
}

.labelFormTitle
{
    font-weight:bold;
    text-align:left;    
    padding-left:3px;
    font-size:11px;        
}

.labelFormTitleCenterNoBold
{    
    text-align:center;    
    padding-left:3px; 
}

.labelFormTitleCenter
{
    font-weight:bold;
    text-align:center;    
    padding-left:3px;
    font-size:11px;        
}

.labelFormTitle10
{
    font-weight:bold;
    text-align:left;    
    padding-left:3px;
    font-size:10px;       
}

.labelFormTitle9
{
    font-weight:bold;
    text-align:left;    
    padding-left:3px;
    font-size: 9px;      
}

.labelFormTitle8
{
    font-weight:bold;
    text-align:left;    
    padding-left:3px;
    font-size:8px;      
}

.labelFormTitle7
{
    font-weight:bold;
    text-align:left;    
    padding-left:3px;
    font-size:7px;      
}

.labelFormTitleRight
{
    font-weight:bold;
    text-align:right;
    display:block;
    padding-right:3px;    
    font-size:11px;    
}

.labelFormTitleGrid
{
	font-weight:normal;	
	padding-left:1px;
	text-align: left;
}

.labelFormTitleGridCenter
{
	font-weight:normal;	
	padding-left:1px;
	text-align: center;
}

.labelFormTitleGridConsultaLog
{
	font-weight:normal;		
	text-align: left;
}

.labelFormTitleGrid10
{
	font-weight: normal;	
	font-size: 10px;
	padding-left: 1px;
}

.labelFormTitleGrid9
{
	font-weight: normal;	
	font-size: 9px;
	padding-left: 1px;	
}

.labelFormTitleGrid8
{
	font-weight: normal;	
	font-size: 8px;
	padding-left: 1px;	
}



.labelFormTitleItalic
{
	font-weight:normal;
	font-style:oblique;	
}

.labelModalBI
{
    font-weight:bold;
    text-align:left;    
    padding-left:1px;
    font-size:11px;      
}

.labelAceitaCHD
{
    display: none; 
    border:1px #ff3400 solid;	
    background-color: #ffeae4;    
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left:10px;
    padding-right:10px;
    border-radius:5px 5px 5px 5px;
}

.labelAceitaCHD2
{   
    border:1px #ff3400 solid;	
    background-color: #ffeae4;    
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left:10px;
    padding-right:10px;
    border-radius:5px 5px 5px 5px;  
}


/* INPUT CLASS */


input{
	border:#dddddd 1px solid;
	color:#5C5C5C;
    margin:2px;     
    margin-left:1px;
	font-size:11px;
}


input:focus{
	border:#96c6c6 1px dashed;
	color:#0b7e9f;
    margin:2px;     
    margin-left:1px;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:11px;
}

input:disabled{
    color:#1f5577;    
    font-size:11px;    
}

select{
	border:#dddddd 1px solid;
	color:#5C5C5C;
	font-family: Tahoma, Arial, Sans-Serif;
	text-transform: uppercase;
	font-size: 11px;
    margin:2px;     
    margin-left:1px;
}

select:focus{
	border:#96c6c6 1px dashed;
	color:#0b7e9f;
	font-family: Tahoma, Arial, Sans-Serif;
	text-transform: uppercase;
	font-size: 11px;
    margin:2px;  
	margin-left:1px;
}

input[type="text"] 
{ 
	border:#dddddd 1px solid;
	color:#5C5C5C;
	font-family: Tahoma, Arial, Sans-Serif;
    margin:2px; 
	margin-left:1px;
	font-size:11px;
	text-transform:uppercase;
	padding: 1px 3px 1px 3px;  

}

input[type="text"]:focus 
{ 
	border:#96c6c6 1px dashed;
	color:#0b7e9f;
	font-family: Tahoma, Arial, Sans-Serif;
    margin:2px; 
    margin-left:1px;
    font-size:11px;
    text-transform:uppercase;
}

input[type="text"]:disabled 
{ 
	border: #90a5ad 1px dotted;
	background-color: #ffffff;
    color:#73878f;
    font-weight:Normal;        
	font-family: Tahoma, Arial, Sans-Serif;
    margin: 2px; 
    margin-left: 1px;
    font-size: 11px;
    text-transform: uppercase;
    padding: 1px 3px 1px 3px;  
}


input[type="radio"] 
{
	padding:0px;
	border:0px;
	padding-left:10px;
}

input[type="checkbox"] 
{
	padding:0px;
	border:0px;
}

input[type="image"] 
{
	padding:0px;
	border:0px;
}

textarea{
	border:#dddddd 1px solid;
	color:#5C5C5C;
	font-family: Tahoma, Arial, Sans-Serif;
    margin:2px; 
	margin-left:1px;
	font-size:11px;
	text-transform:uppercase;
}

textarea:focus{
	border:#96c6c6 1px dashed;
	color:#0b7e9f;
	font-family: Tahoma, Arial, Sans-Serif;
    margin:2px; 
	margin-left:1px;   
    font-size:11px;
    text-transform:uppercase;
}

textbox{
	border:#dddddd 1px solid;
	color:#5C5C5C;
	font-family: Tahoma, Arial, Sans-Serif;
    margin:2px; 
	margin-left:1px;
	font-size:11px;
	text-transform:uppercase;
}

textbox:focus{
	border:#96c6c6 1px dashed;
	color:#0b7e9f;
	font-family: Tahoma, Arial, Sans-Serif;
    margin:2px; 
    margin-left:1px;
    font-size:11px;
    text-transform:uppercase;
}

input[type="radio"] 
{ 
	border:#fafafa 1px solid;
	color:#5C5C5C;
	font-family: Tahoma, Arial, Sans-Serif;
    margin: 0px 15px 0px 2px;
	font-size:11px;
	text-transform:uppercase;

}

input[type="radio"]:focus 
{ 
	border:#96c6c6 1px dashed;
	color:#0b7e9f;
	font-family: Tahoma, Arial, Sans-Serif;
    margin:2px; 
    margin-left:1px;
    font-size:11px;
    text-transform:uppercase;
}


input[type="password"] 
{ 
	border:#dddddd 1px solid;
    color:#5C5C5C;
	font-family: Tahoma, Arial, Sans-Serif;
    margin:2px; 
	margin-left:1px;
	font-size:11px;
	text-transform:none;
	padding: 1px 3px 1px 3px;

}

input[type="password"]:focus 
{ 
	border:#96c6c6 1px dashed;
	color:#0b7e9f;
	font-family: Tahoma, Arial, Sans-Serif;
    margin:2px; 
    margin-left:1px;
    font-size:11px;
    text-transform:none;
}

input[type="RadioButton"] 
{ 
	border:#dddddd 1px solid;
	color:#5C5C5C;
	font-family: Tahoma, Arial, Sans-Serif;
    margin:2px; 
	margin-left:1px;
	font-size:11px;
	text-transform:uppercase;

}

input[type="RadioButton"]:focus 
{ 
	border:#96c6c6 1px dashed;
	color:#0b7e9f;
	font-family: Tahoma, Arial, Sans-Serif;
    margin:2px; 
    margin-left:1px;
    font-size:11px;
    text-transform:uppercase;
}

input[type="RadioButtonList"] 
{ 
	border:#dddddd 1px solid;
	color:#5C5C5C;
	font-family: Tahoma, Arial, Sans-Serif;
    margin:2px; 
	margin-left:1px;
	font-size:11px;
	text-transform:uppercase;

}

input[type="RadioButtonList"]:focus
{ 
	border:#96c6c6 1px dashed;
	color:#0b7e9f;
	font-family: Tahoma, Arial, Sans-Serif;
    margin:2px; 
    margin-left:1px;
    font-size:11px;
    text-transform:uppercase;
}


input[type="CheckBox"] 
{ 
	border:#fafafa 1px solid;
	color:#5C5C5C;
	font-family: Tahoma, Arial, Sans-Serif;
    margin:2px; 
	margin-left:1px;
	font-size:11px;
	text-transform:uppercase;
}

input[type="CheckBox"]:focus 
{ 
	border:#96c6c6 1px dashed;
	color:#0b7e9f;
	font-family: Tahoma, Arial, Sans-Serif;
    margin:2px; 
    margin-left:1px;
    font-size:11px;
    text-transform:uppercase;
}


input[type="CheckBoxList"] 
{ 
	border:#dddddd 1px solid;
	color:#5C5C5C;
	font-family: Tahoma, Arial, Sans-Serif;
    margin:2px; 
	margin-left:1px;
	font-size:11px;
    text-transform:uppercase;

}

input[type="CheckBoxList"]:focus 
{ 
	border:#96c6c6 1px dashed;
	color:#0b7e9f;
	font-family: Tahoma, Arial, Sans-Serif;
    margin:2px; 
    margin-left:1px;
    font-size:11px;
    text-transform:uppercase;
}

input[type="TextBox"] 
{ 
	border:#dddddd 1px solid;
	color:#5C5C5C;
	font-family: Tahoma, Arial, Sans-Serif;
    margin:2px; 
	margin-left:1px;
	font-size:11px;
	text-transform:uppercase;

}

input[type="TextBox"]:focus 
{ 
	border:#96c6c6 1px dashed;
	color:#0b7e9f;
	font-family: Tahoma, Arial, Sans-Serif;
    margin:2px; 
    margin-left:1px;
    font-size:11px;
    text-transform:uppercase;
}


/* */

.inputCmpAlterado[type="text"]
{
	border:#fe8465 1px dashed;	
	margin:2px; 
    margin-left:1px;
	background-color: #F0FFF0;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:11px;
}

.inputCmpObrig {
	border:#fe8465 1px dashed;
    margin:2px; 
    margin-left:1px;
	background-color: #ffeae4;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:11px;
}

.inputCmpObrig:focus {
	border:#fe8465 1px dashed;
    margin:2px; 
    margin-left:1px;
	background-color: #ffeae4;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:11px;
}


.inputCmpObrig[type="text"] { 
	border:#fe8465 1px dashed;
    margin:2px; 
    margin-left:1px;
	background-color: #ffeae4;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:11px;
}

.inputCmpObrig[type="textbox"] { 
	border:#fe8465 1px dashed;
    margin:2px;  
    margin-left:1px;
	background-color: #ffeae4;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:11px;
}

.inputCmpObrig[type="textarea"] { 
	border:#fe8465 1px dashed;
    margin:2px;  
    margin-left:1px;
	background-color: #ffeae4;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:11px;
}

.inputCmpObrig[type="select"] { 
	border:#fe8465 1px dashed;
	background-color: #ffeae4;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:11px;
    margin:2px; 
	margin-left:1px;
}

.inputCmpObrig[type="FileUpload"] { 
	border:#fe8465 1px dashed;
	background-color: #ffeae4;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:11px;
}

.inputCmpObrig[type="radio"] { 
	border:#fe8465 1px dashed;
    margin:2px; 
    margin-left:1px;
	background-color: #ffeae4;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:11px;
}

.inputCmpObrig[type="RadioButton"] { 
	border:#fe8465 1px dashed;
    margin:2px; 
    margin-left:1px;
	background-color: #ffeae4;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:11px;
}

.inputCmpObrig[type="RadioButtonList"] { 
	border:#fe8465 1px dashed;
    margin:2px; 
    margin-left:1px;
	background-color: #ffeae4;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:11px;
}

.inputCmpObrig[type="CheckBox"] { 
	border:#fe8465 1px dashed;
    margin:2px;  
    margin-left:1px;
	background-color: #ffeae4;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:11px;
}

.inputCmpObrig[type="CheckBoxList"] { 
	border:#fe8465 1px dashed;
    margin:2px; 
    margin-left:1px;
	background-color: #ffeae4;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:11px;
}

.inputCmpObrig[type="ListBox"] { 
	border:#fe8465 1px dashed;
    margin:2px; 
    margin-left:1px;
	background-color: #ffeae4;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:11px;
}



/* INPUT BUTTONS */

/* Input Button */

input[type="submit"]  
{
    border:#14405d solid 1px;
    *border:#14405d solid 0.5px;
    cursor: pointer; 
    color: #ffffff; 
    font-weight:bold;
    font-size: 11px;     
    padding: 4px 15px 3px 15px;
    *padding: 4px 0px 4px 0px;
    border-radius: 4px;     
    -moz-border-radius: 4px;         
    -webkit-border-radius: 4px;         
    background-color: #406577;
    -webkit-box-shadow: inset 0 -8px 10px #153e4c;
    -moz-box-shadow: inset 0 -8px 10px #153e4c;
    box-shadow: inset 0 -8px 10px #153e4c;
}
input[type="submit"]:hover 
{ 
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);     
    background-color: #24617C; 
    -webkit-box-shadow: inset 0 -8px 10px #153e4c, 1px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 -8px 10px #153e4c, 1px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 -8px 10px #153e4c, 1px 1px 3px rgba(0, 0, 0, 0.5);
    
}
input[type="submit"]:active  
{
    position: relative; 
}
input[type="submit"]:visited  
{
    position: relative; 
}

/* Input Button */

input[type="button"]  
{
    border:#14405d solid 1px;
    *border:#14405d solid 0.5px;
    cursor: pointer; 
    color: #ffffff; 
    font-weight:bold;
    font-size: 11px;     
    padding: 4px 15px 3px 15px;
    *padding: 4px 0px 4px 0px;
    border-radius: 4px;     
    -moz-border-radius: 4px;         
    -webkit-border-radius: 4px;         
    background-color: #406577;
    -webkit-box-shadow: inset 0 -8px 10px #153e4c;
    -moz-box-shadow: inset 0 -8px 10px #153e4c;
    box-shadow: inset 0 -8px 10px #153e4c;
}
input[type="button"]:hover 
{ 
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);     
    background-color: #24617C; 
    -webkit-box-shadow: inset 0 -8px 10px #153e4c, 1px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 -8px 10px #153e4c, 1px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 -8px 10px #153e4c, 1px 1px 3px rgba(0, 0, 0, 0.5);
}
input[type="button"]:active  
{
    position: relative; 
}
input[type="button"]:visited  
{
    position: relative; 
}

/* Input Reset */

input[type="reset"]  
{
    border:#14405d solid 1px;
    *border:#14405d solid 0.5px;
    cursor: pointer; 
    color: #ffffff; 
    font-weight:bold;
    font-size: 11px;     
    padding: 4px 15px 3px 15px;
    *padding: 4px 0px 4px 0px;
    border-radius: 4px;     
    -moz-border-radius: 4px;         
    -webkit-border-radius: 4px;         
    background-color: #406577;
    -webkit-box-shadow: inset 0 -8px 10px #153e4c;
    -moz-box-shadow: inset 0 -8px 10px #153e4c;
    box-shadow: inset 0 -8px 10px #153e4c;
}
input[type="reset"]:hover 
{ 
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);     
    background-color: #24617C; 
    -webkit-box-shadow: inset 0 -8px 10px #153e4c, 1px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 -8px 10px #153e4c, 1px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 -8px 10px #153e4c, 1px 1px 3px rgba(0, 0, 0, 0.5);
}
input[type="reset"]:active  
{
    position: relative; 
}
input[type="reset"]:visited  
{
    position: relative; 
}



/*
input[type="submit"] 
{ 
    cursor: pointer;
    font-weight: bold; 
    color: #ffffff; 
    font-size: 12px; 
    background-color: #406577;
    border:#1f5577 solid 1px;
    *border:#1f5577 solid 0.5px;
    padding: 4px 15px 3px 15px;
    border-radius: 3px 3px 3px 3px;
}
*/


input[type="submit"]:disabled
{ 
    cursor:default;
    border:#8198a1 solid 1px;
    *border:#8198a1 solid 0.5px;
    padding: 4px 15px 3px 15px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);     
    border-radius:3px; 
    color:#9a9a9a;
    text-shadow: 1px 1px 1px #ffffff;
    background-color: #c9d9e1; 
    -webkit-box-shadow: inset 0 -8px 10px #90a5ad;
    -moz-box-shadow: inset 0 -8px 10px #90a5ad;
    box-shadow: inset 0 -8px 10px #90a5ad;
}

input[type="button"]:disabled
{ 
    cursor:default;
    border:#8198a1 solid 1px;
    *border:#8198a1 solid 0.5px;
    padding: 4px 15px 3px 15px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);     
    border-radius:3px; 
    color:#9a9a9a;
    text-shadow: 1px 1px 1px #ffffff;
    background-color: #c9d9e1; 
    -webkit-box-shadow: inset 0 -8px 10px #90a5ad;
    -moz-box-shadow: inset 0 -8px 10px #90a5ad;
    box-shadow: inset 0 -8px 10px #90a5ad;
}

input[type="reset"]:disabled
{ 
    cursor:default;
    border:#8198a1 solid 1px;
    *border:#8198a1 solid 0.5px;
    padding: 4px 15px 3px 15px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);     
    border-radius:3px; 
    color:#9a9a9a;
    text-shadow: 1px 1px 1px #ffffff;
    background-color: #c9d9e1; 
    -webkit-box-shadow: inset 0 -8px 10px #90a5ad;
    -moz-box-shadow: inset 0 -8px 10px #90a5ad;
    box-shadow: inset 0 -8px 10px #90a5ad;
}


.btn
{
    border:#14405d solid 1px;
    *border:#14405d solid 0.5px;
    cursor: pointer; 
    color: #ffffff !important; 
    font-weight:bold;
    font-size: 11px;     
    padding: 2px 8px 2px 8px;
    *padding: 4px 0px 4px 0px;
    border-radius: 3px;     
    -moz-border-radius: 3px;         
    -webkit-border-radius: 3px;         
    background-color: #406577;
    -webkit-box-shadow: inset 0 -8px 10px #153e4c;
    -moz-box-shadow: inset 0 -8px 10px #153e4c;
    box-shadow: inset 0 -8px 10px #153e4c;
}

.btn:hover
{    
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);     
    background-color: #24617C; 
    -webkit-box-shadow: inset 0 -8px 10px #153e4c, 1px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 -8px 10px #153e4c, 1px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 -8px 10px #153e4c, 1px 1px 3px rgba(0, 0, 0, 0.5);
}


.btn a:link
{
    color: #ffffff !important;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.btn a:hover
{
    text-decoration: none;
}

.btn a:focus
{
    color: #ffffff !important;
}

.btn a:visited
{
    color: #ffffff !important;
}

.aspNetDisabled
{
    color:#1f5577;    
    font-size:11px;    
}



/* INPUT */



/* GRID */

.classGridView
{
   background-color:#ffffff;
   margin-top:10px;
   margin-bottom:10px;
   width: 99%;
   font-size:10px;   
}

.classHeaderStyle
{
    background-color:#406577;
    color:#ffffff;
    font-size:10px;
    font-weight:bold;
    height:22px;
    text-transform:uppercase;    
    text-align: center;
}

.classFooterStyle
{   
    background-color:#cfdde7;    
    color:#5C5C5C;
    font-size:10px;
    font-weight:bold;
    height:22px;
    text-transform:uppercase;    
}

.classHeaderStyle th
{
    padding-left:7px;
    padding-right:7px;
    text-align: center;
}

.classRowStyle
{
    background-color:#f6fafc;    
}

.classRowStyle td
{
    padding: 0px 4px 0px 4px;  
    margin: 0px;
    min-height: 20px;
}

.classRowStyle th
{
    padding: 0px 5px 0px 5px;  
    margin: 0px;
    min-height: 20px;
}

.classAlternatingRowStyle
{
    background-color:#e7eff4;    
}

.classAlternatingRowStyle td
{
    padding: 0px 4px 0px 4px;  
    margin: 0px;
    min-height: 20px;
}

.classAlternatingRowStyle th
{
    padding: 0px 5px 0px 5px;  
    margin: 0px;
    min-height: 20px;
}

.classRowStyle:hover
{
    background-color:#dee7ec;    
}

.classAlternatingRowStyle:hover
{
    background-color:#dee7ec;    
}

.classSelectedRowStyle
{
    color: #406577;
    background-color:#d7e2e8;
}

.classEmptyDataRowStyle td
{
	background-image: url(../../Pict/Icones/ico_alert.png);
	background-position: 6px 3px;
	background-color: #FFFF99;
	font-weight:bold;
	text-align:left;
	font-size:11px;
	background-repeat: no-repeat;	
	padding: 6px 6px 6px 32px; 
    border:1px #ee981c solid;	
    width:100%;
}

/* GRID INTERNO */

.classGridViewInto
{
   background-color:#ffffff;
   margin-top:10px;
   margin-bottom:10px;
   width: 100%;
   font-size:10px;
}

.classGridViewInto2
{
   background-color:#ffffff;
   margin-top:10px;
   margin-bottom:10px;
   width:300px;
   font-size:10px;
}

/* Grid - Dentro de Fieldset  */

.classGridViewFieldset
{
    background-color:#ffffff;
    margin-top:10px;
    margin-bottom:10px;
    width: 98%;
    font-size: 10px;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
}

.classHeaderStyleFieldset
{
    color: #566f84;
    background-color:#e4ecf0;
    font-size:10px;
    font-weight:bold;
    height:22px;
    text-transform:uppercase;    
}

.classFooterStyleFieldset
{   
    background-color:#cfdde7;    
    color:#5C5C5C;
    font-size:10px;
    font-weight:bold;
    height:22px;
    text-transform:uppercase;    
}

.classRowStyleFieldset
{
    background-color:#f6fafc;
    color:#5C5C5C;
}

.classAlternatingRowStyleFieldset
{
    background-color:#e7eff4;
    color:#5C5C5C;      
}

.classRowStyleFieldset:hover    

{
    background-color:#dee7ec;    
}

.classAlternatingRowStyleFieldset:hover
{
    background-color:#dee7ec;    
}

/* */

/* Grid - Dentro de Fieldset  */

.classGridView280
{
    background-color:#ffffff;
    margin-top:10px;
    margin-bottom:10px;
    width:280px;
    font-size:10px;
    text-align:left;
}

.classHeaderStyle280
{
    color: #566f84;
    background-color:#f1f5f4;
    font-size:10px;
    font-weight:bold;
    height:22px;
    text-transform:uppercase;    
}

.classFooterStyle280
{   
    background-color:#cfdde7;    
    color:#5C5C5C;
    font-size:10px;
    font-weight:bold;
    height:22px;
    text-transform:uppercase;    
}

.classRowStyle280
{
    background-color:#f6fafc;
    color:#5C5C5C;
}

.classAlternatingRowStyle280
{
    background-color:#eff4f7;
    color:#5C5C5C;      
}

.classRowStyle280:hover    

{
    background-color:#e7eff4;    
}

.classAlternatingRowStyle280:hover
{
    background-color:#e7eff4;    
}


/* Grid - Dentro de Fieldset - Estilo de Fieldset  */

.classGridViewFieldset2
{
    background-color:#ffffff;
    margin-top:10px;
    margin-bottom:10px;
    width:690px;
    font-size:10px;
    text-align:left;
}

.classHeaderStyleFieldset2
{
    color: #566f84;
    background-color:#e4ecf0;
    font-size:9px;
    font-weight:bold;
    height:22px;
    text-transform:uppercase;    
}

.classFooterStyleFieldset2
{   
    background-color:#cfdde7;    
    color:#5C5C5C;
    font-size:10px;
    font-weight:bold;
    height:22px;
    text-transform:uppercase;    
}

.classRowStyleFieldset2
{
    background-color:#f6fafc;
    min-height:20px;
    color:#5C5C5C;
}

.classAlternatingRowStyleFieldset2
{
    background-color:#e7eff4;        
    min-height:20px;
    color:#5C5C5C;
}

.classRowStyleFieldset2:hover    
{
    background-color:#dee7ec;    
}

.classAlternatingRowStyleFieldset2:hover
{
    background-color:#dee7ec;    
}


/* Grid - Estilo de Fieldset */


.classHeaderStyleFieldsetStyle
{
    background-color:#d7e2e8;
    color:#566f84;
    font-size:9px;
    margin:0px;
    padding:0px;
    font-weight:bold;
    height:22px;
    text-transform:uppercase;    
}

.classFooterStyleFieldsetStyle
{   
    background-color:#cfdde7;    
    color:#5C5C5C;
    font-size:10px;
    font-weight:bold;
    height:22px;
    text-transform:uppercase;    
}

.classRowStyleFieldsetStyle
{
    background-color:#f6fafc;
}

.classAlternatingRowStyleFieldsetStyle
{
    background-color:#e7eff4;        
}

.classRowStyleFieldsetStyle:hover    

{
    background-color:#dee7ec;    
}

.classAlternatingRowStyleFieldsetStyle:hover
{
    background-color:#dee7ec;    
}


/* Grid - TABS */

.classGridViewTabs
{
    background-color:#ffffff;
    margin-top:10px;
    margin-bottom:10px;
    width: 100%;
    font-size:10px;
    text-align:left;
}

.classHeaderStyleTabs
{
    background-color:#e4ecf0;
    color:#566f84;
    font-size:9px;
    margin:0px;
    padding:0px;
    font-weight:bold;
    text-align: center;
    height:22px;
    text-transform:uppercase;    
}

.classFooterStyleTabs
{   
    background-color:#cfdde7;    
    color:#5C5C5C;
    font-size:10px;
    font-weight:bold;
    height:22px;
    text-transform:uppercase;    
}

.classRowStyleTabs
{
    background-color:#f6fafc;
}

.classAlternatingRowStyleTabs
{
    background-color:#eff4f7;        
}

.classRowStyleTabs:hover    

{
    background-color:#e7eff4;    
}

.classAlternatingRowStyleTabs:hover
{
    background-color:#e7eff4;    
}


/* Grid - Vermelho */


.classHeaderStyleRed
{
    background-color:#ffcbb6;
    color:#5C5C5C;
    font-size:9px;
    margin:0px;
    text-align: center;
    padding:0px;
    font-weight:bold;
    height:22px;
    text-transform:uppercase;    
}

.classFooterStyleRed
{   
    background-color:#ffcbb6;    
    color:#5C5C5C;
    font-size:10px;
    font-weight:bold;
    height:22px;
    text-transform:uppercase;    
}

.classRowStyleRed
{
    background-color:#ffeee6;
}

.classAlternatingRowStyleRed
{
    background-color:#ffeee6;        
}

.classRowStyleRed:hover
{
    background-color:#ffd7c7;    
}

.classAlternatingRowStyleRed:hover
{
    background-color:#ffd7c7;    
}

/* 8  */

.classGridView8
{
   background-color:#ffffff;
   margin-top:10px;
   margin-bottom:10px;
   width: 99%;
   font-size:8px;
   text-align:left;
}

.classHeaderStyle8
{
    background-color:#406577;
    color:#ffffff;
    font-weight:bold;
    height:18px;
    text-align: center;
    text-transform:uppercase;    
    font-size:8px;
}

.classFooterStyle8
{   
    background-color:#cfdde7;    
    color:#5C5C5C;
    font-size:10px;
    font-weight:bold;
    height:22px;
    text-transform:uppercase;    
}

.classHeaderStyle8 th
{
    padding-left:1px;
    padding-right:1px;
    margin-left:0px;
    margin-right:0px;
    text-align: center;
    font-size: 8px;
}

.classRowStyle8
{
    background-color:#f6fafc;
    color:#5C5C5C;
}

.classRowStyle8 td
{
    padding: 0px 4px 0px 4px;  
    margin:0px;
}

.classAlternatingRowStyle8
{
    background-color:#e7eff4; 
    color:#5C5C5C;
}

.classAlternatingRowStyle8 td
{
    padding: 0px 4px 0px 4px;  
    margin:0px;
}

.classRowStyle8:hover    

{
    background-color:#dee7ec;    
}

.classAlternatingRowStyle8:hover
{
    background-color:#dee7ec;    
}

.classSelectedRowStyle8
{
     background-color:#fffcd5;
     border: 1px solid #f4e003;
     font-weight: bold;
}



.classEmptyDataRowStyle8 td
{
	background-image: url(../../Pict/Icones/ico_alert.png);
	background-position: 6px 2px;
	background-color: #FFFF99;
	font-weight:bold;
	font-size:11px;
	text-align:left;	
	background-repeat: no-repeat;	
	padding: 6px 6px 6px 32px; 
    border:1px #ee981c solid;	
    width:100%;
}

/*  8  */

/* TABLE HELIC */


.classGridViewHelic
{
   background-color:#ffffff;
   margin-top:10px;
   margin-bottom:10px;
   width: 99%;
   font-size:10px;   
}

.classHeaderStyleHelic
{
    background-color:#406577;
    color:#ffffff;
    font-size:10px;
    font-weight:bold;
    height:22px;
    text-transform:uppercase;    
    text-align: center;
}

.classHeaderStyleHelic8
{
    background-color:#406577;
    color:#ffffff;
    font-size:8px;
    font-weight:bold;
    height:22px;
    text-transform:uppercase;    
    text-align: center;
}

.classAlternatingRowStyleHelic
{
    background-color:#e7eff4;    
}

.classAlternatingRowStyleHelic td
{
    padding: 0px 4px 0px 4px;  
    margin:0px;
    min-height:20px;
}

.classAlternatingRowStyleHelic:hover
{
    background-color:#dee7ec;    
}

.classRowStyleHelic
{
    background-color:#f6fafc;    
}

.classRowStyleHelic td
{
    padding: 0px 4px 0px 4px;  
    margin: 0px;
    min-height:20px;
}

.classRowStyleHelic:hover 
{
    background-color:#dee7ec;    
}


/* TOP  */

.classGridViewTop
{
   background-color:#ffffff;
   margin-top:10px;
   margin-bottom:10px;
   width: 99%;
   text-align:left;
   font-size:10px;
   
}

.classHeaderStyleTop
{
    background-color:#406577;
    color:#ffffff;
    font-weight:bold;
    height:18px;
    text-align: center;
    text-transform:uppercase;    
    font-size:8px;
    padding-left:1px;
    padding-right:1px;
    margin-left:0px;
    margin-right:0px;
}

.classFooterStyleTop
{   
    background-color:#cfdde7;    
    color:#5C5C5C;
    font-size:10px;
    font-weight:bold;
    height:22px;
    text-transform:uppercase;    
}

.classHeaderStyleTop th
{
    padding-left:1px;
    padding-right:1px;
    margin-left:0px;
    margin-right:0px;
    text-align:center;
}

.classRowStyleTop
{
    background-color:#f6fafc;  
    color:#5C5C5C;  
}

.classRowStyleTop td
{
    padding: 0px 4px 0px 4px;  
    margin:0px;
}

.classAlternatingRowStyleTop
{
    background-color:#e7eff4; 
    color:#5C5C5C;
}

.classAlternatingRowStyleTop td
{
    padding: 0px 4px 0px 4px;        
    margin: 0px;
}

.classRowStyleTop:hover 
{
    background-color:#dee7ec;    
}

.classAlternatingRowStyleTop:hover
{
    background-color:#dee7ec;    
}

.classSelectedRowStyleTop
{
     background-color:#fffcd5;
     border: 1px solid #f4e003;
     font-weight: bold;     
}

.classEmptyDataRowStyleTop td
{
	background-image: url(../../Pict/Icones/ico_alert.png);
	background-position: 6px 3px;
	background-color: #FFFF99;
	font-weight:bold;
	font-size:11px;
	text-align:left;	
	background-repeat: no-repeat;		
	padding: 6px 6px 6px 32px; 
    border:1px #ee981c solid;	
    width:100%;
}
/*  TOP  */


/*  GRID TARIFA - ACORDO COMERCIAL  */

.classGridViewTAC
{
   background-color:#ffffff;
   margin-top:10px;
   margin-bottom:10px;
   width:698px;
   text-align:left;
   font-size:1
.px;   
}

.classRowStyleTAC
{
    background-color:#f6fafc;
    color:#5C5C5C;
}

.classAlternatingRowStyleTop
{
    background-color:#e7eff4; 
    color:#5C5C5C;
}

.classRowStyleTop:hover    
{
    background-color:#dee7ec;    
}

.classAlternatingRowStyleTop:hover
{
    background-color:#dee7ec;    
}

.classSelectedRowStyleTop
{
     background-color:#fffcd5;
     border: 1px solid #f4e003;
     font-weight: bold;     
}




/*  GRID TARIFA - ACORDO COMERCIAL  */

.gridTable
{
	background-color:#ddd; width:700px;
}

.gridTable th
{
	padding:5px;
}

.gridTable tr
{
	background-color:#fff;
}

    
.trInteira
{
    text-align: center;
}

/* Td Dividida 2 partes */

.tdInicial2
{
    border-right: 1px solid white;
    border-top: 1px solid white;
    text-align: center;
    padding: 0 5px 0 5px;
    width: 50%;
}

.tdFinal2
{
    border-top: 1px solid white;
    text-align: center;
    padding: 0 5px 0 5px;
    width: 50%;
}


/* Td Dividida 3 partes */

.tdInicial
{
    border-right: 1px solid white;
    border-top: 1px solid white;
    text-align: center;
    padding: 0 5px 0 5px;
    width: 33%;
}

.tdFinal
{
    border-top: 1px solid white;
    text-align: center;
    padding: 0 5px 0 5px;
    width: 33%;
}

.tdInicial3
{
    border-right: 1px solid white;
    border-top: 1px solid white;
    text-align: center;
    padding: 0 5px 0 5px;
    width: 33%;
}

.tdFinal3
{
    border-top: 1px solid white;
    text-align: center;
    padding: 0 5px 0 5px;
    width: 33%;
}

/* Td Dividida 4 partes */

.tdInicial4
{
    border-right: 1px solid white;
    border-top: 1px solid white;
    text-align: center;
    padding: 0 5px 0 5px;
    width: 25%;
}

.tdFinal4
{
    border-top: 1px solid white;
    text-align: center;
    padding: 0 5px 0 5px;
    width: 25%;
}

.tdResultado
{
    text-align: center;
}

.chkDias
{
    margin: 0 0 0 0;
}
.tdDias
{
    border-top: 1px solid white;
    border-right: 1px solid white;
    text-align: center;
    padding: 0px 5px 0px 5px;
}
    
/*  TABLES  */
       

/* MSG PANEL */

.MsgBox
{
	border-width: 1px;
	border-style: solid;
	border-color: #ee981c;
	background-color: #ffff99;
	color: #5C5C5C;
	padding: 2px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}


.MsgBoxPanel
{
	width: 98%;
}

.message
{
	font-weight: bold;
	font-size: 12px;
}

.ValidationSummary
{
	border-width: 1px;
	border-style: solid;
	border-color: #ee981c;
	background-image: url(../../Pict/Icones/ico_alert.png);
	background-color: #FFFF99;
	background-repeat: no-repeat;
	background-position: 10px 7px;
	padding-left: 55px;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 20px;
	margin: 10px;
	margin-left: 10px;
	min-height: 25px;
	width: 94%;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}


/* FIELDSET */


fieldset
{
    border: 0px none;
    padding: 0px none;
    margin: 0px none;
}

/*
fieldset legend
{
    color: #406577;
    font-weight: bold;
    text-transform:uppercase;
    margin-left:-10px;
    padding-top:10px;
    padding-bottom:5px;
}
*/

.fieldsetComboWidth100
{
    background-color:#fcfcfc;
    border:1px dashed #d7e2e8;
    border-top:0px none;
    margin-bottom: 10px;
    width: 99%;
}

.fieldsetComboWidth100 legend
{
    color: #406577;
    background-color:#d7e2e8;
    font-weight: bold;
    text-transform:uppercase;
    padding-left:8px;
    padding-right:3px;
    padding-top:4px;
    padding-bottom:3px;
    width: 101%;
    *width: 98.8%;
    margin-left:-10px;
    *margin-left:-7px;
    margin-right:-10px;
}

.ie8 .fieldsetComboWidth100 legend
{    
    margin-left:-2px;
    width: 99.3%;
}

.fieldsetCombo
{
    background-color:#fcfcfc;
    border:1px dashed #d7e2e8;
    border-top:0px none;
    margin-bottom: 10px;
    width: 99%;
}

.fieldsetComboMarkup
{
    background-color:#fcfcfc;
    border:0px dashed #d7e2e8;
    border-top:0px none;
    font-size: 11.5px;
    font-family: Tahoma, Arial, sans-serif;
    font-weight:bold;
    color: #406577;
    margin-bottom: 0px;
    width: 99%;
}

.fieldsetCombo legend
{
    color: #406577;
    background-color: #d7e2e8;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 8px;
    padding-right: 3px;
    padding-top: 4px;
    padding-bottom: 3px;
    width: 101%;
    *width: 98.8%;
    margin-left:-10px;
    *margin-left:-7px;
    margin-right:-10px;
}

.ie8 .fieldsetCombo legend
{    
    margin-left:-2px;
    width: 99.3%;
}

.divImgLegend
{
    margin-top:-20px; 
    *margin-top:-17px; 
    *margin-right:3px; 
    float:right
}


.fieldsetCombo2
{
    background-color:#fefefe;
    border:1px solid #e4ecf0;
    border-top:0px none;
    margin-bottom: 0px;
    margin-top: 5px;
    width:99%;        
}

.fieldsetCombo2 legend
{
    color: #566f84;
    background-color:#e4ecf0;
    padding-left:4px; 
    padding: 2px 6px 2px 6kpx; 
    width:103.3%;
    text-transform:none;    
}

.fieldsetComboHalf
{
    background-color:#fefefe;
    border:1px solid #e4ecf0;
    border-top:0px none;
    margin-bottom: 0px;
    margin-top: 5px;
    width:99%;        
}

.fieldsetComboHalf legend
{
    color: #566f84;
    background-color:#e4ecf0;
    padding-left:4px; 
    padding: 2px 6px 2px 6kpx; 
    width:104.4%;
    text-transform:none;    
    margin-left: -3%;
    font-weight: bold;
}

.fieldsetCombo230
{
    background-color:#fefefe;
    border:1px solid #e4ecf0;
    border-top:0px none;
    margin-bottom: 0px;
    margin-top: 5px;    
    *margin-left:8px;
    width:230px;
}

.fieldsetCombo230 legend
{
    color: #566f84;
    background-color: #e4ecf0;
    padding-left: 4px; 
    padding: 2px;   
    text-transform: none;
    margin-left: -10px;
    *margin-left: -7px;
    margin-right: -09px;
    width: 226px;
}

.fieldsetCombo370
{
    background-color: #fefefe;
    border: 1px solid #e4ecf0;
    border-top: 0px none;
    margin-bottom: 0px;
    margin-top: 5px;    
    *margin-left: 8px;
    width: 370px;
}

.fieldsetCombo370 legend
{
    color: #566f84;
    background-color: #e4ecf0;
    padding-left: 4px; 
    padding: 3px;   
    text-transform: none;
    margin-left: -10px;
    *margin-left: -7px;
    margin-right: -09px;
    width: 365px;
    font-weight: bold;
}

.fieldsetCombo430
{
    background-color: #fefefe;
    border: 1px solid #e4ecf0;
    border-top: 0px none;
    margin-bottom: 0px;
    margin-top: 5px;    
    *margin-left: 8px;
    width: 430px;
}

.fieldsetCombo430 legend
{
    color: #566f84;
    background-color: #e4ecf0;
    padding-left: 4px; 
    padding: 3px;   
    text-transform: none;
    margin-left: -10px;
    *margin-left: -7px;
    margin-right: -09px;
    width: 426px;
    font-weight: bold;
}

.fieldsetCombo460    
{
    background-color: #fefefe;
    border: 1px solid #e4ecf0;
    border-top: 0px none;        
    margin-right: 20px;
    width: 460px;    
    *margin-left: 8px; 
    font-size: 11px;
}

.fieldsetCombo460 legend
{
    color: #566f84;
    background-color:#e4ecf0;
    padding-left:6px;
    padding:3px; 
    width:473px;
    text-transform:none;
    margin-left:-8px;
    *margin-left:-7px;
    margin-right:-08px;
    font-size:11px;
    text-transform:uppercase;
    display:inline;    
}

.fieldsetCombo880
{
    background-color:#fcfcfc;
    border:1px dashed #d7e2e8;
    border-top:0px none;
    margin-bottom: 5px;
    width:880px;
}

.fieldsetCombo880 legend
{
    color: #406577;
    background-color:#d7e2e8;
    font-weight: bold;
    text-transform:uppercase;
    padding-left:8px;
    padding-right:3px;
    padding-top:4px;
    padding-bottom:3px;
    width:869px;
    margin-left:-10px;
    *margin-left:-7px;
    margin-right:-10px;
}


.fieldsetCombo730
{
    background-color:#fcfcfc;
    border:1px dashed #d7e2e8;
    border-top:0px none;
    margin-bottom: 5px;
    width:730px;
}

.fieldsetCombo730 legend
{
    color: #406577;
    background-color:#d7e2e8;
    font-weight: bold;
    text-transform:uppercase;
    padding-left:8px;
    padding-right:3px;
    padding-top:4px;
    padding-bottom:3px;
    width:719px;
    margin-left:-10px;
    *margin-left:-7px;
    margin-right:-10px;
}



.fieldsetCombo790
{
    background-color:#fcfcfc;
    border:1px dashed #d7e2e8;
    border-top:0px none;
    margin-bottom: 5px;
    width:790px;
}

.fieldsetCombo790 legend
{
    color: #406577;
    background-color:#d7e2e8;
    font-weight: bold;
    text-transform:uppercase;
    padding-left:8px;
    padding-right:3px;
    padding-top:4px;
    padding-bottom:3px;
    width:779px;
    margin-left:-10px;
    *margin-left:-7px;
    margin-right:-10px;
}




.ie8 .fieldsetCombo730 legend
{    
    margin-left:-2px;
}

.fieldsetCombo664 
{
    background-color:#fcfcfc;
    border: 1px dashed #e4ecf0;
    border-top:0px none;
    margin-bottom: 5px;
    margin-top: 3px;     
    width:100%;  
    *width:98%;  
    *margin-left: 10px;
}

.ie8 .fieldsetCombo664
{
    width: 98.3%;  
    margin-left: 8px;  
}

.fieldsetCombo664 legend
{
    /* Fieldset dentro de fieldset */
    color: #406577;
    background-color: #e4ecf0;
    font-weight: bold;    
    text-transform: none;
    padding-left: 8px;
    padding-right: 3px;
    padding-top: 4px;
    padding-bottom: 3px;
    width: 101%;     
    *width: 99%;     
}


.fieldsetCombo650
{
    background-color:#fcfcfc;
    border:1px dashed #d7e2e8;
    border-top:0px none;
    margin-bottom: 5px;
    width:650px;
}

.fieldsetComboTabs
{
    background-color:#fcfcfc;
    border: 1px dashed #e4ecf0;
    border-top:0px none;
    margin-top: 5px;
    margin-bottom: 5px;
    width:99.7%;
}

.fieldsetComboTabs legend
{
    color: #406577;
    background-color:#e4ecf0;
    font-weight: bold;
    text-transform:uppercase;
    padding-left:8px;
    padding-right:3px;
    padding-top:4px;
    padding-bottom:3px;
    width: 100.8%;
    margin-left:-10px;
    *margin-left:-7px;
    margin-right:-10px;
}

.ie8 .fieldsetComboTabs legend
{
    margin-left: -2px;
}


.fieldsetCombo630
{
    background-color:#fcfcfc;
    border:1px dashed #e4ecf0;
    border-top:0px none;
    margin-bottom: 5px;
    width:630px;
}

.fieldsetCombo630 legend
{
    color: #406577;
    background-color:#e4ecf0;
    font-weight: bold;
    text-transform:uppercase;
    padding-left:8px;
    padding-right:3px;
    padding-top:4px;
    padding-bottom:3px;
    width:619px;
    margin-left:-10px;
    *margin-left:-7px;
    margin-right:-10px;
}


.fieldsetCombo652 legend
{
    color: #406577;
    background-color:#d7e2e8;
    font-weight: bold;
    text-transform:uppercase;
    padding-left:8px;
    padding-right:3px;
    padding-top:4px;
    padding-bottom:3px;
    width:639px;
    margin-left:-10px;
    *margin-left:-7px;
    margin-right:-10px;
}

.divBtsAdReservaHelic
{    
    float: right; 
    margin-top: -24px; 
    *margin-top: -20px;
}

.ie8 .divBtsAdReservaHelic
{   
    margin-top: -20px; 
}

.btAdLocalHelic {
    float: right; 
    margin-top: -24px; 
    ie8margin-top: -20px;
}

.ie8 .btAdLocalHelic {
    margin-top: -20px;
}


/* Hack IE 7 */
*+ .divBtsAdReservaHelic
{
    color: Aqua;
}

legend
{
    margin: 0px;
    padding: 0px;
}

.lableLegend
{
    color: #406577;
    height:100px;
    font-weight: bold;
    text-transform:uppercase;
}

.infoDadosClientes
{
    background-color: #fffcd5; 
    border:1px solid #fde193; 
    display:none; 
    width:640px; 
    margin-bottom:10px; 
    height:auto; 
    padding:5px; 
    font-style:oblique;
}

.dadosClientes
{
    background-color: #fffcd5; 
    border:1px solid #fde193; 
    display:none; 
    width:620px; 
    margin-bottom:10px; 
    height:auto; 
    padding:5px; 
    font-style:oblique;
    border-radius: 10px 10px 10px 10px;
}


/* MODAL */

.divModalGeral
{
	padding:0;		
    background-color:#d7e2e8;
    border-radius: 15px 15px 0px 0px;
    float: left;    
}

.divContentModal
{
    padding:10px;    
    background-color:#fafafa;    
    border: 5px solid #d7e2e8;
    border-top: 0px none;
    min-width:300px;
    min-height:100px;
    font-size:11px;    
    border-radius: 0px 0px 0px 0px;
    text-align:left;
    float: left;    
}

.divHeaderModal
{
    /* background-image:url(../../Pict/Imagens/bg_header_modal.png); */
    background-color: #d7e2e8;
    background-repeat:repeat;    
    padding: 8px 22px 8px 8px; 
    height: 14px;     
    border-radius: 10px 10px 0px 0px;
    float: left; 
}

.divHeaderModal:hover
{
    cursor:move;
}

.divTitleModal
{
    float:left;
    padding-left: 8px;
    text-transform:uppercase;    
    color: #406577;     
    font-size: 11px;
    font-weight:bold;
    display:block;
}

.divCloseModal
{
    float: right;
    margin-top: -6px;    
    margin-right: -15px;    
}



/* */


.modalPopup
{
    background-color: #5C5C5C;
    border: thin groove ButtonShadow;
    -moz-border-radius: 10px;
    min-width: 250px;
    max-width: 400px;
}

.popBackground {
    background-color: #5C5C5C;
    filter: alpha(opacity=50);
    opacity: 0.6;
}


/* Respostas/Retornos de Formul�rios */


.divInfoOk
{
	background-color: #efffec;
	border:1px #57bb51 solid;	
	background-image: url(../../Pict/Icones/ico_ok.png);
    background-position: 6px 3px;	
	background-repeat: no-repeat;	
	font-weight: bold;
	text-align: left;
	font-size: 11px;		
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 32px;    
	padding-right: 10px;    
	margin-top: 5px;
    margin-right: 10px;        
    min-width: 430px;    
}

.divInfoAlert
{
	border: 1px #ee981c solid;	
	background-color: #FFFF99;
	background-image: url(../../Pict/Icones/ico_alert.png);
	background-position: 6px 3px;	
	background-repeat: no-repeat;	
	font-weight: bold;
	text-align: left;
	font-size: 11px;		
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 32px;    
	padding-right: 10px;    
	margin-top: 5px;
    margin-right: 10px;        
    min-width: 430px;        
    }

.divInfoError
{
	background-color: #ffeae4;
	border:1px #ff3400 solid;	
	background-image: url(../../Pict/Icones/ico_error.png);
    background-position: 6px 3px;	
	background-repeat: no-repeat;	
	font-weight: bold;
	text-align: left;
	font-size: 11px;		
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 32px;    
	padding-right: 10px;    
	margin-top: 5px;
    margin-right: 10px;        
    min-width: 430px;    
}

.divInfoError200
{
	background-image: url(../../Pict/Icones/ico_error.png);
	background-position: 6px 3px;
	background-color: #ffeae4;
	font-weight:bold;
	font-size:11px;
	text-align:left;
	background-repeat: no-repeat;	
	padding-left:32px;
	padding-top:6px;
	padding-bottom:6px;
    border:1px #ff3400 solid;	
    width:200px;
    margin-top:5px;
}


.divInfoRed
{
	background-color: #ffeae4;
	font-weight:bold;
	font-size:11px;
	text-align:left;
	height:20px;
	padding-top:6px;
    border:1px #ff3400 solid;	 
    margin-top:5px;   
}


/* Infos */


.infoDestaque
{
	background-image: url(../../Pict/Icones/ico_info.png);
	background-position: 4px 1px;
	background-color: #ffffff;		
	color: #3883ac;
	background-repeat: no-repeat;
	padding-left:25px;
	padding-right:15px;	
    border:1px #73aad1 solid;	    
    border-radius:5px;
}

/* hack IE7 */
* + html .infoDestaque{
    text-indent:20px;
}

.infoDestaqueOk
{
	background-image: url(../../Pict/Icones/ico_liberado.png);
	background-position: 5px 3px;
	background-color: #efffec;
	font-size:11px;	
	color: #555555;
	background-repeat: no-repeat;
	padding-left:30px;
	padding-right:15px;	
    border:1px #57bb51  solid;	    
    border-radius:5px;
}

/* hack IE7 */
* + html .infoDestaqueOk{
    text-indent:20px;
}

.infoLegenda
{
	background-color: #ffffff;		
	color: #3883ac;
	padding-right:20px;
	padding-left:5px;
	padding-bottom:3px;
	padding-top:3px;
    border:1px #73aad1 solid;	    
    border-radius:5px;
    float:right;
    margin-right:15px;
    margin-top:-28px;    
}

.imgLegenda
{
    padding-left:5px; 
    vertical-align:sub
}

/* ToolTip */

.tooltipBox 
{
    background-image: url(../../Pict/Icones/20/ico_info.png);
    background-repeat: no-repeat;
	background-position: 5px 50%;
	padding: 8px 12px 8px 35px;
    position: absolute;
    border: 1px solid #73aad1;
    background-color: #ffffff;
    z-index: 9999;
    margin: -65px 0px 0px 5px;    
    font-size: 10px;
    color: #3883ac;
    font-weight: bold;
    -webkit-box-shadow:  5px 3px 10px -7px #000000;
    -moz-box-shadow:  5px 3px 10px -7px #000000;
    box-shadow:  5px 3px 10px -7px #000000;
    border-radius: 12px 12px 12px 0px;
}



/* Error Pages / Page Not Found */

.divDadosLocalidade
{
    background: -moz-linear-gradient(top, #ffffff, #f1f1f1) repeat-X;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1)) repeat-X;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f1f1f1)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f1f1f1);
}


.divErrorPage
{
    float:left;
    text-align:left;    
    padding:20px; 
    margin-left:10px; 
    border: 1px solid #dddddd; 
    background-color:#fafafa;
    border-radius:5px;
    background: -moz-linear-gradient(top, #ffffff, #eeeeee) repeat-X;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee)) repeat-X;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eeeeee)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eeeeee);
    width:680px;
}

.divErrorPageContent
{
    float:left;
    padding-left:10px;
}

.imgErrorPage
{
    float:left;    
}

.titleErrorPage
{
    font-size: 18px;
    color:#b16568;
    font-weight:bold;    
}

.infoErrorPage
{
    font-size:12px;    
}


.divNotFoundPage
{
    float:left;
    text-align:left;    
    padding:20px; 
    margin-left:10px; 
    border: 1px solid #dddddd; 
    background-color:#fafafa;
    border-radius:5px;
    background: -moz-linear-gradient(top, #ffffff, #eeeeee) repeat-X;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee)) repeat-X;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eeeeee)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eeeeee);
    width:680px;
}

.divNotFoundPageContent
{
    float:left;
    padding-left:10px;
}

.imgNotFoundPage
{
    float:left;    
}

.titleNotFoundPage
{
    font-size: 18px;
    color:#eea80a;    
    font-weight:bold;    
}

.infoNotFoundPage
{
    font-size:12px;
}

/* Texto Selecionado */
*::-moz-selection {background:#0b7e9f;  /*---Cor de fundo--*/color:#ffffff;   /*--cor da fonte--*/}
*::selection {background:#0b7e9f;/*---Cor de fundo--*/color:#ffffff;  /*--cor da fonte--*/}


.boxBorder
{
    border: 1px dotted #cccccc;
    margin-top:2px;
    margin-bottom:2px;
    text-align:left;
}

    
.flutuante
{
    position: relative;
    text-align: left;
}

#ui-datepicker-div
{
    box-shadow: 5px 3px 8px #d4d4d4;
}


.helicopteroLocal {
    background-color: #fafafa;
    background: -o-linear-gradient(top, #f5f5f5, #fafafa);
    background: -moz-linear-gradient(top, #f5f5f5, #fafafa);
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#fafafa));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f5f5f5, endColorstr=#fafafa)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f5f5f5, endColorstr=#fafafa);
    margin-bottom: 15px;   
    border: 1px solid #eee;
}

.helicopteroLocal:last-child {
    margin-bottom: 0;   
}

.helicopteroSelect {
    width:244px; 
    height: 200px;  
}

#ui-datepicker-div
{
    box-shadow: 3px 5px 5px #b2b2b2;
}

.zindexMap {
    z-index: 1000004 !important;  
    top:20px !important;
    position: absolute !important; 
}

/* Tooltip gen�rico */
.tooltipHover{
    cursor: pointer;   
    display: inline;
    position: absolute;
    width: 10px;
    margin:6px 0 0 5px;
}

.tooltipHover img{
   position: relative;
   z-index: 0;
}

.tooltipText
{
	background-image: url(../../Pict/Icones/ico_info.png);
	background-position: 4px 1px;
	background-color: #ffffff;		
	color: #3883ac;
	background-repeat: no-repeat;
	padding: 4px 15px 4px 25px;	
    border:1px #73aad1 solid;	    
    border-radius:5px;
    position: absolute;
    left: 20px;
    top: 0;
    white-space: nowrap;
    z-index:1;
}
