@charset "utf-8";
/* CSS Document */

table {
	border-right: 1px solid #A7A37E;
	border-left: 1px solid #A7A37E;
	border-top: 1px solid #A7A37E;
	border-bottom: 1px solid #A7A37E;
	padding: 2px;
}
.even {
	background-color: #E7F7FF;
}
.highlight {
	background-color: #FC6 !important;
}
.tsTabla-titulo {
	font-size: 90%;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
    background: url(images/sistema/th_bg.png) repeat-x;
}
.striped {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #333;
}