/* -----------------------------------------------------------------------------------
   WorkMate Activity Manager CSS
   2003-02-21 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 */
  .listForm
, .displayField
, .displayFieldGrid
, .responseFieldGrid, .responseFieldGridNoValue, .responseFieldGridNoValueAlt
, .selectList, .selectListHeader, .dataListHeader
	{
		font-family				: Helvetica;/*Verdana, Arial, sans-serif;*/
		font-weight				: normal;
		font-size				: x-small;
		font-size				: 8pt;
	}

	body
	{
		/*newly added kp - font-family				: Helvetica;*/
		font-weight				: bold;
		color					: #000000;
		background-color		: #eeeeee;/*#ffefeb;*/
		margin					: 0px; 
		text-align				: center;
	}

	.whiteText
,	a.whiteText
	{
		color					: #ffffff;
	}

	a:focus
	{
		outline: 3px solid #000003 !important; padding: 1px;
	}
 
        table:focus
         {
              outline: 3px solid #000003 !important; padding: 1px;
         }
        
        select:focus {
              outline: 3px solid #000003  !important; padding: 1px; 
         }
	 button:focus{
            border: 3px solid #000003  !important; padding: 2px; 
         }

         input:focus{
              border: 3px solid #000003  !important; padding: 2px; 
         }
   img:focus{
              border: 3px solid #000003  !important; padding: 2px; 
         }

    a
	{
		text-decoration			: underline;
		color					: #000000;
	}


	a:hover
	{
		text-decoration			: underline;
	}

	a.whiteText:hover
	{
		text-decoration			: underline;
		color					: #000000;
	}

  sup
	{
		font-family				: Helvetica;/*Arial, sans-serif,Verdana;*/
		font-weight				:  lighter;
		font-size				: smaller;
	}


	
	.XheaderLogoutItem
	{
		padding					: 0px;
		padding-left			: 5px;
		padding-right			: 5px;
		margin					: 2px;
		border					: 1px solid #8abced;
		background-color		: #7aacdd;
	}
	
	.customerLogo
	{
		margin					: 2px;
		margin-left				: 5px;
	}
	
	.headerLogoutItem
	{
		margin					: 2px;
	}
	
	.headerLogout
	{
		font-size				: 7.5pt;
		background-color: #eeeeee;
		color						: #000000;
		padding					: 0px;
		padding-left		: 5px;
		padding-right		: 5px;
		border					: 1px solid #000000;
	}

	a.headerLogout:hover
	{
		text-decoration			: underline;
	}

	.pageHeader
	{
		background-color		: #6a9ccd;
background-color		: #ffffff;
		border-bottom			: 3px double;
		border-color			: #6a9ccd;
		cursor					: default;
	}

	.pageTitle
	{
		font-weight				: bold;
		font-size				: 18px;
		color					: #ffffff;
color					: #555555;
color					: #3a6c9d;
	}

	.pageSubTitleArea
	{
		text-align				: left;
		vertical-align			: middle;
		padding-left			: 5px;
		padding-top				: 5px;
		padding-bottom			: 10px;
	}

	.pageSubTitle
  , .pageSubSubTitle
	{
		color					: #E03100;
	}

	.pageSubTitle
	{
		font-weight				: bold;
		font-size				: small;
		margin-block-end        : 0;
		margin-block-start      : 0;
	}

  	.pageSubTitleItem
	{
		font-style				: italic;
	}

	.pageSubSubTitle
	{
		font-weight				: normal;
		font-size				: 8pt;
	}

	.pageErrorMessage
	{
		font-weight				: bold;
		font-size				: 8pt;
		color					: #E03100;
	}

	.pageInfoMessage
	{
		font-weight				: normal;
		font-size				: 8pt;
		color					: #0000ff;
	}

	ol
	{
		font-weight				: normal;
		margin-top				: 1px;
		margin-bottom			: 5px;
	}

	.inputCaption
