/* CSS Document */

/*
Theme: Sky is no heaven
Author: Michael Schmieding
Web site: http://www.slifer.de/
*/

.tabela_programacao a, .tabela_programacao table, .tabela_programacao tbody, .tabela_programacao tr, .tabela_programacao th, .tabela_programacao td, .tabela_programacao table caption {
font-family: Verdana, arial, helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
text-transform:capitalize;
}
.tabela_programacao tbody {
background:#69c;
}
.tabela_programacao table a {
font-weight:bold;
}
.tabela_programacao table a:visited {
color:#333;
}
.tabela_programacao table a:hover {
text-decoration:none;
color:#69c; 
}
.tabela_programacao table {
border-bottom:4px outset #9cf;
width:100%;
}
.tabela_programacao table, .tabela_programacao table caption {
border-left:4px outset #9cf;
border-right:4px outset #9cf;
}
.tabela_programacao table caption {
border-top:4px outset #9cf;
font-size:20px;
font-weight:bold;
}
.tabela_programacao tbody tr:hover, .tabela_programacao th, .tabela_programacao tfoot, .tabela_programacao tfoot th {
background:#9cf;
}
.tabela_programacao tbody tr:hover td, .tabela_programacao tbody tr:hover th {
border:1px solid;
border-color:#000 #fff #fff #000;
}
.tabela_programacao th, .tabela_programacao td {
border:1px solid;
border-color:#fff #000 #000 #fff;
}
.tabela_programacao td, .tabela_programacao th, .tabela_programacao table caption {
padding:5px;
vertical-align:middle;
}
.tabela_programacao tfoot td, .tabela_programacao tfoot th, .tabela_programacao thead th {
font-weight:bold;
white-space:nowrap;
font-size:14px;
color:#000;
}
.tabela_programacao table {
width:100%;
}