
	
table, tr, td {
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

.scrollingContent{
 overflow-y:scroll;
 overflow:-moz-scrollbars-vertical;
 width:100%;
 height:auto;/*PARA FIREFOX COLOCAR 300px*/ 
}
/*
.scrollingContent{
		overflow-y:auto;
		overflow:-moz-scrollbars-vertical;		
		width:100%;
		height:300px; 
		

}*/

#scrollGrid {
     background: white;  
	 width:100%;
	 height:400px; 
	 overflow: scroll;
}



a:link {
	color: #990000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

a:active {
	text-decoration: none;
	color: #990000;
}

.Cursor{cursor: pointer; }

tr.title {
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #08245B;
	color: White;
}

tr.content {
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: White;
	color: #000162;
}


.campos{
	vertical-align: bottom;
}

.tabttl {color:#666666;text-decoration:none}
.tabttl:hover {color:#000000;text-decoration:none}
.tabttl0 {color:#000000;text-decoration:none}

table.grid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	border-style:solid;
	border-width:1px;
	border-color:#000000
}

table.grid theadtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000066;
	background-image: url(../pic/fondo_tabla_titulo.gif);
	background-repeat: repeat-x;
}

table.grid thead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000066;
	background-image: url(../pic/fondo_tabla_cabeza.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
table.grid tfoot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #000066;
	background-image: url(../pic/fondo_tabla_pie.gif);
	background-repeat: repeat-x;
}
table.grid tr.div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	background-image: url(../pic/division_grid.gif);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 2px;
}
table.grid td.medio {	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	padding-left: 2px;
}
table.grid td.inicio {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	padding-left: 2px;
}

table.grid td.registro {	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #CCCCCC;
	width: 50px;
	padding-left: 2px;
}
table.grid td.fin {	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	padding-left: 2px;
}
table.grid th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000066;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	text-align: center;
}