, .inputCaptionDisplayMapping
,	.inputCaptionModifiedMark
,	.inputCaptionRequiredMark
,	.WDA_FormTitle_Instructions
,	.DataSheet_inputCaption
	{
		font-weight				: normal;
		font-size				: 12px;
		font-style				: italic;
		color					: #000000;
		padding					: 0;
		margin					: 0;
		margin-bottom			: 2px;
		cursor					: default;
	}

	.inputCaptionDisplayMapping
	{
		color					: #DC143C;
	}
	
	.inputCaptionModifiedMark
	{
		color					: #6a9ccd;
	}

	.inputCaptionRequiredMark
	{
		color					: #ff0000;
	}

	.WDA_FormTitle_Instructions
	{
		border-bottom			: 1px dotted #d0d0d0;
		margin-bottom			: 3px;
		padding-bottom			: 3px;
		padding-left			: 5px;
	}

	.inputCaptionCell
,	.inputFieldCell
	{
		padding-bottom			: 5px; 
		padding-top				: 10px; 
		padding-left			: 5px; 
		vertical-align			: top;
	}	

	.inputRowOdd
	{
	}

	.inputRowEven
	{						     /*Bobcat Colors*/
		background-color		: #eeeeee;/*#ffefeb;*/
		border-color			: #dddddd;/*#ffefeb;*/
	}

	.validationError
	{
		font-weight				: normal;
		font-size				: 8pt;
		color					: #ff0000;
		padding					: 0;
		margin					: 0;
		margin-bottom			: 2px;
	}
	
	input
,	.inputDefaultValue
,	textarea	
,	option
,	select
,	.displayField
,	.displayFieldDefaultValue
,	.displayFieldBold
	{
		font-weight				: normal;
		font-size				: 8.5pt;/*x-small;*/
		color					: #000000;
	}

	.displayField
,	.displayFieldDefaultValue
,	.displayFieldBold
	{							 /*bobcat Colors*/
		border					: 1px solid #cccccc;/*#ffefeb; */
		padding					: 2px 0px;		
		background-color		: #ffffff;
		cursor					: default;
	}

	.displayFieldDefaultValue
,	.inputDefaultValue
	{
		color					: #777777;
	}

  .displayFieldGrid
, .responseFieldGrid
	{
		font-weight				: normal;
		cursor					: default;
		color					: #000000;
	}

  .displayFieldBold
	{
		font-weight				: bold;
		color					: #0000ff;
	}


	.dataListHeader
,	.selectListHeader
,	a.selectListHeader
,	a.selectListHeader: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.selectListHeader
	{
		border						: none;
		text-decoration		: none;
	}

	a.selectListHeader:hover
	{
		border						: none;
		text-decoration		: underline;
		color							: #000000;
	}

	.dataListItem
,	.selectListItem
,	.selectListItemHidden
,	.dataListItemHidden
,	.responseDataListItem
,	.responseDataListItemAlt
	{
		border-left				: 1px solid #c0c0c0;
		padding-left			: 3px;
		padding-right			: 3px;
	}

	.listItemAlt
,	.dataListItemAlt
,	.dataListItemAlt1
,	.selectListItemAlt
,	.responseDataListItemAlt
	{							/*bobcat colors*/
		background-color		:  #eeeeee;/*#ffefeb;*/
	}

	.dataListItemHidden
,	.selectListItemHidden
,	.dataListItemHidden1
,	.selectListItemHidden1
	{
		color							: #707070;
		text-align				: center;
		font-style				: italic;
	}

	.dataListItemAlt
,	.selectListItemAlt
,	.responseDataListItemAlt
	{
		border-left				: 1px solid #a0a0a0;
	}

	.dataListItemAlt
,	.dataListItemAlt1
,	.dataListItem
,	.dataListItem1
,	.listItemAlt
,	.listItem
,	.responseDataListItem
,	.responseDataListItemAlt
	{
		border-bottom			: 1px solid #707070;
	}

	.dataListHeaderResponse
	{
		font-weight				: bold;
		color					: #000000;
	}

	.dataListHeader
,	.dataListItemAlt
,	.dataListItemAlt1
,	.dataListItem
,	.dataListItem1
,	.dataListHeaderResponse
,	.responseContainer
,	.responseNoValueContainer
,	.responseNoValueContainerAlt
	{
		padding					: 2px;
		padding-left			: 5px;
		padding-right			: 5px;
	}

	.responseContainer
