/*==============================================================================*/
  /*Stylen.css*/

/*Een punt als ik in de IDE bij ElementClassName iets ingevuld heb.*/
/*Een # als ik in de IDE bij ElementID een naam van het component ingevuld heb.*/

    /*background-color: #00F2FDFF;*/
    /*background-color: rgb(255, 255, 255);*/

/*==============================================================================*/

.basispanel
{
    background-color: rgb(255, 255, 255); /*was 255, 253,243*/
    /*border: 1px solid rgb(200, 200, 200);*/
    /*border-style: none;*/
}

.toppanel
{
    background-color: rgb(255, 255, 255); /*was 255, 253,243*/
    border: 1px solid;
}

.panels 
{
    background-color: rgb(255, 255, 255); /*was 255, 253,243*/
    /*border: 1px solid rgb(200, 200, 200);*/
    /*border-style: none;*/
}

.panelsonderboven
{
    background-color: rgb(255, 255, 255);  /*was 255, 253, 243*/
    /*border-bottom: 1px solid rgb(200, 200, 200);*/
    /*border-top: 1px solid rgb(200, 200, 200);*/
}

.panelsrond
{
    background-color: rgb(255, 255, 255);*/was 255, 253, 243*/
    /*border: 1px solid rgb(200, 200, 200);*/
}

#PageControl
{
    background-color: rgb(255, 255, 255); /*was 100, 200,250*/
    /* background-color: #DBF1F9;*/
    /*border: 3px solid rgb(200, 200, 200);*/
    /*border-width: thin;*/
}

.TabPanels
{
    /**/    
}

