table.content
{
    border-collapse: collapse;
}

table.content td.cl
{
    font-family: tahoma;
    font-size: 12pt;
    color: white;
    vertical-align: top;    
}

table.content tr.l1
{
    height: 20px;
}

table.content td.cr
{
    width: 310px;
    height: 100%;
    text-align: center;
    padding-left: 10px;
    vertical-align: top;
}

/* table cont */
table.content table.cont
{
    border-collapse: collapse;
}

table.content table.cont td
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: black;
    background: url(/design/img/back_gradient_horz.bmp) repeat-y;
    border: solid 1px #303030;
}

table.content table.cont tr.separate
{
    height: 20px;
}

table.content table.cont tr.separate td
{
    border: none;
    background: none;
}

/* table sl */
table.content table.sl
{
    width: 100%;
    height: 100%;
    padding-right: 10px;
    border-collapse: collapse;
}

table.content table.sl td
{
    border: solid 1px #303030;
}

table.content table.sl tr.separate
{
    height: 10px;
}

table.content table.sl tr.separate td
{
    border: none;
    background: none;
}

table.content td.cr a
{
    text-decoration: none;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

table.content table.sl tr.r1 td
{
    border: solid 1px white;
    padding-top: 5px;
}


table.content td.cr div.banner1
{
    width: 100%;
    height: 100%;
}

div.banner1 span.hh1
{
    color: white;
    font-size: 18pt;
    font-family: arial;
    font-weight: bold;    
}

div.banner1 span.hh2
{
    color: #ff9000;
    font-size: 10pt;
    font-family: arial;
    font-weight: bold;
}

div.banner1 span.hh3
{
    color: white;
    font-size: 11pt;
    font-family: arial;
    font-weight: normal;
}


/* table cr */
table.content td.cr tr.r1
{
    background-color: #505050;
    color: white;
    height: 300px;
    text-align: left;
    vertical-align: top;
}


table.content td.cr tr.r1 td
{
    padding-left: 20px;
    line-height: 22px;
}

table.content td.cr tr.r2
{
    background-color: black;
    color: #909090;
}

