/*@import url("calendar-blue.css");*/
/*@import url("tree.css");*/
/*@import url("table.css");*/
/*@import url("pager.css");*/
/*@import url("rich-text.css");*/

body {
  font-family: Verdana, Arial, sans-serif; 
  background-color: #FFFFFF;
  /*FFEABD*/
}

/* Used by the a:clearerDiv tag. */
.clearer {
  clear: left; 
  line-height: 0; 
  height: 0;
}
/* Certificate Table Size for Print on 11x8.5 for color PoP */
.colorPopCert
{
height:612px;
width:792px;
background:../images/CertColorBackground.gif;
border-style:double; 
border-width:inherit; 
border-color:#00366D;
}

/**** action buttons ****/

a.action-btn:hover
{
  cursor: pointer;
}

a.action-btn:hover span.action-btn2
{
  background: url(../images/actionBtnTL.gif) top left no-repeat;
}

a.action-btn:hover span.action-btn3
{
  background: url(../images/actionBtnBR.gif) bottom right no-repeat;
}

a.action-btn:hover span.action-btn4
{
  background: url(../images/actionBtnBL.gif) bottom left no-repeat;
}

a.action-btn:hover span.action-btn5
{
  background: url(../images/actionBtnTR.gif) top right no-repeat;
}

.action-btn5, .action-btn5-off
{
  padding: 3px 3px 3px 2px;
}

.action-btn
{
  color: black;
  display: inline-block;
}

.menu-link
{
  color: white;
  display: inline-block;
}

.action-btn-off
{
  color: #808080;
}

.action-btn, .action-btn-off
{
  font-style: normal;
  text-decoration: none;
  white-space: nowrap;
}

.action-btn img, .action-btn-off img
{
  vertical-align: middle;
  border: none;
}

/**** action bar ****/

.action-bar, .action-bar-full
{
  background-color: #F05133;
  height: 1em;
  border-style: solid;
  border-top-color: #BBBBBB;
  border-top-width: 1px; 
  border-bottom-color: #BBBBBB;
  border-bottom-width: 1px;
  border-left-width: 0em;
  border-right-width: 0em;
  /*Fix for safari*/
  /*display: inline-block;*/
  white-space: nowrap;
}

.action-bar-full
{
  display: block;
  width: 100%;
}

.action-sep
{
  background: url(../images/actionSep.gif) no-repeat 50% 50%;
}

/**** borders *****/

.border-dialog
{
  background: url(../images/borderDialogTL.gif) top left no-repeat width:300;/*hack for safari*/
  display: block;
  
}
.border-dialog2
{
  background: url(../images/borderDialogBR.gif) bottom right no-repeat;
  display: block;
}
.border-dialog3
{
  background: url(../images/borderDialogBL.gif) bottom left no-repeat;
  display: block;
}
.border-dialog4
{
  padding: 5px 8px 8px 5px;
  background: url(../images/borderDialogTR.gif) top right no-repeat;
  display: block;
}
.border-dialog5
{
  display: block;
}

.border-channel
{
  background: url(../images/borderChannelTL.gif) top left no-repeat;
  display: inline-block;
}
.border-channel2
{
  background: url(../images/borderChannelBR.gif) bottom right no-repeat;
  display: inline-block;
}
.border-channel3
{
  background: url(../images/borderChannelBL.gif) bottom left no-repeat;
  display: inline-block;
}
.border-channel4
{
  padding: 3px 6px 6px 4px;
  background: url(../images/borderChannelTR.gif) top right no-repeat;
  display: inline-block;
}
.border-channel5
{
  display: inline-block;
}

.border-box-shadow
{
  background: url(../images/borderBoxShadowTL.gif) top left no-repeat;
  display: block;
}
.border-box-shadow2
{
  background: url(../images/borderBoxShadowBR.gif) bottom right no-repeat;
  display: block;
}

.border-box-shadow3 
{
padding: 0px 0px 1px 0px;
  background: url(../images/borderBoxShadowBL.gif) bottom left no-repeat;
  display: block;
}

.border-box-shadow4
{
  padding: 1px 9px 11px 1px;
  background: url(../images/borderBoxShadowTR.gif) top right no-repeat;
  display: block;
}

