#content .nomikos_fifa_world_cup_scoreboard_class_table {
width: 100%;
border: 1px solid #eee;
}
#content .nomikos_fifa_world_cup_scoreboard_class_table caption {
background-color:#eee;
font-weight: bold;
color:#000;
padding: 5px;
}
#content .nomikos_fifa_world_cup_scoreboard_class_table tr td {
padding: 5px;
}
#content .nomikos_fifa_world_cup_scoreboard_class_table tr:nth-child(odd) {
background-color:#eee;
}
#content .nomikos_fifa_world_cup_scoreboard_class_table tr:nth-child(even) {
background-color:#fff;
}

.nomikos_fifa_world_cup_scoreboard_class_table_group {
cursor:pointer;
background-color: white;
background-image: url('./topbar.png');
background-repeat: repeat-x;
border:1px outset gray;
color: black;
font-family:verdana;
font-style:normal;
font-size:11px;
width:20%;
}

.nomikos_fifa_world_cup_scoreboard_class_table_group_page {
cursor:pointer;
background-color: white;
background-image: url('./topbar.png');
background-repeat: repeat-x;
border:1px outset gray;
color: black;
font-family:verdana;
font-style:normal;
font-size:11px;
}

#sidebar .nomikos_fifa_world_cup_scoreboard_class_table {
width: 100%;
border: 1px solid #eee;
margin: 0px;
font-family:verdana;
font-style:normal;
font-size:12px;
}
#sidebar .nomikos_fifa_world_cup_scoreboard_class_table caption {
background-color:#eee;
font-weight: bold;
color:#000;
padding: 5px;
}
#sidebar .nomikos_fifa_world_cup_scoreboard_class_table tr td {
padding: 5px;
}
#sidebar .nomikos_fifa_world_cup_scoreboard_class_table tr:nth-child(odd) {
background-color:#eee;
}
#sidebar .nomikos_fifa_world_cup_scoreboard_class_table tr:nth-child(even) {
background-color:#fff;
}

#staticBar {
cursor:default;
background-color: white;
background-image: url('./topbar.png');
background-repeat: repeat-x;
border:1px outset gray;
color: black;
font-family:verdana;
font-style:normal;
font-size:11px;
display: none;
position: fixed;
padding: 0px;
left:  0px;
top:  0px;
width:100%;
height:28px;
padding-top:4px;
/*filter:alpha(opacity=85);
-moz-opacity:0.85;
-khtml-opacity: 0.85;
opacity: 0.85;*/
}
#staticBar table td, #staticBar_table td {
padding: 2px;
font-style:normal;
}
#staticBar_table {
width:100%;
height:22px;
}
#staticBar img {
vertical-align: text-bottom;
}

/* editable */
#staticBar_table td {
background-color: black;
color:white;
border:1px inset white;
padding-left:4px;
padding-right:4px;
}
#staticBar_table td a {
color: white;
text-decoration: none; 
}
#staticBar a {
color: black;
text-decoration: none; 
}
/* editable */