/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Reset Index entry properties across browsers */

dl, dd {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}

/* Text size adjustments */

body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}


/* Company Info */

.ww_skin_company_logo {
    text-align: left;
    margin: 8px 8px 16px 0px;
}

.ww_skin_company_logo > a {
    color: inherit;
    text-decoration: none;
}

.ww_skin_company_name {
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 14pt;
    font-weight: bold;
}

.ww_skin_company_name > a {
    color: inherit;
    text-decoration: none;
}

.ww_skin_company_phone {
    text-align: right;
    font-family: Arial, sans-serif;
    font-size: 10px;
}

.ww_skin_company_fax {
    text-align: right;
    font-family: Arial, sans-serif;
    font-size: 10px;
}

.ww_skin_company_email {
    text-align: right;
    font-family: Arial, sans-serif;
    font-size: 10px;
}

.ww_skin_company_email > a {
    color: inherit;
    text-decoration: none;
}


/* Progress */

.ww_skin_progress_bar {
    border: 1px solid #50617E;
    width: 100%;
    height: 18px;
    padding: 1px;
    white-space: nowrap;
}

.ww_skin_progress_segment {
    float: left;
    position: relative;
    width: 10%;
    height: 100%;
}

.ww_skin_progress_segment_pending {
    background-color: transparent;
}

.ww_skin_progress_segment_complete {
    background-color: #50617E;
}


/* Reference CSS sprite */

.ww_skin {
    background-image: url('../../connect/images/skin.png');
    background-repeat: no-repeat;
}

a.ww_skin {
  color: transparent;
  text-decoration: none;
}


/* Panel Progress */

.ww_skin_panel_progress_background {
    background-color: white;
}


/* TOC */

.ww_skin_toc_background {
    background-color: white;
    margin: 0px;
    padding: 0px;
}

.ww_skin_toc {
    display: inline-block;
    width: 60px;
    height: 25px;
    background-position: -146px -48px;
}

a.ww_skin_toc_spacer {
    display: none;
}

.layout_narrow a.ww_skin_toc_spacer {
    display: none;
}

.ww_skin_toolbar_background_default > .ww_skin_toc:hover {
    background-position: -146px -48px;
}

.ww_skin_toolbar_background_selected > .ww_skin_toc {
    background-position: -146px -48px;
}


/* Index */

.ww_skin_index_background {
    background-color: #ffffff;
    margin: 0px;
    padding: 12px;
}

.ww_skin_index {
    display: inline-block;
    width: 60px;
    height: 25px;
    background-position: -8px -146px;
}

a.ww_skin_index_spacer {
    display: none;
}

.layout_narrow a.ww_skin_index_spacer {
    display: none;

}

.ww_skin_toolbar_background_default > .ww_skin_index:hover {
    background-position: -80px -146px;
}

.ww_skin_toolbar_background_selected > .ww_skin_index {
    background-position: -152px -146px;
}


/* Search */

.ww_skin_search_background {
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
}

.ww_skin_search {
    display: inline-block;
    width: 60px;
    height: 25px;
    background-position: -8px -240px;
}

a.ww_skin_search_spacer {
    display: none;
}

.layout_narrow a.ww_skin_search_spacer {
    display: none;
}

.ww_skin_toolbar_background_default > .ww_skin_search:hover {
    background-position: -80px -240px;
}

.ww_skin_toolbar_background_selected > .ww_skin_search {
    background-position: -80px -240px;
}


/* Globe */

.ww_skin_globe_background {
    padding: 16px;
    background-color: white;
}

.ww_skin_globe {
    display: inline-block;
    width: 60px;
    height: 25px;
    background-position: -8px -338px;
}

.ww_skin_toolbar_background_default > .ww_skin_globe:hover {
    background-position: -80px -338px;
}

.ww_skin_toolbar_background_selected > .ww_skin_globe {
    background-position: -152px -338px;
}

a.ww_skin_globe_spacer {
    display: none;
}

.layout_narrow a.ww_skin_globe_spacer {
    display: none;
}


/* Next */

.ww_skin_next {
    display: inline-block;
    width: 60px;
    height: 25px;
    background-position: -150px -432px;
}

.ww_skin_toolbar_button_enabled > .ww_skin_next {
    background-position: -150px -432px;
}

