/*
    SonghaySystem.com, 2007
    Bryan D. Wilhite
    rasx@songhaysystem.com
*/
#IndexPageContent table
{
    border-collapse:collapse;
    margin:0;
    padding:0;
}

#IndexPageContent #Column,
#IndexPageContent #Tables
{
    padding:1em;
}

#IndexPageContent #Tables
{
    width:80%;
}

#IndexPageContent #Column table
{
    width:100%;
}

#IndexPageContent #Tables table
{
    border:16px solid #f6f7ee;
    border-left-width:0;
    border-top-width:0;
    margin-left:1.5em;
    width:100%;
}

#IndexPageContent table tr
{
    vertical-align:top;
}

#IndexPageContent table td,#IndexPageContent table th
{
    background:#f6f7ee none no-repeat scroll 0% 0%;
    font-size:small;
    margin:0;
    padding:8px;
    text-align:left;
}

#IndexPageContent table th
{
    text-align:right;
    white-space:nowrap;
}

#IndexPageContent table tr.LastRow td,#IndexPageContent table tr.LastRow th
{
    border-bottom:8px solid #f6f7ee;
}

#IndexPageContent table tr.OddRow td,#IndexPageContent table tr.OddRow th
{
    background-color:#eaeaea;
}

#IndexPageContent #FunkyKbIndexTable th
{
    text-align:left;
}