,	.responseNoValueContainer
,	.responseNoValueContainerAlt
	{
		padding-top				: 5px;
		padding-bottom			: 5px;
	}

	.responseContainer
,	.responseNoValueContainer
,	.responseNoValueContainerAlt
,	.responseDataListItem
,	.responseDataListItemAlt
	{
		height					: 100%;
	}


	.dataListItem1
	{
		padding-left			: 6px;
	}

	.responseNoValue
	{
		color					: #707070;
	}

	.responseNoValueContainer
,	.responseNoValueRow
,	.responseFieldGridNoValue
	{
		background-color		: #fffacd;
	}

	.responseNoValueContainerAlt
,	.responseNoValueRowAlt
,	.responseFieldGridNoValueAlt
	{
		background-color		: #dfdaad;
	}

	form, .listForm
	{
		margin					: 0;
		padding					: 0;
	}

	.clientAreaSpacer
	{
		border-right			: #d0d0d0 1px dotted;
	}

	.formNavigator
	{
		width					: 100%;
/*		
		border-left				: 1px dotted #d0d0d0;
*/
	}

	.formNavigatorButton
,	.formNavigatorButtonDone
,	.formNavigatorButtonAbort
,	.formNavigatorButtonDisabled
	{
		font-size				: 8pt;
		border					: 2px ridge;
		background-color		: #eeeeee;
	}

	.formNavigatorButtonDisabled
	{
		color					: #cccccc;
		border					: 1px solid #cccccc;
		background-color		: #ffffff;
		text-align				: center;
		padding					: 3px;
		cursor					: default;
	}

	.formNavigatorButtonDone
	{
		font-weight				: bold;
		color					: #ffffff;
		background-color		: #008000;
		border-color			: #00ff00;
	}

	.formNavigatorButtonAbort
	{
	font-weight: bold;
	border-left-color: #ff0000;
	border-bottom-color: #ff0000;
	color: #ffffff;
	border-top-color: #ff0000;
	background-color: #800000;
	border-right-color: #ff0000;
	}
	
	.wizardOuter
  ,	.workflowOuter
	{
		border					: 1px solid #c0c0c0; 
		background-color		: #F0E68C;
		padding-bottom			: 15px; 
	}

   .reportsOuter
	{
		border					: 1px solid #dddddd; 
		background-color		: #ffffff;
		padding-bottom			: 15px; 
	}

	.inlineMenuTop
	{
		margin-bottom			: 5px; 
		width					: 100%
	}

	.inlineMenu
	{
		margin-top				: 5px; 
		margin-bottom			: 5px; 
		width					: 100%
	}
	
	.menuTitle
  , .wizardTitle	
  , .reportsTitle	
  , .workflowTitle	
	{
		font-size				: 8pt;/*x-small;*/
		font-weight				: bold;
		cursor					: default;
		color					: #ffffff;
		background-color		: #000000;  /*bobcat colors*/
		border-top				: 1px solid #000000;
		border-left				: 1px solid #000000;
		border-bottom			: 1px solid #000000;
		border-right			: 1px solid #000000;
		padding-right			: 5px;
		padding-left			: 2px;
		padding-bottom			: 1px;

		margin-bottom			: 2px;
	}

	.menuItem, .menuItemText, .menuItemTextMarked, .menuItemTextDisabled, .menuItemTextSelected
  ,	.wizardItem, .wizardItemText, .wizardItemTextMarked, .wizardItemTextDisabled, .wizardItemTextSelected
  ,	.reportsItem, .reportsItemText, .reportsItemTextMarked, .reportsItemTextDisabled, .reportsItemTextSelected
  ,	.workflowItem, .workflowItemText, .workflowItemTextMarked, .workflowItemTextDisabled, .workflowItemTextSelected
	{
		font-weight				: normal;
		color					: #000000;
	}

	.menuItem
  ,	.wizardItem
  ,	.reportsItem
  ,	.workflowItem
	{
		margin-top				: 5px;
		margin-bottom			: 5px;
		/*margin-left				: 20px;*/
	}

	.menuItemTextSelected
  , .wizardItemTextSelected	
  , .workflowItemTextSelected
  	{
		font-weight				: bold;
	}
	
	.wizardItemText
  ,	.workflowItemTextMarked
	{
		font-style				: italic;		
	}
	
	.menuItemTextDisabled
  ,	.wizardItemTextDisabled
  ,	.reportsItemTextDisabled
  ,	.workflowItemTextDisabled
	{
		color					: #777777;
		cursor					: default;
	}

	.menuItemTextSelected
  ,	.wizardItemTextSelected
  ,	.reportsItemTextSelected
  ,	.workflowItemTextSelected
	{
		cursor					: default;
	}


	.tabStripTabNormal
