form
  {
  margin: 0; padding: 0;
  /* border: 1px dotted #800000; */ /* DEBUG MODE */
  }

/* Box links */
.lnkBox,
.lnkBox:visited,
.lnkBox:active
  {
  text-decoration: none; color: black;
  }
.lnkBox:hover
  {
  text-decoration: none; color: #666448;
  }

/* Logo space links */
.lnkLogoHead,
.lnkLogoHead:visited,
.lnkLogoHead:active
  {
  text-decoration: none; color: white;
  }
.lnkLogoHead:hover
  {
  text-decoration: underline; color: white;
  }


.lnkWhiteBG,
.lnkWhiteBG:visited,
.lnkWhiteBG:active
  {
  text-decoration: none; color: blue;
  }
.lnkWhiteBG:hover
  {
  text-decoration: underline; color: blue;
  }

.lnkBlack,
.lnkBlack:visited, 
.lnkBlack:active
  {
  text-decoration: none; color: black;
  }
.lnkBlack:hover
  {
  text-decoration: underline; color: black;
  }

.lnkTab,
.lnkTab:visited, 
.lnkTab:active
  {
  text-decoration : none; 
  color           : #666448;
  font-family     : verdana,arial,geneva,helvetica,sans-serif;
  font-size: 10px;
  font-weight     : bold;
  }
  
.lnkTab:hover
  {
  color : #A49259;
  text-decoration : none;  
  }
  
  
  /***
.lnkTab,
.lnkTab:visited, 
.lnkTab:hover, 
.lnkTab:active
  {
  text-decoration: none; color: black;
  }
***/

.lnkGreyBG,
.lnkGreyBG:visited, 
.lnkGreyBG:active, 
.lnkGreyBG:hover
  {
  text-decoration: none;
  }

.lnkCredits,
.lnkCredits:visited, 
.lnkCredits:active, 
.lnkCredits:hover
  {
  text-decoration: none; color: #ababab;
  }

.lnkPlainNoUL,
.lnkPlainNoUL:visited, 
.lnkPlainNoUL:active, 
.lnkPlainNoUL:hover
  {
  text-decoration: none;
  }

.lnkLstWhiteBG,
.lnkLstWhiteBG:visited, 
.lnkLstWhiteBG:active
  {
  text-decoration: none; color: black;
  }
.lnkLstWhiteBG:hover
  {
  text-decoration: underline; color: blue;
  }

.ftnavMenu
  {
  font-family: verdana,arial,geneva,helvetica,sans-serif;
  font-size: 10px; font-weight: normal;
  }

TABLE.tblHead
  {/*Head (top) table with logo etc*/
  font-family: verdana,arial,geneva,helvetica,sans-serif;
  font-size: 11px; background-color: transparent; color: black;
  border: 0px padding: 0px; width: 750px;
  text-decoration: none; font-weight: normal;
  margin: 0px;
  }

  TABLE.tblContent
  {/*Main table (outside WS)*/
  border-top: 8px solid #004890;
  }

TABLE.tblWS
  {/*Workspace (main) table*/
  font-family: verdana,arial,geneva,helvetica,sans-serif;
  font-size: 11px; background-color: #FFFFFF; color: black;
  border: 0.5pt #63654A solid; padding: 0px; width: 750px;
  text-decoration: none; font-weight: normal;
  margin: 0px;
  }

TABLE.tblWSinner
  {/*Table inside Workspace (main) table*/
  font-family: verdana,arial,geneva,helvetica,sans-serif;
  font-size: 11px; background-color: #FFFFFF; color: black;
  border: 0px; 
  padding: 0px; padding-top: 5px; padding-bottom: 5px; 
  width: 740px;
  text-decoration: none; font-weight: normal;
  margin: 0px; margin-left: 4px; margin-right: 2px; 
  }

TD.tdWSmenu
  {/*Workspace menu */
  width : 205px;
  }
 
/* TOP (HEAD) */
.ftTop
  {
  font-family: verdana,arial,geneva,helvetica,sans-serif;
  font-size: 10px;
  color: #666448;
  font-weight: normal;
  }
  
  
.ftStd8
  {
  font-family: verdana,arial,geneva,helvetica,sans-serif;
  font-size: 7px;
  font-weight: normal;
  }
.ftStd9
  {
  font-family: verdana,arial,geneva,helvetica,sans-serif;
  font-size: 9px;
  font-weight: normal;
  }
.ftStd10
  {
  font-family: verdana,arial,geneva,helvetica,sans-serif;
  font-size: 10px;
  font-weight: normal;
  }
