body {
		font-family: "Lucida Grande", "Trebuchet MS", sans-serif;

		font-size: x-small; /*for IE5/Win */

	margin: 0px;
	/*background-color: #E7EBF7;	*/
}
/* general ================================================ */
select, textarea {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid #706d6d;
	overflow: auto;
}

td{
	text-align:left;
}
th{
	text-align:left;
}

input {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid #706d6d;
	overflow: none;
}

/* main ==================================== */
table.main {
	width: 95%;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-collapse: collapse;
	background-color: white;
}

table.main td {
	font-size: 10px;
	padding: 0px;
}
table.main td.header_top{
 	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #aabbdd;
	vertical-align: top;
	font-weight: bold;
	color: #444;
	font-size: 9px;
	padding-left: 3px;
}
table.main td.header_right{
	background-color: #bdd3f7;
	vertical-align: middle;
}
table.footer {
	width: 95%;
	border-collapse: collapse;
}
/* menu ==================================== */
table.menu {
	border: 0px;
	border-collapse: collapse;
}
table.menu td {
	font-size: 10px;
	cursor: pointer;
}
table.menu td.on {
	background: white;
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #444444;
	padding: 5px;
}
table.menu td.on a {
	color: black;
	text-decoration: none;
}
table.menu td.off_selected {
	color: black;
	background: lightgrey;
 	background-image: url(../images/bgBarGreyOver.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #444444;
	padding: 5px;
}
table.menu td.off {
	color: black;
	background: lightgrey;
 	background-image: url(../images/bgBarGrey.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #999999;
	padding: 5px;
}
table.menu td.off a {
	color: black;
	text-decoration: none;
}
table.menu td.off_selected:hover, table.menu td.on:hover {
	text-decoration: underline;
}
/* list ====================================- */
table.list {
	font-size: 10px;
	border: 1px solid #CDD6EE;
	border-collapse: collapse;
}
table.list tr.odd td {
	background-color: #ecf0f7;
}
table.list tr.even td {
	background-color: #f7f9fc;
}
table.list tr.sel td {
	background-color: #FFFFEE;
}
table.list td {
	font-size: 12px;
	padding: 2px !important;
	vertical-align: top;
	border-right: 1px solid #cad4e9;
}
table.list td.nowrap {
	white-space: nowrap;
	width: 1%;
}
table.list td.header {
	background-color: #d2dff5;
	padding: 2px !important;
	font-weight: bold;
	color: #556688;
	text-align: left;
}
table.list th {
	background-color: #bfd2f6;
 	background-image: url(../images/bgBarTb.gif);
	background-repeat: repeat-x;
	padding: 2px !important;
	color: #556688;
	font-weight: bold;
	text-align: left;
}

/* info ====================================- */
table.info {
	width: 100%;
	font-size: 14px;
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
	border: 1px solid #CDD6EE;
}
table.info tr td {
	height: 25px;
	font-size: 14px;
	padding: 2px !important;
	vertical-align: top;
	background-color: #f7f9fc;
	border-right: 1px solid #cad4e9;
}
table.info td.nowrap {
	white-space: nowrap;
	width: 1%;
}
table.info td.header {
	background-image: url(../images/bgBarGrey.gif);
	height: 20px;
	padding: 2px !important;
	font-weight: bold;
	color: #556688;
	text-align: left;
}
table.info th {
	height: 18px;
	background-color: #bfd2f6;
 	background-image: url(../images/bgBarTb.gif);
	background-repeat: repeat-x;
	padding: 2px !important;
	color: #556688;
	font-weight: bold;
	text-align: left;
}



/* info_print ====================================- */
table.info_print {
	width: 75%;
	font-size: 11px;
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
	border: 1px solid #CDD6EE;
}
table.info_print tr td {
	height: 25px;
	font-size: 10px;
	padding: 2px !important;
	vertical-align: top;
	background-color: #f7f9fc;
	border-right: 1px solid #cad4e9;
}
table.info_print td.nowrap {
	white-space: nowrap;
	width: 1%;
}
table.info_print td.header {
	background-image: url(../images/bgBarGrey.gif);
	height: 20px;
	padding: 2px !important;
	font-weight: bold;
	color: #556688;
	text-align: left;
}
table.info_print th {
	height: 18px;
	background-color: #bfd2f6;
 	background-image: url(../images/bgBarTb.gif);
	background-repeat: repeat-x;
	padding: 2px !important;
	color: #556688;
	font-weight: bold;
	text-align: left;
}

/* list_print ====================================== */
table.list_print {
	font-size: 10pt;
	border-collapse: collapse;
}
table.list_print tr.odd td {
	background-color: white;
}
table.list_print tr.even td {
	background-color: white;
}
table.list_print th {
	margin: 0;
	padding: 6px 8px;
}
table.list_print td {
	margin: 0;
	padding: 5px 5px;
	vertical-align: top;
	border-bottom: 1px solid #aaaaaa;
}
table.list_print th {
	background-color: white;
	color: #000;
	font-weight: bold;
	text-align: left;
	border-bottom: 3px double #aaaaaa;
}

/* content ================================-*/
table.content {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
}
table.content td {
	padding: 0px 5px 0px 5px;
	vertical-align: top;
}
table.content td.sub {
	padding: 5px;
	font-size: 10pt;
}
table.content td.message {
	padding: 10px;
	font-size: 10pt;
	font-weight: bold;
	color: red;
}
table.content td.error {
	padding: 10px;
	font-size: 10pt;
	font-weight: bold;
	color: #CC0000;
}

/* details ======================================- */
table.details {
	border-collapse: collapse;
	border: 1px solid #ccc; 
}
table.details th {
	font-size: 12px;
	padding: 3px 5px;
	border: none;
	color: #444;
	text-align: right;
	vertical-align: top;
	border-bottom: 1px dashed white;
	background-color: #ecf0f7;
}

table.details th.header {
	font-size: 12px;
	color: #000;
	background-color: #D1D1D1;
	text-align: left;
	border: 1px solid #ccc;
}
table.details th.headerBoton {
	font-size: 12px;
	color: #000;
	background-color: #D1D1D1;
	text-align: right;
	border: 1px solid #ccc;
} 
table.details td {
	vertical-align: top;
	padding: 3px 5px;
	border-bottom: 1px dashed #ddd;
	font-size: 12px;
}
table.details td div {
	text-align: left;
	margin-bottom: 10px;
	white-space: nowrap;
}
table.details td table td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
}
/* details_print ====================================== */
table.details_print th {
	font-size: 10pt;
	padding: 3px;
	padding-left: 5px;
	border: none;
	color: black;
	text-align: left;
	vertical-align: top;
	border: none;
	background-color: white;
}
table.details_print th.header {
	font-size: 12px;
	color: #000;
	background-color: #D1D1D1;
	text-align: left;
}
table.details_print td {
	vertical-align: top;
	padding: 2px;
}
/* hor_menu =========================================== */
table.hor_menu {
	border-collapse: collapse;
	padding: 5px;
	margin-bottom: 3px;
}
table.hor_menu td + td {
	border-left: 1px solid #abc;
}
table.hor_menu td a {
	text-decoration: none;
}
table.hor_menu td a:hover {
	text-decoration: underline;
}
table.hor_menu td img {
	vertical-align: middle;
	border: 0px;
}

note {
	padding: 7px 25px 10px 10px;
	border: 1px solid #CFCB66;
	background: #FFFFAD;
	color: #585616; 
	margin-left:5px;
	margin-right:5px; 
	margin-top:5px; 
	margin-bottom:5px;
	}

/* a href ============================================= */

a:link		{color: #111111; font-style: normal; font-weight: normal; text-decoration: none;font-size:14px;}
a:visited	{color: #111111; font-style: normal; font-weight: normal; text-decoration: none;font-size:14px;}
a:hover		{color: #0000FF; text-decoration: underline; font-size:14px;}
a:active	{color: #0000FF; text-decoration: underline; font-size:14px;}


.JSWindowTitleStyle   { font-weight: bold; font-size: 11px; font-family: verdana, arial, helvetica, sans serif; color: white; }
.JSWindowContentStyle { font-size: 11px; font-family: verdana, arial, helvetica, sans serif; color: #000000; padding: 5px;}

.evento1{
	border:solid;border-color:#FFB900;
}
.evento2{
	border:solid;border-color:#7475CF;
}
.evento3{
	border:solid;border-color:#6DAF6D;
}

.label_inter{
	background: #ECF0F7;
}

