/*** CHL ***/

/* Two Column */

.chl2_page_2Column .chl2_page_column {
	margin-bottom:0;
	width:47.5%;
}

.chl2_page_2Column .chl2_page_column.chl2_left {
	float:left;
}

.chl2_page_2Column .chl2_page_column.chl2_right {
	float:right;
}

/* File */

.chl2_w_file .chl2_image {
	width:80px;
	float:left;
}

.chl2_w_file .chl2_image img {
	margin:auto;
}

.chl2_w_file .chl2_properties,
.chl2_w_file .chl2_details {
	margin-left:100px;
	clear:none;
}

.flexiSidebar .chl2_w_file .chl2_image {
	width:40px;
}

.flexiSidebar .chl2_w_file .chl2_properties,
.flexiSidebar .chl2_w_file .chl2_details {
	margin-left:60px;
}

/* Blog */

.chl2_w_blog .chl2_preview p,
.chl2_w_news .chl2_preview p {
	margin-bottom:0.714em;
}

.chl2_w_blog .chl2_post .chl2_image {
	float:left;
}

.flexiSidebar .chl2_w_blog .chl2_post .chl2_image {
	display:none;
}

/* Blog - preview */

.chl2_w_blog .chl2_post .chl2_preview {
	clear:none;
}

.chl2_w_blog .chl2_post .chl2_preview {
	margin-left:100px;	
}

.flexiSidebar .chl2_w_blog .chl2_post .chl2_preview {
	margin-left:0;
}

/* Blog - entry */

.chl2_w_blog .chl2_entry .chl2_image {
	margin:0 1.429em 1.429em 0;
	float:left;
}

/* News */

.chl2_w_news .chl2_image {
	width:120px;
	float:left;
}

.chl2_w_news .hasImage .chl2_preview {
	margin-left:140px;
}

.chl2_w_news .chl2_featured .chl2_image {
	width:220px;
}

.chl2_w_news .chl2_featured .hasImage .chl2_preview {
	margin-left:240px;
}

/* Calendar */

.chl2_w_calendar .chl2_image {
	width:120px;
	float:left;
}

.chl2_w_calendar .hasImage .chl2_preview {
	margin-left:140px;
}

/* Grid List */

.chl2_gridList li.item {
    width:48.75%;
    display:-moz-inline-stack;
    display:inline-block;
    vertical-align:top;
}
    
.ie6 .chl2_gridList li.item,
.ie7 .chl2_gridList li.item {
	display:inline;
}

/* Data viewer */

.chl2_w_dataViewer .chl2_sort,
.chl2_w_dataViewer .col.empty,
.chl2_w_dataViewer .col.multiSelect,
.chl2_w_dataViewer .chl2_actions .chl2_left {
	display:block;
}

.chl2_w_dataViewer .col {
	margin:0;
	padding:0;
}

.ie7 .chl2_w_dataViewer .col {
	padding:0.714em 1.5%;
}

.chl2_w_dataViewer .col.multiSelect {
	width:2em;
}

.chl2_w_dataViewer .col.key {
	width:2em;
}

.ie7 .chl2_w_dataViewer .col.multiSelect {
	width:3% !important;
}

.ie7 .chl2_w_dataViewer .col.key {
	width:3% !important;
}

.chl2_w_dataViewer .field {
	padding:0.714em;
}

.ie7 .chl2_w_dataViewer .field {
	padding:0;
}

.chl2_w_dataViewer .meta .field {
	font-size:1em;
}

.chl2_w_dataViewer .meta.break {
	clear:none;
}

.chl2_w_dataViewer .prefix {
	display:none;
}

.chl2_w_dataViewer .chl2_actions .chl2_left {
	width:47.5%;
	text-align:left;
	float:left;
}

.chl2_w_dataViewer .chl2_actions .chl2_right {
	width:47.5%;
	text-align:right;
	float:right;
}

/* Display as table */

.chl2_w_dataViewer .chl2_dataGroup {
	display:table;
	width:100%;
}

.chl2_w_dataViewer .chl2_sort,
.chl2_w_dataViewer .chl2_data {
	display:table-row-group;
}

.chl2_w_dataViewer .row {
	display:table-row;
}

.chl2_w_dataViewer .col,
.chl2_w_dataViewer .col.empty,
.chl2_w_dataViewer .col.multiSelect {
	display:table-cell;
	float:none;
	vertical-align:middle;
}

