

#sb_container
{
width: 100%;
display: table;
font-family: tahoma, verdana, sans-serif;
font-size: 11px;
color: #000000;
}

#sb_container a {font-family: tahoma, verdana, sans-serif; font-size: 11px;}
#sb_container a:link {color: #000099; text-decoration: underline;}
#sb_container a:visited {color: #000099; text-decoration: underline;}
#sb_container a:hover {color: #000099; text-decoration: none;}
#sb_container a:active {color: #000099; text-decoration: underline;}

#sb_header
{
padding: 3px 6px 4px 6px;
background-color: #666666;
font-size: 105%;
font-weight: bold;
color: #ffffff;
}


#sb_content
{
display: table;
width: 100%;
padding: 0px 5px 8px 5px;
border-width: 0px 1px 1px 1px;
border-style: solid;
border-color: #cccccc;
background-color: #ffffff;
}

#sb_content img
{
margin: 0px 0px 2px 0px;
}


#sb_line
{
float: left;
width: 2px;
height: 50px;
border-right: 1px dotted #cccccc;
margin: 0px 10px 0px 10px;
}


#sb_content div
{
width: 80px;
float: left;
text-align: center;
margin: 5px 5px 0px 5px;
}