.border-box-shadow5
{
  display: block;
}

.border-dog-ear
{
  background: url(../images/borderDogEarTL.gif) top left no-repeat;
  display: inline-block;
}

.border-dog-ear2
{
  background: url(../images/borderDogEarBR.gif) bottom right no-repeat;
  display: inline-block;
}

.border-dog-ear3
{
  background: url(../images/borderDogEarBL.gif) bottom left no-repeat;
  display: inline-block;
}

.border-dog-ear4
{
  padding: 30px 42px 40px 1px;
  background: url(../images/borderDogEarTR.gif) top right no-repeat;
  display: inline-block;
}

.border-dog-ear5
{
  display: inline-block;
}


/**** tabs container ****/
.tabs-container
{
  background: url(../images/tabBorder.gif) repeat-x bottom;
}

.tabs-container-full
{
  display:inline;
  width: 100%;
  background: url(../images/tabBorder.gif) repeat-x bottom;
}

.tabs-content
{
  background-color: #396E8F;  /*#847BB1*/
   /*#F05133; /* a lite gray: not a safe web color! */
}

.tabs-content-header
{
  float: left;
  width: 100%;
  background-color: #396E8F;  /*#847BB1*/
  /*#F05133;*/ /* a lite gray: not a safe web color! */
  border-bottom: 1px solid #B8B8B8; /* a dark gray: not a safe web color! */
}

/***** tab *****/
.tab-group
{
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.tab-group li
{
  display: inline;
  margin: 0;
  padding: 0;
}

.tab-group a
{
  float: left;
  background: url(../images/tabRight.gif) no-repeat right top;
  font-size: 1.2em;
  color: white;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  white-space: nowrap;
}
.tab-group unselect
{
  float: left;
  background: url(../images/tabRight.gif) no-repeat right top;
  font-size: 1.2em;
  color: #00467F;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  white-space: nowrap;
}
.tab-group a:hover
{
  background-position: 100% -150px;
}

.tab-group span
{
  background: url(../images/tabLeft.gif) no-repeat left top;
  padding: 1px 9px 2px 9px;
  display: block;
}

.tab-group a:hover span
{
  background-position: 0% -150px;
}

.tab-sel a
{
  border-bottom: 1px solid #396E8F;/*#847BB1;*/ 
  /*#F05133; 
  /*rgb(234, 234, 234);*/
  background-position: 100% -150px;
}

.tab-unsel a
{
  border-bottom: 1px solid #396E8F;/*#847BB1;#F04F32*/
  /*#CD2404; /* a darker gray: not a safe web color! */
  cursor: pointer;
  color: #EDF4CB;
}


.tab-sel span
{
  background-position: 0% -150px;
  cursor: default;
}

/**** sub tab *****/
.sub-tab-container
{
  padding-top: 4px;
  padding-bottom: 4px;
}

.sub-tab-group
{
  list-style: none;
  white-space: nowrap;
}

.sub-tab-group, .sub-tab-group li
{
  display: inline;
}

.sub-tab-group a:link, .sub-tab-group a:visited, .sub-tab-group a:active, .sub-tab-group a:hover
{
  color: black;
  white-space: nowrap;
}

.sub-tab-group a
{
  vertical-align: middle;
  padding-left: 3px;
  padding-right: 2px;
}

.sub-tab-sep a
{
  background: url(../images/subMenuSep.gif) no-repeat left 50%;
}

.sub-tab-sel a:hover
{
  cursor: default;
}

.sub-tab-text-unsel
{
  padding: 1px 7px 2px 7px;
  text-decoration: underline;
  color: Black;
 }

.sub-tab-text-sel
{
  font-weight: bold;
  font-style: normal;
  padding: 1px 7px 2px 7px;
  text-decoration: none;
  color: #EDF4CB;
}


/*************************************************************************/
/*********************** DELETE FROM HERE ONWARDS ************************/
/*************************************************************************/

/**** alert ****/
/*
.alert-body 
{
  background-color: #eaeaea; /* a lite gray: not a safe web color! */
  font-size: 0.625em;
}

.alert-type-warning, .alert-type-error, .alert-type-info 
{ 
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-left: 8px;
  width: 38px;
  height: 38px;
  float: left;
}