.ie7 .chl2_w_dataViewer .chl2_dataGroup,
.ie7 .chl2_w_dataViewer .chl2_sort,
.ie7 .chl2_w_dataViewer .chl2_data,
.ie7 .chl2_w_dataViewer .row,
.ie7 .chl2_w_dataViewer .col {
	display:block;
}

.ie7 .chl2_w_dataViewer .col {
	float:left;
}

.chl2_w_dataViewer .col {
	border-bottom:1px solid #ccc;
}

.ie7 .chl2_w_dataViewer .col {
	border:none;
}

/* Two */

.ie7 .chl2_w_dataViewer .hasTwo .col {
	width:46.5%;
}

.ie7 .chl2_w_dataViewer.hasId .hasTwo .col {
	width:90.5%;
}

/* Three */

.ie7 .chl2_w_dataViewer .hasThree .col {
	width:29.5%;
}

.ie7 .chl2_w_dataViewer.hasId .hasThree .col {
	width:43.5%;
}

.ie7 .chl2_w_dataViewer.hasMultiSelect.hasId .hasThree .col {
	width:84.5%;
}

/* Four */

.ie7 .chl2_w_dataViewer .hasFour .col {
	width:21.5%;
}

.ie7 .chl2_w_dataViewer.hasId .hasFour .col {
	width:27.5%;
}

.ie7 .chl2_w_dataViewer.hasMultiSelect.hasId .hasFour .col {
	width:40.5%;
}

/* Five */

.ie7 .chl2_w_dataViewer .hasFive .col {
	width:16.5%;
}

.ie7 .chl2_w_dataViewer.hasId .hasFive .col {
	width:20%;
}

.ie7 .chl2_w_dataViewer.hasMultiSelect.hasId .hasFive .col {
	width:26%;
}

/* Six */

.ie7 .chl2_w_dataViewer .hasSix .col {
	width:13.5%;
}

.ie7 .chl2_w_dataViewer.hasId .hasSix .col {
	width:15%;
}

.ie7 .chl2_w_dataViewer.hasMultiSelect.hasId .hasSix .col {
	width:18.5%;
}

/* Seven */

.ie7 .chl2_w_dataViewer .hasSeven .col {
	width:10.5%;
}

.ie7 .chl2_w_dataViewer.hasId .hasSeven .col {
	width:12%;
}

.ie7 .chl2_w_dataViewer.hasMultiSelect.hasId .hasSeven .col {
	width:14%;
}

/* Eight */

.ie7 .chl2_w_dataViewer .hasEight .col {
	width:9%;
}

.ie7 .chl2_w_dataViewer.hasId .hasEight .col {
	width:10%;
}

.ie7 .chl2_w_dataViewer.hasMultiSelect.hasId .hasEight .col {
	width:11%;
}

/* Nine */

.ie7 .chl2_w_dataViewer .hasNine .col {
	width:7.5%;
}

.ie7 .chl2_w_dataViewer.hasId .hasNine .col {
	width:8%;
}

.ie7 .chl2_w_dataViewer.hasMultiSelect.hasId .hasNine .col {
	width:9%;
}

/* Ten */

.ie7 .chl2_w_dataViewer .hasTen .col {
	width:6.5%;
}

.ie7 .chl2_w_dataViewer.hasId .hasTen .col {
	width:7%;
}

.ie7 .chl2_w_dataViewer.hasMultiSelect.hasId .hasTen .col {
	width:7.5%;
}

/* Image */

.chl2_w_image.chl2_left,
.chl2_w_image.chl2_right,
.w_generic_image.chl2_left,
.w_generic_image.chl2_right {
	max-width:50%;
}

/*** Flexi-Page ***/

/* 2 Col */

.flexi2Col .flexiMain {
	width:66%;
}

.flexi2Col .flexiSidebar {
	width:32%;
}

/* 3 Col */

.flexi3Col .flexiMain {
	margin-left:30%;
	width:40%;
}
	
.flexi3Col .flexiSidebar.flexiLeft {
	margin-left:-70%;
	width:28%;
}

.flexi3Col .flexiSidebar.flexiRight {
	width:28%;
}

/* Equal */

.flexiEqual {
	width:46%;
}

/* All */

.flexiCol {
	display:inline;
	overflow:hidden;
}

.flexiLeft,
.flexiMid {
	float:left;
}

.flexiRight {
	float:right;
}