/* -----------------------------------------------------------------------------------
   WorkMate Distributed Architecture Client
	 Default Style Sheet for WDA.Client based	Applications
   2003-11-20 Nils-Petter Ottesen, ADB Systems International Inc.
   ----------------------------------------------------------------------------------- */

/* First style in a stylesheet is skipped (bug?) */
dummy
{
	font-size					: x-small;
}

	/* Set up default font characterstics for entire page */
	body
, table, tr, td
, input, textarea, form, option, select
,	.WDA_DataGridPager	
/*, .WDA_PageTrailer_Text*/
{
	font-family				: Helvetica;/*Verdana, Arial, sans-serif;*/
	font-weight				: normal;
	font-size					: x-small;
	font-size					: 10pt;/*8pt;*/
}

.WDA_PageTrailer_Text
{
	
}

	.WDA_DataGrid_NoDataMessage
,	.WDA_TreeGrid_NoDataMessage
,	.WDA_DataList_NoDataMessage
{
	font-style				: italic;
	text-align				: center;
	margin-top				: 15px;
	color							: #555555;
}
	.WDA_TreeGrid_NoDataMessage{float: left; width : 600px;}

	.WDA_DataGridPager_Outer
{
	border						: none;
	border-bottom			: 1px solid #cccccc;
	cursor						: default;
}

	.WDA_DataGridPager
, input.WDA_DataGridPager
{
	color							: #555555;
}

	span.WDA_DataGridPager
{
	padding-left			: 3px;
	padding-right			: 3px;
}

	a.WDA_DataGridPager_PageNumber
{
	color							: #555555;
}

	a.WDA_DataGridPager_PageNumber:hover
{
	background-color	: #cccccc;
	color							: #000000;
	text-decoration		: underline;
}

	.WDA_DataGridPager_PageNumberSelected
{
	font-weight				: bold;
	background-color	: #000000;
	color							: #ffffff;
}

	.WDA_Search_Caption
{
	font-size				: x-small;
	font-weight				: bold;
	cursor					: default;
	color					: #ffffff;
}

	.WDA_Search_TextSideBar
,	.WDA_Search_TextFormTitle
{
	font-size				: 8pt;
	font-weight				: bold;
	padding					: 0px;
	margin					: 0px;
	padding-left			: 3px;
	padding-right			: 3px;		
}

	.WDA_Search_TextFormTitle
{
  width					: 150px;
  border					: 0;
}

	.WDA_Search_TextSideBar
{
  border					: 1px solid #cccccc;
  width					: 100%;
}

	.WDA_HelpText
{
	color						: #555555;
	font-style			: italic;
}
	
	.WDA_PageInfo_Title
,	.WDA_FormTitle
,	.WDA_FormTitle_Popup
,	.WDA_FormTitle_WithTabStrip
{
	font-family				: Helvetica;/*Verdana, Arial, sans-serif;*/
	font-size					: 10pt;/*x-small;*/
	font-weight				: normal;
	cursor						: default;
	color							: #ffffff;
	background-color	:	#ff3300;
	border-left				: 1px solid #ff3300;
	border-top				: 1px solid #ff3300;
	border-bottom			: 1px solid #ff3300;
	border-right			: 1px solid #ff3300;
	margin-bottom			: 0px;
}

	.WDA_FormTitle_Popup
{
	background-color: #c0c0c0;
	border-left			: 1px solid #f0f0f0;
	border-top			: 1px solid #f0f0f0;
	border-bottom		: 1px solid #707070;
	border-right		: 1px solid #707070;
	margin-bottom		: 3px;
}

	.WDA_FormTitle_WithTabStrip
{
	border-top				: 1px solid #FF3600;
}

	.WDA_FormTitle
