div.spreadsheet-content
{
    background-color: white;
}

div.spreadsheet-toolbar
{

}

div.spreadsheet-toolbar table
{
    border-spacing: 0px;
}
  
div.spreadsheet-toolbar table td.toolbar
{
    border-top: 1px solid white;
    border-bottom: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-left: 1px solid white;
    white-space: nowrap;
}
        
div.spreadsheet-toolbar table td.toolbar-fill
{
    border-top: 1px solid white;
    border-bottom: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-left: 1px solid white;
    white-space: nowrap;
    width: 100%;
}
        
div.spreadsheet-toolbar table td.toolbar div.toolbar
{
    padding: 5px;
}

div.spreadsheet-toolbar table td.toolbar div.current
{
    text-decoration: none;
    background-color: #eeeeee;
    padding: 5px;
}
        
div.spreadsheet-toolbar table td.toolbar a.toolbar
{
    width: auto;
    display: block;
    text-decoration: none;
    background-color: #dfdfdf;
    padding: 5px;
}
            
div.spreadsheet-toolbar table td.toolbar a.toolbar:hover
{
    width: auto;
    display: block;
    text-decoration: none;
    background-color: #eeeeee;
    padding: 5px;
}
            
div.spreadsheet-toolbar table td.toolbar a.current
{
    width: auto;
    display: block;
    text-decoration: none;
    background-color: #eeeeee;
    padding: 5px;
}











table.spreadsheet
{
    border-spacing: 0px;
}

tr.spreadsheet-data
{
    
}
    

    
table.spreadsheet tr th
{

}

table.spreadsheet-header
{
    border-spacing: 0px;
}

a.spreadsheet-control
{
    background-color: #dfdfdf;
    
    border-top: 1px solid white;
    border-bottom: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-left: 1px solid white;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
    display: block;
    padding: 5px;
    font-weight: bold;
}
            
a.spreadsheet-control:hover
{
    background-color: #eeeeee;
}
        
td.spreadsheet-data
{
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid white;
    border-left: 1px solid white;
    padding: 5px;
}

td.spreadsheet-data strong
{
    color: #aaa;
}
        
td.spreadsheet-data:hover
{
    border: 1px solid #4682b4;
}
        
table.spreadsheet tr td a
{
    text-decoration: none;
}
