@charset "utf-8";

html, body, div, span, applet, object, iframe,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
del, dfn, em, font, img, ins, kbd, q, s, samp,  
small, strike, strong, sub, sup, tt, var,  
b, u, i, center,  
dl, dt, dd, ol, ul, li,  
fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
     margin: 0;  
     padding: 0;  
     border: 0;  
     outline: 0;  
     font-size: 100%;  
     vertical-align: baselinebaseline;  
     background: transparent;  
 }  

body
{
    margin: 0px;
    background-color: #fff; 
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
    font-size: 14px; 
    line-height: 1.2em!important; 
}
#wrap
{
    margin: 0 auto 0 auto; 
    padding: 0px;
    width: 970px; 
    clear: both; 
    min-height: 600px !important; 	
    overflow: hidden;
    border: solid 0px #000;
}
#logotipo
{
    margin: 0px;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 20px;
    float: left;  
}

#barramenu
{
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
    float: left; 
    width: 970px; 
    height: 54px;  
    /*background-image:url(../images/site/fundo_menu.jpg); background-repeat:repeat-x;*/
}

#nav
{
background: url(../images/site/menu.jpg);
width:970px;
height:44px;
margin: 0px auto;
}

#navigation li
{

float:left;
display:block;
}

#navigation li a
{
    background-image:url(../images/site/menu.jpg);
    display: block;
	outline: none;
	position: relative;
	height: 44px;
	text-decoration: none;
	width: auto;

}

#navigation .home 
{
	background-position:0px 0px;
	width:110px;
	height:44px;
}
	
#navigation .contact 
{
	background-position:-110px 0px;
	width:110px;
	height:44px;
}
	
#navigation .client 
{
	background-position:-220px 0px;
	width:110px;
	height:44px;
}
		
#navigation a .hover {
	background: transparent  url(../images/site/menu.jpg);
	display:block ;
	opacity: 0;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
	
#navigation .home .hover {
	background-position: -0px -44px;
}
#navigation .contact .hover{
	background-position: -110px -44px;
}
#navigation .client .hover {
	background-position: -220px -44px;
}

#topnav 
{
    margin: 0px;
	padding:5px 0px 10px;
    padding-top: 55px;
    height: 33px;
    width:967px;
	font-size:10px;
	line-height:30px;
	text-align:right;
    font-family:Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif; !important; 
    font-weight: bold;  
	border: solid 0px #000;
	vertical-align: middle;
}

.title 
{
    font-size: 18px; 
    color:#005075; 
    margin-bottom: 10px;
}
.title2 
{
    font-size: 20px; 
    color:#005075; 
    margin-bottom: 10px;
}

#bloco
{
    margin: 0px; 
    padding: 0px; 
    padding-left: 10px; 
    margin-bottom: 10px; 
    width: 710px; 
    height:auto;  
    float: left; 
    color: #005075;
    overflow: hidden;
}

#bloco2
{
    margin: 0px; 
    padding: 10px; 
    width: 710px; 
    height:auto;  
    float: left; 
    border: 1px solid #005075; 
    margin-bottom: 40px; 
    color: #516475; 
    border-radius: 10px;
    line-height: 1.4em;
}

#blocoEmpty
{
    margin: 0px; 
    padding: 0px; 
    width: 970px; 
    height:auto;  
    float: left; 
    border: 0px solid #005075; 
    color: #516475; 
    border-radius: 10px;
    line-height: 1.4em;
}

#bloco3
{
    margin: 0px; 
    padding: 0px; 
    width: 970px; 
    min-height: 250px;
    float: left; 
    color: #005075;
    border: solid 0px #000;
    overflow: hidden;
}

#bottom
{
    margin: 0px; 
    padding: 0px; 
    padding-left: 10px; 
    margin-bottom: 10px; 
    width: 710px; 
    height:auto;  
    float: left; 
    color: #005075;
    overflow: hidden;
}

