Column VO style definition

/**********************ColumnVO***************************************/
.btt_column{ /* style of column dom element*/
	float:left;
	overflow: auto; 
	text-overflow:ellipsis; 
	padding-top: 20px; 
	margin-right: 5px;
}

.btt_column_gripper { /* style of column gripper dom element*/
	background: #cee7ff;
	cursor: e-resize;
	height: 40px;
	margin-top:8px;
	overflow: hidden;
	width: 5px;
	float:left;
}

.btt_column_gripper .hover { /* hover style of column gripper */
	background: top center
}

.btt_column_gripper .max { 
	background: top center
}

.col_table { /* table style in one column dom element*/
	width: 100%;
}

.col_centr { /* style of the central row(tr) in table of column dom element,which is for row element dom container*/
	overflow: hidden;
}

.col_centd { /* style of the td element under the central row of column dom element*/
	width:100%;
}

.col_bottomTr a { /* style of the bottom of column dom element*/
	font-size: 9px;
	width: 100px;
	height: 12px;
	margin-left: 5px;
	color: #328bdb;
	text-decoration: underline;
	cursor: pointer;
}

.col_bottomTr a:hover {/* style of hover style for hyper link in the bottom of column dom element*/
	color: #9bcaf5;
}