html{
height:100%;
overflow:auto;
}
body{
margin:0px;
background-color:#EBE7CB;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
height:100%;
}
td{
font-size:11px;
}
a:active{
color:#10334b;
text-decoration:none;
}
a:visited{
color:#10334b;
text-decoration:none;
}
a:link{
color:#10334b;
text-decoration:none;
}
a:hover{
color:#10334b;
text-decoration:underline;	
}
.beige {
	COLOR: #F0E9C4;
}
a.beige:active {
	COLOR: #F0E9C4;
	text-decoration:none;
}
a.beige:visited {
	COLOR: #F0E9C4;
	text-decoration:none;
}
a.beige:link {
	COLOR: #F0E9C4;
	text-decoration:none;
}
a.beige:hover {
	COLOR: #F0E9C4;
	text-decoration:underline;
}
.beigemini {
	font-size:10px;
	COLOR: #F0E9C4;
}
a.beigemini:active {
	font-size:10px;
	COLOR: #F0E9C4;
	text-decoration:none;
}
a.beigemini:visited {
	font-size:10px;
	COLOR: #F0E9C4;
	text-decoration:none;
}
a.beigemini:link {
	font-size:10px;
	COLOR: #F0E9C4;
	text-decoration:none;
}
a.beigemini:hover {
	font-size:10px;
	COLOR: #F0E9C4;
	text-decoration:underline;
}
DIV#sz A {
	BORDER-BOTTOM: 1px dashed;
	TEXT-DECORATION: none;
}
DIV#sz A:link {
	BORDER-BOTTOM: 1px dashed;
	TEXT-DECORATION: none;
}
DIV#sz A:visited {
	BORDER-BOTTOM: 1px dashed;
	TEXT-DECORATION: none;
}
DIV#sz A:hover {
	BORDER-BOTTOM: 0px;
	TEXT-DECORATION: none;
}
.blu{
color:#10334b;
}
a.blu{
color:#10334b;
text-decoration:none;
}
.h1{
color:#10334b;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
font-weight:bold;
}
.h2{
color:#10334b;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:bold;
}
.input {
font-size:11px;	
BACKGROUND-COLOR: #e5dfbf;
FONT-FAMILY:Georgia, "Times New Roman", Times, serif;
}
.mini{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
}
.minig{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
font-weight:bold;
}

/* Calendario */
/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #655;
  font-size: 11px;
  color: #10334B;
  cursor: default;
  background: #EBE7CB;
  font-family: tahoma,verdana,sans-serif;
  width:100%;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar .nav {
  background: #edc url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #4C4A38;
  color: #F0E9C4;
  padding: 2px;
  font-family: Georgia, tahoma,verdana,sans-serif;
}

.calendar thead .titleH { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #F0E9C4;
  color: #4C4A38;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #edc;
  color: #000;
}


.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #655;
  padding: 2px;
  text-align: center;
  color: #10334B;
  font-family: Georgia, tahoma,verdana,sans-serif;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #d00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #faa;
  color: #000;
  border: 1px solid #f40;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #c77;
  padding: 2px 0px 0px 2px;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #C7B985;
  font-weight: bold;
  color: #10334B;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 2px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #d99;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #fed;
}

.calendar tbody .rowhilite td {
  background: #ddf;  
}

.calendar tbody .rowhilite td.wn {
  background: #efe;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #E3DCB8;  
  border: 1px solid #877C5E;
  font-weight: bold;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #D9D2AD;  
  border: 1px solid #D9D2AD;
  font-weight: bold;
}


.calendar tbody td.todayselected { /* Cell showing today date */  
  border: 1px solid #655;    
}

.calendar tbody td.todayactiveselected { /* Cell showing today date */  
  border: 1px solid #655;  
  background: #D9D2AD;  
  font-weight: bold;
}

.calendar tbody td.todayactiveselectedweekend { /* Cell showing today date */  
  border: 1px solid #655;  
  background: #D9D2AD;  
  font-weight: bold;
  color: #d00;
}

.calendar tbody td.todayactiveweekend { /* Active (pressed) cells <TD> */
  color: #d00;
  background: #D9D2AD;  
  border: 1px solid #D9D2AD;
  font-weight: bold;
}



.calendar tbody td.selected { /* Cell showing today date */  
  border: 1px dashed #655;    
}

.calendar tbody td.activeselected { /* Cell showing today date */  
  border: 1px dashed #655;  
  background: #D9D2AD;  
  font-weight: bold;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #d00;
}

.calendar tbody td.activeselectedweekend { /* Cell showing today date */  
  border: 1px dashed #655;  
  background: #D9D2AD;  
  font-weight: bold;
  color: #d00;
}

.calendar tbody td.activeweekend { /* Active (pressed) cells <TD> */
  color: #d00;
  background: #D9D2AD;  
  border: 1px solid #D9D2AD;
  font-weight: bold;
}

.calendar tbody td.hiliteweekend { /* Hovered cells <TD> */
  color: #d00;
  background: #E3DCB8;  
  border: 1px solid #877C5E;
  font-weight: bold;
}

.calendar tbody td.selectedweekend { /* Cell showing today date */  
  border: 1px dashed #655;    
  color: #d00;
}

.calendar tbody td.today { font-weight: bold; }

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #988;
  color: #000;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  border-top: 1px solid #655;
  background: #dcb;
  color: #840;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #faa;
  border: 1px solid #f40;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #c77;
  padding: 2px 0px 0px 2px;
}

