/* CSS Document */

/* body { 
	scrollbar-track-color: #C57F9B; 
	scrollbar-arrow-color: #fff; 
	scrollbar-face-color: #aC869A; 
	scrollbar-3dlight-color: #fff; 
	scrollbar-darkshadow-color: #fff; 
	scrollbar-highlight-color: #C57F9B}
*/

div {font-family: Trebuchet MS; Tahoma; font-size: 8pt; color: #453022}
tr {font-family: Trebuchet MS; Tahoma; font-size: 8pt; color: #453022}
td {font-family: Trebuchet MS; Tahoma; font-size: 8pt; color: #453022}

h1	{color: #A58552}
h2	{color: #A58552}
h3	{color: #A58552}

.titulo {font-family: Trebuchet MS; Tahoma; font-size: 14pt; color: #A58552; font-weight: bold;}
.subtitulo {font-family: Trebuchet MS; Tahoma; font-size: 14pt; color: #453022; font-weight: bold;}


.txt01 {font-family: Trebuchet MS; Tahoma; font-size: 8pt; color: #CABD9E}
.txt02 {font-family: Trebuchet MS; Tahoma; font-size: 8pt; color: #CABD9E}

textarea {font-family: Trebuchet MS; Tahoma; font-size: 8pt; color: #453022; border-width: 1; border-color: #D0C99F; background-color: #ECE9D8}
select {font-family: Trebuchet MS; Tahoma; font-size: 8pt; color: #453022; border-width: 1; border-color: #D0C99F; background-color: #ECE9D8}
input {font-family: Trebuchet MS; Tahoma; font-size: 8pt; color: #453022; border-width: 1; border-color: #D0C99F; background-color: #ECE9D8;}

.input-senha {font-family: Trebuchet MS; Tahoma; font-size: 8pt; color: #666; border-width: 1; border-color: #D0C99F; background-color: #D0C99F;}
.input-button {font-family: Trebuchet MS; Tahoma; font-size: 8pt; color: #FFFFFF; border-width: 1; border-color: #FFFFFF; background-color: #26180F}


A:link {COLOR : #ffffff; TEXT-DECORATION : none; font-size : 8pt; font-family : Trebuchet MS; Tahoma; font-weight : normal; font-style : bold;}
A:visited {COLOR : #ffffff; TEXT-DECORATION : none; font-size : 8pt; font-family : Trebuchet MS; Tahoma; font-weight : normal; font-style : bold;}
A:hover {COLOR : #453022; TEXT-DECORATION : underline; font-size : 8pt; font-family : Trebuchet MS; Tahoma; font-weight : normal; font-style : bold;}
A:active {font-family: Trebuchet MS; Tahoma; 	font-size: 8pt;	color: #ACA899;}


/* DIV DOS ADVOGADOS  */

.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background: #E1E1E1;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: yellow;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Trebuchet MS;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: #060201;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: #453022;
}