#colRight{margin: 0px; padding: 0px; width: 230px; height:auto;  float: right; color:#566974; border:solid 0px #000; }

#colLeft{margin: 0px; margin-right:5px; padding: 0px; width: 230px; height:auto;  float: left; color:#566974; border:solid 0px #000; }

/* ----   css valida form e password -------*/
#signupform table {
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
}

#signupform .label {
    padding-top: 2px;
    padding-right: 8px;
    vertical-align: top;
    text-align: right;
    width: 150px;
    white-space: nowrap;
    color: #516475;
     
}

#signupform .field {
  padding-bottom: 15px;
  white-space: nowrap;
}

#signupform .field2 {
  padding-bottom: 15px;
}


#signupform .status {
  padding-top: 2px;
  padding-left: 8px;
  vertical-align: top;
  width: 290px;
  white-space: nowrap;
}

#signupform .textfield {
  width: 190x;
}

#signupform label.error {
  background:url("../images/site/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
}

#signupform label.checked {
  background:url("../images/site/checked.gif") no-repeat 0px 0px;
}

#signupform .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}

#signupform #dateformatStatus, #signupform #termsStatus {
  margin-left: 6px;
}

#signupform #dateformat_eu {
 vertical-align: middle;
}

#signupform #ldateformat_eu {
  font-weight: normal;
  vertical-align: middle;
}

#signupform #dateformat_am {
  vertical-align: middle;
}

#signupform #ldateformat_am {
  font-weight: normal;
  vertical-align: middle;
}

#signupform #termswrap {
  float: left;
}

#signupform #terms {
  vertical-align: middle;
  float: left;
  display: block;
  margin-right: 5px;
}

#signupform #lterms {
  font-weight: normal;
  vertical-align: middle;
  float: left;
  display: block;
  width: 350px;
  white-space: normal;
}

#signupform #lsignupsubmit {
  visibility: hidden;
}

.errorText
{
    color: Red;
}

.successText
{
    color: #99CC00;
}

button {
border: 0 none;
cursor: pointer;
padding: 0 10px 1px 10px;
text-align: center;
height: 28px;
line-height: 32px;
width: auto;
text-decoration:none;
}

button.myButton 
{
    background: transparent url("../images/site/btnBkg.png");
    clear: left;
    font-size: 14px;
    text-decoration:none;
    color: #fff;
    font-family: Trebuchet MS;
    border-radius: 5px;    
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;  
	-moz-box-shadow: 1px 1px 3px #ccc;  -webkit-box-shadow: 1px 1px 3px  #ccc;  box-shadow: 1px 1px 1px  #ccc;    
}

button.myButton:hover
{
    color: #96C3FF;
}

button.myButton:disabled
{
    color: #A0A0A0;
    cursor: default ;
}


button.myButtonMin
{
    background: transparent url("../images/site/btnBkg.png");
    clear: left;
    font-size: 12px;
    height: 21px;
    text-decoration:none;
    color: #fff;
    font-family: Trebuchet MS;
    border-radius: 5px;    
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;  
	-moz-box-shadow: 1px 1px 3px #ccc;  -webkit-box-shadow: 1px 1px 3px  #ccc;  box-shadow: 1px 1px 1px  #ccc;    
}

button.myButtonMin:hover
{
    color: #96C3FF;
}

button.myButtonMin:disabled
{
    color: #A0A0A0;
    cursor: default ;
}

