/******************************************************************************
* 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;
}

table.tabTable td.sdsSchedulerRow 
{
	padding:0px;
}
table.tabTable th.sdsSchedulerHeader 
{
	padding:0px;
	text-align:left;
	vertical-align:bottom;
}
th.sdsSchedulerHeader a:link,
th.sdsSchedulerHeader a:hover,
th.sdsSchedulerHeader a:visited
{
	color:/* ish:mainFgColor */;
	text-decoration: none;
}
div.sdsSchedulerHeaderCell 
{
	float:left;
	font-size:10px;
	font-family:Helvetica;
	border-left: 1px solid /* ish:mainBorderColor */;
	border-color:/* ish:mainBorderColor */;
}
.sdsSchedulerHeaderFirstRow .sdsSchedulerHeaderCell,
.sdsSchedulerHeaderFirstRow .sdsSchedulerHeaderFirstCell
{
	height:18px;
	line-height:18px;	
}
div.sdsSchedulerHeaderCell span.currentDate, 
div.sdsSchedulerHeaderFirstCell span.currentDate 
{
	font-size: 140%;
}
div.sdsSchedulerHeaderFirstCell 
{
	float:left;
	font-size:10px;
	font-family:Helvetica;
}
div.sdsSchedulerHeaderRow {
	text-align:center;
	clear:both;
	border-top: 1px solid /* ish:mainBorderColor */;
}

div.sdsSchedulerHeaderFirstRow {
	text-align:center;
	clear:both;
}
table.tabTable td.sdsSchedulerCell 
{
	padding:0px;
}
div.sdsSchedulerCell {
	float:left;
}
div.sdsSchedulerRow {
	clear:both;
	height:30px;
}

div.sdsTimeBar 
{
	float: left;
	background-color: #99CC00;
	height:20px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	white-space: nowrap;
	text-overflow: ellipis;
	overflow:hidden;
	text-align:center;
}

div.sdsEmptyBar 
{
	float: left;
	height:30px;
}

div.sdsBarStart
{
	border-left: solid 1px black;
}

div.sdsBarEnd
{
	border-right: solid 1px black;
}

div.sdsBarBeforeButton
{
	float: left;
	background: url(../iso_icons/sdsScheduler_previous.gif) no-repeat left top;
	height:30px;
	width:16px;
	cursor:hand;
}

div.sdsBarAfterButton
{
	float: left;
	background: url(../iso_icons/sdsScheduler_next.gif) no-repeat left top;
	height:30px;
	width:16px;
	cursor:hand;
}

div.sdsTooltip 
{
	border: 1px solid black;
	background-color: #FFFFE0;
}


table.dtabTable td.sdsSchedulerCell 
{
	border-bottom : solid 0px transparent;
}
.sdsSchedulerCell 
{
    background: url(../iso_icons/sdsTimeSlice.png);
    font-family: Helvetica;
    font-size: 12px;
    color: #404040;
}
.sdsSchedulerCell .row 
{
    height:30px;
    clear:both;
}
.sdsSchedulerCell .empty 
{
    height:30px;
    float: left;
}
.sdsSchedulerCell .span 
{
    float: left;
    height:30px;
}

.sdsSchedulerCell .style1 .bar
{
    height:18px;
    border-top:solid 1px #808080;
    border-bottom:solid 1px #808080;
}
.sdsSchedulerCell .style1 .start
{
    border-left:solid 1px #808080;
}
.sdsSchedulerCell .style1 .end
{
    border-right:solid 1px #808080;
}

.sdsSchedulerCell .styleMetal .bar
{
    height:18px;
    border-top:solid 1px #808080;
    border-bottom:solid 1px #808080;
}

