/*
** Table-based column layout for all browsers.
** By Alexander Limi, http://www.plonesolutions.com
**
** There's a table-less column layout alternative in the plone_tableless
** skin layer, if you prefer layouts without tables.
*/

/* <!-- compression status: 0 --> (this is for http compression) */
/*  */
/*
#portal-columns {
    width: 100% !important;
    border-collapse: collapse;
    border-spacing: 0;
    }
    */
#portal-columns {
    width: 1200px !important;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0px solid #ff0000;
    }
/*  #portal-column-one {vertical-align: top; width: 15em;} */

#portal-column-one {
    vertical-align: top;
    width: 244px;
    padding: 0;
    text-align:left;
    border: 0px solid #00ff00;
    }

#portal-column-content {
    /*width:476px;*/
    width:652px;
    vertical-align: top;
    margin: 0;
    padding: 0;
    text-align:left;
    border: 0px solid #0000ff;
    }
#portal-two-column-content {
    /*width:476px;*/
    width:896px;
    vertical-align: top;
    margin: 0;
    padding: 0;
    text-align:left;
    border: 0px solid #ff0000;
    }

/*  #portal-column-two {    vertical-align: top;    width: 15em;} */
#portal-column-two {
    vertical-align: top;
    width: 244px;
    text-align:left;
    border: 0px solid #ff0000;
    padding-left:0px;
    }

/* Padding for the columns */
/*  
    #portal-column-one .visualPadding {    padding: 2em 0em 1em 2em;}
    #portal-column-content .visualPadding {    padding: 0em 2em 1em 2em;}
    #portal-column-two .visualPadding {    padding: 2em 2em 1em 0em;}
*/

#portal-column-one .visualPadding       { padding: 0em 0em 0em 0em;  }
#portal-column-content .visualPadding   { padding: 0em 32px 0em 32px;    }
#portal-column-two .visualPadding       { padding: 0em 0em 0em 0em;    }

/*  */