/*
-------------------------------------------------------------------
List structure
*/

table.List
{
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto;
	margin-bottom: 1em;
}

table.List thead
{ 
 position: relative;
 top: expression(offsetParent.scrollTop);
}

table.List thead th
{
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #cfcfcf;
	background-image: url(../images/table_header.png);
	background-position: 0 bottom;
	background-repeat: repeat-x;
}

table.List thead th span
{
	display: block;
	text-align: left !important;
	padding: 0.3em 1em 0.2em 0.1em;
	font-size: 0.9em;
	font-weight: normal;
	background-image: url(../images/table_header.png);
	background-position: 0 top;
	background-repeat: repeat-x;
}

table.List thead tr.Top th
{
	border-bottom: 0 !important;
	background-position: 0 -200px !important;
}

table.List tbody th
{
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #cfcfcf;
  background-image: url(../images/table_header.png);
  background-position: 0 bottom;
  background-repeat: repeat-x;
}
table.List tbody th span
{
  display: block;
  text-align: left !important;
  padding: 0.3em 1em 0.2em 0.1em;
  background-image: url(../images/table_header.png);
  background-position: 0 top;
  background-repeat: repeat-x;
}


table.List thead tr.Bottom th { border-top: 0 !important; }
table.List thead tr.Bottom th span { background-image: none !important; }

table.List td
{
	padding: 0.4em 1em 0.3em 0.2em;
	vertical-align: top;
}

table.List tbody td { border-bottom: 1px solid #cfcfcf; }
table.List tbody tr:hover td { background-color: #fcf9da; }
table.List tfoot th,
table.List tfoot td { padding: 0.4em 1em 0.3em 0.2em; }

table.List td.Pagination
{
	font-size: 0.9em;
	text-align: right;
	padding-top: 0.3em;
	padding-bottom: 0.6em;
	padding-right: 0;
}

table.List td.Pagination a { margin-left: 1em; }

table.List td.Pagination span
{
	margin-left: 1em;
	color: #aaa;
	position: relative;
	top: 0.05em;
}

/*
-------------------------------------------------------------------
List Filter
*/

td.Filter { padding: 0 0 0 0 !important; }

div.Filter
{
	background-color: #f6f6f6;
	border-color: #ececec #f2f2f2 #f2f2f2 #ececec;
	border-style: solid;
	border-width: 1px;
	padding: 1em 0.3em 0 0.3em;
	margin-bottom: 4px;
}

.Filter-Actions-Advanced
{
	/*onload state (see ../scripts/setup.js)*/
	display: none;
}

.Filter-Actions
{
	white-space: nowrap;
	margin-bottom: 0.4em;
}

.Filter-Actions a
{
	margin-left: 0.6em;
	color: #444;
	text-decoration: underline;
}

.Filter-Actions a:hover
{
	color: #111;
	text-decoration: none;
	cursor: pointer;
}

.Filter-Actions span a { margin-left: 0; }

.Filter-Actions span
{
	padding-left: 0em;
	color: #888;
}

.Filter-Advanced
{
	/*onload state (see ../scripts/setup.js)*/
	display: none;
}

div.Filter .layoutTable p.Field-Inline
{
	/*when using columns, provides trailing space*/
	padding-right: 2em !important;
}

div.Filter .Button { float: right; }

/*
-------------------------------------------------------------------
Special cells
*/

table.List .Right { text-align: right; }

table.List th.Actions
{
	border: 0 !important;
	background: none !important;
}

table.List .Action-Spacer,
table.List .Action-Play,
table.List .Action-View,
table.List .Action-Resend,
table.List .Action-Cancel,
table.List .Action-Edit,
table.List .Action-Select,
table.List .Action-Delete,
table.List .Action-Transparent
{
	background-color: transparent !important;
	border: 0 !important;
	cursor: pointer;
}

table.List .Action-Spacer
{
	padding-left: 0;
	padding-right: 0;
	width: 12px !important;
	background-image: url(../images/table_action_pointer.png);
	background-repeat: no-repeat;
	background-position: center 0.7em;
}

table.List .Action-Play		a		{ color: #00A33D; text-decoration: underline; }
table.List .Action-Play		a:hover	{ color: #00A33D; text-decoration: none; }
table.List .Action-View		a		{ color: #00A33D; text-decoration: underline; }
table.List .Action-View		a:hover	{ color: #00A33D; text-decoration: none; }
table.List .Action-Resend	a		{ color: orange; text-decoration: underline; }
table.List .Action-Resend	a:hover	{ color: orange; text-decoration: none; }
table.List .Action-Cancel	a		{ color: orange; text-decoration: underline; }
table.List .Action-Cancel	a:hover	{ color: orange; text-decoration: none; }
table.List .Action-Edit		a		{ /*defaul color*/ text-decoration: underline; }
table.List .Action-Edit		a:hover	{ /*defaul color*/ text-decoration: none;}
table.List .Action-Delete	a		{ color: #e11010; text-decoration: underline; }
table.List .Action-Delete	a:hover	{ color: #e11010; text-decoration: none; }
table.List .Action-Select			{ text-align: center; text-decoration: none; }

table.List tfoot .Action-Delete
{
	text-align: center;
	font-size: 0.9em;
}