.sdsSchedulerCell .bar 
{
    height:20px;
    margin-top:5px;
    margin-bottom:5px;
    padding-top: 1px;
    text-align:center;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.sdsSchedulerCell .text
{
    padding-left: 4px;
    padding-right: 4px;
}
/* Metal style */

.sdsSchedulerCell .styleMetal .start
{
    border-left:solid 1px #808080;
}
.sdsSchedulerCell .styleMetal .end
{
    border-right:solid 1px #808080;
}
.sdsSchedulerCell .styleMetal .color0 
{
    background-color: #e3e3e3;
    background-image:none;
    border:0;
}
.sdsSchedulerCell .styleMetal .color1 
{
    background-color: #e3e3e3;
    background-image:none;
    border: 0;
}
.sdsSchedulerCell .styleMetal .color2 
{
    background-color: #3a86b1;
    background-image: none;
    border: 0;
}
.sdsSchedulerCell .styleMetal .color3 
{
    background-color: #f7874b;
    background-image:none;
    border: 0;
}

/*  TrafficLight style */
.sdsSchedulerCell .styleTrafficLight .bar
{
    height:18px;
    border-top:solid 1px #808080;
    border-bottom:solid 1px #808080;
}

.sdsSchedulerCell .styleTrafficLight .start
{
    border-left:solid 1px #808080;
}
.sdsSchedulerCell .styleTrafficLight .end
{
    border-right:solid 1px #808080;
}


.sdsSchedulerCell .styleTrafficLight .color0 
{
    background: url(../iso_icons/sdsSchedulerTrafficLightColor0.png);
}
.sdsSchedulerCell .styleTrafficLight .color1 
{
    background: url(../iso_icons/sdsSchedulerTrafficLightColor1.png);
}
.sdsSchedulerCell .styleTrafficLight .color2 
{
    background: url(../iso_icons/sdsSchedulerTrafficLightColor2.png);
}
.sdsSchedulerCell .styleTrafficLight .color3 
{
    background: url(../iso_icons/sdsSchedulerTrafficLightColor3.png);
}

/*  AtWork style */
.sdsSchedulerCell .styleAtWork .bar
{
    height:18px;
    border-top:solid 1px #808080;
    border-bottom:solid 1px #808080;
}

.sdsSchedulerCell .styleAtWork .start
{
    border-left:solid 1px #808080;
}
.sdsSchedulerCell .styleAtWork .end
{
    border-right:solid 1px #808080;
}


.sdsSchedulerCell .styleAtWork .color0 
{
    background: url(../iso_icons/sdsSchedulerAtWorkColor0.png);
}
.sdsSchedulerCell .styleAtWork .color1 
{
    background: url(../iso_icons/sdsSchedulerAtWorkColor1.png);
}
.sdsSchedulerCell .styleAtWork .color2 
{
    background: url(../iso_icons/sdsSchedulerAtWorkColor2.png);
}
.sdsSchedulerCell .styleAtWork .color3 
{
    background: url(../iso_icons/sdsSchedulerAtWorkColor3.png);
}
.sdsSchedulerCell .styleAtWork .color1 span 
{
     background-color: #FFFF00;
}

.sdsSchedulerCell .styleAtWork .color3 span 
{
     color: white;
}

/*  Season style */
.sdsSchedulerCell .styleSeason .bar
{
    height:18px;
    border-top:solid 1px #808080;
    border-bottom:solid 1px #808080;
}

.sdsSchedulerCell .styleSeason .start
{
    border-left:solid 1px #808080;
}
.sdsSchedulerCell .styleSeason .end
{
    border-right:solid 1px #808080;
}


.sdsSchedulerCell .styleSeason .color0 
{
    background: url(../iso_icons/sdsSchedulerSeasonColor0.png);
}
.sdsSchedulerCell .styleSeason .color1 
{
    background: url(../iso_icons/sdsSchedulerSeasonColor1.png);
}
.sdsSchedulerCell .styleSeason .color2 
{
    background: url(../iso_icons/sdsSchedulerSeasonColor2.png);
}
.sdsSchedulerCell .styleSeason .color3 
{
    background: url(../iso_icons/sdsSchedulerSeasonColor3.png);
}

.sdsSchedulerCell .styleSeason .color0 span 
{
     background-color: #D0F0FF;
     color: Black;
}
.sdsSchedulerCell .styleSeason .color1 span 
{
     background-color: #FFF0D0;
     color: Black;
}
.sdsSchedulerCell .styleSeason .color2 span 
{
     background-color: #E0FFC0;
     color:Black;
}
.sdsSchedulerCell .styleSeason .color3 span 
{
     background-color: #FFD0C0;
     color: Black;
}

.sdsSchedulerCell .hiddenNewSpan
{
	display:none;
}
.sdsSchedulerCell .newSpan
{
	position:absolute;
}
.sdsSchedulerCell .newSpan .newBarText
{
	background-color: white;
	border: solid 1px black;
	padding: 5px;
	position:relative;
	top: -60px;
}
.sdsSchedulerCell .newSpan .newBar
{
	height:20px;
	background: url(../iso_icons/sdsSchedulerTrafficLightColor0.png);
	margin-top:5px;
	margin-bottom:5px;
	border: solid 1px black;
}

.sdsMultiPopup 
{
	overflow:auto;
}

.sdsMultiPopup h3 
{
	margin:0px;
}

.sdsMultiTooltip .tooltip
{
	border-bottom: dotted 1px #C0C0C0;
}

.sdsMultiTooltip .last
{
	border-bottom: solid 0px transparent;
}

.sdsSchedulerPopup {
	font-size:75%;	
}
