.GridDataDiv {
    background: #f1f1f1;
}

table,
td {
    padding: 2px 2px 2px 2px;
}

.MenuBody {
    background: #5066ca;
}

.MenuBody,
.PageHeader,
.FilterHeaderDiv,
.TaskBarDiv {
    width: 100%;
}

.MenuBody,
.GridDataDiv {
    height: 100%;
}

.PageHeader {
    font: 14pt 'arial' bold;
    background: #3a3c8c;
    height: 25px;
}

.PageHeader,
.TaskBarDiv {
    padding-top: 3px;
}

.PageHeader,
.HeaderLinks,
.TaskBarText,
.accordionHeader,
.accordionHeaderSelected {
    color: white;
}

.button {
    font-size: .7em;
}

.PageHeader,
.FilterHeaderDiv,
.inputButton {
    vertical-align: middle;
}

.HeaderLinks {
    font: 10pt 'arial' normal;
    text-decoration: underline;
}

.FormDiv {
    padding: 10px 10px 10px 15px;
}

.IndentDiv {
    border-left: inset 2px;
    padding-left: 15px;
}

.GridDiv {
    padding: 15px 0 15px 0;
    width: 97%;
}

.GridDataDiv {
    border: inset 1px;
    font-weight: normal;
    overflow: scroll;
}

.GridDataDiv,
.Label,
.Edit,
.LabelTag,
.OrderDetailsLabelTag {
    font-size: 10pt;
}

.GridHeaderDiv,
.GridDataHeaderDiv {
    padding: 4px 0 4px 0;
    font-size: 12pt;
}

.GridHeaderDiv,
.GridDataHeaderDiv,
.FilterHeaderDiv,
.LabelTag,
.OrderDetailsLabelTag {
    font-weight: bold;
}

.GridHeaderDiv,
.GridDataHeaderDiv,
.Edit, .ModalWindow {
    color: Black;
}

.GridDataHeaderDiv,
.Toolbar,
.MenuItem {
    CURSOR: pointer;
}

.FilterHeaderDiv {
    background: #bacaec;
    height: 20px;
    text-align: center;
    padding-top: 2px;
}

.FilterDiv,
.ModalWindow {
    padding: 10px 10px 10px 10px;
}

.TaskBarDiv {
    background: blue;
    border-right: black 1px solid;
    border-top: #ccc 1px solid;
    border-left: white 1px solid;
    border-bottom: black 1px solid;
}

.TaskBarTable {
    table-layout: fixed;
}

.TaskBarText {
    font: 12px 'arial' bold;
    white-space: nowrap;
    vertical-align: top;
    height: 8px;
}

.ContentFrameSet {
    margin-left: 5px;
}

.MenuFrameSet {
    border-right: #cc9 0 solid;
    border-top: #036 1px solid;
    border-left-width: 0;
}

.TaskTitle {
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #0e4799;
    FONT-FAMILY: Verdana;
}

.TaskTitle, .MenuItem {
    TEXT-ALIGN: left;
}

.MenuFrame {
    BORDER-RIGHT: #e2e9fa 0 solid;
    BORDER-TOP: #e2e9fa 1px solid;
    BORDER-LEFT: #e2e9fa 0 solid;
    BORDER-BOTTOM: #e2e9fa 1px solid;
    BACKGROUND-IMAGE: none;
    OVERFLOW: auto;
    WIDTH: 100%;
    BACKGROUND-REPEAT: repeat;
    BACKGROUND-COLOR: #e2e9fa;
}

.MenuOuterFrame {
    BORDER-RIGHT: white 1px solid;
    BORDER-TOP: white 0 solid;
    BORDER-LEFT: white 1px solid;
    BORDER-BOTTOM: white 1px solid;
    PADDING-RIGHT: 2px;
    PADDING-TOP: 2px;
    PADDING-LEFT: 2px;
    PADDING-BOTTOM: 2px;
    BACKGROUND-COLOR: #ced8ff;
}

.MenuItem {
    margin: 3px 3px 0 3px;
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    COLOR: #1e348f;
    FONT-FAMILY: Arial;
}

.Hidden, .columnDisplay {
    display: none;
}

.HeaderInfo {
    font: 10px arial italic;
    text-decoration: none;
}

