﻿table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

td, tr {
	margin: 0;
	padding: 0;
}

td {
	padding: 1px 3px;
}

table.ListingTable {
	width: 100%;
}

table.ListingTable, .ListingTable td, .ListingTable th {
	border-color: #c9c9c9;
	border-width: 1px;
	border-style: solid;
}

table.ListingTable td {
	padding: 4px 5px;
	font-size: 11px;
}

table.ListingTable th {
	text-align: left;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 11px;
	color: #585858;
	border-color: #b9b9b9;
	background: #fff url('../Gfx/ColumnBg.png') repeat-x scroll bottom left;
	cursor: default;
	height: 19px;
}

table.ListingTable th.Sortable {
	background: #fff url('../Gfx/ColumnBgSortable.png') repeat-x scroll bottom left;
}

table.ListingTable th.Sortable:hover {
	cursor: pointer;
}

th.Sortable .ColumnHeaderText {
	float: left;
	border: none;
	margin: 0;
	padding: 0;
}

th.Sortable .ColumnHeaderArrow {
	float: right;
	border: none;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

table.DetailsTable {
}

table.DetailsTable td.LabelCell {
	font-weight: bold;
}

table.DetailsTable td {
	border-bottom: dotted #ccc 1px;
	padding: 2px 4px 2px 2px;
}

/* ----------------------------------------------------- BEGIN: OPERA----------------------------------------------------*/

.opera table.ListingTable th {
	height: 19px;
}

/* ----------------------------------------------------- END: OPERA -----------------------------------------------------*/

/* ----------------------------------------------------- BEGIN: SAFARI --------------------------------------------------*/

.safari table.ListingTable th {
	height: 14px;
}

/* ----------------------------------------------------- END: SAFARI ----------------------------------------------------*/

/* ----------------------------------------------------- BEGIN: IE 7 ----------------------------------------------------*/

.ie7 table.ListingTable th {
	height: 15px;
	padding-top: 1px;
}

.ie7 th.Sortable .ColumnHeaderArrow {
	padding-top: 0;
	line-height: 10px;
}

/* ----------------------------------------------------- END: IE 7 ------------------------------------------------------*/

/* ----------------------------------------------------- BEGIN: IE 6 ----------------------------------------------------*/

.ie6 table.ListingTable th.Sortable {
  /* replaced by background image
  background-color: expression(this.runtimeStyle.backgroundColor, this.onmouseover = function() { this.className += ' IE6Hover'; }, this.onmouseout = function() { this.className = this.className.replace('IE6Hover', ''); });
  */
	cursor: pointer;
}

.ie6 table.ListingTable th.IE6Hover {
  /* replaced by background image
	background-color: #e3e3e3;
  */
}

.ie6 table.ListingTable th {
	height: 16px;
	padding-top: 0px;
}

.ie6 th.Sortable .ColumnHeaderText {
	display: inline;
}

.ie6 th.Sortable .ColumnHeaderArrow {
	display: inline;
	padding-top: 0;
}

/* ----------------------------------------------------- END: IE 6 ------------------------------------------------------*/
