﻿#ficha h1
{
	color: #222222;
	font-size: medium;
}

#ficha h2
{
	color: #222222;
	font-size:small;
}

#ficha li
{
	color: #444444;
	font-size: x-small;
	font-weight: normal;
}

.FichaSectionNumber
{
   color: #555452;
   font-size: x-small;
   font-weight: bold;    
   padding: 5px 5px 5px 5px;
   width: 30px;
}

.FichaSectionTitle
{
   color: #555452;
   font-size: x-small;
   font-weight: bold;    
   padding: 5px 0px 5px 0px;
}

.FichaLabel
{
   color: #555452;
   font-size: x-small;
}

.FichaLabelSmall
{
   color: #767676;
   font-size: xx-small;   
}

.FichaSectionTitleBackground
{
    background-color: #eeeeee;
}

.FichaSectionSeparator
{
    height: 20px;
}

.FichaAvaliacaoCell
{
}

.FichaAvaliacaoBox
{
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    padding: 5px 5px 5px 5px;
    width: 30px;
    border-right: #dadada 1px solid;
    border-top: #dadada 1px solid;
    border-left: #dadada 1px solid;
    border-bottom: #dadada 1px solid;
}

.FichaAvaliacaoBox:hover
{
    text-decoration: none;
    background-color: #dddddd;
    text-align: center;
    padding: 5px 5px 5px 5px;
    width: 30px;
}

.FichaAvaliacaoBoxSelected
{
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    padding: 5px 5px 5px 5px;
    width: 30px;
    background-color: #dddddd;
}

.FichaTextBox
{
    font-family: Verdana;
    font-size: x-small;
    border: solid #ADAB98; border-width: 1px;
}

.FichaTextBoxXSmall
{
    font-family: Verdana;
    font-size: x-small;
    width: 60px;
    border: solid #ADAB98; border-width: 1px;
}

.FichaTextBoxSmall
{
    font-family: Verdana;
    font-size: x-small;
    width: 100px;
    border: solid #ADAB98; border-width: 1px;
}

.FichaTextBoxMedium
{
    font-family: Verdana;
    font-size: x-small;
    width: 290px;
    border: solid #ADAB98; border-width: 1px;
}

.FichaTextBoxLarge
{
    font-family: Verdana;
    font-size: x-small;
    width: 600px;
    border: solid #ADAB98; border-width: 1px;
}
.FichaTextBoxMediumLarge
{
    font-family: Verdana;
    font-size: x-small;
    width: 230px;
    border: solid #ADAB98; border-width: 1px;
}