


/* Styles to use in input forms because of old Netscape browsers
===============================================================*/
.form {
 background: #ffffff;
 font-family: monospace;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}
.form-disabled {
 background: #F3F3EC;
 font-family: monospace;
 font-size: 11px;
 font-weight: normal;
 color: #9e7e67;
}
input, select, textarea {
 background: #F3F3EC;
 font-family: monospace;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}

/*
 * Tag-specific styles
 *
===============================================================*/
img {
 border: 0px;
}

/*
 * Styles that sit on top of the background, including
 *  "odd & even" background colors
 *
===============================================================*/
.normal {
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}
.small {
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 9px;
 font-stretch: condensed; // css2
 color: #000000;
}
.strong {
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}
.title {
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #9e4604;
}
.ingress {
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
}
.heading {
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
}
.fieldname {
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
}
.selected {
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}
.alert {
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}
.notice {
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}
.unavailable {
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #9e7e67;
}

.list {
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 12px;
 font-weight: normal;
 font-style: normal;
 color: #000000;
}
.list-selected{
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}
.list-alert{
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}
.list-notice {
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}
.list-unavailable {
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #9e7e67;
}

/*
 * Styles where you need both foreground and background color
 *
 *  (That is, when you use the "title-fg" style for some text,
 *  you should use bgcolor="#FFFFFF" on the same part)
 *
===============================================================*/
.normal-fg {
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}
.title-fg {
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #FFFFFF;
}
.ingress-fg {
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
}
.heading-fg {
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
}
.selected-fg {
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}
.alert-fg {
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}
.notice-fg {
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}
.unavailable-fg {
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #9e7e67;
}
.tablehead-fg {
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #3f4926;
}
.tableside-fg {
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
}


/* LINK STYLES
===============================================================*/

/* === The normal link style === */

.link:link {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}
.link:visited {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}
.link:hover {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}
.link-fg:link {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}
.link-fg:visited {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}
.link-fg:hover {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}

/* The title link style
   used on links in titlebars.
==========================*/
.link-title:visited{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #9e4604;
}
.link-title:link{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #9e4604;
}
.link-title:hover{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #9e4604;
}
.link-title-fg:visited{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #FFFFFF;
}
.link-title-fg:link{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #FFFFFF;
}
.link-title-fg:hover{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #FFFFFF;
}

/* The ingress link style
   used on ingress links.
==========================*/
.link-ingress:visited{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
}
.link-ingress:link{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
}
.link-ingress:hover{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
}
.link-ingress-fg:visited{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
}
.link-ingress-fg:link{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
}
.link-ingress-fg:hover{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
}

/* The heading link style
   used on links in headingbars.
==========================*/
.link-heading:visited{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
}
.link-heading:link{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
}
.link-heading:hover{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
}
.link-heading-fg:visited{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
}
.link-heading-fg:link{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
}
.link-heading-fg:hover{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
}

/* === The selected link style === */

.link-selected:link {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}
.link-selected:visited {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}
.link-selected:hover {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}
.link-selected-fg:link {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}
.link-selected-fg:visited {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}
.link-selected-fg:hover {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}

/* === The alert link style === */

.link-alert:link {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}
.link-alert:visited {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}
.link-alert:hover {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}
.link-alert-fg:link {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}
.link-alert-fg:visited {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}
.link-alert-fg:hover {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}

/* === The notice link style === */

.link-notice:link {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}
.link-notice:visited {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}
.link-notice:hover {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}
.link-notice-fg:link {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}
.link-notice-fg:visited {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}
.link-notice-fg:hover {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}

/* === The unavailable link style === */

.link-unavailable:link {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #9e7e67;
}
.link-unavailable:visited {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #9e7e67;
}
.link-unavailable:hover {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}
.link-unavailable-fg:link {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #9e7e67;
}
.link-unavailable-fg:visited {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #9e7e67;
}
.link-unavailable-fg:hover {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #9e7e67;
}


/* The tablehead-fg and tableside-fg link styles
    (Think e.g. calendar)
==========================*/
.link-tablehead-fg:visited{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #3f4926;
}
.link-tablehead-fg:link{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #3f4926;
}
.link-tablehead-fg:hover{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #3f4926;
}
.link-tableside-fg:visited{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
}
.link-tableside-fg:link{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
}
.link-tableside-fg:hover{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
}



/* ===== The list link styles ===== */

