﻿input[type="checkbox"]
{
	border:0;
}

.TabDetAlter
{
	font-size: 8pt;
	color: Black;
	font-family: arial, tahoma;
	background-color: whitesmoke;
	text-align: center;
}

.TabDet
{
	font-size: 8pt;
	color: Black;
	font-family: arial, tahoma;
	background-color: gainsboro;
	text-align: center;
}

.TabDetAlter:hover, .TabDet:hover
{
    background-color: silver;
}

.Tab
{
	border-right: gainsboro 2px solid;
	border-top: gainsboro 2px solid;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left: gainsboro 2px solid;
	border-bottom: gainsboro 2px solid;
}

.TabSubTit
{
	text-decoration:none;
	font-weight: bold;
	font-size: 8pt;
	color: darkslategray;
	font-family: arial, tahoma;
	background-color: silver;
	text-align: center;
}

.TabTit
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Calibri;
	background-color: #47484D;
	text-align: center;
}

.lblTopo
{
	font-family: Calibri;
	font-size: 11pt;
	font-weight: bold;
}

.lblPagina
{
	font-family: Calibri;
	font-size: 10pt;
}

.TabGrid
{
    border-top: black 2px solid;
    border-bottom: black 2px solid;
}

.TabSubTitGrid
{
font-family: Verdana;
font-size: 11px;
color: #000;
font-weight:bold;
}
	
.pagination a:hover, 
.pagination a:active
{
  text-decoration: underline;
}


.pagination span 
{ 
    color:#000099;
    font-weight:bold;
    text-decoration: underline;
}

.lnkLblGrid
{
    cursor:pointer;
    color:#0171C1;
    font-weight:bold;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}