/*
** 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: disabled --> (this is for http compression) */
/*  */

#structure_table {
   width: 1010px;
   border-collapse: collapse;
   background-color: #ffffff;
}

#portal-columns {
    width: 100% !important;
    border-collapse: collapse;
    border-spacing: 0;
}

#portal_column_start {
    height: 5px;
}

#portal-column-one {
    vertical-align: top;
    width: 270px; /* 18em;*/
    border-right: 4px solid #ecf0f3;
}

#portal-column-one-2 {
    vertical-align: top;
    width: 125px; /* 18em;*/
    border-right: 0px solid #ecf0f3;
}

#portal-column-content {
    vertical-align: top;
    margin: 0;
    padding: 0;
   /* width: 600px;*/
}

#portal-column-two {
    vertical-align: top;
    width: 140px; /*16em;*/
}

#portal-column-two-2 {
    vertical-align: top;
    width: 300px; /*16em;*/
	border-left: 4px solid #ecf0f3;
}
#portal-column-vidinis-one {
    vertical-align: top;    
}

#portal-column-vidinis-two {
    vertical-align: top;
    width: 300px; 
}

#portal-column-vidinis-vidurinis {
    vertical-align: top;
    width: 180px; 
}


/* Padding for the columns */

#portal-column-one .visualPadding {
    padding: 0.5em 0em 0em 0.2em;
}
#portal-column-content .visualPadding {
    padding: 0em 0.5em 0em 0.5em;

}
#portal-column-two .visualPadding {
    padding: 0.5em 0em 0em 0em;
}

/*  */