.alert-message-text-block
{
  float: left;
}

.alert-message-block 
{
  display: block;
  width: 100%;
}

.alert-message-title 
{
  font-size: 1.2em;
  font-weight: bold;
  color: #000000;
  display: block;
  xfloat: left;
  margin: 10px 8px 8px 8px;
}

.alert-message 
{
  font-weight: normal;
  margin: 0px 8px 0px 4px;
  display: block;
}

.alert-type-warning 
{ 
  background-image: url("../images/caution.gif");
}

.alert-type-error 
{ 
  background-image: url("../images/error.gif"); 
}

.alert-type-info 
{ 
  background-image: url("../images/info.gif"); 
}

.alert-type-text 
{
  display: none;
}

.alert-cmds
{
  margin-top: 8px;
  float: right;
}

alert-cmds-block
{
  display: block;
  width: 100%;
}

.alert-cmds a
{
  margin-right: 5px;
}

.alert-content-frame
{
}

.alert-color-content-frame
{
  background-color: #FFFFFF;
  border: 1px solid #BABABA;
  padding: 5px;
}

.alert-content-frame ul
{
}

.alert-content-frame li
{
  width: 90%;
}
*/
/**** Embedded alerts ****/
/*
.alert-img
{
  float: left;
}
.alert-title
{
  font-size: 1.4em;
  font-weight: bold;
  display: block;
  padding-bottom: 8px;
  margin-left: 57px;
}

.alert-text
{
  font-size: 1.2em;
  margin-left: 57px;
  display: block;
}

.alert-frame
{
  display: block;
  background-color: #FFFFFF;
  margin: 2px 100px 2px 100px;
  text-align: center;
}

.alert-frame-bottom
{
  margin: 0 0 20px 0;
}

.alert-frame-margin-top
{
  margin-top: 52px;
}

.alert-content
{
  padding: 16px 0 16px 0;
  text-align: left;
}

.alert-message-notification
{
  background-color: #f1f1f2;
  border: 1px solid #939598;
  display: block;
  padding: 10px 10px 20px 10px;
  margin: 0 16px 20px 16px;
}

.alert-message-notification-pane
{
  margin: 0 16px 0 16px;
}

.alert-button-panel
{
  background-color: #FFFFFF;
  width: 100%;
  display: block;
  padding: 3px 0 3px 0;
  margin: 7px 0 0 0;
  text-align: center;
}

.alert-full-page
{
  
}

.alert-full-page-container
{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99999;
}

.alert-full-page-bg
{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;

  background-color: #FFFFFF;
  filter: alpha(opacity=0); 
  -moz-opacity: 0; 
}
*/

/**** local action buttons ****/
/*
.loc-action-btn, .loc-action-btn-off
{
  color: black;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}

.loc-action-btn
{
  color: black;
}

.loc-action-btn-off
{
  color: #808080;
}

.loc-action-btn .loc-action-btn2
{
  background: url(../images/localActionBtnTL.gif) top left no-repeat;
}

.loc-action-btn .loc-action-btn3
{
  background: url(../images/localActionBtnBR.gif) bottom right no-repeat;
}

.loc-action-btn .loc-action-btn4
{
  background: url(../images/localActionBtnBL.gif) bottom left no-repeat;
}

.loc-action-btn .loc-action-btn5
{
  background: url(../images/localActionBtnTR.gif) top right no-repeat;
}

.loc-action-btn-off .loc-action-btn2
{
  background: url(../images/localActionBtnTL.gif) top left no-repeat;
}

.loc-action-btn-off .loc-action-btn3
{
  background: url(../images/localActionBtnBR.gif) bottom right no-repeat;
}

.loc-action-btn-off .loc-action-btn4
{
  background: url(../images/localActionBtnBL.gif) bottom left no-repeat;
}

.loc-action-btn-off .loc-action-btn5
{
  background: url(../images/localActionBtnTR.gif) top right no-repeat;
}

a.loc-action-btn:hover
{
  cursor: pointer;
}

a.loc-action-btn:hover span.loc-action-btn2
{
  background: url(../images/actionBtnTL.gif) top left no-repeat;
}

a.loc-action-btn:hover span.loc-action-btn3
{
  background: url(../images/actionBtnBR.gif) bottom right no-repeat;
}

a.loc-action-btn:hover span.loc-action-btn4
{
  background: url(../images/actionBtnBL.gif) bottom left no-repeat;
}

a.loc-action-btn:hover span.loc-action-btn5
{
  background: url(../images/actionBtnTR.gif) top right no-repeat;
}

.loc-action-btn .loc-action-btn5, .loc-action-btn1-off .loc-action-btn5
{
  padding: 2px 3px 2px 2px;
  display: inline-block;
}

.loc-action-btn img, .loc-action-btn-off img
{
  vertical-align: middle;
  border: none;
}
*/

