/* CSS Document */
.tabela{
background:#fff;
width:80px;
padding:0px;
border:1px solid #f0f0f0;
float:right;
margin-right:0px;
}
.td{
background:#f8f8f8;
width:1px;
height:10px;
text-align:center;

}
.hj{
background: #FFFFCC;
width:5px;
height:10px;
text-align:center;
}
.dom{
background: #FFCC99;
width:5px;
height:10px;
text-align:center;
}
.evt{
background: #990000;
width:55px;
height:10px;
text-align:center;
}
.mes{
background:#fff;
width:auto;
height:10px;
text-align:center;
}
.show{
background:#202020;
width:80px;
height:10px;
text-align:left;
font-size:8px;
color:#CCFF00;
padding-left:3px;
}
.linha{
background:#404040;
width:80px;
height:10px;
text-align:left;
font-size:15px;
color:#f0f0f0;
padding:1px 1px 1px 10px;
}
.sem{
background: #ECE6D9;
width:auto;
height:10px;
text-align:center;
font-size:8px;
font-weight:bold;
font-family:Verdana;
}
.tabela td,th {
    font-family: Verdana;
	font-size: 8px;
    color: #000000;
}
.tabela a:link {
    color: #000000;
    text-decoration:underline;
}
.tabela a:visited {
    text-decoration: none;
    color: #000000;
}
.tabela a:hover {
    text-decoration: underline;
    color: #FF9900;
}
.tabela a:active {
    text-decoration: none;
}