.ww_skin_toolbar_button_enabled.ww_skin_toolbar_background_default > .ww_skin_next:hover {
    background-position: -150px -432px;
}

.ww_skin_toolbar_button_enabled.ww_skin_toolbar_background_selected > .ww_skin_next {
    background-position: -150px -432px;
}

a.ww_skin_next_spacer {
    display: none;
}

.layout_narrow a.ww_skin_next_spacer {
    display: none;
}


/* Previous */

.ww_skin_prev {
    display: inline-block;
    width: 60px;
    height: 25px;
    background-position: -150px -529px;
}

.ww_skin_toolbar_button_enabled > .ww_skin_prev {
    background-position: -150px -529px;
}

.ww_skin_toolbar_button_enabled.ww_skin_toolbar_background_default > .ww_skin_prev:hover {
    background-position: -150px -529px;
}

.ww_skin_toolbar_button_enabled.ww_skin_toolbar_background_selected > .ww_skin_prev {
    background-position: -150px -529px;
}

a.ww_skin_prev_spacer {
    display: none;
}

.layout_narrow a.ww_skin_prev_spacer {
    display: none;
}


/* PDF */

.ww_skin_pdf {
    display: inline-block;
    width: 21px;
    height: 24px;
    line-height: 24px;
    margin-left: 6px;
    margin-right: 6px;
    background-position: -8px -608px;
}

.ww_skin_pdf:hover {
    background-position: -80px -608px;
}


/* Email */

.ww_skin_email {
    display: inline-block;
    width: 21px;
    height: 24px;
    line-height: 24px;
    margin-left: 6px;
    margin-right: 6px;
    background-position: -8px -704px;
}

.ww_skin_email:hover {
    background-position: -80px -704px;
}


/* Print */

.ww_skin_print {
    display: inline-block;
    width: 23px;
    height: 24px;
    line-height: 24px;
    margin-left: 6px;
    margin-right: 6px;
    background-position: -8px -800px;
}

.ww_skin_print:hover {
    background-position: -80px -800px;
}


/* Toolbar */

#toolbar_div {
}

.ww_skin_toolbar {
    padding: 0;
    margin: 0;
    background-color: #6e2a8d;
}

.ww_skin_toolbar_cluster {
    white-space: nowrap;
}

.ww_skin_toolbar_button_enabled {
}

.ww_skin_toolbar_button_enabled:hover {
    background: #4e186d;
}

.ww_skin_toolbar_button_disabled {
}

.ww_skin_toolbar_button_disabled a:hover {
    cursor: default;
}

.ww_skin_toolbar_button_left {
    display: inline-block;
    /* border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC #ABB1B9 #CCCCCC #E9EBEE;*/
}

.ww_skin_toolbar_button_center {
    display: inline-block;
    width: 100%;
    height: 27px;
    /* border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC #ABB1B9 #CCCCCC #E9EBEE;*/
}

.ww_skin_toolbar_button_right {
    display: inline-block;
    /* border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC #ABB1B9 #CCCCCC #E9EBEE;*/
}

