﻿#header {
    background-color: #F5F5F5;
    border-bottom: 1px solid #D3D3D3;
}
.header.logo {
  padding: 20px 0;
  margin: 0 auto;
  color: #666666;
  max-width:960px;
  }
  .header.logo h1, .header.logo h2 {
    float: left;
    margin: 0;
    background: no-repeat 0 100%;
    line-height: 120%;
    letter-spacing: 1px;
    height: 40px;
  }
  .header.logo h1 {
    border-right: 1px solid #d3d3d3;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 3px
  }
  .header.logo h1 a {    
    width: 194px;
    height: 40px;
    display: table;
    font-size: 32px; }
  .header.logo h1 a img {
    padding: 5px 0;
    display: table-cell;
  }
  .header.logo h2 {    
    width: 240px;
    margin-right: 20px;
  }

  .header.logo .impersonate {
    text-shadow: none;
    float: right; }
  .header a {
      text-decoration: none;
  }
#boldchatcontainer
{
  float:left;
  margin:2px;
  line-height: 18px;
  
}
.header.legacy {
  margin: 0;
  padding: 30px 0;
  background-color: rgba(229, 233, 237, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99e5e9ed, endColorstr=#99e5e9ed);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99e5e9ed, endColorstr=#99e5e9ed)";
  margin-bottom: 80px; }

.header .btn {
    margin: 3px 0;
}

div.btn {
    text-align: center;
    margin: 12px -1px;
    background-color: #E5E9ED;
    background-image: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 95%);
    padding: 8px;
    border: 1px solid #BDBDBD;
    border-radius: 1px;
    box-shadow: 0px 1px 3px rgba(172, 171, 171, 0.5);
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #717171;
    line-height: 18px;
}

.chat-live span {
    display: inline-block;
    height: 18px;
    width: 18px;
    vertical-align: bottom;
    background: url("images/header/icon_chat.png") no-repeat 0 50%;
}