,	.tabStripTabSelected
,	.tabStripTabDisabled
,	.tabStripTabMarked
	{
		font-size				: 9pt;
		padding-left			: 5px;
		padding-right			: 5px;
		cursor					: hand;
		background-repeat		: repeat-x;
	}
	
	.tabStripTabSelected
	{
		font-weight				: bold;
		color					: #ffffff !important;
		text-shadow: 0px 0px 2px #000000;/*Added Back shadow to the text displayed in selected orange tab for clear readability*/
	}
	
	.tabStripTabFocused
	{
		font-weight				: bold;
		color					: #ffffff !important;
		text-shadow: 0px 0px 2px #000000;/*Added Back shadow to the text displayed in selected orange tab for clear readability*/
	}
	
	.tabStripTabDisabled
	{
		color					: #aaaaaa;
		cursor					: default;
	}

	input.ReportNavigator	
	{
		color					: #555555;
	}


	.redText
	{
		color					: #ff0000;
	}
	
	.DataSheet_NoTemplate
	{
		font-style				: italic;
		text-align				: center;
		margin-top				: 15px;
		margin-bottom			: 15px;
		color							: #555555;
	}

	.DataSheet_TableFrame
	{
		border-top				: 1px solid #dddddd;
		border-bottom			: none;
		width							: 100%;
	}

	.DataSheet_TableSegmentValues
	{
	}

	.DataSheet_SectionHeader
	{
		text-align				: left;
		vertical-align		: middle;
		font-weight				: bold;
		font-size					: x-small;
		color							: #555555;
		padding-bottom		: 3px;
	}

	.DataSheet_RowOdd
,	.DataSheet_RowEven
	{
		padding-top				: 5px;
		padding-bottom		: 5px;
	}
	
	.DataSheet_RowOdd
	{
		background-color	: #ffffff;
	}

	.DataSheet_RowEven
	{
		background-color	: #eeeeee;
		border-color			: #dddddd;
	}

	.DataSheet_SectionColumn
,	.DataSheet_SectionColumn1
	{
		padding-left			: 5px;
		padding-right			: 5px;
		border-bottom			: 1px solid #dddddd;
	}

	.DataSheet_SectionColumn
	{
		border-left			: 1px solid #dddddd;
	}
	
	.DataSheet_SegmentCaption
	{
		padding-left			: 5px;
		padding-right			: 3px;
	}
	
	.DataSheet_SegmentPostfix
	{
		padding-left			: 5px;
	}

	.DataSheet_ValidationError
	{
		font-weight			: normal;
		font-size			: 8pt;
		color				: #ff0000;
		padding				: 2px;
		padding-top			: 0px;
		padding-bottom		: 5px;
	}
	
	input[type="file"] 
	{
		border: 1px solid #555;
	}
/*------------------BOBCAT COLORs---(Bobcat Specific Changes)--(For finding other changes in css, do search for "bobcat color")----------------------*/
	.WDA_TreeGrid_LeafRowAlt, 
	.WDA_TreeGrid_LeafRowAltNarrow, 
	.WDA_TreeGrid_FolderRowAlt, 
	.WDA_TreeGrid_FolderRowAltNarrow
	{
		background-color: #eeeeee;
	}
	
	table.WDA_FormNavigator
	{
		background-color: #eeeeee;/*#ffefeb;*/
	}
	
	#footerlinkdiv a:hover 
	{
	      border: 1px solid white;
	}
	#footerlinkdiv a:focus
	{
	      border: 1px solid white;
	}
	
	.WDA_PageInfo_Title
