/******************************************************************************
* sdsTable.css
*******************************************************************************

*******************************************************************************
*                                                                             *
* Copyright 2007
*                                                                             *
******************************************************************************/

div.sdsTable {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

tr.sdsTableHeadingRow th {
	text-align:left;
}

tr.sdsTableSortRow th {
	text-align:center;
	white-space:nowrap;	
}

tr.sdsTableHeadingRow span.inHeaderSortButtons {
	padding-left:0.5em;
}

tr.sdsTableNavigationRow th {
	text-align:left;
}

tr.sdsActionRow td {
	padding:0px;
	border:0px;
}

tr.sdsActionRow div.sdsSelectionLabel {
	margin-top:0.5em;
	margin-left:15px;
	float:left;
	width: 100%;
}

tr.sdsActionRow div.sdsButtonBar {
	float:right;
}

tr.sdsActionRow div.sdsButtonBar {
	margin-bottom:0.2em;
}

tr.sdsActionRow div.sdsButtonBar {
	margin-top:0.2em;
}

tr.sdsTableNavigationRow div.sdsSelectAll {
	float:left;
}

tr.sdsTableNavigationRow div.sdsLimits {
	float:right;
}

tr.sdsTableNavigationRow div.sdsLimits select {
	margin-left:1em;
}

tr.sdsTableModeRow th 
{
	background: url(../iso_icons/adm_menubar-bg.png) #FFFFFF repeat-x bottom left;
    white-space: nowrap;
    margin: 0px;
    margin-bottom: 0.5em;
    padding: 0.4em;
	height: 23px;
}

tr.sdsTableModeRow th ul 
{
	padding-right: 0px;	
	padding-left: 0px;	
	padding-bottom: 0px;	
	margin: 0px;	
	padding-top: 3px;	
	list-style-type: none;
}
tr.sdsTableModeRow th li 
{
	padding-right: 0px;	
	display: inline;	
	padding-left: 0px;	
	padding-bottom: 0px;	
	margin: 0px;	
	padding-top: 0px;	
	border-bottom: #e3e3e3 0px solid;	
	list-style-type: none;
}

tr.sdsTableModeRow th a:link, tr.sdsTableModeRow th a:visited, tr.sdsTableModeRow th a:hover 
{
	padding-right: 0.2em;	
	padding-left: 18px;	
	font-weight: bold;	
	padding-bottom: 0.2em;	
	margin: 0.2em;	
	color: #8e8e8e;	
	padding-top: 0.2em;	
	text-decoration: none;
}
tr.sdsTableModeRow th li.selected a:link, tr.sdsTableModeRow th li.selected a:visited, tr.sdsTableModeRow th a:hover 
{
	color: #000000;	
}
tr.sdsTableModeRow .sdsTableRowModeButton 
{	
	background: url(../iso_icons/sdsTableRowMode.gif) no-repeat left top;
}

tr.sdsTableModeRow .sdsTableSmallBlockModeButton 
{	
	background: url(../iso_icons/sdsTableSmallBlockMode.gif) no-repeat left top;
}

tr.sdsTableModeRow .sdsTableBigBlockModeButton 
{	
	background: url(../iso_icons/sdsTableBigBlockMode.gif) no-repeat left top;
}

div.sdsBlockView 
{
	border: solid 1px #C0C0C0;
	margin: 0px 3px 3px 0px;
	float:left;
	text-align: left;
}
div.sdsBlockViewSelected 
{
	border: solid 1px #C0C0C0;
	margin: 0px 3px 3px 0px;
	float:left;
	text-align: left;
	position:relative;
	background-color: activecaption;
	color:captiontext;
}
input.sdsBlockViewCheckbox 
{
	position:absolute;
	top:0px;
	left:0px;
}
