/**
 * portfolio.css - Companion of /Templates/examples/dataGrid/portfolio.htm
 * 
 * This is a simple example of alternating image-text / text-image rows,
 * as a variation on a portfolio page.
 */


#contentCell table { border: 0; }


#contentCell td, #contentCell div{
border: 0;}

.dataGrid-section-container.odd .dataGrid-subsection-container.even td{ width: auto !important; padding-bottom: 20px;}
.dataGrid-section-container.even .dataGrid-subsection-container.odd .dataGrid-column-1 {width: 55%;
}
.dataGrid-section-container.even .dataGrid-subsection-container.even td{ width: auto !important; padding-bottom: 20px;}
.dataGrid-section-container.odd .dataGrid-subsection-container.odd .dataGrid-column-1 {width: 55%; 
}

.dataGrid-section-container.odd .dataGrid-subsection-container.odd td {padding-bottom: 0px;
}
.dataGrid-column-1 {float: left;}
.dataGrid-column-2 {float: right;  width: 25%;}

.dataGrid-item-row.even{ background: transparent; }
.dataGrid-item-hiLite { background: transparent; }

 .dataGrid-subsectionTitle{
 padding-bottom: 3px;
 margin-bottom: 0;
 }
 .dataGrid-section-container{
 margin-bottom: 0;
 padding-bottom: 0;
 }
  .dataGrid-subsection-container{
 margin-bottom: 0;
 padding-bottom: 0;
 }