/***** details tab *****/
/*
.details-tab-group
{
  margin: 0;
  list-style: none;
  white-space: nowrap;
}

.details-tab-group li
{
  display: inline;
  margin: 0;
  padding: 0;
}

.details-tab-group a
{
  float: left;
  background: url(../images/tabRight.gif) no-repeat right top;
  color: black;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  white-space: nowrap;
}

.details-tab-group a:hover
{
  background-position: 100% -150px;
}

.details-tab-group span
{
  background: url(../images/tabLeft.gif) no-repeat left top;
  padding: 2px 8px 2px 8px;
  display: inline-block;
}

.details-tab-group a:hover span
{
  background-position: 0% -150px;
}

.details-tab-sel a
{
  border-bottom: 1px solid rgb(234, 234, 234);
  background-position: 100% -150px;
}

.details-tab-unsel a
{
  border-bottom: 1px solid #A2A2A2; /* a darker gray: not a safe web color! */
  cursor: pointer;
}


.details-tab-sel span
{
  background-position: 0% -150px;
  cursor: default;
}
*/

/**** PROCESS TRAIN ****/
/*
.pt
{
  width: 100%;
  background: url("../images/ptTL.gif") top left no-repeat;
}
.pt2
{
  background: url("../images/ptBR.gif") bottom right no-repeat;
}
.pt3
{
  background: url("../images/ptBL.gif") bottom left no-repeat;
}
.pt4
{
  position: relative;
  top: -1px;
  background: url("../images/ptTR.gif") top right no-repeat;
}

.pt-arrow
{
  width: 12px;
  height: 29px;
  background: url("../images/ptArrow.gif") right no-repeat;
}

.pt-sel
{
  width: 100%;
  background: url("../images/ptTLSel.gif") top left no-repeat;
}
.pt2-sel
{
  background: url("../images/ptBRSel.gif") bottom right no-repeat;
}
.pt3-sel
{
  background: url("../images/ptBLSel.gif") bottom left no-repeat;
}
.pt4-sel
{
  position: relative;
  top: -1px;
  background: url("../images/ptTRSel.gif") top right no-repeat;
}

.pt-off
{
  width: 100%;
  background: url("../images/ptTLOff.gif") top left no-repeat;
}
.pt2-off
{
  background: url("../images/ptBROff.gif") bottom right no-repeat;
}
.pt3-off
{
  background: url("../images/ptBLOff.gif") bottom left no-repeat;
}
.pt4-off
{
  position: relative;
  top: -1px;
  background: url("../images/ptTROff.gif") top right no-repeat;
}

.pt-arrow-off
{
  width: 12px;
  height: 29px;
  background: url("../images/ptArrowOff.gif") right no-repeat;
}

.pt-text, .pt-text a
{
  color: black;
  text-decoration: none;
  white-space: nowrap;
  margin-top: 1px;
  margin-bottom: 1px;
}
.pt-text-off
{
  color: rgb(127, 127, 127);
  margin-top: 1px;
  margin-bottom: 1px;
}

.pt-TABLE
{
  border-collapse: collapse;
}

.pt-TD
{
  text-align: center;
}

.pt-text-off , .pt-text
{
  display: block;
  font-family: verdana, arial, sans-serif;
  padding: 5px 0px;
  position: relative;
  left: -2px;
}

.pt-text-sel
{
  font-weight: bold;
}

.input-date-time
{
  background-color: #EAEAEA;
  border: 1px solid #878787;
  display: inline-block;
  vertical-align: 0%;
  width: 100px;
}

.input-date-time-text
{
  margin: 3px;
  display: inline-block;
  width: 100%;
}

.input-date-time a, .input-date-time a:link, .input-date-time a:visited
{
  text-decoration: none;
  color: WindowText;
  background-color: Window;
  padding: 0px;
  margin: 0px;
}

.input-date-time-empty
{
  display: inline-block;
  width: 100%;
}
*/