.ww_skin_toolbar_background_default {
    /* http://www.webdesignerwall.com/tutorials/cross-browser-css-gradient/ */
    /* background: #CED2DA;*/
    background: #6e2a8d;
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFE3EB', endColorstr='#BFC3CB');
    background: -webkit-gradient(linear, left top, left bottom, from(#DFE3EB), to(#BFC3CB));
    background: -moz-linear-gradient(top,  #DFE3EB,  #BFC3CB);*/
}

.ww_skin_toolbar_background_selected {
    /* http://www.webdesignerwall.com/tutorials/cross-browser-css-gradient/ */
    /*background: #5188D0;*/
    background: #4e186d;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#689CDE', endColorstr='#3B76C3');
    background: -webkit-gradient(linear, left top, left bottom, from(#689CDE), to(#3B76C3));
    background: -moz-linear-gradient(top,  #689CDE,  #3B76C3);*/

}

.ww_skin_toolbar_left_background {
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
}

.ww_skin_toolbar_right_background {
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
}

.ww_skin_search_form {
    display: inline-block;
}

.ww_skin_search_input {
    display: none;
    vertical-align: top;
    margin-top: 0px;
    margin-right: 16px;
}


/* TOC Entry */

.ww_skin_toc_container {
    background-color: #ffffff;
    border-style: solid;
    border-color: #ffffff;
    border-width: 0px 0px 0px 0px;
}

.ww_skin_toc_level {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.ww_skin_toc_level_1 > li > div {
    padding-left: 8px;
}

.ww_skin_toc_level_2 > li > div {
    padding-left: 28px;
}

.ww_skin_toc_level_3 > li > div {
    padding-left: 48px;
}

.ww_skin_toc_level_4 > li > div {
    padding-left: 68px;
}

.ww_skin_toc_level_5 > li > div {
    padding-left: 88px;
}

.ww_skin_toc_level_6 > li > div {
    padding-left: 108px;
}

.ww_skin_toc_level_7 > li > div {
    padding-left: 128px;
}

.ww_skin_toc_level_8 > li > div {
    padding-left: 148px;
}

.ww_skin_toc_level_9 > li > div {
    padding-left: 168px;
}

.ww_skin_toc_level_10 > li > div {
    padding-left: 188px;
}

.ww_skin_toc_level_11 > li > div {
    padding-left: 208px;
}

.ww_skin_toc_level_12 > li > div {
    padding-left: 228px;
}

.ww_skin_toc_level_13 > li > div {
    padding-left: 248px;
}

.ww_skin_toc_level_14 > li > div {
    padding-left: 268px;
}

.ww_skin_toc_level_15 > li > div {
    padding-left: 288px;
}

.ww_skin_toc_level_16 > li > div {
    padding-left: 308px;
}

.ww_skin_toc_entry {
    cursor: pointer;
    cursor: hand;
    border-style: solid;
    border-color: #ffffff;
    border-width: 0px 0px 0px 0px;
    color: #6e2a8d;
    font-family: Verdana, sans-serif;
    font-size: 8pt;
    padding-top: 2px;
    padding-bottom: 2px;
}

.ww_skin_toc_entry > a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
}

.ww_skin_toc_entry:hover {
    color: #4e186d;
    text-decoration: underline;

    /* http://www.webdesignerwall.com/tutorials/cross-browser-css-gradient/ */
    /* background: #4F86CF;*/
    background: #ffffff;
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96B6DD', endColorstr='#6A9DDF');
    background: -webkit-gradient(linear, left top, left bottom, from(#96B6DD), to(#6A9DDF));
    background: -moz-linear-gradient(top,  #96B6DD,  #6A9DDF);*/
}

.ww_skin_toc_entry_selected {
    color: #4e186d;

    /* http://www.webdesignerwall.com/tutorials/cross-browser-css-gradient/ */
    /* background: #4F86CF; */
    background: #ffffff;   
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6A9DDF', endColorstr='#3873C1');
    background: -webkit-gradient(linear, left top, left bottom, from(#6A9DDF), to(#3873C1));
    background: -moz-linear-gradient(top,  #6A9DDF,  #3873C1);*/
}

.ww_skin_toc_entry_selected:hover {
    color: #4e186d;
    text-decoration: underline;

    /* http://www.webdesignerwall.com/tutorials/cross-browser-css-gradient/ */
    /* background: #4F86CF;*/
    background: #ffffff;
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6A9DDF', endColorstr='#3873C1');
    background: -webkit-gradient(linear, left top, left bottom, from(#6A9DDF), to(#3873C1));
    background: -moz-linear-gradient(top,  #6A9DDF,  #3873C1);*/
}

.ww_skin_toc_folder {
}

.ww_skin_toc_folder > a {
    display: block;
    margin-left: 20px;
    text-indent: 0px;
}

.ww_skin_toc_dropdown {
    display: block;
    float: left;
    width: 16px;
    height: 12px;
    margin: 0px 4px 0px 0px;
}

.ww_skin_toc_dropdown_closed {
    background-position: -8px -896px;
}

.ww_skin_toc_entry_selected > .ww_skin_toc_dropdown_closed {
    background-position: -80px -896px;
}

.ww_skin_toc_entry:hover > .ww_skin_toc_dropdown_closed {
    background-position: -80px -896px;
}

.ww_skin_toc_dropdown_open {
    background-position: -8px -992px;
}

.ww_skin_toc_entry_selected > .ww_skin_toc_dropdown_open {
    background-position: -80px -992px;
}

.ww_skin_toc_entry:hover > .ww_skin_toc_dropdown_open {
    background-position: -80px -992px;
}

.ww_skin_toc_container_open {
    display: block;
}

.ww_skin_toc_container_closed {
    display: none;
}


/* Index Entry */

.ww_skin_index_title {
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    font-weight: bold;

}

.ww_skin_index_group {
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    font-weight: bold;
	
}

.ww_skin_index_entry {
    font-family: Verdana, sans-serif;
    font-size: 8pt;
}

.ww_skin_index_link {
    font-family: Verdana, sans-serif;
    font-size: 8pt;
}


#index dd
{
/* selector for the Index Letter */
margin-left: 10px;
}

#index dd dd
{
/* selector for the Index entry */
margin-left: 0px;
}

#index dd dd dd
{
/* selector for the Index sub-entry */
margin-left: 10px;
}


/* Page Dropdown */

.ww_skin_dropdown_arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
}

.ww_skin_page_dropdown_arrow_expanded {
    background-position: -8px -1280px;
}

.ww_skin_page_dropdown_arrow_expanded:hover {
    background-position: -80px -1280px;
}

.ww_skin_page_dropdown_arrow_collapsed {
    background-position: -8px -1184px;
}

.ww_skin_page_dropdown_arrow_collapsed:hover {
    background-position: -80px -1184px;
}

.ww_skin_page_dropdown_div_expanded {
    display: block;
}

.ww_skin_page_dropdown_div_collapsed {
    display: none;
}


/* Panel */

.ww_skin_panel_frame {
    display: none;
    padding: 0px;
    background-color: #ffffff;
}

.ww_skin_panel_frame_side {
    float: left;
    padding: 0px 2px 0px 0px;
}

.ww_skin_panel_content {
    background-color: transparent;
}


/* Lightbox */

.ww_skin_lightbox_background {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 100;
    background-color: #303030;
    opacity: .70;
    filter: alpha(opacity = 70);
}

.ww_skin_lightbox_frame {
    clear: both;
    position: fixed;
    top: 0px;
    left: 0px;
    visibility: hidden;
    z-index: 101;
    overflow: visible;
    background-color: #000000;
    margin: 0px;
    padding: 4px;
}

.ww_skin_lightbox_close_container {
    float: left;
    background-color: transparent;
}

.ww_skin_lightbox_close {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
    background-position: -8px -1088px;
}

.ww_skin_lightbox_close:hover {
    background-position: -80px -1088px;
}

.ww_skin_lightbox_content {
    float: right;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
}


/* Page */

.ww_skin_page_body {
    margin: 0px 0px 1px 0px;
    word-wrap: break-word;
}

.ww_skin_page_overflow {
    overflow: auto;
}

.ww_skin_breadcrumbs {
    /* Depends upon .ww_skin_page_body and toolbar button borders */
    margin: -2px -8px -8px -22px;

    font-family: Verdana, sans-serif;
    font-size: 8pt;
    color: black;
    padding: 4px 4px 4px 12px;

    /* http://www.webdesignerwall.com/tutorials/cross-browser-css-gradient/ */
    /* background: #646473;*/
    background: #ffffff
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#848490', endColorstr='#505061');
    background: -webkit-gradient(linear, left top, left bottom, from(#848490), to(#505061));
    background: -moz-linear-gradient(top,  #848490,  #505061);*/
}

.ww_skin_breadcrumbs > a:link {
    font-family: inherit;
    font-size: inherit;
    color: #1b4da0;
    text-decoration: none;
}

.ww_skin_breadcrumbs > a:link:hover {
    font-family: inherit;
    font-size: inherit;
    color: #1b4da0;
    text-decoration: none;
}

.ww_skin_breadcrumbs > a:link:active {
    font-family: inherit;
    font-size: inherit;
    color: #0000CC;
    text-decoration: none;
}

.ww_skin_breadcrumbs > a:link:visited {
    font-family: inherit;
    font-size: inherit;
    color: #9999CC;
    text-decoration: none;
}

.ww_skin_page_toolbar {
    text-align: right;
    line-height: 24px;
    padding: 4px 0px 4px 0px;
}

.ww_skin_page_toolbar_divider {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 6px;
    margin-right: 6px;
    background-color: #D4D4D4;
}

.ww_skin_page_globalization {
    display: none;
}


/* Disqus */

div#disqus_thread {
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    background-color: #EBEBEB;
    margin: 10px;
    padding: 10px;
    text-align: center;
}
