.erk_logo
{
    padding: 13px;
    border-radius: 8px;
    box-shadow: 0 0 10px #777;
    margin-right: 15px;
    margin-bottom: 15px;
    background: white;
}

.erk_logo:hover
{
    opacity: 0.65;
}

table.erk
{
}

table.erk tr td
{
    padding: 10px;
}

table.erk tr td.cell
{
    background: white;
    box-shadow: 0 0 5px #777;
    border-radius: 0 3px 8px 0;
}

table.erk tr td.head
{
    border: 1px solid blue;
    border-radius: 8px 8px 0 0;
    border: 0;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    padding: 5px;
    color: white;
}

table.erk tr td.index
{
    border: 1px solid blue;
    border-radius: 8px 0 0 8px;
    border: 0;
    font-weight: bold;
    font-size: 15px;
    padding: 5px;
    color: white;
}

table.erk tr td.i1
{
    background-image:url(http://a.glig.net/gen/gradient?height=200&v=0,5px,25px&c=8eb,6b6,393);
}

table.erk tr td.i2
{
    background-image:url(http://a.glig.net/gen/gradient?height=200&v=0,10px,180px&c=f39,c70765,703);
}

table.erk tr td.i3
{
    background-image:url(http://a.glig.net/gen/gradient?height=200&v=0,5px,25px&c=9cc,67a9c5,489);
}

.col1
{
    float: left;
    width: 350px;
}

.col2
{
    float: right;
    width: 210px;
}
