﻿* { margin: 0px; padding: 0px; }
BODY { 
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px; 
/*   background-color: #FFFFFF;  */
   color: #444; height: 100%; 
   width: 100%; 
   height: 100%;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
}

A.icon IMG { border: 0px; padding-right: 5px; position: relative; top: 2px; }

/* [Kofax] 2011-Oct-27 MAS: Enables background color to appear correctly in IE and FF. For SPR 91613. */
/* [Kofax] 2011-Oct-31 MAS: Changed to correct Kofax colors for SPR 91614. */
/* [Kofax] 2014-Jan-22 MAS: Change color to match Kofax website. (307668) */
/* [Kofax] 2014-Jan-29 MAS: Remove extra borders that cause buttons to shift when selected. Also removed obsolete lines. */
#masthead { background-color: #E5E5E5; border-bottom: 1px solid #E5E5E5; width: 100%;}
#masthead #clear { height: 0px; font-size: 0px; line-height: 0px; }
#masthead #global { margin: 0px 0px 0px 0px;  text-align: left; }
#masthead #global #logo { padding: 0px 0px 0px 0px; } 

/* [Kofax] 2011-Feb-14 MAS: Increased width of buttons to 350px to support language expansion for localization. */ 
#masthead #navigation #items {
   vertical-align: baseline;
   /* width: 250px; */ 
   width: 350px; 
   margin: 0px 0px 0px 0px; 
   height: 32px;  
   text-align: left;
   float:left;
}   

div.browse {
   width: 100px;
   vertical-align: top;
   text-align:right;
   float:right;
}

/* [Kofax] 2010-Apr-06 MAS: Changed indent from 20px to 5px to fix SPR 87629. */
ul ul {
    margin-left: 5px;
    list-style-type:none;
}

ul.browse, ul.nav_link {
    /* vertical-align: bottom;*/ 
    list-style-type: none; 
    padding-top: 3px;
    margin-bottom: 0px; 
}


li.browse, li.nav_link {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: rgb(0,94,177);
    display: inline;
    padding-left:5px; 
    padding-right:5px;
    cursor: pointer;
  }


.toc_highlight {
    background-color: rgb(209,221,237);
}

.search {
   margin-bottom: 10px; 
}
#checkbox {
   margin-top:5px;
   margin-bottom: 5px; 
}
.submitButton {
   height: 22px;
}

/* [Kofax] 2014-Jan-30 MAS: Fixed the formatting of the buttons so that they don't shift 
when moused over. Changed colors to match Kofax standards (bug 307668). */
.nav_button {   
  font-family: Tahoma;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  text-align:center;
  text-decoration:none;
  vertical-align: middle; 
  line-height: 12px;
  color:#000000;
  height: 27px;
  border: 0px #E5E5E5 none; /* Gray */
  background-color:  #E5E5E5;
  padding: 5px;
  margin-top: 2px;
}

.nav_button:hover{
  font-family: Tahoma;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  text-align:center;
  text-decoration:none;
  vertical-align: middle; 
  line-height: 12px;
  color:#000000;
  height: 27px;
  border: 0px #FFF4BF none; /* Lighter version of Secondary Gold */
  background-color:  #FFF4BF;
  padding: 5px;
  margin-top: 2px;

}

.nav_button_active {
  font-family: Tahoma;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  text-align:center;
  text-decoration:none;
  vertical-align: middle; 
  line-height: 12px;
  color:#000000;
  height: 27px;
  border: 0px #eeb211 none; /* Secondary Gold */
  background-color:  #eeb211;
  padding: 5px;
  margin-top: 2px;
}   

.alternate_search {
   vertical-align: baseline;
   width: 250px; 
   margin: 0px 0px 0px 0px; 
   height: 32px;  
   text-align: right;
   float:right;
}
.search_alt {
  color:#000000;
  vertical-align: top;
  margin-top: 7px;
}

.go_search {
  color:#FFFFFF;
  height: 27px;
  width: 27px;
  margin: 2px 3px 0px 0px;

  background-color:  #DFE8F6;
  border: 0px none #DFE8F6;
/*  border-top: 1px #808080 solid;
  border-left: 1px #808080 solid;
  border-right: 1px #FFFAFA solid;
  border-bottom: 1px #FFFAFA solid;
  vertical-align: middle;
  margin-top: 2px;
*/
}   