/* - link-list - */

.link-list:link{
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}
.link-list:visited{
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}
.link-list:hover{
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}

/* - link-list-selected - */

.link-list-selected:link{
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}
.link-list-selected:visited{
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}
.link-list-selected:hover{
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}

/* - link-list-notice - */

.link-list-notice:link{
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}
.link-list-notice:visited{
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}
.link-list-notice:hover{
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}

/* - link-list-alert - */

.link-list-alert:link{
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}
.link-list-alert:visited{
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}
.link-list-alert:hover{
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}

/* - link-list-unavailable - */

.link-list-unavailable:link{
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #9e7e67;
}
.link-list-unavailable:visited{
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #9e7e67;
}
.link-list-unavailable:hover{
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #9e7e67;
}

/* The action link style
   Used on buttons and stuff that performs an action.
==========================*/
.link-action:link {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}
.link-action:visited {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}
.link-action:hover {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}
.link-action-fg:link {
 text-decoration: none;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #ffffff;
}
.link-action-fg:visited {
 text-decoration: none;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #ffffff;
}
.link-action-fg:hover {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}

/* The menu link style
   used in menus.
==========================*/
.link-menu:link {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
}
.link-menu:visited {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
}
.link-menu:hover {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}
.link-menu-fg:link {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
}
.link-menu-fg:visited {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
}
.link-menu-fg:hover {
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}

/* The external link style
   used on external links - links that point
   to outside CorePortal, e.g. some
   online newspaper.
==========================*/
.link-external:link{
 font-family:monospace;
 font-size: 11px;
 font-weight: normal;
 color: #9e4604;
}
.link-external:visited{
 font-family:monospace;
 font-size: 11px;
 font-weight: normal;
 color: #9e4604;
}
.link-external:hover{
 font-family:monospace;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}
.link-external-fg:link{
 font-family:monospace;
 font-size: 11px;
 font-weight: normal;
 color: #9e4604;
}
.link-external-fg:visited{
 font-family:monospace;
 font-size: 11px;
 font-weight: normal;
 color: #9e4604;
}
.link-external-fg:hover{
 font-family:monospace;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
}




/*========================================*
 *          THEME SPECIFIC STYLES         *
 *   Do not use these styles in corelets  *
 *========================================*/
.slogan{
  font-size: 12px;
  font-family: verdana;
  font-style: italic;
  color: #3f4926;
}
.corelet{
  width: 100%;
  background-color: #3f4926;
  border-top: 1px solid #3f4926;
  border-left: 1px solid #3f4926;
  border-right: 1px solid #3f4926;
  border-bottom: 1px solid #3f4926;
  border-collapse: collapse;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.corelet-title{
 text-decoration: none;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #ffffff;
}

.corelet-title:link{
 text-decoration: none;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #ffffff;
}

.corelet-title:visited{
 text-decoration: none;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #ffffff;
}

.corelet-title:hover{
 text-decoration: none;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #ffffff;
}

.activewb-tab{
 background-color: #ffffff;
 border-top: 1px solid #3f4926;
 border-left: 1px solid #3f4926;
 border-right: 1px solid #3f4926;
 border-collapse: collapse;
}
.inactivewb-tab{
 background-color: #F3F3EC;
 border-bottom: 1px solid #3f4926;
 border-collapse: collapse;
}

.activewb-title{
 text-decoration: none;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
 background-color: #ffffff;
}

.activewb-title:link{
 text-decoration: none;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}

.activewb-title:visited{
 text-decoration: none;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}

.activewb-title:hover{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
}

.inactivewb-title{
 text-decoration: none;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
 background-color: #F3F3EC;
}
.inactivewb-title:link{
 text-decoration: none;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
}
.inactivewb-title:visited{
 text-decoration: none;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
}
.inactivewb-title:hover{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e4604;
}


/* Top of the Stack */

.stack-active:link{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #ffffff;
}
.stack-active:visited{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #ffffff;
}
.stack-active:hover{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #ffffff;
}


/* Rest of the Stack */

.stack-inactive:link{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #B0B0B0;
}
.stack-inactive:visited{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #B0B0B0;
}
.stack-inactive:hover{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #B0B0B0;
}

/* Dimmed link style */

.link-dimmed:link{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e7e67;
}
.link-dimmed:visited{
 text-decoration: underline;
 font-family:Arial,Helvetica,Sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #9e7e67;
}