,	.WDA_FormTitle
,	.WDA_FormTitle_Popup
,	.WDA_FormTitle_WithTabStrip
{
	background-color	:	#000000;
	border-left				: 1px solid #000000;
	border-top				: 1px solid #000000;
	border-bottom			: 1px solid #000000;
	border-right			: 1px solid #000000;
}

    /*Override Any Browser's Default Focusing behavior*/
    :focus {
      //box-shadow: 0px 0px 4px #FF3600;
     // border:1px solid #000000;
      //outline-style:none;
    }
    
    
    /*Text Selection Colore Change through whole website----------*/
	::selection {
		background: #FFFFFF; /* WebKit/Blink Browsers */
	}
	::-moz-selection {
		background: #FFFFFF; /* Gecko Browsers */
	}
    /*-----------Text Selection Colore Change through whole website*/
    
    
    /* to keep website body part inside borders as we cghange background color Orange,
    so we need to maintain body part of application remain in center block*/
	table {
	/*border-collapse: collapse;*/
		border-spacing: 0;
	}
    
/*{
	border-bottom : 1px solid #ff3600;
}*/

.WDA_PageHeader_LogoutText
{
   color: #000000;
}
.WDA_Footer_Text
{
    color: #000000;   
    text-align: left;
    font-size: x-small;
    font-weight: normal;
    
 }
 .WDA_Footer_link
 {
    color: white;
    text-decoration: underline;
    font-size: x-small;
    margin: 10px;
 }