/** waiting window, WARNING do not normalize on 1em **/
/*
.waiting-window
{
  font-size: 0.625em;
}
.waiting-window-msg
{
  margin-top: 12px;
  display: block;
  font-weight: bold;
  text-align: center;
}
.waiting-window-msg-arabic, .waiting-window-msg-han, .waiting-window-msg-katakana
{
  font-size: 1em;
}

.waiting-window-img
{
  margin-top: 15px;
  display: block;
  text-align: center;
}

.waiting-window a
{
  margin-top: 15px;
  display: block;
  text-align: center;
}
*/

/** time input **/
/*
.inputTime-input{
  width:1.6em;
}

.inputTime-spinner{
  margin-left: 2px;
  background-image: url("../images/updown.gif");
  display: block;
  width: 16px;
  height: 22px;
  
	display: -moz-inline-box; 
	display: inline-table; 
	display: inline-block;
	vertical-align: top;
}

.inputTime-spinner-off{
 margin-left: 2px;
  background-image: url("../images/updownoff.gif");
  display: inline-block;
  width: 16px;
  height: 22px;
  
  	display: -moz-inline-box; 
	display: inline-table; 
	display: inline-block;
	vertical-align: top;
}

.inputTime-spinner-up{
  margin-left: 2px;
  background-image: url("../images/updownup.gif");
  display: block;
  width: 16px;
  height: 22px;
  
  	display: -moz-inline-box; 
	display: inline-table; 
	display: inline-block;
	vertical-align: top;
}

.inputTime-spinner-down{
  margin-left: 2px;
  background-image: url("../images/updowndown.gif");
  display: block;
  width: 16px;
  height: 22px;
  
  	display: -moz-inline-box; 
	display: inline-table; 
	display: inline-block;
	vertical-align: top;
}
*/

/** Messages styles **/
/*
.message-img
{
  float: left;
}

.message-title
{
  font-size: 1.4em;
  font-weight: bold;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 57px;
}
.message-text
{
  font-size: 1.2em;
  margin-left: 57px;
  display: block;
}

.message-error
{
  background-color: #fef2ee;
  border: 1px solid #ed1849;
  display: block;
  padding: 10px 10px 20px 10px;
  margin: 0 16px 20px 16px;
}

.message-warning
{
  background-color: #fff8e5;
  border: 1px solid #fbb033;
  display: block;
  padding: 10px 10px 20px 10px;
  margin: 0 16px 20px 16px;
}

.message-notification
{
  background-color: #f1f1f2;
  border: 1px solid #939598;
  display: block;
  padding: 10px 10px 20px 10px;
  margin: 0 16px 20px 16px;
}

.message-notification-pane
{
  margin: 0 16px 0 16px;
}

.error-label
{
  display: block;
  font-size: 1.2em;
  color: #003366;
  padding-bottom: 6px;
}

.error-label-link
{
  cursor: pointer;
  text-decoration: underline;
}
*/

/***** Bullets Link in a Message (error, warning or notification) *****/
/*
.link-list-message
{
  display: block;
  margin: 10px 0 0 58px;
}
*/

/***** Progress Bar *****/
/*
.progress-bar
{
    border-collapse: collapse;
    font-size: 7px;
    table-layout: fixed;
    width: 100%;
}

.progress-bar-cell
{
    border-top: 1px black solid;
    border-bottom: 1px black solid;
    border-right: 1px black dashed;
}

.progress-bar-cell-filled
{
	background-color: #00FF00;
}

.progress-bar-cell-empty
{
    background-color: #FFFFFF;
}

.progress-bar-cell-green
{
	background-color: #00FF00;
}
	
.progress-bar-cell-yellow
{
	background-color: #FFFF00;
}

.progress-bar-cell-red
{
	background-color: #FF0000;
}

.progress-bar-first-cell
{
    border-left: 1px black solid;
}

.progress-bar-last-cell
{
    border-right: 1px black solid;
}
*/

