@charset "ISO-8859-1";


table.tblframe {
	border-top: 1px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-style:  solid;
	border-color: black;
	border-collapse: collapse;
	padding: 1px;
}
table.tblframe th{
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-style:  solid;
    border-color: black;
}
table.tblframe th.thl{
    border-top: 1px;
    border-left: 1px;
    border-right: 0px;
    border-bottom: 1px;
    border-style:  solid;
    border-color: black;
    text-align: left;
    padding: 1px;    
}
table.tblframe th.thc{
	border-top: 1px;
	border-left: 1px;
	border-right: 0px;
	border-bottom: 1px;
	border-style:  solid;
	border-color: black;
	text-align: left;
	padding: 5px;
}
table.tblframe th.thr{
	border-top: 1px;
	border-left: 0px;
	border-right: 1px;
	border-bottom: 1px;
	border-style:  solid;
	border-color: black;
	text-align: left;
	padding: 5px;
}    
table.tblframe td{
    border: 0px none;
    border-bottom: 1px solid grey;
    padding: 1px;
}
table.tblframe td.noborder,  th.noborder{
    border-left: 0px none;
    border-right: 0px none;
    border-top: 0px none;
    border-bottom: 1px solid black;
}
table.tblframe td.noborderL, th.noborderL
{
    border-left: 0px none;
    border-right: 0px none;
    border-top: 0px none;
    border-bottom: 1px solid black;
    text-align: left;
    padding: 1px;
}
table.tblframe td.tdl{
    border-top: 1px;
    border-left: 1px;
    border-right: 0px;
    border-bottom: 1px;
    border-style:  solid;
    border-color: grey;
    text-align: left;
    padding: 1px;    
}
table.tblframe td.tdc{
	border-top: 1px;
	border-left: 1px;
	border-right: 0px;
	border-bottom: 1px;
	border-style:  solid;
	border-color: grey;
	text-align: left;
	padding: 3px;
	vertical-align: middle;
}
table.tblframe td.tdr{
	border-top: 1px;
	border-left: 0px;
	border-right: 1px;
	border-bottom: 1px;
	border-style:  solid;
	border-color: grey;
	text-align: left;
	padding: 3px;
	vertical-align: middle;
} 
.tdc{
    border-bottom: 1px;
	border-color: grey;
	border-left: 1px;
	border-right: 0px;
	border-style:  solid;
	border-top: 1px;
    padding: 1px;
    text-align: left;
	font-size: 90%;  
}
.tdr{
    border-bottom: 1px;
	border-color: grey;
	border-left: 0px;
	border-right: 1px;
	border-style:  solid;
	border-top: 1px;
    padding: 1px;
    text-align: center;
	font-size: 90%;
} 

.button{
    font-size: 105%;
	padding: 3px;
    text-align: center;
    
} 

.buttonregistro{
    font-size: 115%;
	padding: 5px;
    text-align: center;
} 

.flags{
    height: 20px;
    border: 0px none;
}

.opaco{display: none;
}