/*-----------For showing GIF on pages that takes Long time to respond, i.e. Reports ------------*/
.loading-gif {
position: absolute;
top: 50%;
left: 50%;
margin: -16px 0px 0px -16px;
}
/*------------To display USA button on Address page while creating User(Address.Details.ascx) ------------------*/
.USbutton {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 1px 4px;
    border: 0px solid #145e70;
    border-radius: 6px;
    background: #6a9ccd;
    background: -webkit-gradient(linear, left top, left bottom, from(#6a9ccd), to(#6a9ccd));
    background: -moz-linear-gradient(top, #6a9ccd, #6a9ccd);
    background: linear-gradient(to bottom, #6a9ccd, #6a9ccd);
    font: normal normal bold 9px verdana;
    color: #ffffff;
    text-decoration: none;
}
    /* For AssetModifiedQueue page to wrap content of the large text contained columns */
    .wrapword{
        white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
        white-space: -webkit-pre-wrap; /*Chrome & Safari */ 
        white-space: -pre-wrap;      /* Opera 4-6 */
        white-space: -o-pre-wrap;    /* Opera 7 */
        white-space: pre-wrap;       /* css-3 */
        word-wrap: break-word;       /* Internet Explorer 5.5+ */
        word-break: break-all;
        white-space: normal;
    }
/*----------------- eAuction List URL wrap display ---------------------*/

.eAuctionListURL
{
    overflow: hidden;
    max-width: 300px;
    word-break: break-all;
}

/*----------------------------------------------------------------------*/

.leaseOfferingGalleryViewTable>TD
{
  border: 0px dotted #145e70;
}
/*-----------------------Material Button----------------------------------*/

.mbtn {
  position: relative;

  /*display: block;*/
  margin: 2;
  padding: 5;

  overflow: hidden;

  border-width: 0;
  outline: none;
  border-radius: 2px;
  /*box-shadow: 0 1px 4px rgba(0, 0, 0, .6);*/
  
  background-color: #734626;
  color: #ecf0f1;
  /*font-weight: bolder;
  transition: background-color .3s;*/
}

.mbtn:hover, .mbtn:focus {
  background-color: #734626;
}

.mbtn > * {
  position: relative;
}

.mbtn span {
  display: block;
  padding: 8px 10px;
  white-space: pre-wrap; 
  word-break: keep-all; /*this stops the word breaking*/
  font-size:12px; /*make the text to be smaller; otherwise, France translation is broken into 3 lines */
}

.mbtn:before {
  content: "";
  
  position: absolute;
  top: 50%;
  left: 50%;
  
  display: block;
  width: 0;
  padding-top: 0;
    
  /*border-radius: 100%;*/
  
  background-color: rgba(236, 240, 241, 0.3);
  
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mbtn:active:before {
  width: 120%;
  padding-top: 120%;
  transition: width .2s ease-out, padding-top .2s ease-out;
}


.mbtn.orange {
  background-color: #fd5f37;
}

.mbtn.orange.rfaBtn {
  /*width: 90%;for hyperlink button sizing*/
  text-decoration:none;
  
}

.mbtn.orange:hover, .mbtn.orange:focus {
  background-color: Black;
}

.mbtn.grey {
  background-color: Black;
}

.mbtn.grey:hover, .mbtn.grey:focus {
  background-color: Black;
}

.mbtn.green 
{
  /* on hover new styles
  border:1px solid #006200;
  background-color: #FFFFFF;
  color:#000000; */
  background-color: #006200;
  color:#FFFFFF;
}

.mbtn.green:hover, .mbtn.green:focus {
  background-color: #006200;
  color:#FFFFFF;
}


.greenTreegridRow
{
background-color: green;
}
/*Accessibility TabStrips*/

/*.tabrow {
    text-align: left;
    list-style: none;
    margin: 0px;
    padding-left: 6px;
    line-height: 24px;
    height: 26px;
    overflow: hidden;
    font-size: 14px;		    
    position: relative;
}
.tabrow li {
    border: 1px solid #dd3600;			
    background: #D1D1D1;
    background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; */
    /*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #000000;
      text-shadow: 0 1px #FFF;   */
    /* margin: 0 -5px;
    padding: 0 20px;
}
		
.tabrow li.tabStripTabSelected {
    background: #dd3600;		    
    z-index: 2;
    border-bottom-color: #dd3600;
}
.tabrow li.tabStripTabDisabled {
    background: #ffffff;
    color: #424242;*/
    /*z-index: 1;*/
     /*border-bottom-color: #dd3600;
}
.tabrow:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #dd3600;
    z-index: 1;
}
.tabrow li:before,
.tabrow li:after {
    border: 1px solid #dd3600;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}
.tabrow li:before {
    left: -6px;
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #D1D1D1;
}
.tabrow li:after {
    right: -6px;
    border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #D1D1D1;
}
		
.tabrow li.tabStripTabDisabled:before {
    box-shadow: 1px 0px 0 #ffffff;
}
.tabrow li.tabStripTabDisabled:after {
    box-shadow: -1px 0px 0 #ffffff;
}
		
.tabrow li.tabStripTabSelected:before {
    box-shadow: 2px 2px 0 #dd3600 !important;
}
.tabrow li.tabStripTabSelected:after {
    box-shadow: -2px 2px 0 #dd3600 !important;
} */
/*--------------Before implementing Full Accessibility stylings, just for buttons 29-July2019---------------*/
.searchpage_search, .backClass, .nextClass
{
	border-radius: 4px;
	border: 1px solid #006200;
    width: 90px; 
    height:20px;
    background-color:White;
}
.searchpage_search, .backClass, .nextClass
{
	border-radius: 4px;
	border: 1px solid #006200;
    width: 90px; 
    height:20px;
    background-color:White;
}

.searchpage_search:active, .searchpage_search:focus, .searchpage_search:hover, .searchpage_pagerBtn:active, .searchpage_pagerBtn:focus, .searchpage_pagerBtn:hover,
.backClass:active, .nextClass:active,
.backClass:focus, .nextClass:focus,
.backClass:hover, .nextClass:hover
{	
	background-color:  #006200;    /* #009900; */
	border: 1px solid #000000;
	color: #ffffff;
	padding-top: -2px;
	padding-left: -2px;
	outline:none;
}

.backClassDisable, .cancelClassDisable, .saveClassDisable, .nextClassDisable, .closeClassDisable
{
	border-radius: 4px;
	border: 1px solid #a0a0a0;
    width: 90px; 
    height:18px;
    color:#777777;
	text-align: center;
	padding-top: 3px;
    background-color:#eeeeee;
}

.cancelClass, .saveClass
{
	border-radius: 4px;
	border: 1px solid #264565;
    width: 90px; 
    height:20px;
    background-color:White;
}

.cancelClass:active, .saveClass:active,
.cancelClass:focus, .saveClass:focus, 
.cancelClass:hover, .saveClass:hover
{	
	background-color:  #dd3600;    /*#264565 #009900; */
	border: 1px solid #dd3600;
	color: #FFFFFF;
	padding-top: -2px;
	padding-left: -2px;
	outline:none;
}


.closeClass
{    
    border-radius: 4px;
	border: 1px solid #006200;
    width: 90px; 
    height:20px;
    background-color:White;
}

.closeClass:active, .closeClass:focus, .closeClass:hover
{
	background-color:  #006200;    /* #009900; */
	border: 1px solid #000000;
	color: #ffffff;
	padding-top: -2px;
	padding-left: -2px;
	outline:none;
}

.searchpage_cancel, .abortClass
{
	border-radius: 4px;
	border: 1px solid #AF0000;
    width: 90px; 
    height:20px;
    background-color:White;
}

.searchpage_cancel:active, .searchpage_cancel:focus, .searchpage_cancel:hover, .abortClass:active, .abortClass:focus, .abortClass:hover 
{	
	background-color: #AF0000;
	border: 1px solid #000000;
	color: #ffffff;
	padding-top: -2px;
	padding-left: -2px;
	outline:none;

}

/******** Dealer Homepage*/
td.pageHeader
{
	padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.pageBannerImageContainer
{
	 position: relative;
     text-align: center;
     color: white;
	 hight:380px !important ;
	}
	
.pageBanner
{
	color: #ffffff;
	font-size:13px;
	text-align:left;
	font-style:italic;
	padding:5px;
	border: 0px solid #000000;
	background: #000000;
}
.pageBannerImage
{
	width:100%;
}

.pageBannerTextDoosan
{
	position: absolute;
    bottom: 2px;
	z-index: 10;
    color: #ffffff;
    font-size: 13px;
    text-align: left;  
    padding: 20px 0px 20px 0px;
    border: 0px solid #000000;  
    width:100%;  
    font-style:normal;
    font-family: Helvetica;
    background: rgba(0, 0, 0, 0.7); 
}

.pageBannerTextDoosan span
{
	margin-left:20px;
	letter-spacing: 1.5px;

}

.pageBannerTextBobcat
{
	position: absolute;
	z-index: 10;
    color: #ffffff;
    font-size: 12.5px;
    text-align: left;  
    border: 0px solid #000000;  
    font-style:normal;
    font-family: Helvetica;
    background: rgba(0, 0, 0, 0.7);	
    top: 60px;
    right: 50px;
    padding: 30px 20px;
    border-radius: 10px;
	width:410px;
}

.pageBannerTextBobcat span
{	
	letter-spacing: 1px;
}
.headerStyle
{
	font-size:20px;
	font-weight:bold;
}


table.dealerHomeTable {
	text-shadow: none;
} 

table.dealerHomeTable th, table.dealerHomeTable td 
{
  
}

table.dealerHomeTable table
{
	 float: inherit;
}

.dealerHome_td_myOption{
	background-color:#EEEEEE;
}

.dealerHomeMainHeader
{
	background-color: #DD3600;
	color: White;
	border-radius:3px;
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	font-weight:700;
	margin-top:0px;
	
}

.dealerHomeTD_Underline
{
	border-bottom: solid 1px #DD3600 !important;
	}
	
	table.dealerhHomeLegendTable
	{
		border: solid 1px #F1F1F1 ;
		}

h3.dealerHomeH3
{	
    color: #DD3600;
    font-size: 13px;
    font-weight: 700;
    padding-top:10px;
    padding-bottom:0px;
}

.dealerHomeLegendText
{
	margin-top:-7px;
	}
	
.dealerhHomeFirstLookTable
{
	border: solid 1px #F1F1F1 ;
	}


.homeView_Image
{
	display:block;
	border: solid 1px transparent;
	margin-top:10px;
}
.myoption_View_Image
{
	display:block;
	border: solid 1px transparent;
	margin-top:10px;
}
.myinventory_View_Image
{
	display:block;
	border: solid 1px transparent;
	margin-top:10px;
}
.mylegal_View_Image
{
	display:block;
	border: solid 1px transparent;
	margin-top:10px;
}

.homeView_Image:focus
{
	border: 1px solid white;
}
.myoption_View_Image:focus
{
	border: 1px solid white;
}
.myinventory_View_Image:focus
{
	border: 1px solid white;
}
.mylegal_View_Image:focus
{
	border: 1px solid white;
}

#myoptionsDropdown a:focus
{
    border: 1px solid black;
}
#inventoryDropdown a:focus
{
    border: 1px solid black;
}
#legalDropdown a:focus
{
    border: 1px solid black;
}


 .WDA_PageBody_W1600xH1200>.bbdealer>tr>td:hover
{
		    color: inherit;
		    text-shadow:0px 0px 2px #707070;
		    /*text-decoration:underline;*/
}

.homeView_Image:focus, .homeView_Image:hover
{
	display:block;
	border: solid 1px black;
	outline: solid 1px black; 
}

a.homeView_Image span
{
	text-decoration: underline;
	font-weight:700;
	color:#C73200;
	font-size:14px;
	margin-top:10px;
}

a.homeView_Image:focus, a.homeView_Image:hover
{
		display:block;
	border: solid 1px black;
	outline: none; 
}

.infobutton {

  border: transparent;	
}

.infobutton:focus, .infobutton:hover
{
	  border: solid 1px black;	
}

.underSlideShow {
    position: relative;
    z-index: 0;
}

.slideshow{
	position: relative;
}

.StopSlideshowButton {
    position: absolute;
    bottom: 20px;
    right: 60px;	
	z-index: 10;
} 
 .StopSlideshowButton button{
    background-color:#FFFFFF;
   height:35px; 
   width:60px;  
   color:#000000;    
   font-size: 14px;
   vertical-align:middle;
   border-radius: 5px;
   display:inline-block;
   position:relative;
}

.StopSlideshowButton button:focus, .StopSlideshowButton button:active{
    border: 5px solid #000000;
    padding: 0px; 
	outline: 6px solid #ffffff;
}

ul.dashed {
    list-style: none;   
    padding-left: 1em;
}

ul.dashed > li{
	letter-spacing: 1.5px;
	margin:0 0 10px 5px;  
}

ul.dashed > li:before {
    display: inline-block;
    content: "-";
    width: 1em;
}

.dealerHomeBuyBtn{
	background-color: #006200;
    color: #FFFFFF;
	border-radius: 2px;
	border: 1px solid white;
	margin-left:5px;
	padding: 5px;
	border-width: 0;
	text-align: center;
}

.hidden
{
   display:none;
}

a.goToMainContent
{
	position:relative;
	left: -9999px;  
	font-size: 12px;
    font-family: Verdana, Arial, Courier New, Georgia, Times New Roman; 
    font-weight:500;
    text-decoration: underline;
    color:#000000;	
} 
.pwfocus:focus{
	
	border: 3px solid black !important;
	
}


 .infoicon:focus,.infoicon :hover
 {
	 
	 border: 2px solid black !important;
 }

a.goToMainContent:focus, a.goToMainContent:active
{
	left:100px;
	border: 2px solid #ffffff;
    outline: 3px solid #000000;
}

.workviewTitle	
	{
		font-size				: 12px;
		font-weight				: bold;
		cursor					: default;
		color					: #000000;
		background-color		: #E03100;
		border  				: 1px solid black;		
		border-radius           : 5px;
		padding			        : 5px;		
		margin-bottom			: 4px;
	}

.workviewTitle:focus ,.workviewTitle:hover
{
    border : 1px solid black;
    }
/******** End Dealer Homepage*/
