body
{
	COLOR: black;
	background-color: #d0dde5;
	FONT-FAMILY: verdana;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: normal;
}
body:link {color:gray;text-decoration:none;}
body:visited {color:brown;text-decoration:none;}
body:active{color:gray;text-decoration:none;}
body:hover{color:black;text-decoration:none;}

.normalText
{
	COLOR: black;
	FONT-FAMILY: verdana,arial,helvetica;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: normal
}
.normalText:link {color:#33ff33;text-decoration:none;}
.normalText:visited {color:#ff99ff;text-decoration:none;}
.normalText:active{color:#ffff33;text-decoration:none;}
.normalText:hover{color:#ccffff;text-decoration:none;}

.inverseText
{
	COLOR: black;
	FONT-FAMILY: verdana,arial,helvetica;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: normal
}
.normalTextInTable
{
	COLOR: #ffff99;
    FONT-WEIGHT: normal;
    BACKGROUND-COLOR: #003300;
    FONT-SIZE: 9pt
}
.smallText
{
	COLOR: black;
	FONT-FAMILY: verdana,arial,helvetica;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: normal
}
.boldText
{
	COLOR: black;
	FONT-FAMILY: verdana,arial,helvetica;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold
}
.topMenuText{
	COLOR: white;
	background-color: #1E90FF;
	FONT-FAMILY: verdana,arial,helvetica;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	text-align: center;
	text-decoration: none;
}
.headerText{
	COLOR: black;
	FONT-FAMILY: verdana,arial,helvetica;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold
	text-align: right;
}
.footer
{
	BACKGROUND-COLOR: black;
	COLOR: #99ff99;
	FONT-FAMILY: Arial;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: normal
}
.RowEven
{
	COLOR: black;
	FONT-WEIGHT: normal;
	BACKGROUND-COLOR: #E0FFFF;
	FONT-SIZE: 9pt;
}
.RowOdd
{
	COLOR: black;
	FONT-WEIGHT: normal;
	BACKGROUND-COLOR: #B0E0E6;
	FONT-SIZE: 9pt;
}
.RowTop
{
    COLOR: black;
    FONT-WEIGHT: normal;
    BACKGROUND-COLOR: #e8e800;
    FONT-SIZE: 9pt
}
.title
{
	FONT-FAMILY: Verdana,Broadway;
    FONT-WEIGHT: normal;
	COLOR: black;
    FONT-SIZE: 20pt
}
.warning
{
    COLOR: red;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    VERTICAL-ALIGN: middle
}
.panic
{
    COLOR: red;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    TEXT-DECORATION: underline
}
.bold
{
    FONT-WEIGHT: bold
}

.prompt
{
    VERTICAL-ALIGN: middle;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: right;
}

<!-- corremania -->

.corremaniaHeader
{
	COLOR: black;
	FONT-FAMILY: verdana,arial,helvetica;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	text-decoration:none;
}
.corremaniaHeader:link {color:gray;text-decoration:none;}
.corremaniaHeader:visited {color:brown;text-decoration:none;}
.corremaniaHeader:active{color:red;text-decoration:none;}
.corremaniaHeader:hover{color:black;text-decoration:none;}

.corremaniaMenu
{
	COLOR: black;
	FONT-FAMILY: verdana,arial,helvetica;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	text-decoration:none;
}
.corremaniaMenu:link {color:gray;text-decoration:none;}
.corremaniaMenu:visited {color:brown;text-decoration:none;}
.corremaniaMenu:active{color:red;text-decoration:none;}
.corremaniaMenu:hover{color:black;text-decoration:none;}

<!-- corremania calendario -->

.calendarMonth
{
	BACKGROUND-COLOR: #000000;
	COLOR: #ffffff;
	FONT-FAMILY: verdana,arial,helvetica;
	FONT-SIZE: 16pt;
	FONT-WEIGHT: bold; 
}

.calendarWeek
{
	BACKGROUND-COLOR: #eeeeee;
	COLOR: #ff0000;
	FONT-FAMILY: verdana,arial,helvetica;
	FONT-SIZE: 12pt;
	FONT-WEIGHT: bold; 
}

.calendarDay
{
	BACKGROUND-COLOR: #eeeeee;
	COLOR: #000000;
	FONT-FAMILY: verdana,arial,helvetica;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: normal; 
}

.calendarDayFull
{
	BACKGROUND-COLOR: #eeffbb;
	COLOR: #000000;
	FONT-FAMILY: verdana,arial,helvetica;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: normal; 
}

.calendarText
{
	BACKGROUND-COLOR: #eeeeee;
	COLOR: #000000;
	FONT-FAMILY: verdana,arial,helvetica;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: normal; 
}

.calendarInnerText
{
	BACKGROUND-COLOR: #eeffbb;
	COLOR: #000000;
	FONT-FAMILY: Verdana,arial,helvetica;
	FONT-SIZE: 7pt;
	FONT-WEIGHT: normal; 
}

.expandedContent
{
    position:absolute;
    display:    none; 
    visibility: show; 
    z-index:    5; 
    overflow:   yes;
    font-size: 8pt; 
    color: black;
    font-family: Verdana,Arial; 
    border-right:  1px solid #8ca5b5; 
    border-bottom: 1px solid #8ca5b5; 
    border-left:   1px solid #8ca5b5; 
    border-top:    1px solid #8ca5b5;
    background-color: #e8e8b8
}

.expandedContentTitle
{
    background-color: #e8e8cc
    font-size: 8pt; 
    color: black;
    font-family: Verdana,Arial; 
}