.SearchField,
.Label,
.Edit,
.LabelTag,
.OrderDetailsLabelTag {
    float: left;
}

.SearchField {
    margin: 0 10px 0 0;
    padding: 0;
}

.Label,
.LabelTag {
    width: 175px;
    height: 30px;
    padding: 3px 0 0 0;
}

.OrderDetailsLabelTag {
  width: 210px;
  height: 20px;
  padding: 5px 10px 0 10px;
}


.Spacer1{
  margin-left: 50px;
}

.Edit {
    height: 16px;
    margin-left: 4px;
}

.EditGDPR {
    height: 800px;
    margin-left: 20px;
}


.menuItem {
    border-right: white 1px solid;
}

.inputButton,
.accordionHeader,
.accordionHeaderSelected {
    cursor: pointer;
}

.ModalWindow {
    position: absolute;
    top: -1000px;
    border: 1px solid #575755;
    background: #f0f0f0;
}

.accordionHeader,
.accordionHeaderSelected {
    font: 12px arial,sans-serif bold;
    border: 1px solid #2f4f4f;
    margin-top: 5px;
    padding: 5px;
}

.accordionHeader {
    background: #2e4d7b;
}

.accordionHeaderSelected {
    background: #5078b3;
}

.accordionContent {
    background: #d3deef;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentColor #2f4f4f #2f4f4f;
    border-right: 1px dashed #2f4f4f;
    border-style: none dashed dashed;
    border-width: medium 1px 1px;
    padding: 10px 5px 5px;
}

.divCellHeader {
    float: left;
    height: 40px;
    width: 135px;
    font-weight: bold;
    text-align: center;
    border: solid 0px red;
}

#cell5 {
    clear: both;
    float: left;
    height: 40px;
    width: 135px;
    text-align: center;
    border: solid 0px red;
}

.divCellContent {
    float: left;
    height: 40px;
    width: 135px;
    text-align: center;
    border: solid 0px red;
}

.table {
    clear: both;
}

.inactive {
    display: none;
}


.tabChatContainer, .panel {
    clear: both;
    width: 950px;
    margin: 100px auto;
    padding-bottom: 10px;
    border: solid 01px #353232;
}

.accordion {
}

.header {
    font-weight: bold;
    font-size: 24px;
}

.header1 {
    font-weight: bold;
    font-size: 24px;
    margin-left: 25px;
}

.content {
    height: auto;
}

.panel {
    display: none;
}

#masterBody {
    padding: 10px 2%;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

#divLoggedIn {
    display: inline-block;
    margin-left: 50px;
    margin-top: 4px;
    width: 20%;
}

#divMenu {
    display: inline-block;
    margin-top: 4px;
    margin-left: 15%;
}

#divMenu a {
    text-decoration: none;
}

#divMenu table {
    padding: 0;
}

#divMenu table td {
    padding: 0px 8px;
}

#divLogOut {
    text-align: right;
    margin-top: 4px;
    display: inline-block;
    float: right;
}

#divLogOut Input[type=submit] {
    border: none;
    background: none;
    color: #2c00ee;
    cursor: pointer;
    font: 14px 'arial';
}

#masterHeader {
    position: relative;
    padding-top: 10px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 5px;
    font-size: 14px;
}

#masterHeader, #masterHeader div {
    vertical-align: top;
}

.dummy {
    position: absolute;
    left: -99999px;
}

#smiteChatSearch {
    margin: 0 auto 20px;
    width: 945px;
}


#smiteChatTranscriptSearch, #smiteChatTranscriptMatchSearch {
    margin: 0 auto 20px;
    width: 945px;
}

.socialColumn {
    width: 400px;
    display: inline-block;
}


.referralColumn1 {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}


.referralColumn2 {
   display: inline-block;
   width: 58%;
}

.aptd {
    padding: 0px;
    width: 500px;
}

.orderdetailstable {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #E6D1B2;
    padding: 0px;
}

.orderdetailstd {
    padding: 0px;
    width: 520px;
    text-align:left;
}

div#tabsChat {
    margin-left: 52px;
}

.pitable {
    display:inline-block;
    background-color: grey;
    border:1px solid black;
}

.pitable tr {
    background-color: dimgrey;
    color: white;
}

.pitable td {
    border:1px solid black;
    padding: 2px;
}