/******************************************************************************
* admTable.css
*******************************************************************************

*******************************************************************************
*                                                                             *
* Copyright 2006									                          *
*                                                                             *
******************************************************************************/

/* style admin */

.admBackoffice table.admTable th {
	background-color: #d4d4d4;
	font-weight: bold;
	padding:0.2em;
	white-space: nowrap;
}

.admBackoffice table.admTable td,
.admBackoffice table.admTable th {
	border:1px solid #d4d4d4;
	padding:0.2em;
}

.admBackoffice table.admTable tr.sdsActionRow td {
	border:0px;
}

.admBackoffice  table.admTable tr.sdsTableHeadingRow th,
.admBackoffice  table.admTable tr.sdsTableHeadingRow td {
	color: #ffffff;	
	border:0px;
	padding:0.3em;
	border-left:1px solid #ffffff;
	border-top:1px solid #ff6600;
	background-color: #ff6600;
}

.admBackoffice  table.admTable thead tr.sdsTableHeadingRow th:first-child {
	border-left-color:#ff6600;
}

.admBackoffice  table.admTable tr.odd td {
	background-color: #ffffff;
}

.admBackoffice  table.admTable tr.even td {
	background-color: #eeeeee;
}

.admBackoffice  table.admTable a.sortButtonLink span {
	visibility:hidden;
}

.admBackoffice  table.admTable a.sortButtonLink {
	padding:6px;
}

.admBackoffice  table.admTable a.sortButtonUp {
	background: url("../iso_icons/adm_tri1.gif") transparent no-repeat center center;
}

.admBackoffice  table.admTable a.sortButtonDown {
	background: url("../iso_icons/adm_tri2.gif") transparent no-repeat center center;
}

.admBackoffice  table.admTable .sdsActionButton {
	float:left;
	margin-left:1em;
}

/*
.admBackoffice table.table1 tr.rowSelected td {
	background-color: #e0e0e0;
}
*/

.admBackoffice table.admTable a:link,
.admBackoffice table.admTable a:active,
.admBackoffice table.admTable a:visited,
.admBackoffice table.admTable a:hover {
	color: #000000;
	text-decoration: underline;
}

.admBackoffice table.admTable a:hover {
	color:#ff6600;
}

.admBackoffice table.admTable tr.sdsActionRow td {
	background-color: transparent;
	color: #000000;
}

.admBackoffice table.admTable tr.sdsTableNavigationRow th {
	background-color:#d4d4d4;
	color:#000000;
}

.admBackoffice table.admTable tr.sdsTableSelectedRow td {
	background-color: activecaption;
	color:captiontext;
}

.admBackoffice table.admTable tr.sdsTableSelectedRow td a:link,
.admBackoffice table.admTable tr.sdsTableSelectedRow td a:visited 
{
	color:captiontext;
}

.admBackoffice  table.admTable a.sortButtonLink {
	text-decoration:none;	
}