.txtLink {color: #005075; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; font-size: 13px}
.txtLink a:link {color: #005075; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; font-size: 13px}
.txtLink a:visited {color: #005075; text-decoration: none; } 
.txtLink a:hover {color: #94A6B0; text-decoration: none; } 
.txtLink a:active{color: #94A6B0; text-decoration: none; }

.txtLinkMin, .txtLinkMin a:link, .txtLinkMin a:visited
{
    color: #005075; 
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
    font-weight: normal; 
    text-decoration: none; 
    font-size: 10px;
}
.txtLinkMin a:hover, .txtLinkMin a:active 
{
    color: #94A6B0; 
    text-decoration: none; 
} 

.accountSubMinArea
{
     margin: 0px;  
     padding: 0px;
     float: right;
     line-height: 1.8em;
     text-align: left;
}

#fotoPerfil
{
    margin: 0px;
    padding: 2px;
    float: left; 
    width: 100px;
    height: 110px;
    overflow: hidden;
    border: solid 1px #005075;
    text-align: center;
    vertical-align: middle;
}


.minFotoPerfil
{
     margin: 0px;  
     padding: 0px;
     margin-right: 7px;
     height: 30px;
     float:right;
     vertical-align: middle;
     border: solid 1px #005075;
}

.tipoMetadadosSep
{
    margin:0;
    padding:0;
    width:100%;
    height: 1px;
    border-bottom: solid 1px #fff;
}

#tipoMetadados
{
    padding: 2px;
    margin: 0;
    margin-right: 3px;
    border: solid 0px #B2CEFF;
    background-color: #B2CEFF;     
    border-radius: 5px;    
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;     
	width: 220px; 
	float: right;
    -moz-box-shadow: 1px 1px 2px #ccc;  -webkit-box-shadow: 1px 1px 2px  #ccc;  box-shadow: 1px 1px 2px  #ccc;    	
}

#tipoMetadados .box
{
    margin: 0px;
    padding: 7px;
    padding-top: 15px;
    font-size: 25px;
    font-weight: normal;
    border: solid 0px #005075;
    min-height: 25px;
    cursor: pointer;
    overflow:hidden;
}


#tipoMetadados .boxHeader
{
    margin: 0px;
    padding: 0px;
    border: solid 0px #005075;
    overflow: hidden;
}

#tipoMetadados img
{
    margin: 0px;
    float: left;
}

#tipoMetadados .text
{
    margin: 0px;
    margin-left: 10px;
    margin-top: 10px;
    float: left;
    border: solid 0px #005075;    
}

#tipoMetadados .content 
{
    margin: 0;
    padding: 0;
    margin-top: 7px;
    border: solid 0px #005075;
    font-size: 14px;
    height: 50px;
    border-radius: 3px;    
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;  
	background-color: #fff;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;	    

}

.boxResult
{
    margin: 0;
    margin-right: 3px;
    padding: 15px;    
    position: relative;
    width: 935px;
    border: 1px solid #000;
    min-height: 200px;
    float: left;
    border-radius: 5px;    
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
    border: solid 0px #B2CEFF;
    background-color: #B2CEFF;  
    -moz-box-shadow: 1px 1px 2px #ccc;  -webkit-box-shadow: 1px 1px 2px  #ccc;  box-shadow: 1px 1px 2px  #ccc;    	    
}

.boxResult .header
{
    margin: 0px;
    padding: 0px;
    line-height: 1.3em;
    font-size: 20px;
    width: 100%;
    min-height: 35px;
    border: solid 0px #005075;
    overflow: hidden;
    border-radius: 3px;    
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	cursor: pointer;      
}


.boxResult .headerPage
{
    margin: 0px;
    margin-left: 20px;
    padding: 0px;
    font-size: 14px; 
    float: right;
}


.boxResult .headerContent
{
    margin: 0;
    padding: 5px;
    margin-top: 5px;
    border: solid 0px #005075;
    font-size: 14px;
    min-height: 40px;
    border-radius: 3px;    
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;  
	background-color: #fff;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;	    

}

.boxResult .text
{
    margin: 0px;
    margin-top: 10px;
    float: left;
    border: solid 0px #005075;    
}

.boxResult .content
{
    margin: 0;
    padding: 5px;
    margin-top: 7px;
    border: solid 0px #005075;
    font-size: 14px;
    min-height: 150px;
    border-radius: 3px;    
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;  
	background-color: #fff;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;	
	line-height: 1.8em;    
	overflow:hidden;

}

.paginationDiv
{
    margin-right: 3px;
    float: right;
}

.boxResultHidden 
{
    display: none; 
}








.minBoxResult
{
    margin: 6px;
    padding: 15px;    
    float: left;
    width: 265px;
    min-height: 300px;
    float: left;
    border-radius: 5px;    
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
    border: solid 0px #B2CEFF;
    background-color: #B2CEFF;  
    -moz-box-shadow: 1px 1px 2px #ccc;  -webkit-box-shadow: 1px 1px 2px  #ccc;  box-shadow: 1px 1px 2px  #ccc;    	    
}

.expanded
{
    width: 95%;
}

.minBoxResult .minHeader
{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    min-height: 50px;
    border: solid 0px #005075;
    overflow: hidden;
    border-radius: 3px;    
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	cursor: pointer;      
}


.minBoxResult .minHeaderContent
{
    margin: 0;
    padding: 5px;
    margin-top: 5px;
    border: solid 0px #005075;
    font-weight: normal;
    font-size: 12px;
    min-height: 40px;
    border-radius: 3px;    
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;  
	background-color: #fff;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;	    

}

.minBoxResult .minText
{
    margin: 0px;
    margin-top: 10px;
    float: left;
    border: solid 0px #005075;    
}

.minBoxResult .minContent
{
    margin: 0;
    padding: 5px;
    margin-top: 7px;
    border: solid 0px #005075;
    font-size: 14px;
    height: 290px;
    overflow: auto;
    border-radius: 3px;    
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;  
	background-color: #fff;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;	
	line-height: 1.8em;    
	
}

.boxTable
{
    border-spacing: 0px;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    border: 1px solid #B2CEFF;
    border-radius: 3px;    
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
-moz-box-shadow: 1px 1px 2px #ccc;  -webkit-box-shadow: 1px 1px 2px  #ccc;  box-shadow: 1px 1px 2px  #ccc; 	     
}

.boxTable tr
{
    margin: 0;
    padding: 0;
}


.boxTable td
{
    margin: 0;
    padding: 5px;
    border: 1px solid #B2CEFF;
}

.boxTable .verticalText 
{              
    margin: 5px;
    padding: 5px; 
-moz-transform: rotate(7.5deg);  /* FF3.5+ */        
-o-transform: rotate(7.5deg);  /* Opera 10.5 */   
-webkit-transform: rotate(7.5deg);  /* Saf3.1+, Chrome */              
filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=3);  /* IE6,IE7  allows only 1, 2, 3 */          
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; /* IE8  allows only 1 2 or 3*/
background-color: #fff;
min-width:200px;
}


.checkbox {
	margin: 0px;
	padding: 0px;	
	height: 25px;
	width: 19px;
	background: url("../images/site/checkbox.gif") no-repeat;
	cursor: default;
	text-align:left;
	cursor: pointer;
}
.checkbox input,.radio input {
	display: none;
}
.checkbox input.show,.radio input.show {
	display: inline;
}
.selected {
	background-position: 0 -52px;
}
.block {
	width: 50%;
	float: left;
}

#clear{ clear: both; height: 20px}

#logoImage
{
    float: left; 
}

#logoTitle
{
    padding-top: 40px;
    padding-left: 10px;
    font-size: 20px; 
    color:#005075; 
    float: left; 
}

.imageAndText
{
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    overflow: hidden;
    min-height: 60px;
    width: 500px;
    
}

.imageAndText .image
{
    margin: 0;
    padding: 0;
    float: left;
    min-height: 60px;    
}


.imageAndText .text
{
    margin: 0;
    padding: 0;
    margin-left: 10px;
    padding-top: 10px;
    float: left;
}

.justify
{
    text-align: justify;
}

.storeMessage
{
    float: left;
    min-width: 700px;
}