/*========================================================*/
/*             CSS for Colón Containers              */
/*                  by ralfhappe                        */
/*              http://www.ralfhappe.com                  */
/*========================================================*/

/*========================================================*/
/*     Container Design Elements                          */
/*========================================================*/

/*-- container           --*/ 
.containermaster
{
    padding: 5px 10px 5px 10px;
}
/*-- container title container           --*/ 
.contentcontainertitlecontainer
{
}
/*-- conatiner title token             --*/ 
.contentcontainertitle
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-weight: bold;
}
/*-- container menue token           --*/ 
.contentcontainermenue
{
}
/*-- min/max section                 --*/ 
.contentcontainerminmax
{
}

/*-- min/max section                 --*/ 
.contentcontainerline
{
    padding: 0px;
    margin: 0px;
    height: 1px;
    background-color: #000000;
}


/*-- container content container            --*/ 
.contentcontainercontentcontainer
{
}
/*-- container content pane            --*/ 
.contentcontainer
{
}

/*========================================================*/




