html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    /*overflow: scroll;*/
  font-family: Arial,Helvetica Neue,Verdana,sans-serif !important;
  /*background: url(../img/stripes_grey.png);*/
  font-size: 12px !important;
}

html{
  overflow: scroll;
}

a{
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

label{
  font-size: 12px !important;
    font-weight: 700;
    color: #48545C;
}

#dijit_layout_ContentPane_1, #dijit_layout_ContentPane_0, #article_view{
  background-color: white;
}

.wrapper{
  display: table;
  height: 100%;
  width: 100%;
}

.layoutRow{
  display: table-row;
}

.content{
  display: table-row;
  height: 100%;
}

#article_title{
   color: #0F385C !important;
   font-size: 18px;
   font-weight: bold;
}

#details_bar{
  height: 4px;
    background-color: #ABB8CF;
}

#solution_details{
  color: #909090;
  font-weight: 700;
}

.well_B
{
  background-color:#e2e3e4;
  font-size: 12px !important;
  font-weight: 700;
  color: #48545C !important;
  padding: 4px;
}

#searchResultsGrid{
  height: 377px;
}

.faq_quickLinks{
  color: #2f6fa9 !important;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none
}

.faq_quickLinks:hover{
  text-decoration: underline;
  cursor: pointer;
}

.faq_main_title{
  color: #455560;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  height: 24px;
  padding-top: 10px;
}

#searchResultsGrid .dgrid-scroller{
  margin-top: 0px;
}

#searchTipsToggle{
  color: #48545c;
  font-weight: bold;
  text-decoration: underline;
}

.browseTree_header{
  background-color: #e2e3e4;
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 2px 3px;
  margin: -8px -8px 0;
}


.dijitTreeLabel{
  color: #2f6fa9;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    margin: 0px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.bluebutton .dijitButtonNode {
    background-color: #003e85 !important;
}

.postalbluebutton .dijitButtonNode {
    background-color: #4f94cd !important;
}

.greybutton .dijitButtonNode {
    background-color: #FFFFFF !important;
    color: #4f94cd !important;
    border: 1px solid grey !important;
}

.claro .dijitButtonHover .dijitButtonNode,
.claro .dijitDropDownButtonHover .dijitButtonNode,
.claro .dijitComboButton .dijitButtonNodeHover,
.claro .dijitComboButton .dijitDownArrowButtonHover,
.claro .dijitToggleButtonHover .greybutton .dijitButtonNode {
  background-color: #0080ff !important;
  color: #FFFFFF !important;
}

.dijitButtonText:hover{
  text-decoration: underline;
}

.dijitTreeRowSelected .dijitTreeLabel{
  background: #5baade;
  color: white;
/*  text-decoration: underline;
  -moz-text-decoration-color: white !important;
  text-decoration: white !important;*/
}

.dijitTreeRowSelected .dijitTreeRowHover .dijitTreeLabel{
  text-decoration: underline;
  -moz-text-decoration-color: white !important;
  text-decoration: white !important;
}

.dijitTreeRowHover .dijitTreeLabel{
  text-decoration: underline;
  -moz-text-decoration-color: #5baade;
  text-decoration: #5baade;
}