.ftStd11
  {
  font-family: verdana,arial,geneva,helvetica,sans-serif;
  font-size: 15px;
  font-weight: normal;
  }
.ftStd12
  {
  font-family: verdana,arial,geneva,helvetica,sans-serif;
  font-size: 10px;
  font-weight: normal;
  }
.ftDate /* format date */
  {
  font-family: Arial Narrow,Arial,Arial MT Condensed Light, sans-serif;
  font-size: 10px;
  color: #003366;
  font-weight: normal;
  }
  
  
  
.ftStdHdr1
  {
  font-family: arial,helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold; color: #6a654a;
  }
.ftStdHdr2
  {
  font-family: arial,helvetica,sans-serif;
  font-size: 14px; font-weight: bold;
  color: #6a654a;
  }

.ftStdListHdr
  {
  font-family: verdana,arial,geneva,helvetica,sans-serif;
  font-size: 9px;
  font-weight: bold;
  }
.ftStdListData
  {
  font-family: verdana,arial,geneva,helvetica,sans-serif;
  font-size: 9px;
  }
 

.ftInputField
  {
  font-family: verdana,geneva,arial,helvetica,sans-serif;
  font-size: 7.5pt; background-color: #EEEEEE; 
  /*padding: 0px; padding-left: 2px; padding-right: 2px; */
  vertical-align: middle;
  /*margin: 0px; margin-top: 1px; margin-bottom: 1px;*/
  border: 1px #808080 solid
  }
.ftInputUpload
  {
  font-family: verdana,geneva,arial,helvetica,sans-serif;
  font-size: 9px;
  background-color: #FFFFF0; border: 0.5pt #808080 solid; 
  }
.ftStdRadio
  {
  vertical-align: middle;
  }
.ftStdChkBox
  {
  vertical-align: middle; margin-left: 0px; margin-top: 1px;
  font-family: verdana,arial,geneva,helvetica,sans-serif;
  font-size: 10px;
  font-weight: normal; padding: 0px;
  }
.ftStdEditCombo
  {
  font-family: verdana,geneva,arial,helvetica,sans-serif;
  font-size: 10px;
  font-weight: normal;  background-color: #EEEEEE;
  border: 0.5pt black solid; margin-top: 1px;
  }
.ftStdButton
  {
  color         : #42516c;
  text-align    : center;
  font-size     : 11px;
  font-weight   : normal;
  border-top    : 1px solid #CCC;
  border-left   : 1px solid #CCC;
  border-bottom : 2px solid #ACACAC;
  border-right  : 2px solid #ACACAC;
  width         : auto;
  background    : url(/images/buttons/button_bg.png) repeat-x;
  background-color : white;
  padding       : 0px 5px;
  line-height   : 15px;
  margin        : 1px;
  cursor        : hand;
  
  /***
  font-family: verdana,geneva,arial,helvetica,sans-serif;
  font-size: 10px;
  font-weight: bold; margin: 0px; padding: 0px; color: #4D4D4D;
  width: auto; height: 17px; cursor: pointer; cursor: hand;
  border-top: 1px #CCCCCC solid; border-left: 1px #CCCCCC solid;  
  border-bottom: 1px #737573 solid; border-right: 1px #737573 solid; 
  padding-left: 2px; padding-right: 2px;
  background-color: #EEEEE6; 
  padding-left: 2px; padding-right: 2px;
  ***/  
  }
.ftStdButton4x
  {
  font-family: verdana,geneva,arial,helvetica,sans-serif;
  font-size: 10px;
  font-weight: bold; margin: 0px; padding: 0px; 
  width: auto; height: 16px; background-color: #D0D0D0;
  border: 0px black solid; cursor: pointer; cursor: hand;
  }
.ftErr
  {
  font-family: verdana,arial,geneva,helvetica,sans-serif;
  font-size: 10px;
  font-weight: bold; color: red;
  }


TD.tdEditDivider
  {
  height: 0.5pt; padding: 0;
  }  

.ftCandInfoSecHeader
  {
  font-family: verdana,arial,geneva,helvetica,sans-serif;
  font-size: 9px;
  font-weight: bold;
  }

/*PCORE 2.0*/

.vmenu
  { padding: 0; margin: 0; white-space: nowrap; text-decoration: none }
.vmenu ul
  { margin: 0; margin-bottom: 5px; padding: 0; text-decoration: none }
.vmenu li
  { display: inline; list-style: none; text-decoration: none }