,	.WDA_FormTitle_WithTabStrip
{
	margin-bottom			: 5px;
}

	.WDA_LoginForm_RememberLogin
	.WDA_LoginForm_RememberLoginDescription
{
	color						: #555555;
}

	.WDA_LoginForm_RememberLogin
{
	padding					: 5px; 
	margin-top			: 5px; 
	margin-bottom		: 10px;	
	border					: 1px solid #dddddd;
}

	.WDA_LoginForm_RememberLoginDescription
{
	margin-top			: 5px; 
	padding					: 5px; 
	border-top			: 1px dotted #dddddd;	
}

	.WDA_PageInfo_Title
{
	border-top				: 1px solid #9accfd;
}

	.WDA_PageInfo_Body
{
	color					: #555555;
	margin-left				: 1px; 
	padding					: 3px; 
	padding-bottom			: 20px;
}

	.WDA_PageInfo_Title
,	.WDA_FormTitle_Font
,	.WDA_FormTitle_Popup_Font
,	.WDA_FormTitle_Status
,	.WDA_FormTitle_StatusBold
,	.WDA_FormTitle_StatusMarked
{
	font-family			: Helvetica;/*Verdana, Arial, sans-serif;*/
	font-size				: 8pt;/*x-small;*/
	font-weight			: bold;
	color						: #ffffff;
}

	.WDA_FormTitle_Instructions
,	.WDA_FormTitle_Popup_Instructions
	{
		font-family			: Helvetica;/*Verdana, Arial, sans-serif;*/
		font-size				: 8pt;
		font-style			: italic;
		color						: #777777;
		cursor					: default;
		border-bottom		: 1px dotted #d0d0d0;
		margin					: 0;
		margin-bottom		: 3px;
		padding					: 0;
		padding-bottom	: 3px;
		padding-left		: 5px;
	}

	.WDA_FormTitle_OptionFont
{
	font-family			: Helvetica;/*Verdana, Arial, sans-serif;*/
	font-size				: 8pt;
	font-weight			: normal;
	color						: #ffffff;
}


	.WDA_FormTitle_Status
,	.WDA_FormTitle_StatusBold
,	.WDA_FormTitle_StatusMarked
{
	font-family				: Helvetica;/*Verdana, Arial, sans-serif;*/
	font-weight				: bold;
	padding-left			: 3px;
	padding-right			: 3px;
	border-left				: 2px inset;
	background-color		: #555555;
	color					: #ffffff;
}

	.WDA_FormTitle_StatusBold
{
	color					: #fffacd;
}

	.WDA_FormTitle_StatusMarked
{
	border-left				: 1px;
	border-left-color		: #000080;
	background-color		: #0000ff;
}

	/* Base classes used when WDA.Client.Page.PageWidth is specified explicitely */
	.WDA_PageHeader
,	.WDA_PageBody
,	.WDA_PageTrailer
,	.WDA_PageHeader_Popup
,	.WDA_PageBody_Popup
,	.WDA_PageTrailer_Popup
	{
		background-color		: #ffffff;
	}
	
	.WDA_PageBody_Popup
	{
		width								: 100%;
	}
		
	/* Classes used depending on WDA.Client.Page.PageFormat */
	.WDA_PageHeader_W0800xH0600
,	.WDA_PageBody_W0800xH0600
,	.WDA_PageTrailer_W0800xH0600
	{
		width								: 772px;
		background-color		: #ffffff;
	}
	
	.WDA_PageHeader_W1024xH0768
,	.WDA_PageBody_W1024xH0768
,	.WDA_PageTrailer_W1024xH0768
	{
		width								: 996px;
		background-color		: #ffffff;
	}
	
	.WDA_PageHeader_W1200xH1024
,	.WDA_PageBody_W1200xH1024
,	.WDA_PageTrailer_W1200xH1024
	{
		width								: 1172px;
		background-color		: #ffffff;
	}
	
	.WDA_PageBody_FormContainerCell
,	.WDA_PageBody_FormContainerCell_W0800xH0600
,	.WDA_PageBody_FormContainerCell_W1024xH0768
,	.WDA_PageBody_FormContainerCell_W1200xH1024
,	.WDA_PageBody_FormContainerCell_W1600xH1200
,	.WDA_PageBody_FormContainerFull
,	.WDA_PageBody_FormContainerFull_W0800xH0600
,	.WDA_PageBody_FormContainerFull_W1024xH0768
,	.WDA_PageBody_FormContainerFull_W1200xH1024
,	.WDA_PageBody_FormContainerFull_W1600xH1200
,	.WDA_PageBody_FormContainer_Popup
	{
		vertical-align	: baseline;
		padding					: 0px; 
		padding-right		: 1px;
	}

	.WDA_PageBody_FormContainerFull
