table.mytb2
{
	text-align: left;
	border-spacing: 0px;
	border: 1px solid #aeb3b6;
	border-collapse: collapse;
	color: #003366;
	width: 100%;
	
}
  

table.mytb2 a, table.mytb2, .mytb2 tbody, .mytb2 tfoot, .mytb2 tr, .mytb2 th,  .mytb2 td 
{
   font-family: Arial, Helvetica, sans-serif;
	line-height: 2.0em;
	font-size: 13px;
	color: #55595c;
	
}
.mytb2 tbody td{
	line-height: 1.8em;
	text-align: right;
	
}

.mytb2 tbody .tb_texto{
	text-align: left;
	
}

table.mytb2 caption
{
	padding: .4em 0 ;
	font-size: 240%;
	font-style: normal;
	color: #003366;
}

table.mytb2 a
{
	display: block;
	text-decoration: none;
	color: #003366;
	padding-right: 1.5em;
	
}

table.mytb2 a:hover, table.mytb2 a:focus
{
text-decoration: underline;
}

table.mytb2 th a
{
	color: #FF8E53;
	text-align: right;
}
table.mytb2 .odd th a, table.mytb2 .odd td a,  table.mytb2 .odd td{
	
	padding-right: 1.0 em;
}

table.mytb2 th a:hover, table.mytb2 th a:focus, .mytb2 tbody tr:hover th
{   
   background-color: #E2F3FB;
	color: #003366 !important;
}

/* fundo par */
table.mytb2 .odd th, table.mytb2 .odd td{
	
}


/*    Topo  */
.mytb2 thead th
{
	background-image: url(../images/tb_bkg.gif);
	
	font-weight: bold;
	letter-spacing: 1px;
	color: #003366;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #E2F3FB;
	font-size: 0.8em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aeb3b6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5377A0;
	padding-right: 2px;
	padding-left: 2px;
}
.mytb2 tfoot{
	background-image: url(../images/tb_bkg.gif);
	border-top: 1px solid #5377A0;
	
	
}
.mytb2 tfoot th, .mytb2 tfoot td{
	color: #fff;
}


.mytb2 tr.th_row, .mytb2 tr.th_row td {
	background-color: #CFE7F2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5377A0;
	font-weight: bold;
	
}
/*  col 1  corpo */
.mytb2 tbody th
{
	padding-right: 1em;
	color: #6797B1;
	font-style: normal;
	border-bottom: 1px dotted #aeb3b6;
	text-align: left;
	padding-left: 2px;
}

.mytb2 td
{
   color: #003366;
	border-bottom: 1px dotted #aeb3b6;
	padding-right: 0.5em;
	
}

.mytb2 tbody tr.odd
{
	border-bottom: 1px dotted #aeb3b6;
}

.mytb2 tbody tr:hover td
{
	background-color: #C1DEEB;
}

.mytb2 tbody tr:hover td,  .mytb2 tbody tr:hover th, .mytb2 tbody tr:hover a
{
	background-color: #C1DEEB;
	color: #003366 !important;
}
