/* CSS Document */

div.files
{

}

div.files div.file-items
{
    float:left;
    display:inline;
    width:510px;
}

div.files div.file-categories
{
    float:right;
    display:inline;
    width:194px;
}

div.files div.file-categories div.header
{
    background-color:#8177b7;
    padding:5px;
}

div.files div.file-categories div.header p
{
    margin:0px;
    color:#ffffff;
}


div.files div.file-categories div.general-category a, div.files div.file-categories div.general-category a:link, 
    div.files div.file-categories div.general-category a:visited
{
    background-color:#e8eda9;
}

div.files div.file-categories div.general-category a:hover, div.files div.file-categories div.general-category-selected a
{
    background-color:#c9d904;
}



div.files div.file-categories div.business-category a, div.files div.file-categories div.business-category a:link,
    div.files div.file-categories div.business-category a:visited
{
    background-color:#b7b1d8;
}

div.files div.file-categories div.business-category a:hover, div.files div.file-categories div.business-category-selected a
{
    background-color:#8177b7;
}

div.files div.file-categories div.projects-category, div.files div.file-categories div.projects-category:link,
    div.files div.file-categories div.projects-category:visited
{
    background-color:#f4c56b;
}

div.files div.file-categories div.projects-category:hover, div.files div.file-categories div.projects-category-selected
{
    background-color:#f8b439;
}

div.files div.file-categories div a
{
    color:#ffffff;
    display:block;
    font-weight:bold;
    margin:4px 0px;
    padding:10px;
    text-decoration:none;
}