/* column options example */

.column-options {
	border-collapse: collapse;
	border-bottom: 1px solid #d6d6d6;}

.column-options th, .column-options td {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #434343;
	background-color: #f7f7f7;
	border-left:1px solid #ffffff;
	border-right:1px solid #dcdcdc;}

.column-options th {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.12em;
	color: #fff;
	background-color: #6a4a9d;
	padding:12px 10px 12px 10px;
	border-bottom: 1px solid #d6d6d6;
        vertical-align:middle}

.column-options td {
	text-shadow:1px 1px 0 #fff;
	padding:12px 10px 12px 10px;
	font-size: 12px;}
	

.column-options .odd td {
	background-color: #ededed;}


.column-options th:first-child {
	border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;}

.column-options th:last-child {
	border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;}

.column-options th:last-child, .column-options td:last-child {
	border-right: 0px;}