/* CVS $Id: sixgroup.css,v 1.41 2012/01/16 13:13:17 hus Exp $ */


/* ************************************************* */
/* *********** DOJO SPECIFIC STYLES **************** */

.dj_ie .dijitInlineTable {
  position: static; /* BUG FIX IE?? (ok with FF dojo bugfix #5034) */
}

/* dojo INPUTFIELD / should use mpulse_theme otherwise it is overwritten by dijit.css*/
.dijitInputField {
  height: 16px;
  border-top: 1px solid #818181;
  border-left: 1px solid #818181;
  border-right: 1px solid #C2C2C2;
  border-bottom: 1px solid #C2C2C2;
  padding: 1px 2px 1px 2px;
  margin: 1px 8px 1px 1px;
  font-size: 10px;
  font-family: Arial;
  font-weight: bold;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dj_ie .dijitInputField {
  margin-top: 0px;
  margin-bottom: 0px;
}
.dijitInputField input.rightAlignedDijitInputField {
  text-align: right;
}
/* /dojo INPUTFIELD */

/* dojo TEXTAREA */
.mpulse_theme .dijitTextArea {
  border-top: 1px solid #818181;
  border-left: 1px solid #818181;
  border-right: 1px solid #C2C2C2;
  border-bottom: 1px solid #C2C2C2;
  padding: 1px 2px 1px 2px;
  margin: 1px 8px 1px 1px;
  font-size: 10px;
  font-family: Arial;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
}

textarea.mpulse_theme {
  border-top: 1px solid #818181;
  border-left: 1px solid #818181;
  border-right: 1px solid #C2C2C2;
  border-bottom: 1px solid #C2C2C2;
  padding: 1px 1px 1px 2px;
  margin: 1px 1px 1px 1px;
  font-size: 10px;
  font-family: Arial;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  overflow: auto;
}
/* /dojo TEXTAREA */


/* dojo DROP DOWN MENU */
.mpulse_theme.dijitComboBox,
.mpulse_theme .dijitComboBox,
.mpulse_theme.dijitTextBox,
.mpulse_theme .dijitTextBox {
  line-height: inherit;
  margin: 1px 1px 1px 1px; /* a margin on the right can be put in manually */
  border-top: 1px solid #818181;
  border-bottom: 1px solid #C2C2C2;
  border-left: 1px solid #818181;
  border-right: 1px solid #C2C2C2;
  padding: 0px;
  background: #FFFFFF url("/resources/images/dojo/validationInputBg.gif") repeat-x scroll center top;
  background-image: url("/resources/images/dojo/validationInputBg.gif");
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mpulse_theme.dijitComboBox .dijitStretch,
.mpulse_theme .dijitComboBox .dijitStretch {
  white-space: inherit; /* fix for safari on bond explorer */
}
.mpulse_theme.dijitComboBox .dijitInputField,
.mpulse_theme .dijitComboBox .dijitInputField,
.mpulse_theme.dijitTextBox .dijitInputField,
.mpulse_theme .dijitTextBox .dijitInputField {
  height: 14px;
}

.mpulse_theme.dijitComboBox input,
.mpulse_theme .dijitComboBox input,
.mpulse_theme.dijitTextBox input,
.mpulse_theme .dijitTextBox input,
input.mpulse_theme.dijitTextBox,
.mpulse_theme input.dijitTextBox {
  font-size: 10px;
  font-family: Arial;
  font-weight: normal;
  height: 14px;
  padding: 0px 2px;
  border-top: 1px solid #818181;
  border-bottom: 1px solid #C2C2C2;
  border-left: 1px solid #818181;
  border-right: 1px solid #C2C2C2;
}

.dj_ie td.sb-bottom input.mpulse_theme.dijitTextBox,
.dj_ie td.sb-middle input.mpulse_theme.dijitTextBox {
  font-size: 10px;
  background-repeat: repeat;
}

input.mpulse_theme.dijitTextBox,
.mpulse_theme input.dijitTextBox {
  height: 16px;
}

.mpulse_theme.dijitComboBox .dijitDownArrowButtonChar,
.mpulse_theme .dijitComboBox .dijitDownArrowButtonChar {
  display: none;
}
.mpulse_theme.dijitComboBox .dijitButtonNode,
.mpulse_theme .dijitComboBox .dijitButtonNode {
  border: 0px; /* overwrite basic button styles */
  padding: 0px;
}

.mpulse_theme.dijitComboBox .dijitArrowButtonInner,
.mpulse_theme .dijitComboBox .dijitArrowButtonInner {
  width: 14px;
  height: 14px;
  background: url("/resources/images/dojo/double_arrow.gif") no-repeat center center;
  background-image: url("/resources/images/dojo/double_arrow.gif");
}
.dijitTextBox.mpulse_autocomplete .dijitInputField {
  background: transparent url(/resources/images/dojo/autocomplete_zoom.gif) no-repeat scroll 2px center;
}
.dijitTextBox.mpulse_autocomplete .dijitInputField input {
  padding-left: 16px;
}

.dijitReset.select_with_icon .dijitInputField {
  background: ;
  /* background: transparent url(/resources/images/icons/chf.gif) no-repeat scroll 2px center; */
}
.dijitReset.select_with_icon .dijitInputField input {
  padding-left: 20px;
  padding-top: 1px;
}
/* Since the popup is made from the body tag... we have no specific class! */
.dijitPopup .dijitMenu {
  border: 1px solid #FFFFFF;
  border-top: 0px;
  padding: 0px;
  margin: 0px;
}

.dijitPopup .dijitMenu .dijitMenuItem .dijitMenuItemLabel,
.dijitPopup .dijitMenu .dijitMenuItemHover .dijitMenuItemLabel {
  padding-right: 5px;
}
.dijitPopup .dijitMenu .dijitMenuItem .dijitMenuItemLabel,
.dijitPopup .dijitMenu .dijitMenuItemHover .dijitMenuItemLabel,
.dijitPopup .dijitMenu .dijitMenuItem,
.dijitPopup .dijitMenu .dijitMenuItemHover {
  border: 0px;
  border-top: 1px solid #FFFFFF;
  background-color: #DDDDDD;
  color: #303030;
  font-size: 10px;
  font-family: Arial;
  font-weight: bold;
  line-height: 12px;
  -moz-outline: 0;
}

.dijitPopup .dijitMenu .dijitMenuItemHover .dijitMenuItemLabel,
.dijitPopup .dijitMenu .dijitMenuItemHover {
  background-color: #818181;
  color: #FFFFFF;
}

.dijitMenu .dijitMenuItemLabel {
  position: inherit;
}
.dijitMenu li.dijitMenuItem { /* dojo 1.1 brings up points now in IE HtmlCombobox */
  list-style: none;
}
/* /dojo DROP DOWN MENU */

/* dojo BUTTON */
.dj_ie .mpulse_theme.dijitLeft.dijitButton,
.dj_ie .mpulse_theme .dijitLeft.dijitButton,
.mpulse_theme.dijitLeft.dijitButton,
.mpulse_theme .dijitLeft.dijitButton {
  background: transparent url(/resources/images/dojo/button_left.gif) no-repeat scroll left center;
  background-image: url("/resources/images/dojo/button_left.gif");
  height: 16px;
  margin: 1px;
  border: 0px;
  padding: 0px;
  padding-left: 7px;
  background-color: transparent;
}

.dj_ie .mpulse_theme.dijitButton .dijitStretch,
.dj_ie .mpulse_theme .dijitButton .dijitStretch,
.mpulse_theme.dijitButton .dijitStretch,
.mpulse_theme .dijitButton .dijitStretch {
  background: transparent url(/resources/images/dojo/button_middle_right.gif) no-repeat scroll right center;
  background-image: url("/resources/images/dojo/button_middle_right.gif");
  margin: 0px;
  border: 0px;
  padding: 0px;
  padding-right: 7px;
}

/* Bugfix button for several browsers */
.dj_ie .mpulse_theme.dijitButton .dijitStretch,
.dj_ie .mpulse_theme .dijitButton .dijitStretch {
  padding-left: 3px;
  padding-right: 10px;
  vertical-align:top;
}

.dj_safari .mpulse_theme.dijitButton .dijitStretch,
.dj_safari .mpulse_theme .dijitButton .dijitStretch {
  padding-top: 2px;
  padding-left: 3px;
  padding-right: 10px;
}

.dj_opera .mpulse_theme.dijitButton .dijitStretch,
.dj_opera .mpulse_theme .dijitButton .dijitStretch {
  padding-top: 1px;
  padding-left: 3px;
  padding-right: 10px;
}
/* Bugfix end */

.mpulse_theme.dijitButton .dijitInline,
.mpulse_theme .dijitButton .dijitInline {
  margin: 0px;
  border: 0px;
  padding: 0px;
  height: 14px;
}
.mpulse_theme.dijitButton .dijitbuttonText,
.mpulse_theme .dijitButton .dijitbuttonText {
  margin: 0px;
  border: 0px;
  padding: 0px;
  height: 14px;
  font-size: 10px;
  font-family: Arial;
  font-weight: normal;
  color: #303030;
}

.dj_ie .mpulse_theme.dijitLeft.dijitButtonHover,
.dj_ie .mpulse_theme .dijitLeft.dijitButtonHover,
.dj_ie .mpulse_theme.dijitLeft.dijitButtonActive,
.dj_ie .mpulse_theme .dijitLeft.dijitButtonActive,
.mpulse_theme.dijitLeft.dijitButtonHover,
.mpulse_theme .dijitLeft.dijitButtonHover,
.mpulse_theme.dijitLeft.dijitButtonActive,
.mpulse_theme .dijitLeft.dijitButtonActive {
  background-image: url("/resources/images/dojo/button_left_hover.gif");
}

.dj_ie .mpulse_theme.dijitButtonHover .dijitStretch,
.dj_ie .mpulse_theme .dijitButtonHover .dijitStretch,
.dj_ie .mpulse_theme.dijitButtonActive .dijitStretch,
.dj_ie .mpulse_theme .dijitButtonActive .dijitStretch,
.mpulse_theme.dijitButtonHover .dijitStretch,
.mpulse_theme .dijitButtonHover .dijitStretch,
.mpulse_theme.dijitButtonActive .dijitStretch,
.mpulse_theme .dijitButtonActive .dijitStretch {
  background-image: url("/resources/images/dojo/button_middle_right_hover.gif");
  color: black;
}
/* /dojo BUTTON */

/* dojo TABS */
.mpulse_theme.dijitTabContainer .dijitTabLabels-top {
  background-image: url("/resources/images/dojo/tab_end.gif");
}
.mpulse_theme.dijitTabContainer .dijitTabNoLayout {
  height: 20px; /* so we see the bar */
  position: relative;
}
/* this is for nolayout and ONLY ImageTabContainer */
.mpulse_theme.dijitTabContainer.ImageTabNoLayout .dijitTabPaneWrapper,
.mpulse_theme.dijitTabContainer.ImageTabNoLayout .dijitTabPane {
  overflow: inherit;
  position: relative;
}

.mpulse_theme .dijitLeft.dijitTab {
  background-image: url("/resources/images/dojo/tab_left.gif");
  padding: 0px;
  border: 0px;
  margin: 0px;
  margin-right: 0px;
  padding-left: 1px;
}

.mpulse_theme .dijitTab .dijitStretch {
  height: 20px;
  background-image: url("/resources/images/dojo/tab_middle.gif");
  font-size: 11px;
  font-family: Arial;
  font-weight: normal;
  color: #4D4F53;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 3px;
}
.dj_ie .mpulse_theme .dijitTab .dijitStretch {
  display: inline;
}
.mpulse_theme .dijitTab .dijitRight {
  background-image: url("/resources/images/dojo/tab_right.gif");
  padding-right: 1px;
  height: 20px;
}
.dj_ie .mpulse_theme .dijitTab .dijitRight {
  /* padding-right: 0px; */
}

.mpulse_theme .dijitLeft.dijitTabChecked,
.mpulse_theme .dijitLeft.swxFirstTab.dijitTab.dijitTabChecked  {
  background: #FFFFFF url("/resources/images/dojo/tab_left_checked.gif") no-repeat scroll left top;
}

.mpulse_theme .dijitTabHover .dijitStretch {
  background-image: url("/resources/images/dojo/tab_middle_checked.gif");
  color: #D52B1E;
  text-decoration: none;
}

.mpulse_theme .dijitTabChecked .dijitStretch {
  background-image: url("/resources/images/dojo/tab_middle_checked.gif");
  color: #D52B1E;
  text-decoration: inherit;
}

.mpulse_theme .dijitTabChecked .dijitRight {
  background-image: url("/resources/images/dojo/tab_right_checked.gif");
}

.mpulse_theme .dijitTabHover {
  /* z-index: 1000; */
  /* background-image: url("/resources/images/dojo/tab_left_checked.gif"); */
}

.mpulse_theme .dijitTabHover .dijitRight {
  /* background-image: url("/resources/images/dojo/tab_right_checked.gif"); */
}

form {
  padding: 0px;
  margin: 0px;
}

.mpulse_theme.dijitTabContainer .dijitTabPane form {
  background: #EEEEEE;
  width: 100%;
}

.mpulse_theme.dijitTabContainer .dijitTabPane form table.form-grid {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

/* /dojo TABS */

/* dojo configmenu popup */
.dijitPopup .dijitMenu.dijitMenuTable.mpulse_config_menu {
  border: 1px solid #C2C2C2;
  border-top: 0px;
  padding: 0px;
  margin: 0px;
  border-spacing: 0px;
  border-collapse: inherit;
}

.dijitPopup .dijitMenu.dijitReset.mpulse_config_menu .dijitMenuItem td.dijitMenuItemLabel,
.dijitPopup .dijitMenu.dijitReset.mpulse_config_menu .dijitMenuItem td,
.dijitPopup .dijitMenu.dijitReset.mpulse_config_menu .swxMenuSeparator td.dijitMenuItemLabel,
.dijitPopup .dijitMenu.dijitReset.mpulse_config_menu .swxMenuSeparator td {
  position: inherit;
  border-top: 1px solid #C2C2C2;
  background-color: #FFFFFF;
  color: #575757;
  font-size: 10px;
  font-family: Arial;
  font-weight: bold;
}
.dijitPopup .dijitMenu.dijitReset.mpulse_config_menu .swxMenuSeparator td.dijitMenuItemLabel,
.dijitPopup .dijitMenu.dijitReset.mpulse_config_menu .swxMenuSeparator td {
  background-color: #C2C2C2;
}

.dijitPopup .dijitMenu.dijitReset.mpulse_config_menu .dijitCheckBoxIcon {
  background-image: url('/javascript/dojo-1.1.2/release/dojo/dijit/themes/tundra/images/checkmarkNoBorder.gif');
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background-position: -16px 0px; /* unchecked */
}

.dijitPopup .dijitMenu.dijitReset.mpulse_config_menu .menuItemCheckBoxChecked .dijitCheckBoxIcon {
  background-position: 0px 0px; /* checked */
}

/* Drop down menu for extended search (copies sb-link class, a bit) */
.dijitDropDownButton.extended_search .dijitStretch {
  font-family: arial;
  font-weight: bold;
  font-size: 10px;
  color: #303030;
  background-color: #eeeeee;
  cursor: pointer;
  border: 0px;
}
/* /dojo configmenu popup */

/* dojo configmenu button (for column configuration) */
.dijitDropDownButton.mpulse_config_btn {
  background-image: url("/resources/images/dojo/config_button_left.gif");
  height: 17px;
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  background-repeat: no-repeat;
  cursor: pointer;
  float: right;
}

.dj_ie .dijitDropDownButton.mpulse_config_btn {
  margin: 0px;
}

.dijitDropDownButton.mpulse_config_btn .dijitStretch {
  height: 17px;
  width: 130px;
  border: 0px;
  background-image: url("/resources/images/dojo/config_button_middle.gif");
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  font-family: Arial;
  font-weight: normal;
  color: #333333;
  text-align: left;
  vertical-align: inherit;
}

.dijitDropDownButton.mpulse_config_btn .dijitRight {
  background-image: url("/resources/images/dojo/config_button_right.gif");
  height: 17px;
  margin-left: 17px;
  padding-right: 17px;
  cursor: pointer;
}


.dijitDropDownButton.mpulse_config_btn .dijitStretch .dijitA11yDownArrow {
  display: none;
}

.dijitMenuItemIcon.mpulse_config_btn_iconSave {
  background-image: url("/resources/images/dojo/save.gif");
  background-repeat: no-repeat;
  background-position: 2px 2px;
  height: 16px;
  width: 16px;
}
/* /dojo configmenu button (for column configuration) */

/* tooltips */
.dijitTooltip .dijitTooltipContainer,
.dijitTooltip .dijitTooltipContainer .invalidInputTooltip,
.dijitTooltip .dijitTooltipContainer .chartEventTooltip {
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #b6c7d5;
  border-right-color: #b6c7d5;
  border-bottom-color: #b6c7d5;
  border-left-color: #b6c7d5;
  padding-top: 0.45em;
  padding-right: 0.45em;
  padding-bottom: 0.45em;
  padding-left: 0.45em;
  font-size: 11px;
  font-family: Arial;
}

.dijitTooltip .dijitTooltipRight {
  /* if tooltip connector is defined this shuold be set */
  /* padding-left: 13px; */
}

.dijitTooltip .dijitTooltipConnector {
  /*
   * uncomment and modify is tooltip connector is needed
   * background-color: black;
   * width: 16px;
   * height: 14px;
   * bottom: 7px;
   * left: 0px;
   */
}

/* swx form action */
.mpulse_theme.swxFormAction {
  font-family: arial;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #3366CC;
  cursor: pointer;
  display: inline;
}

.mpulse_theme.swxFormAction.dijitHover .label {
  text-decoration: underline;
}

/* dojo TitlePane */
.mpulse_theme.dijitTitlePane .dijitTitlePaneTitle {
  border: 1px solid #999999;
  padding: 2px;
  cursor: pointer;
  height: 16px;
}

.mpulse_theme.dijitTitlePane .dijitTitlePaneTextNode {
  padding-left: 1px; /* for evil W */
}

.mpulse_theme.dijitTitlePane .dijitTitlePaneTitle,
.mpulse_theme.dijitTitlePane .dijitTitlePaneTextNode,
.mpulse_theme.dijitTitlePane.gray .dijitTitlePaneTitle,
.mpulse_theme.dijitTitlePane.gray .dijitTitlePaneTextNode {
  color: #FFFFFF;
  background-color: #999999;
}

.mpulse_theme.dijitTitlePane.white .dijitTitlePaneTitle,
.mpulse_theme.dijitTitlePane.white .dijitTitlePaneTextNode {
  color: #303030;
  background-color: #DDDDDD;
}


.mpulse_theme.dijitTitlePane.news_theme_result .dijitTitlePaneTitle,
.mpulse_theme.dijitTitlePane.news_theme_result .dijitTitlePaneTextNode {
  color: #000000;
  background-color: #EEEEEE;
}


#newsBodyDiv p {
  font-size: 12px;
}

.mpulse_theme.dijitTitlePane .dijitArrowNode {
  float: left;
  width: 16px;
  height: 16px;
}

.dijitLinkNode, .dijitLinkNode:link, .dijitLinkNode:visited, .dijitLinkNode:hover, .dijitLinkNode:active {
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #3366CC;
}

.mpulse_theme.dijitTitlePane .dijitClosed .dijitArrowNode {
  background: url('/resources/images/dojo/nav_arrow_right.gif') no-repeat 4px 5px;
}
.dj_ie .mpulse_theme.dijitTitlePane .dijitClosed .dijitArrowNode {
  background-image: url('/resources/images/dojo/nav_arrow_right.gif');
}
.mpulse_theme.dijitTitlePane .dijitOpen .dijitArrowNode {
  background: url('/resources/images/dojo/nav_arrow_down.gif') no-repeat 4px 5px;
}
.dj_ie .mpulse_theme.dijitTitlePane .dijitOpen .dijitArrowNode {
  background-image: url('/resources/images/dojo/nav_arrow_down.gif');
}
.mpulse_theme.dijitTitlePane .dijitArrowNodeInner {
  visibility: hidden;
}
.mpulse_theme .dijitTitlePaneTitle .dijitOpenCloseArrowOuter {
  margin-right: 5px;
}
.mpulse_theme .dijitOpen .dijitTitlePaneTitle .dijitOpenCloseArrowOuter {
  position: relative;
  top: 2px;
}

.mpulse_theme .dijitTitlePaneContentOuter,
.mpulse_theme.gray .dijitTitlePaneContentOuter {
  background: #F2F2F2;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.dj_ie .mpulse_theme.white .dijitTitlePaneContentOuter,
.mpulse_theme.white .dijitTitlePaneContentOuter {
  background: #FFFFFF;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.dj_ie .mpulse_theme.yield_tool_theme .dijitTitlePaneContentOuter,
.mpulse_theme.yield_tool_theme .dijitTitlePaneContentOuter {
  background: white;
  border-left: 0px solid #999999;
  border-right: 0px solid #999999;
  border-bottom: 0px solid #999999;
}

.dj_ie .mpulse_theme.yield_tool_theme td,
.mpulse_theme.yield_tool_theme td {
  padding-left: 1px;
}

.mpulse_theme .dijitTitlePaneContentInner {
  padding: 5px;
}
.mpulse_theme.dijitTitlePane.whiteInnerTitlePaneNoPadding .dijitTitlePaneContentInner {
  padding: 0px;
}

.mpulse_theme.news_theme .dijitTitlePaneContentInner,
.mpulse_theme.news_theme_result .dijitTitlePaneContentInner,
.mpulse_theme.yield_tool_theme .dijitTitlePaneContentInner
{
  padding: 1px;
}
/* force hasLayout to ensure borders etc, show up */
.dj_ie .mpulse_theme .dijitTitlePaneContentOuter,
.dj_ie .mpulse_theme.dijitTitlePane .dijitTitlePaneTitle,
.dj_ie .mpulse_theme .dijitTitlePaneContentInner {
  zoom: 1;
}
/* /dojo TitlePane */

/* dojo CollapsibleRow */

tr.dijitCollapsibleGridWidgetTitle td {
  border-bottom: 6px solid #808080;
}

/* Header line */
.dijitTitlePane .dijitCollapsibleRowTitle {
  border: 1px solid #CCCCCC;
  border-top: 1px solid #FFFFFF;
  background-color: #EEEEEE;
  padding: 2px;
  cursor: pointer;
  height: 14px;
}

/* Header text */
.dijitTitlePane .dijitCollapsibleRowTextNode {
  padding-left: 1px;
  background-color: #EEEEEE;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
}

/* Header text color when pane opened */
.dijitTitlePane .dijitOpen .dijitCollapsibleRowTextNode {
  color: #222222;
}

/* Header text color when pane closed */
.dijitTitlePane .dijitClosed .dijitCollapsibleRowTextNode {
  color: #777777;
}

/* Header links */
 .dijitCollapsibleRowHeaderLinks td {
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
}

 .dijitCollapsibleRowHeaderLinks td.first {
}

 .dijitCollapsibleRowHeaderLinks td.notFirst {
  border-left: 1px solid #FFFFFF;
}

/* Content pane */
.dijitTitlePane .dijitCollapsibleRowContentOuter {
  background: #FFFFFF;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.dijitTitlePane .dijitCollapsibleRowContentInner {
  padding: 5px;
}

/* Header arrow */
.dijitTitlePane .dijitArrowNode {
  float: left;
  width: 16px;
  height: 16px;
}

.dijitTitlePane .dijitClosed .dijitArrowNode {
  background: url('/resources/images/dojo/nav_arrow_right.gif') no-repeat 4px 4px;
}
.dj_ie .dijitTitlePane .dijitClosed .dijitArrowNode {
  background-image: url('/resources/images/dojo/nav_arrow_right.gif');
}
.dijitTitlePane .dijitOpen .dijitArrowNode {
  background: url('/resources/images/dojo/nav_arrow_down.gif') no-repeat 4px 3px;
}
.dj_ie .dijitTitlePane .dijitOpen .dijitArrowNode {
  background-image: url('/resources/images/dojo/nav_arrow_down.gif');
}
.dijitTitlePane .dijitArrowNodeInner {
  visibility: hidden;
}
.dijitTitlePane .dijitCollapsibleRowTitle .dijitOpenCloseArrowOuter {
  margin-right: 5px;
}

.dijitTitlePane .dijitOpen .dijitCollapsibleRowTitle .dijitOpenCloseArrowOuter {
  position: relative;
  top: 2px;
}
/* /dojo CollapsibleRow */


/* CheckBox */
.mpulse_theme .dijitCheckBox {
  background-image: url('/resources/images/dojo/checkmark.gif'); /* checkbox sprite image */
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.mpulse_theme .dijitCheckBoxInput {
  width: 12px;
}

.mpulse_theme .dijitCheckBox {
  /* unchecked */
  background-position: -12px 0px;
}

.mpulse_theme .dijitCheckBoxChecked {
  /* checked */
  background-position: 0px 0px;
}

.mpulse_theme .dijitCheckBoxDisabled {
  /* disabled */
  background-position: -36px 0px;
}

.mpulse_theme .dijitCheckBoxCheckedDisabled {
  /* disabled but checked */
  background-position: -24px 0px;
}

.mpulse_theme .dijitCheckBoxHover,
.mpulse_theme .dijitCheckBoxFocused {
  /* hovering over an unchecked enabled checkbox */
  background-position: -60px 0px;
}

.mpulse_theme .dijitCheckBoxCheckedHover,
.mpulse_theme .dijitCheckBoxCheckedFocused {
  /* hovering over a checked enabled checkbox */
  background-position: -48px 0px;
}

/* RadioButton */
.mpulse_theme .dijitRadio {
  background-image: url('/resources/images/dojo/checkmark.gif'); /* checkbox sprite image */
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  overflow: hidden;
  margin: 3px;
  padding: 0;
}

.mpulse_theme .dijitRadio {
  /* unchecked */
  background-position: -84px 0px;
}

.mpulse_theme .dijitRadioChecked {
  /* checked */
  background-position: -72px 0px;
}

.mpulse_theme .dijitRadioHover
{
  /* hovering over a checked enabled radio button */
  background-position: -108px 0px;
}

.mpulse_theme .dijitRadioCheckedHover
{
  /* hovering over a checked enabled radio button */
  background-position: -96px 0px;
}


/* Dialog with title bar */
.mpulse_theme.dijitDialog {
  padding: 0px;
  margin: 0px;
  border: 1px solid #C0C0C0;
  background-color: white;
}

.mpulse_theme.dijitDialog .dijitDialogTitleBar {
  color: #FFFFFF;
  background-color: #999999;
  cursor: move;
  outline-color: invert;
  outline-style: none;
  outline-width: 0pt;
  padding: 3px 6px 3px 5px;
}

.mpulse_theme.dijitDialog .dijitDialogTitle {
  /* font-weight: bold; */
  font-size: 11px;
  outline-color: invert;
  outline-style: none;
  outline-width: 0pt;
  padding: 4px 4px;
}

.mpulse_theme.dijitDialog .dijitDialogCloseIcon {
  background: transparent url('/resources/images/dojo/cancel.png') no-repeat scroll right top;
  cursor: pointer;
  float: right;
  height: 15px;
  position: absolute;
  right: 1px;
  top: 2px;
  vertical-align: middle;
  width: 15px;
}

.mpulse_theme.dijitDialog .dijitDialogPaneContent {
  padding: 10px 3px 5px 5px;
}

#newsDialog.mpulse_theme.dijitDialog .dijitDialogPaneContent {
  padding: 0px;
}

.dijitDialogUnderlayWrapper .dijitDialogUnderlay {
  background: #333;
  opacity: 0.6;
}

/* More choices / previous choices dropdown labels */
.dijitPopup .dijitMenu .dijitMenuNextButton,
.dijitPopup .dijitMenu .dijitMenuPreviousButton {
  color: #002C5F;
}
.dijitPopup .dijitMenu .dijitMenuNextButton.dijitMenuItemHover,
.dijitPopup .dijitMenu .dijitMenuPreviousButton.dijitMenuItemHover {
  color: #FFFFFF;
}

/* ******** END OF DOJO SPECIFIC STYLES ************ */
/* ************************************************* */


/* Styles for layout. */

.dotted {
  background: url(/resources/images/layout/background_dotted.gif) repeat;
  background-repeat: repeat-x;
  padding-top: 2px;
}

table.layout {
  height: 100%;
  width: 100%;
}


/* Nav level 2. */

img.nav-level2, img.nav-level2-active {
  width: 3px;
  height: 7px;
  margin-left: 0;
  margin-right: 5px;
}

td.nav-level2 {
  width: 100%;
  background-color: #e2e3e5;
  height: 18px;
  border-bottom: 1px solid #ffffff;
}

td.nav-level2-active {
  width: 100%;
  background-color: #a6a8a9;
  height: 18px;
  border-bottom: 1px solid #ffffff;
}

a.nav-level2:link,
a.nav-level2:visited {
  text-decoration: none;
  width: 100%;
  line-height: 17px;
  color: #868789;
}

a.nav-level2:hover,
a.nav-level2:active,
a.nav-level2-active:link,
a.nav-level2-active:visited,
a.nav-level2-active:hover,
a.nav-level2-active:active {
  text-decoration: none;
  line-height: 17px;
  width: 100%;
  color: #ffffff;
}


/* Nav level 3. */

img.nav-level3 {
  width: 3px;
  height: 7px;
  margin-left: 0;
  margin-right: 9px;
}

img.nav-level3-active {
  width: 3px;
  height: 7px;
  margin-left: 0;
  margin-right: 9px;
  background: url(/resources/images/layout/arrow_nav_main.gif) no-repeat;
}

td.nav-level3 {
  height: 18px;
  background: url(/resources/images/layout/background_nav_dotted.gif) repeat;
  background-repeat: repeat-x;
}

td.nav-level3-active {
  height: 18px;
  background: url(/resources/images/layout/background_nav_dotted.gif) repeat;
  background-repeat: repeat-x;
}

a.nav-level3:link,
a.nav-level3:visited {
  text-decoration: none;
  line-height: 18px;
  width: 100%;
  color: #9c9d9f;
}

a.nav-level3:hover,
a.nav-level3:active,
a.nav-level3-active:link,
a.nav-level3-active:visited,
a.nav-level3-active:hover,
a.nav-level3-active:active {
  text-decoration: none;
  line-height: 18px;
  width: 100%;
  color: #3c3c3e;
}


/* Nav level 4. */

img.nav-level4 {
  width: 3px;
  height: 7px;
  margin-left: 12px;
  margin-right: 9px;
}

img.nav-level4-active {
  width: 3px;
  height: 7px;
  margin-left: 12px;
  margin-right: 9px;
  background: url(/resources/images/layout/arrow_nav_main.gif) no-repeat;
}

td.nav-level4 {
  height: 18px;
  background: url(/resources/images/layout/background_nav_dotted.gif) repeat;
  background-repeat: repeat-x;
}

td.nav-level4-active {
  height: 18px;
  background: url(/resources/images/layout/background_nav_dotted.gif) repeat;
  background-repeat: repeat-x;
}

a.nav-level4:link,
a.nav-level4:visited {
  text-decoration: none;
  line-height: 18px;
  width: 100%;
  color: #9c9d9f;
}

a.nav-level4:hover,
a.nav-level4:active,
a.nav-level4-active:link,
a.nav-level4-active:visited,
a.nav-level4-active:hover,
a.nav-level4-active:active {
  text-decoration: none;
  line-height: 18px;
  width: 100%;
  color: #3c3c3e;
}


/* Auxiliary navigation (only nav level 2). */

a.auxnav:link,
a.auxnav:visited {
  font-family: Arial;
  font-size: 11px;
  text-decoration: underline;
  line-height: 14px;
  color: #46676f;
}

a.auxnav:hover,
a.auxnav:active,
a.auxnav-active:link,
a.auxnav-active:visited,
a.auxnav-active:hover,
a.auxnav-active:active {
  font-family: Arial;
  font-size: 11px;
  text-decoration: underline;
  line-height: 14px;
  color: #4a8594;
}

/* Side-stepping IE6 bug. FIXME: still needed? */
div.nav-active {
  color: #ffffff;
  text-decoration: none;
}


/* Standard tables */

tr.row-head td a:link,
tr.row-head td a:visited,
tr.row-head td a:hover,
tr.row-head td a:active {
  color: #ffffff;
}

tr.row-head2 td a:link,
tr.row-head2 td a:visited,
tr.row-head2 td a:hover,
tr.row-head2 td a:active {
  color: #ffffff;
}

tr.row-head td, tr.row-head2 td{
  line-height: 15px;
  padding-bottom: 6px;
  padding-top: 6px;
  vertical-align: top;
  background-color: #d5d6d2;
  background: url(/resources/images/layout/table_grid_column_title_bg.gif);
  font-family: Arial;
  font-weight: 700;
  font-size: 12px;
  color: #4d4f53;
  padding-left: 6px;
  padding-right: 6px;
}

tr.row-head td.first, tr.row-head2 first {
  line-height: 15px;
  padding-bottom: 6px;
  padding-top: 6px;
  vertical-align: top;
  background: transpare not;
  background-color: #d5d6d2;
  font-family: Arial;
  font-weight: 700;
  font-size: 12px;
  color: #4d4f53;
  padding-left: 6px;
  padding-right: 6px;
}

tr.row-head2 td, tr.row-head2 first{
  border-top: 1px solid #ffffff;
}

tr.row-odd td,
tr.row-odd form td {
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left: 6px;
  padding-right: 6px;
  vertical-align: top;
  font-size: 12px;
  background-color: #f3f3f3;
  background: url(/resources/images/layout/table_grid_column_even_bg.gif);
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #d5d6d2;
}

tr.row-odd td.first,
tr.row-odd form td.first {
  font-size: 12px;
  background: transpare not;
  background-color: #f1f2f3;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #d5d6d2;
}

tr.row-even td,
tr.row-even form td {
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left: 6px;
  padding-right: 6px;
  vertical-align: top;
  font-size: 12px;
  border-bottom: 1px solid #d5d6d2;
}

tr.row-even td.first,
tr.row-even form td.first {
  font-size: 12px;
  border-bottom: 1px solid #d5d6d2;
}

table.table-list {
  border-top: 1px solid #d5d6d2;
}

tr.first-row-list, tr.row-list {
  vertical-align: top;
}

tr.row-list td.first, tr.first-row-list td.first {
  padding-bottom: 18px;
  padding-top: 9px;
  font-size: 12px;
  background-color: #f3f3f3;
  border-left: 1px solid #f1f2f3;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #d5d6d2;
  padding-left: 6px;
  padding-right: 6px;
}

tr.row-list td, tr.first-row-list td{
  padding-bottom: 18px;
  padding-top: 9px;
  font-size: 12px;
  background-color: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #d5d6d2;
  padding-left: 12px;
  padding-right: 12px;
}

/* Visible grid structure */

tr.grid, tr.grid-first {
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

tr.grid td {
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

tr.grid td.last {
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
}

tr.grid-first td {
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #999999;
}

tr.grid-first td.last {
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
}

tr.grid-rowhead {
  line-height: 18px;
  padding-bottom: 3px;
  padding-top: 2px;
}

tr.grid-rowhead td {
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
}

tr.grid-rowhead td.last {
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}

/* Page heading */
p.title, h1 {
    font-size: 20px; color: #000000;
    margin-bottom: 15px; margin-top: 0px;
    padding: 0px;
}
p.subtitle, h2 {
    font-size: 15px; color: #000000; border-top: 1px solid #E5E6E2;
    margin-top: 25px; margin-bottom:10px; padding-top:15px;
    padding-left: 1px; /* IE bugfix: otherwise words starting with 'W' get cropped 1px */
}
p.subtitle-first-child , h2.first-child {
    border-top:0px; margin-top:0px; margin-bottom:15px; padding-top:0px;
}
p.paratitle, h3 {
    font-size:12px; line-height:16px; color:#000000; font-weight:bold;
    margin-bottom: 9px; margin-top: 0px;
    padding-left: 1px; /* IE bugfix: otherwise words starting with 'W' get cropped 1px */
}
p.para {
    font-size: 12px; line-height: 16px; color: #000000;
    margin-bottom: 15px; margin-top: 0px;
    padding-left: 1px; /* IE bugfix: otherwise words starting with 'W' get cropped 1px */
}
p.lead {
    font-size: 12px; line-height: 16px; color: #000000; font-weight:bold;
    margin-bottom: 15px; margin-top: 0px;
    padding-left: 1px; /* IE bugfix: otherwise words starting with 'W' get cropped 1px */
}

p.fixme {
    font-size: 10px;
    color: #ff3333;
}

/* Disclaimer text. */
p.disclaim, div.disclaim {
    font-size: 10px;
    line-height: 12px;
}

/* Icons */
button.icon-print {
    background: url("/resources/images/icons/print.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}
button.icon-pdf {
    background: url("/resources/images/icons/pdf.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}
button.icon-doc {
    background: url("/resources/images/icons/doc.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}
button.icon-xls {
    background: url("/resources/images/icons/xls.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}
button.icon-csv {
    background: url("/resources/images/icons/csv.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}
button.icon-csv-processing {
    background: url("/resources/images/icons/csv_processing.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}
button.icon-txt {
    background: url("/resources/images/icons/txt.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}
button.icon-txt-alt {
    background: url("/resources/images/icons/txt_alt.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}
button.icon-details {
    background: url("/resources/images/icons/details.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}
button.icon-zip {
    background: url("/resources/images/icons/zip.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}
button.icon-rss {
    background: url("/resources/images/icons/rss.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}
button.icon-pdf-function {
    background: url("/resources/images/icons/pdf_function.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}
button.icon-info {
    background: url("/resources/images/icons/info.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}
button.icon-help {
    background: url("/resources/images/icons/help.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}

button.icon-settings {
    background: url("/resources/images/icons/settings.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}
button.icon-flakes-add {
    background: url("/resources/images/icons/flakes_add.png") no-repeat center center;
    width:28px;
    height:14px;
    border:0px;
}
.new-feature, button.icon-new-feature {
    background: url("/resources/images/icons/new_feature.gif") no-repeat center center;
    width:42px;
    height:14px;
    border:0px;
}


button.icon-plus {
    background: url("/resources/images/icons/plus.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}
button.icon-plus-over {
    background: url("/resources/images/icons/plus_over.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}
button.icon-minus {
    background: url("/resources/images/icons/minus.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}
button.icon-minus-over {
    background: url("/resources/images/icons/minus_over.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}

button.icon-triangle-right {
    background: url("/resources/images/icons/triangle_right.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}
button.icon-triangle-right-over {
    background: url("/resources/images/icons/triangle_right_over.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}
button.icon-triangle-left {
    background: url("/resources/images/icons/triangle_left.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}
button.icon-triangle-left-over {
    background: url("/resources/images/icons/triangle_left_over.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}
button.icon-triangle-down {
    background: url("/resources/images/icons/triangle_down.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}
button.icon-triangle-down-over {
    background: url("/resources/images/icons/triangle_down_over.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}
button.icon-triangle-up {
    background: url("/resources/images/icons/triangle_up.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}
button.icon-triangle-up-over {
    background: url("/resources/images/icons/triangle_up_over.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}

button.icon-sort-asc {
    background: url("/resources/images/icons/sort_asc.png") no-repeat center center;
    width:17px;
    height:14px;
    border:0px;
}
button.icon-sort-asc-over {
    background: url("/resources/images/icons/sort_asc_over.png") no-repeat center center;
    width:17px;
    height:14px;
    border:0px;
}
button.icon-sort-dsc {
    background: url("/resources/images/icons/sort_dsc.png") no-repeat center center;
    width:17px;
    height:14px;
    border:0px;
}
button.icon-sort-dsc-over {
    background: url("/resources/images/icons/sort_dsc_over.png") no-repeat center center;
    width:17px;
    height:14px;
    border:0px;
}

button.icon-chunking-first {
    background: url("/resources/images/icons/chunking_first.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}
button.icon-chunking-previous {
    background: url("/resources/images/icons/chunking_previous.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}
button.icon-chunking-next {
    background: url("/resources/images/icons/chunking_next.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}
button.icon-chunking-last {
    background: url("/resources/images/icons/chunking_last.png") no-repeat center center;
    width:14px;
    height:14px;
    border:0px;
}
/* End Icons  */

/* Lists */

/* Lists on block level */
ul.list0, ol.list0 {
  list-style-position: outside;
  margin-left: 3em;
  margin-top: 10px;
  margin-bottom: 10px;
}

ul.list0 li, ol.list0 li {
  margin-top: 6px;
  font-size: 12px;
}

/* Lists embedded inside paragraph */
ul.list1, ol.list1 {
  list-style-position: outside;
  margin-left: 3em;
  margin-top: 8px;
  margin-bottom: 8px;
}

ul.list1 li, ol.list1 li {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 12px;
}

/* Lists nested as list items */
ul.list2, ol.list2 {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 10px;
  margin-bottom: 10px;
}

ul.list2 li, ol.list2 li {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 12px;
}

/* Paragraph nested as list item */
p.list {
  margin-top: 10px;
  margin-bottom: 10px;
}

td.glossary-term {
  font-size: 11px;
  font-weight: bold;
  padding-left: 1em;
}

td.glossary-definition {
  font-size: 11px;
  font-weight: normal;
}


/* Meta Navigation */
.meta-nav {
  color:#60564D; vertical-align:top; font-family: Arial; font-size:11px; text-decoration:none;
  padding-left:6px; padding-top:9px; padding-right:9px;
}
.meta-nav-border {
  vertical-align:top;
  background-image: url(/resources/images/layout/meta_navigation_border.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.meta-nav-activ { color:#262729; }
.meta-nav-inactiv { cursor:pointer; }
.meta-nav-inactiv-over { color:#262729; cursor:pointer; }
.meta-nav-button { color:#262729; cursor:pointer; }
.meta-nav-button-over {
  color:#FFFFFF; cursor:pointer;
  background-image: url(/resources/images/layout/meta_nav_bg_over.png);
}
.meta-nav-arrow {
  position:relative; top:6px; left:0px; width:5px; height:3px;
  background-image: url(/resources/images/layout/arrow_down_grey.png);
  background-repeat: no-repeat;
}
.meta-nav-arrow-over {
  background-image: url(/resources/images/layout/arrow_down_white.gif);
}
.meta-nav-dropdown {
  font-size:11px; border-top:1px solid #555555;
  padding-left:9px; padding-right:18px; padding-top:2px; padding-bottom:2px;
}
.meta-nav-dropdown-active {
  color:#747678; cursor:default;
}
.meta-nav-dropdown-inactive {
  color:#FFFFFF; cursor:pointer;
}

/* Global default fonts and colors */
body {
  background-color:#ffffff;
}
.footer {
  font-family:Arial; font-size:11px; color: #747678;
}
td.topnav_a {
  font-family:Arial; font-size:12px; color: #4D4F53; vertical-align:top;
  padding-left:12px; padding-right:12px; padding-top:6px;
}
a.topnav {
  font-family:Arial; font-size:12px; color:#4D4F53; text-decoration: none;
}
a.topnav_first {
  font-family:Arial; font-size:12px; color:#4D4F53; text-decoration: none;
}
td.topnav {
  background-image: url(/resources/images/layout/topnav_bg.gif);
  font-family:Arial; font-size:12px; color: #4D4F53; vertical-align:top;
  padding-left:12px; padding-right:12px; padding-top:6px;
}
td.topnav_first {
  background-image: url(/resources/images/layout/topnav_first_bg.gif);
  font-family:Arial; font-size:12px; color: #4D4F53; vertical-align:top;
  padding-left:12px; padding-right:12px; padding-top:6px;
}
td.topnav_first_a {
  font-family:Arial; font-size:12px; color: #4D4F53; vertical-align:top;
  padding-left:12px; padding-right:12px; padding-top:6px;
}
.meta {
  font-family:Arial; font-size:11px; color: #EEEDEA; vertical-align:top;
  padding-left:12px; padding-right:12px; padding-top:9px; padding-left:6px; padding-right:6px;
  border-right:#C7C2BA solid 1px;
}
.meta_a {
  background-color:#D6D3CD; font-family: Arial; font-size:11px; color: #FFFFFF; vertical-align:top;
  padding-left: 12px; padding-right:12px; padding-top:9px; padding-left:6px; padding-right:6px;
  border-right:#C7C2BA solid 1px;
}
h1, .h1 {
  font-family:Arial; font-size:20px; color:#000000; font-weight:normal; padding-bottom:12px; margin:0px;
}
.content {
  font-family:Arial; font-size:12px; color:#000000; vertical-align:top; width:100%; height:100%;
  padding-top:0px; padding-bottom:0px;
}
.leftnav {
  font-family:Arial; font-size:12px; color:#747678; padding-top: 2px; padding-bottom: 4px;
}
ul.sidebar {
  list-style-image: url('/resources/images/layout/bullet-sidebar.gif');
  margin-left:10px; padding-left:0px;
}

textarea {
  color: #000032;
  font-family: Arial;
  font-size: 12px;
}

td.thead {
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  padding-bottom: 10px;
  padding-top: 10px;
}

td {
  font-family: Arial;
  font-size: 12px;
}


/* Inline links; obfuscated mail links */

a:link,
a:link strike {
  color: #4997b7;
  text-decoration: none;
}

a:visited,
a:visited strike {
  text-decoration: none;
  color: #4997b7;
}

a:hover,
a:hover strike,
a:active,
a:active strike {
  color: #d52b1e;
  text-decoration: underline;
}

a.anchor {
  color: #00ff00;
  text-decoration: none;
}

a.footer, a.footer:visited { font-family: Arial; font-size:11px; color: #747678; }

a.footer:hover, a.footer:active { font-family: Arial; font-size:11px; color: #d52b1e; text-decoration: underline; }

/* selector link with an arrow in front of the link */
a.selector:link, a.selector:visited, a.selector:hover, a.selector:active,
a.I-selector:link, a.I-selector:visited, a.I-selector:hover, a.I-selector:active,
a.selector-list:link, a.selector-list:visited, a.selector-list:hover, a.selector-list:active {
    text-decoration:none; font-weight:normal; text-transform:none; font-size: 12px;
    padding-left:7px; margin-left:4px;
    color:#4997b7;
    background: url(/resources/images/icons/arrow_link.png) left 5px no-repeat;
}
/* additional IE style */
.dj_ie a.selector:link, .dj_ie a.selector:visited, .dj_ie a.selector:hover, .dj_ie a.selector:active,
.dj_ie a.I-selector:link, .dj_ie a.I-selector:visited, .dj_ie a.I-selector:hover, .dj_ie a.I-selector:active,
.dj_ie a.selector-list:link, .dj_ie a.selector-list:visited, .dj_ie a.selector-list:hover, .dj_ie a.selector-list:active {
    height: 14px;
}
a.selector-list:link, a.selector-list:visited, a.selector-list:hover, a.selector-list:active {
    display:block; line-height:16px;
}
a.selector:link, a.selector:visited, a.selector:hover, a.selector:active{
    display:inline;
}
a.I-selector:link, a.I-selector:visited, a.I-selector:hover, a.I-selector:active {
    display:inline; white-space:nowrap;
    border-left:1px solid #9A9B9C; width:1px; height:100%;
    margin-left:4px; padding-left:16px;
    background: url(/resources/images/icons/arrow_link.png) 9px 5px no-repeat;
}
a.selector:hover, a.selector:active,
a.I-selector:hover, a.I-selector:active,
a.selector-list:hover, a.selector-list:active {
    color:#D52B1E; text-decoration: underline;
    background: url(/resources/images/icons/arrow_link_active.png) left 5px no-repeat;
}
a.I-selector:hover, a.I-selector:active {
    background: url(/resources/images/icons/arrow_link_active.png) 9px 5px no-repeat;
}


span.file-extension {
  padding-left: 5px; color:#9A9B9C; font-size:11px; text-decoration:none; text-transform:uppercase;
}

/* Teaser */
div.teaser {
    margin-bottom:15px; vertical-align:top; display:block;
}
div.teaser-with-separator {
    border-bottom: 1px solid #E5E6E2;
}
div.teaser-header, a.teaser-header:link, a.teaser-header:visited, a.teaser-header:hover, a.teaser-header:active  {
    color: #747678; font-size:11px; line-height:14px;
    text-transform:uppercase; text-decoration:none; font-weight:bold;
}
div.teaser-header {
    padding-bottom: 3px;
    border-bottom: 6px solid #747678;
    margin-bottom:12px;
}
div.teaser-header-margin {
    margin-bottom: 1px;
}
a.teaser-header:hover, a.teaser-header:active  {
  color: #D52B1E;
}
a.teaser-header:link span, a.teaser-header:visited span {
  background: url(/resources/images/icons/arrow_teaser_header.png) right 4px no-repeat;
}
a.teaser-header:hover span, a.teaser-header:active span {
  background: url(/resources/images/icons/arrow_teaser_header_active.png) right 4px no-repeat;
}
div.teaser-content {
    display:block; margin-bottom:20px;
    font-size:12px; line-height:14px;
}
div.teaser-content-margin {
    margin-bottom: 0px;
}
div.teaser-links {
    display:block; text-align:right; padding-bottom: 4px; line-height:14px;
}

div.line-separator {
    height:1px; width:100%; line-height:1px;
    border-bottom: 1px solid #E5E6E2;
    margin-bottom:15px; margin-top:25px;
}
div.hrule {
    height:1px; width:100%; line-height:1px;
    border-bottom: 1px solid #E5E6E2;
    margin-bottom:15px; margin-top:25px;
}
span.separator-vertical {
    border-left:1px solid #9A9B9C; width:1px; height:100%;
    margin-left:6px; margin-right:2px;
}
span.vrule {
    border-left:1px solid #9A9B9C; width:1px; height:100%;
    margin-left:6px; margin-right:2px;
}
.legend {
  color:#9A9B9C; font-size:10px; line-height:12px; text-decoration: none;
  margin-top:0px; margin-bottom:30px; margin-left:5px; margin-right:5px;
}
.legend-separator {
  border-top: 1px solid #E5E6E2; margin-top:30px; margin-bottom:0px;
}
.caption{
    color:#555555; font-size:13px; margin-bottom:5px; line-height:16px;
}
.stamp{
    color:#9A9B9C; font-size:10px; margin-bottom:2px; margin-top:0px; line-height:15px; height:15px;
    padding-left:1px;
}
.float {
  margin-bottom:20px;
}
.float-right {
  margin-left:12px;
}
.float-left {
  margin-right:12px;
}

.image-margins {
  margin-bottom: 7px;
}

.abstract {
    margin-bottom:15px;
}
.abstract-date {
    color:#000000; font-size:10px; margin-bottom:4px; line-height:10px;
}
a.abstract-link:link, a.abstract-link:visited {
    color:#4997b7;
}
a.abstract-link:hover, a.abstract-link:active {
    color:#d52b1e;
}

/* more link */
a.more:link, a.more:visited, a.more:hover, a.more:active {
    color: #4997b7;
    text-decoration:none;
}
a.more:hover {
    color: #D52B1E;
    text-decoration: underline;
}
tr.title-row a.more:link, tr.title-row a.more:visited,
tr.title-row a.more:hover, tr.title-row a.more:active {
    font-weight:normal;
    text-transform:none;
    font-size:11px;
    text-decoration:none;
}
tr.title-row a.more:hover {
    text-decoration: none;
}

p, li {
  margin-top: 0px;
  font-family: Arial;
  font-size: 12px;
  line-height: 15px;
}

/* Invisible text for homepage and google */
div.foo {
  visibility: hidden;
  display:none;
}

/* Program listings in RSD FAQs */

pre.listing {
  font-weight: bold;
  padding-top: 3ex;
  padding-bottom: 3ex;
}


/* Forms */
table.form-grid {
  border: none;
}

tr.form-grid {
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: top;
}


.label, .form-label, .form-label-na, .form-label-readonly {
}

.label-invalid, .form-label-invalid, .form-label-bad {
  color: red;
}

input.form-textfield, input.form-filefield, input.form-password {
  font-family: Arial;
  font-size: 12px;
  letter-spacing: 0px;
  color: #333333;
  background-color: #ffffff;
}

input.form-textfield-readonly, input.form-filefield-readonly, input.form-password-readonly {
  font-family: Arial;
  font-size: 12px;
  letter-spacing: 0px;
  color: #333333;
  background-color: #eeeeee;
}

textarea.form-areafield {
  font-family: Courier;
  font-size: 12px;
  letter-spacing: 0px;
  color: #333333;
  background-color: #ffffff;
}

textarea.form-areafield-readonly {
  font-family: Arial;
  font-size: 12px;
  letter-spacing: 0px;
  color: #333333;
  background-color: #eeeeee;
}

select.form-pulldown {
  font-family: Arial;
  font-size: 12px;
  letter-spacing: 0px;
  color: #333333;
  background-color: #ffffff;
  margin-bottom: 1px;
}

select.form-pulldown-readonly {
  font-family: Arial;
  font-size: 12px;
  letter-spacing: 0px;
  color: #333333;
  background-color: #eeeeee;
  margin-bottom: 1px;
}

input.form-submit, input.form-reset {
  font-family: Arial;
  font-size: 12px;
  letter-spacing: 0px;
  height: 22px;
  color: #333333;
}

input.form-button {
  font-family: Arial;
  font-size: 12px;
  letter-spacing: 0px;
  height: 22px;
  color: #333333;
}

/* Search Results. */

table.search-navbar {
    background-color: #bbbbbb;
}

table.search-navbar tr.search-navbar {
  background: #eeeeee;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  width: 100%;
  text-align: left;
}

table.search-navbar tr td {
  padding-left: 5px;
  padding-right: 5px;
}

table.search-navbar tr td.page-label {
  color: #868789;
  padding-left: 2px;
  padding-right: 8px;
  text-align: left;
}

table.search-navbar tr td.page-number-selected {
  color: #868789;
}

table.search-navbar tr td.page-number {
}

/* Sidebar */

.sidebar-news-item {
  margin-left:6px; margin-right:6px; margin-top:6px;
}
.sidebar-news-item-border {
  border-top:1px solid #E5E6E2; padding-top:6px;
}
.sidebar-link-item {
  margin-left:14px !important;
  margin-top:0px !important;
}
/* dojo TitlePane for business field sidebar */
.dijitTitlePane.sidebar-business-field {
  padding-bottom:2px; background-color:#F3F3F3;
  border-top:1px solid #FFFFFF; border-bottom:1px solid #D5D6D2;
}
.dijitTitlePane.sidebar-business-field .dijitTitlePaneTitle {
  cursor:pointer; padding-left:4px; padding-right:4px; vertical-align:middle;
  background-color:#F3F3F3; border:0px; padding-top:0px; padding-bottom:0px;
}
.dijitTitlePane.sidebar-business-field .dijitTitlePaneTextNode {
  text-decoration:none; font-weight:normal; text-transform:none; font-size:12px;
  color:#747678; line-height:16px; height:16px; background-color:#F3F3F3;
}
.dijitTitlePane.sidebar-business-field .dijitArrowNode {
  width:12px; height:12px;
}
.dijitTitlePane.sidebar-business-field .dijitClosed .dijitArrowNode {
    background: url('/resources/images/icons/plus.png') no-repeat 0px 4px;
}
.dj_ie .dijitTitlePane.sidebar-business-field .dijitClosed .dijitArrowNode {
    background: url('/resources/images/icons/plus.png') no-repeat 0px 4px;
}
.dj_safari .dijitTitlePane.sidebar-business-field .dijitClosed .dijitArrowNode {
    background: url('/resources/images/icons/plus.png') no-repeat 0px 3px;
}
.dijitTitlePane.sidebar-business-field .dijitOpen .dijitArrowNode {
    background: url('/resources/images/icons/minus.png') no-repeat 0px 4px;
}
.dj_safari .dijitTitlePane.sidebar-business-field .dijitOpen .dijitArrowNode {
    background: url('/resources/images/icons/minus.png') no-repeat 0px 4px;
}
.dj_ie .dijitTitlePane.sidebar-business-field .dijitOpen .dijitArrowNode {
    background: url('/resources/images/icons/minus.png') no-repeat 0px 3px;
}
.dijitTitlePane.sidebar-business-field .dijitOpen .dijitTitlePaneTextNode {
}
.dijitTitlePane.sidebar-business-field .dijitArrowNodeInner {
    display: none;
}
.dijitTitlePane.sidebar-business-field .dijitTitlePaneContentOuter {
    margin-top:3px; padding-top:3px; border-top:1px solid #FFFFFF; padding-bottom:4px;
}
.dj_ie .sidebar-business-field.dijitTitlePane .dijitTitlePaneContentOuter,
.dj_ie .sidebar-business-field.dijitTitlePane .dijitTitlePaneTitle,
.dj_ie .sidebar-business-field.dijitTitlePane .dijitTitlePaneContentInner {
  zoom: 1;
}
.dijitTitlePane.sidebar-business-field a.dijitLinkNode:link, .sidebar-business-field a.dijitLinkNode:visited {
    color: #4997b7; margin-right: 2px; padding-left: 9px;
    background: url(/resources/images/icons/arrow_link.png) 2px 5px no-repeat;
}
.dijitTitlePane.sidebar-business-field a.dijitLinkNode:active, .sidebar-business-field a.dijitLinkNode:hover {
    color: #D52B1E; margin-right: 2px; padding-left: 9px;
    background: url(/resources/images/icons/arrow_link_active.png) 2px 5px no-repeat;
}
.dj_ie .dijitTitlePane.sidebar-business-field a.dijitLinkNode:link, .dj_ie .sidebar-business-field a.dijitLinkNode:visited {
    line-height:16px; height:16px;
    background: url(/resources/images/icons/arrow_link.png) 2px 6px no-repeat;
}
.dj_ie .dijitTitlePane.sidebar-business-field a.dijitLinkNode:active, .dj_ie .sidebar-business-field a.dijitLinkNode:hover {
    line-height:16px; height:16px;
    background: url(/resources/images/icons/arrow_link_active.png) 2px 6px no-repeat;
}


table.sidebarDropdown {
  width: 180px;
}
table.sidebarDropdown tr {
  height:20px;
  vertical-align: bottom;
}
table.sidebarDropdown tr td {
  border-bottom: 1px solid #FFFFFF;
  padding-left: 16px;
  background:url('/resources/images/layout/bullet-sidebar.gif') no-repeat 8px 10px;
}

td.link-table {
    background: #F9F9F8 url("/resources/images/layout/tab_inside_navi.gif") repeat-x;
    background-position: bottom;
    border-top: 1px solid #9A9B9C;
    border-left: 1px solid #9A9B9C;
    border-right: 1px solid #9A9B9C;
    padding-left: 5px;
    vertical-align: middle;
    padding-top:2px;
    padding-bottom:2px;
}

td.link-table-active {
    background: #FFFFFF;
    border-top: 1px solid #9A9B9C;
    border-left: 1px solid #9A9B9C;
    border-right: 1px solid #9A9B9C;
    border-bottom: 1px solid #FFFFFF;
    padding-left: 5px;
    vertical-align: middle;
    padding-top:2px;
    padding-bottom:2px;
}

a.link-table,a.link-table-active {
    font-size:12px;
    padding-left: 1px; /* IE bugfix: otherwise words starting with 'W' get cropped 1px */
}

a.link-table,a.link-table:link,a.link-table:visited,a.link-table:hover {
    font-weight: normal;
    text-decoration: none;
    color: #4D4F53;
    width: 100%;
}

a.link-table-active,a.link-table-active:link,a.link-table-active:visited,a.link-table-active:hover {
    font-weight: normal;
    text-decoration: none;
    color: #D52B1E;
    width: 100%;
}

a.link-table:hover {
    text-decoration: none;
    color: #D52B1E;
}

table.businessfields td {
    color: #FFFFFF; font-size:12px; padding-right:3px; vertical-align:top;
}

ul.list0 {
  list-style-image:url(/resources/images/trans.gif);
  padding-left:0px;
  margin-left:0px;
}

ul.list0 li {
  margin:0;
  padding:0;
  padding-left:13px;
  padding-bottom:9px;
  background-image:url(/resources/images/bullet.gif);
  background-repeat:no-repeat;
  background-position:7px 6px;
}

