@CHARSET "UTF-8";

div.itti_listing {
	padding: 0;
	width: 100%;
}

table.itti_listing {
	border: 1px solid #8E8F82;
	border-collapse: collapse;
	width: 100%;
}

table.itti_listing td {
	border: 1px solid #8E8F82;
}

table.itti_listing tr.header {
	background-color: #DDDDDD;
}

table.itti_listing tr.header td {
	font-weight: bold;
	color: #333333;
	white-space: nowrap;
	height: 32px;
	background: url('listing/header-bgr.png') repeat-x;
}

table.itti_listing tr.header div.cell_container {
	height: 22px;
	padding: 5px 3px;
	line-height: 22px;
	position: relative;
}

table.itti_listing tr.header td.sortable {
	cursor: pointer;
}

table.itti_listing tr.header td.sortable:hover {
	background-image: url('listing/header-bgr-o.png');
}

table.itti_listing tr.header td.nonsortable {
	cursor: default;
}

table.itti_listing tr.header td.sorted div.cell_container {
	padding-right: 25px;
}

table.itti_listing tr.header td.sorted .sort-icon {
	position: absolute;
	right: 8px;
	top: 0;
	height: 32px;
	width: 9px;
	background: no-repeat center center;
}

table.itti_listing tr.header td.sorted .sort-asc {
	background-image: url('listing/sort-asc.gif');
}

table.itti_listing tr.header td.sorted .sort-desc {
	background-image: url('listing/sort-desc.gif');
}

table.itti_listing tr.row-body td {
	padding: 3px;
	background-color: white;
}

table.itti_listing tr.row-body.row-selected td {
	background-color: pink;
}

table.itti_listing tr.row-body:hover td {
	background-color: #FFE2A8;
}

/* EDIT COLUMN */
table.itti_listing tr.row-body td.edit_col {
	background-color: #E9E7E4;
	width: 1%;
	border-color: #8E8F82;
}

table.itti_listing tr.row-body:hover td.edit_col {
	background-color: #FFC159;
}

/* SEPARATOR COLUMN */
table.itti_listing tr.row-body td.column-separator {
	background-color: #E9E7E4;
	width: 5px;
}

/* BE PAGEBAR */
div.be_pagebar {
	margin-top: 5px;
	margin-bottom: 8px;
	height: 28px;
	position: relative;
}

div.be_pagebar .current_page_text {
	font-size: 11px;
	color: #606870;
	position: absolute;
	left: 0;
	top: 0;
}

div.be_pagebar .total_records_text {
	font-size: 11px;
	color: #606870;
	position: absolute;
	left: 0;
	bottom: 0;
}

div.be_pagebar .page_links {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

div.be_pagebar .page_links a.page {
	display: block;
	float: left;
	height: 18px;
	margin: 0 2px;
	background: url('listing/pagebar/page-bgr-r.png') no-repeat top right;
}

div.be_pagebar .page_links a.page span {
	display: block;
	position: relative;
	left: -1px;
	height: 18px;
	font-size: 12px;
	color: #333;
	line-height: 18px;
	padding: 0 6px 0 7px;
	background: url('listing/pagebar/page-bgr-l.png') no-repeat top left;
}

div.be_pagebar .page_links a.current-page {
	background-image: url('listing/pagebar/page-current-bgr-r.png');
}

div.be_pagebar .page_links a.current-page span {
	background-image: url('listing/pagebar/page-current-bgr-l.png');
}

div.be_pagebar .page_links a:hover {
	text-decoration: none;
}

div.be_pagebar .page_links a.current-page:hover {
	cursor: default;
}