/*
 * Version: $Revision: 1.6 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2007 BeSite
 */

P.Customer
{
    font-size: 8pt;
}

TABLE.Projects
{
    border-spacing: 0;
    border: 0;
    /*margin-right: 25px;*/
    /*margin-left: 25px;*/
}

TABLE.Projects TD
{
    vertical-align: top;
    background-image: url(/img/input_back.png);
    background-repeat: repeat-x;
    padding: 10px;
    padding-bottom: 20px;
    font-weight: bold;
}

TABLE.Projects TD A
{
    font-weight: normal;
}

TABLE.Projects IMG
{
    border: 1px solid #163142;
}

/*IMG.Project
{
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    border: 1px solid #163142;
}*/

DIV.MoreProjects
{
    border-top: 1px solid #002538;
    margin-top: 10pt;
    padding-top: 10pt;
    font-size: 9pt;
}

UL.Project {
    clear: both;
    padding-left: 0px !important;
    list-style: none !important;
    margin-top: 15px;
}

UL.Project LI {
    background-position: -5px 5px !important;
}

DIV.SlideProject {
    height: 100px;
    width: 430px;
    background: url( /img/project_slider_bg.png ) no-repeat;
    padding: 20px;
}

DIV.SlideProject A IMG {
    float: left;
}

DIV.SlideProject P {
    float: right;
    width: 220px;
}

DIV#SlideDiv {
    height: 140px;
}

DIV#ProjectContainer {
    width: 470px;    
    position: relative;
}

DIV.projectDiv {
    width: 470px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #eff0f0;
    position: relative;
    clear: both;
    min-height: 120px;
}

DIV.projectDiv DIV.imgDiv {
    width: 195px;
    padding: 8px;    
    float: left;
    margin-bottom: 5px;
    background: url( /img/projecten_bg_big.png ) no-repeat;
    height: 116px;
}

DIV.projectDiv DIV.imgDiv:hover {
    background: url( /img/projecten_bg_big_hover.png ) no-repeat;
}

DIV.projectDiv DIV.textDiv {
    width: 225px;
    padding: 5px 10px 5px 10px;
    float: left;
}

.ProjectSpan {
    font-weight: bold;
    font-style: italic;    
}

.imgContainer {
    padding: 8px 8px 15px 8px;    
    background: url( /img/projecten_bg_medium.png ) no-repeat;
    float: right;
}

@media print
{
    UL.Project {
        clear: both;
        list-style: circle !important;
        margin-top: 15px;
        margin-left: 20px;
    }
    
    UL.Project LI {
        background : none !important;
    }
}