/***** Help *****/
/*
.help-frame
{
  border: none;
  overflow: auto;
}
*/

/***** Balloon ****/
/*
.balloon-content
{
	position:relative;
	display:none;
}
.balloon-content *
{
	margin:0px;
}

.balloon-tip
{
  position:absolute;
  display:none;
  width:20px;
  height:27px;
}
.balloon-tip-bottomL
{
  background: url(../images/balloonTipBottomL.gif) top left no-repeat;
}	
.balloon-tip-topL
{
  background: url(../images/balloonTipTopL.gif) top left no-repeat;
}	
.balloon-tip-bottomR
{
  background: url(../images/balloonTipBottomR.gif) top left no-repeat;
}	
.balloon-tip-topR
{
  background: url(../images/balloonTipTopR.gif) top left no-repeat;
}
	
.balloon
{
	width:280px;
	position:absolute;
	display:none;
}
.balloon-blocker
{
	position:absolute;
	display:none;
	
	background-color: #FFFFFF;
	filter: alpha(opacity=0); 
    -moz-opacity: 0; 
}

.balloon-top{
	background-image: url('../images/balloonTop.gif');
	background-repeat:no-repeat;
	height:16px;	
}
.balloon-middle{
	background-image: url('../images/balloonMiddle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
.balloon-bottom{
	background-image: url('../images/balloonBottom.gif');
	background-repeat:no-repeat;
	height:21px;
}

.mandatory-img
{
	vertical-align: text-top;
}
*/

/***** Accessibility ****/
/*
.hidden-audible{
	position: absolute;
	left: 0px
	top: -100px;
	width: 1px; 
	height: 1px; 
	overflow: hidden;
}

.messagesWillMove
{
	display:none;
}
*/

/***** Transaction Usage dashboard *****/
/*
.trans-usage-dashboard
{
    border: 3px solid #999999;
    width: 90%;
}

.trans-usage-dashboard .title
{
    background-color: #AAAAAA;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}

.trans-usage-dashboard ul
{
    color: #0000FF;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.trans-usage-dashboard span
{
    font-size: 12px;
    font-weight: bold;
}
*/


/**** navigation buttons ****/
/*-- white --*/
/*
.nav-btn .nav-btn2
{
  background: url(../images/white/btnTL.gif) top left no-repeat;
}

.nav-btn .nav-btn3
{
  background: url(../images/white/btnBR.gif) bottom right no-repeat;
}

.nav-btn .nav-btn4
{
  background: url(../images/white/btnBL.gif) bottom left no-repeat;
}

.nav-btn .nav-btn5
{
  background: url(../images/white/btnTR.gif) top right no-repeat;
}

.nav-btn-off .nav-btn2
{
  background: url(../images/white/btnTLOff.gif) top left no-repeat;
}

.nav-btn-off .nav-btn3
{
  background: url(../images/white/btnBROff.gif) bottom right no-repeat;
}

.nav-btn-off .nav-btn4
{
  background: url(../images/white/btnBLOff.gif) bottom left no-repeat;
}

.nav-btn-off .nav-btn5
{
  background: url(../images/white/btnTROff.gif) top right no-repeat;
}
*/

/*-- gray --*/
/*
.nav-btn-gray .nav-btn-gray2
{
  background: url(../images/gray/btnTL.gif) top left no-repeat;
}

.nav-btn-gray .nav-btn-gray3
{
  background: url(../images/gray/btnBR.gif) bottom right no-repeat;
}

.nav-btn-gray .nav-btn-gray4
{
  background: url(../images/gray/btnBL.gif) bottom left no-repeat;
}

.nav-btn-gray .nav-btn-gray5
{
  background: url(../images/gray/btnTR.gif) top right no-repeat;
}

.nav-btn-gray-off .nav-btn-gray2
{
  background: url(../images/gray/btnTLOff.gif) top left no-repeat;
}

.nav-btn-gray-off .nav-btn-gray3
{
  background: url(../images/gray/btnBROff.gif) bottom right no-repeat;
}

.nav-btn-gray-off .nav-btn-gray4
{
  background: url(../images/gray/btnBLOff.gif) bottom left no-repeat;
}

.nav-btn-gray-off .nav-btn-gray5
{
  background: url(../images/gray/btnTROff.gif) top right no-repeat;
}
*/

