﻿.listing
{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.listing table
{
	width: 100%;
}
.listing-title
{
	font-weight: bold;
	text-align: center;		
	font-size: 1.2em;
}
.listing-top-bar
{
	padding: 5px;
	font-weight: bold;
}
.listing-arrow-left, .listing-arrow-left-hover, .listing-arrow-left-disabled
{	
	color: #000;
	cursor: pointer;
	float: right;
}
.listing-arrow-right, .listing-arrow-right-hover, .listing-arrow-right-disabled
{	
	color: #000;
	cursor: pointer;
	float: right;
	margin-left: 10px;
}
.listing-arrow-left-hover, .listing-arrow-right-hover
{	
		
}
.listing-arrow-left-disabled, .listing-arrow-right-disabled
{
	color: #bbb;
	cursor: auto;
}
.listing-numbers
{
	float: right;
	margin-right: 15px;
	font-weight: normal;
	display: none;
}
.listing-data-table
{
	width: 100%;
	padding: 0px;
}
td.listing-data-table-header
{
	border: 0px solid #000;
	text-decoration: underline;
	color: #000;
	font-weight: bold;
	font-size: 110%;
	padding-left: 5px;
}
td.listing-data-table-header-asc
{
	background-image: url("/icons/sort_up.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
td.listing-data-table-header-desc
{
	background-image: url("/icons/sort_down.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.listing-row-even td, .listing-row-hover td, .listing-row-even-hover td
{
	padding: 5px;
	border-bottom:1px solid #BBBBBB;
	border-top:1px solid #BBBBBB;
	background-color: #efefef;
}
.listing-row-odd td, .listing-row-odd-hover td
{
	padding: 5px;	
}

.top-actions
{
	margin-bottom: 10px;
}

.top-actions ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.top-actions ul li
{
	display: inline;
	border: 1px solid #174287;
	padding: 5px;	
	background-color: #eee;
}
.listing-ajax-loader
{
	background-image: url("/images/ajax-loader.gif");
	background-position: center 30px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 100;
}
.listing-ajax-shader
{
	background-color: #fff;
	position: absolute;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	z-index: 99;
}

.listing-noresults-loader
{
	position: absolute;
	z-index: 100;
}
.listing-noresults-shader
{
	background-color: #fff;
	position: absolute;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	z-index: 99;
}
.listing-row-even td.listing-cell-no-sort, .listing-row-hover td.listing-cell-no-sort, .listing-row-odd td.listing-cell-no-sort, .listing-row-hover td.listing-cell-no-sort
{
	border-left: 0px solid #000;
	border-right: 0px solid #000;
}
.listing-row-even td.listing-data-table-header-no-sort, .listing-row-hover td.listing-data-table-header-no-sort, .listing-row-odd td.listing-data-table-header-no-sort, .listing-row-hover td.listing-data-table-header-no-sort
{
	border-right: 0px solid #000;
	border-left: 0px solid #000;
	border-bottom: 1px solid #000;
}
.listing-loose-icon
{
	vertical-align: top;
	width: 20px;
}
