.ctable {
	position: relative;
	padding: 0 12px;
}

.ctable td.action {
	text-align: center;
	width: 14px;
}


.ctable .cleft, .ctable .cright {
	position: absolute;
	width: 12px;
	height: 34px;
	top: 0;
}

.ctable .cleft {
	background: url(../img/ctable_th_left.png) no-repeat top left;
	left: 1px;
}

.ctable .cright {
	background: url(../img/ctable_th_right.png) no-repeat top left;
	right: 1px;
}

.ctable table {
	color: #595959;
	width: 100%;
	clear: both;
	margin: 0;
	border-collapse: collapse;
	border: 0;
	margin-top: 1px;
}

.ctable table td, .ctable table th {
	padding: 4px 2px;
	border: 1px solid #63B6C8;
	background-color: #FFF;
}

.ctable table th .cleft {
	position: absolute;
	
	
	margin: -11px 0 0 -14px;
}

.ctable table th .cright {
	position: absolute;
	width: 12px;
	height: 34px;
	background: url(../img/ctable_th_right.png) no-repeat top left;
	margin: -11px 0 0 29px;
}

.ctable table th {
	background-color: #BEDBF9;
	padding: 10px 2px 9px 2px;
	color: #000;
}

.ctable table th.action {
	border-right: 0;
}

.ctable table th.highlight {
	background-color: #84C5DE;
}


.ctable table th.hover_sort {
	background-color: #CCC;
}

.ctable table tr.odd td {
	background-color: #EBEBEB;
}

.ctable table td.highlight {
	color: #000;
}

.ctable table td.selection {
	text-align: center;
	width: 10px;
}

.tbl_msg {
	list-style: none;
	margin: 10px 0;
}

.searchForm {
	margin: 10px auto;
	width: 210px;
	position: absolute;
	right: 0;
	top: -50px;
}

.searchForm .field {
	float: left;
}

.clearSearch {
	cursor: pointer;
}

.ctable table .action img {
	cursor: pointer;
}

.ctable table td.empty {
	text-align: center;
	font-style: italic;
	font-size: 13px;
	height: 120px;
}

.ctable .comments {
	border-width: 1px;
}

div.commentsAction {
	position: relative;
	width: 14px;
	height: 18px;
}

div.commentsAction .btnComments {
	top: 0;
	left: 0;
}
