/* Elementos a ocultar */
#header, #magicDotContainer, #printpage, #footer {
  display:none;
}
/* Se cambia el color de fuente*/
.Forgetit, .Weak , .recordfound,
.pagenumber, .headerpage, #calendar, .headersection,
#footer {
	color: #000!important;
}
body, a, a:link, a:visited, a:hover, h1, h2, h3, p, span {
	color: #000!important;
}
/* Se quitan fondos de los divs */
body, #wrapper, #mainSideBar, .reportTitle,
.headersection, .headerpage, #footer, .formbox, div,
#footer {
	background: transparent!important;
}
.formbox {
	border: none;
}
.formbox .headersection {
	position: static;
}
/* Estilos de botones e inputs */
button.fieldButton, button, input[type="button"],
input[type="submit"], input[type="reset"],
button.fieldButton:hover, button:hover, input[type="button"]:hover,
input[type="submit"]:hover, input[type="reset"]:hover {
	display: none;
	color: #000!important;
	border: 1px solid #2B2B2B!important;
	background: #FFF!important;
	font-weight: bold!important;
}
select, textarea, input[type="text"], input[type="password"] {
	background: #FFF!important;
	border-color: #000!important;
}
/* Estilos especificos */
#footer {
	border: none;
}
.errorBlock, .successBlock {
	border: solid 1px #000;
	background: transparent!important;
	color: #000;
}
.headersection span {
	margin: 0;
}
.reportTitle, .reportContent, .queryContent {
	margin: 0;
	width: 100%;
}
#total_TOP {
	background-color: #FFF;
	border-bottom: 2px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 14px;
}
.reportData {
	overflow: inherit;
}
.reportData td, .reportData th {
	overflow: inherit;
}
.reportData tr.reportRowHeader {
	border-bottom: 2px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 0;
}
.reportData th {
	vertical-align: middle;
	border-left: 1px solid #000;
	border-bottom: 0;
}
.BorderBTitle {
	background-color: #FFF;
	color: #030303;
}
tr.impar, tr.par {
	background-color: #FFF!important;
	border-bottom: 1px solid #000!important;
	border-left: 1px solid #000!important;
}
tr.impar td, tr.par td {
	border-right: 1px solid #000!important;
	color: #000!important;
	font-size: 14px!important;
}
tbody {
	border-bottom: 2px solid #000!important;
}