@import URL("/calendar/skins/aqua/theme.css");

html {
	height: 100%;
}

body {
	height: 100%;
	color: #858789;
	background: white;
	font-size: 8.0pt;
	font-family: "Tahoma", "Arial", "Verdana" ;
	scrollbar-3dlight-color: #A06C3B;
	scrollbar-arrow-color: black;
	scrollbar-base-color: white;
	scrollbar-darkshadow-color: #996633;
	scrollbar-face-color: #C4DAFA;
	scrollbar-highlight-color: #A06C3B;
	scrollbar-shadow-color: #996633;
	scrollbar-track-color: #C4DAFA;
	margin: 0px 0px 0px 0px;
} 

iframe {
	scrollbar-3dlight-color: #A06C3B;
	scrollbar-arrow-color: black;
	scrollbar-base-color: white;
	scrollbar-darkshadow-color: #996633;
	scrollbar-face-color: #C4DAFA;
	scrollbar-highlight-color: #A06C3B;
	scrollbar-shadow-color: #996633;
	scrollbar-track-color: #C4DAFA;
}

.table{
	color: #858789;
	background: white ;
}

tr.visible {
	position: relative ; 
	visibility: visible ;
}

tr.oculta {
	position: absolute ; 
	visibility: hidden ;
}

th {
	font-size: 9.0pt;
	height: 12pt;
	text-align: left;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #858789;
	background: white;
	border-bottom: 1px solid #A06C3B;
}

td {
	font-size: 8.0pt;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #858789;
	background: white;
}

table.tablemain {
	width: 100%;
	height: 100%;
}

td.maintitle {
	background: #C4DAFA ;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: none;
	height: 90px;
}

td.middletitle {
	background: #487493 ;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: none;
	height: 90px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#C4DAFA,endColorStr=#487493); 
}

td.righttitle {
	background: #487493 ;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: none;
	height: 90px;
}

td.pie {
	color: white;
	background: #487493;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: none;
	border-bottom: none;
	height: 10px;
}

td.menu {
	background: #487493;
	width: 110px;
	border-right: 1px solid #A06C3B;
}

A {
	font-size: 8.0pt;
	color: #487493;
	text-decoration: underline;
	background: transparent;
}

A:active {
	color: #487493;
	text-decoration: underline;
	background: transparent;
}

A:visited {
	color: #487493;
	text-decoration: underline;
	background: transparent;
}

A:hover {
	color: #487493;
	text-decoration: none;
	background: #C4DAFA;
}

.itemmenu {
	color: #487493;
	background: #C4DAFA;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin: 0px 1px 1px 2px;
}

input { 
	font-size: 8pt;
	background: white; 
	border: 1px solid #996633;
}

.button {
	font-size: 8pt;
	font-weight: bold;
	background: white; 
	border: 1px solid #996633;
	cursor: pointer;
}

textarea { 
	font-size: 8pt;
	background: white; 
	border: 1px solid #996633;
}

select { 
	font-size: 8pt;
	background: white; 
	border: 1px solid #996633;
}

.fondogris {
	background-color : #F0F0F0;
}

.fondogriscb {
	font-weight: bold;
	background-color : #D0D0D0;
}