,	.WDA_PageBody_FormContainerFull_W0800xH0600
,	.WDA_PageBody_FormContainerFull_W1024xH0768
,	.WDA_PageBody_FormContainerFull_W1200xH1024
,	.WDA_PageBody_FormContainerFull_W1600xH1200
	{
		padding-left		: 1px;
	}

	.WDA_PageBody_FormContainerCell
,	.WDA_PageBody_FormContainerCell_W0800xH0600
,	.WDA_PageBody_FormContainerFull
,	.WDA_PageBody_FormContainerFull_W0800xH0600
	{
		height					: 270px;
	}

	.WDA_PageBody_FormContainerCell_W1024xH0768
,	.WDA_PageBody_FormContainerFull_W1024xH0768
	{
		height					: 438px;
	}

	.WDA_PageBody_FormContainerCell_W1200xH1024
,	.WDA_PageBody_FormContainerCell_W1600xH1200
,	.WDA_PageBody_FormContainerFull_W1200xH1024
,	.WDA_PageBody_FormContainerFull_W1600xH1200
	{
		height					: 694px;
	}

	.WDA_PageBody_ClientAreaSpacer
	{
		border-right			: #d0d0d0 1px dotted;
	}

	.WDA_PageTrailer
,	.WDA_PageTrailer_W0800xH0600
,	.WDA_PageTrailer_W1024xH0768
,	.WDA_PageTrailer_W1200xH1024
,	.WDA_PageTrailer_W1600xH1200
	{
		
		padding-top				: 5px; 
		border-top				: 1px dotted #d0d0d0;
	}
	.WDA_PageTrailer_Text>span /*Added 05-June-2017 bobcat req. for hiding build details*/
	{
		display					:none; 
	}
	.WDA_PageTrailer_Text
	{
		font-style				: italic;
		font-size				: 7.5pt;
		color					: #707070;
	}

	.WDA_TreeGrid_LeafHeader
,	a.WDA_TreeGrid_LeafHeader
,	a.WDA_TreeGrid_LeafHeader:hover
,	.WDA_TreeGrid_FolderHeader
,	a.WDA_TreeGrid_FolderHeader
,	a.WDA_TreeGrid_FolderHeader:hover
	{
		font-weight				: normal;
		color							: #555555;
		cursor						: default;
		border-bottom			: 1px solid #c0c0c0;
		margin-bottom			: 0px;
		vertical-align		: bottom;
		padding						: 3px;
		padding-bottom		: 1px;
	}


	a.WDA_TreeGrid_LeafHeader
,	a.WDA_TreeGrid_FolderHeader
	{
		border						: none;
		text-decoration		: none;
	}

	a.WDA_TreeGrid_LeafHeader:hover
,	a.WDA_TreeGrid_FolderHeader:hover
	{
		border						: none;
		text-decoration		: underline;
		color							: #000000;
	}
	
	.WDA_TreeGrid_LeafHeader button
	{
	    padding				: 3px;
	    border				: none;	     	      
	}
	
	button.WDA_TreeGrid_LeafHeader:focus, button.WDA_TreeGrid_LeafHeader:hover,
    button.selectListHeader:focus, button.selectListHeader:hover
    {    
        outline: 2px solid #000000;    
    }	
	
	.WDA_TreeGrid_LeafHeader
,	a.WDA_TreeGrid_LeafHeader
,	a.WDA_TreeGrid_LeafHeader:hover
,	.WDA_TreeGrid_LeafRow
,	.WDA_TreeGrid_LeafItem
,	.WDA_TreeGrid_LeafItem1
,	.WDA_TreeGrid_LeafItemAlt
,	.WDA_TreeGrid_LeafItemAlt1
	{
		padding-top				: 2px;
		padding-bottom		: 2px;
		padding-left			: 3px;
		padding-right			: 3px;
	}

	.WDA_TreeGrid_LeafRowNarrow