/*--dark gray--*/
/*
.nav-btn-dark-gray .nav-btn-dark-gray2
{
  background: url(../images/darkgray/btnTL.gif) top left no-repeat;
}

.nav-btn-dark-gray .nav-btn-dark-gray3
{
  background: url(../images/darkgray/btnBR.gif) bottom right no-repeat;
}

.nav-btn-dark-gray .nav-btn-dark-gray4
{
  background: url(../images/darkgray/btnBL.gif) bottom left no-repeat;
}

.nav-btn-dark-gray .nav-btn-dark-gray5
{
  background: url(../images/darkgray/btnTR.gif) top right no-repeat;
}

.nav-btn-dark-gray-off .nav-btn-dark-gray2
{
  background: url(../images/darkgray/btnTLOff.gif) top left no-repeat;
}

.nav-btn-dark-gray-off .nav-btn-dark-gray3
{
  background: url(../images/darkgray/btnBROff.gif) bottom right no-repeat;
}

.nav-btn-dark-gray-off .nav-btn-dark-gray4
{
  background: url(../images/darkgray/btnBLOff.gif) bottom left no-repeat;
}

.nav-btn-dark-gray-off .nav-btn-dark-gray5
{
  background: url(../images/darkgray/btnTROff.gif) top right no-repeat;
}


.nav-btn, .nav-btn-off, .nav-btn-gray, .nav-btn-gray-off, .nav-btn-dark-gray, .nav-btn-dark-gray-off
{
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}

.nav-btn, .nav-btn-gray, .nav-btn-dark-gray
{
  color: black;
}

.nav-btn-off, .nav-btn-gray-off, .nav-btn-dark-gray-off
{
  color: #F05133;
}

.nav-btn:hover, .nav-btn-gray:hover, .nav-btn-dark-gray:hover
{
  cursor: pointer;
}

.nav-btn, .nav-btn2, .nav-btn3, .nav-btn4, .nav-btn5,
.nav-btn-gray, .nav-btn-gray2, .nav-btn-gray3, .nav-btn-gray4, .nav-btn-gray5,
.nav-btn-dark-gray, .nav-btn-dark-gray2, .nav-btn-dark-gray3, .nav-btn-dark-gray4, .nav-btn-dark-gray5
{
  padding: 2px 0px 2px 0px;
  _padding: 0;
  /*\*//*/padding: 0; /**/
}
*/

/*IEmac\*//*/
/*
.nav-btn4, .nav-btn-gray4, .nav-btn-dark-gray4
{
  display: inline-block;
}

.nav-btn5, .nav-btn-gray5, .nav-btn-dark-gray5
{
  padding: 2px 5px 2px 5px;
  _padding: 1px 5px 2px 5px;
  _display: inline-block;
  /*IEmac\*//*/
  padding: 1px 5px 2px 5px;
  display: inline-block;
  /**/
}
*/



/*

.unlim-bdr-shadow {
  position: relative;
  margin-top:8px;
  margin-left:7px;
  display: block;
}
.unlim-bdr-shadow2 {
  position: relative;
  background: rgb(230,230,230);
  left: -1px; top: -1px;
  display: block;
}
.unlim-bdr-shadow3 {
  position: relative;
  background: rgb(210,200,210);
  left: -1px; top: -1px;
  display: block;
}
.unlim-bdr-shadow4 {
  position: relative;
  background: rgb(175,175,175);
  left: -1px; top: -1px;
  display: block;
}
.unlim-bdr-shadow5 {
  position: relative;
  background: rgb(150,150,150);
  left: -1px; top: -1px;
  display: block;
}
.unlim-bdr-shadow6 {
  position: relative;
  background: rgb(130,130,130);
  left: 0px; top: -1px;
  display: block;
}
.unlim-bdr-shadow7 {
  border: 1px solid rgb(150,150,150);
  background: white;
  position: relative;
  left: 0px; top: -1px;
  display: block;
}
*/