.vmenu li a
  { display: block; margin: 0; padding: 2px 2px 2px 6px;
    background-color: #F7F4F0; color: black; text-decoration: none }
.vmenu li + li {}
.vmenu a:hover
  { color: black; background-color: #DED6BD; text-decoration: none }
.vmenu a:visited
  { color: black; text-decoration: none }
.vmenuactive
  { color: black; text-decoration: none; !important; background: #DED6BD !important }
.vmenuactive li
  { color: black; background: blue; font-weight: bold;
  text-decoration: none }
.vmenuactive li a
  { color: black; background-color: #DED6BD !important; font-weight:
  bold; text-decoration: none }
.vmenuactive li a:hover
  { color: black; background-color: #DED6BD !important; font-weight: bold; text-decoration: none }
  
  
  
  
/* 
 * WORK AREA - presentation 
 */

/* FAST MENU */
.wa_pres_menu
  {
  border-top       : 2px solid #DED6BD; 
  background-color : #F7F4F0;
  width            : 160px;
  padding          : 5px;
  /* margin-left      : 10px; */
  margin-bottom    : 10px;
  font-family: verdana,arial,geneva,helvetica,sans-serif;
  font-size: 9px;
  font-weight: bold;
  }

  
/* JOB LIST 
   work area presentation */ 

.wa_pres_joblist
  {
  border-bottom    : 2px solid #DED6BD;  
  width            : 100%;
  padding          : 5px;
  margin-bottom    : 5px;
  font-family: verdana,arial,geneva,helvetica,sans-serif;
  font-size: 9px;
  font-weight: bold;
  }
  
  
.lnk_wa_pres
  {
  font-family: verdana,arial,geneva,helvetica,sans-serif;
  font-size: 10px;
  font-weight : bold;
  color       : #584E30;
  text-decoration : none;  
  }

.lnk_wa_pres:hover
  {
  text-decoration : none; 
  color           : #666448;  
  }
  
  
/*** DD Tab Menu II ***/
/* used on frontpage */
#ddimagetabs{
}

#ddimagetabs a{
display: block;
text-decoration: none;
font: bold 10px verdana,Arial; /*tab font */
color: #8C7C4D; /*font color */
height: 18px; /*height of tab image */
float: left;
display: inline;
margin-left: 4px; /*spacing between tabs */
padding-top: 4px; /*vertical offset of tab text from top of tab*/
background-repeat: no-repeat;
text-align: center;
}


#ddimagetabs #tab1{
width: 60px; /*width of custom tab image */
background-image:url(images/tabs/tab_60.gif); /*URL to custom tab image */
}
#ddimagetabs #tab1.current{
background-image:url(images/tabs/tab_over_60.gif); /*URL to tab image onmouseover */
color: #8C7C4D;
}

#ddimagetabs #tab2{
width: 80px; /*width of custom tab image */
background-image:url(images/tabs/tab_80.gif); /*URL to custom tab image */
}
#ddimagetabs #tab2.current{
background-image:url(images/tabs/tab_over_80.gif); /*URL to tab image onmouseover */
color: #8C7C4D;
}

#ddimagetabs #tab3{
width: 70px; /*width of custom tab image */
background-image:url(images/tabs/tab_70.gif); /*URL to custom tab image */
}
#ddimagetabs #tab3.current{
background-image:url(images/tabs/tab_over_70.gif); /*URL to tab image onmouseover */
color: #8C7C4D;
}

#tabcontentcontainer{
width:230px; /*width of 2nd level content*/
height:120px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
background-color : #EEE8DF;
border-top       : 0px solid #DAD2BC;
border-left      : 1px solid #DAD2BC;
border-right     : 1px solid #DAD2BC;
border-bottom    : 2px solid #DAD2BC;
padding-top: 5px;
}

.tabcontent{
display          : none;
padding          : 5px;
}

/*****************************************/


/**
  * INFO BOX
 */

.infoBox
  {
  background-color : #eee;
  border           : 1px solid #666;
  padding          : 10px;
  /* text-align       : center; */
  /* width            : 500px; */
  font-family      : verdana,geneva,arial,helvetica,sans-serif;
  font-size        : 11px; 
  color            : black;
  font-weight      : normal;
  margin-top       : 5px;
  margin-bottom    : 15px;
  -moz-border-radius: 7px;
  }
  
  
/**
  * CODE BLOCK
 */

.code
  {
  background-color : #FFFFCC;
  border           : 1px dashed #6F4600;
  padding          : 10px;
  font-family      : monospace, courier, verdana, arial;
  font-size        : 12px; 
  color            : #6F4600;
  font-weight      : normal;
  margin           : 5px;
  }
  
.disclaim {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #0C2778;
	padding: 0px;
}