,	.WDA_TreeGrid_LeafItemNarrow
,	.WDA_TreeGrid_LeafItemAltNarrow
,	.WDA_TreeGrid_LeafItemNarrow1
,	.WDA_TreeGrid_LeafItemAltNarrow1
,	.WDA_TreeGrid_FolderItemNarrow
,	.WDA_TreeGrid_FolderItemAltNarrow
,	.WDA_TreeGrid_FolderItemNarrow1
,	.WDA_TreeGrid_FolderItemAltNarrow1
	{
		padding-left			: 3px;
		padding-right			: 3px;
	}

	.WDA_TreeGrid_FolderRowNarrow
	{
		padding-left			: 0px;
		padding-right			: 0px;
	}
	
	.WDA_TreeGrid_FolderHeader
,	a.WDA_TreeGrid_FolderHeader
,	a.WDA_TreeGrid_FolderHeader:hover
,	.WDA_TreeGrid_FolderRow
,	.WDA_TreeGrid_FolderItem
,	.WDA_TreeGrid_FolderItemAlt
	{
		padding-top				: 2px;
		padding-bottom		: 2px;
		padding-left			: 3px;
		padding-right			: 3px;
	}

	.WDA_TreeGrid_LeafItem
,	.WDA_TreeGrid_LeafItemNarrow
,	.WDA_TreeGrid_FolderItem
,	.WDA_TreeGrid_FolderItemNarrow
	{
		border-left				: 1px solid #c0c0c0;
	}

	.WDA_TreeGrid_LeafItemAlt
,	.WDA_TreeGrid_LeafItemAltNarrow
,	.WDA_TreeGrid_FolderItemAltNarrow
,	.WDA_TreeGrid_FolderItemAlt
	{
		border-left					: 1px solid #a0a0a0;
	}

	.WDA_TreeGrid_LeafRowAlt
,	.WDA_TreeGrid_LeafRowAltNarrow
,	.WDA_TreeGrid_FolderRowAlt
,	.WDA_TreeGrid_FolderRowAltNarrow
	{
		background-color		: #eeeeee;
	}
	
	table.WDA_FormNavigator
	{
		border-top					: 1px dotted #d0d0d0; 
		background-color		: #EFEFDE;
		width								: 100%;
		margin							: 0;
		padding							: 0;		
		margin-top					: 10px; 
		padding-top					: 3px; 
		padding-bottom			: 3px;
	}
	
	td.WDA_FormNavigator
	{
	}

	.WDA_PageHeader_CustomerLogo
	{
		margin: 1px;
        margin-left: 2;
        height: 60px;       
	}

	.WDA_PageHeader_PageTitle
	{
		font-weight	: bold;
		font-size	: 18px;
		color		: #3a6c9d;
		/*new bobcat req. of no page title leads logo left, 
		  so to keep it right side, this css added*/
		padding-left : 300px;
	}

	.WDA_PageHeader_ApplicationLogo
	{
		margin					: 0px;
		margin-right		: 0px;/*old=5px*/
	}

	.WDA_PageHeader_HBorder
	{
		border-bottom:1px solid #000000;
	}

	.WDA_PageHeader_ButtonCell
	{
		padding					: 0px;	
		padding-left		: 3px;	
	}

	.WDA_PageHeader_Button
	{
		vertical-align	: bottom;
	}

	.WDA_PageHeader_LogoutText
	{
		font-size				: 8.5pt;/*7.5pt;*/
		font-weight			: bold;
	  color						: #555555;
		padding					: 0px;
		padding-left		: 5px;
		padding-right		: 5px;
	}
	
	.WDA_PageHeader_PageNavigatorCaption
,	.WDA_PageHeader_PageNavigatorCaption_Current
	{
		padding-bottom  : 1px;
		font-size				: 7.5pt;
		font-weight			: normal;
		cursor					: default;
	}

	.WDA_PageHeader_PageNavigatorCaption
	{
		color						: #555555;
	}
	.WDA_PageHeader_PageNavigatorCaption_Current
	{
		font-weight		: bold;
		color					: #000000;
	}
	
	.hideIt
	{
		display:none;
	}
