﻿body {
}

/******************** Page Layout ********************/

* {
    outline: none !important;
}

html, body {
    height: 100%;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #5e5e5e;
    min-width: 1300px;
}

body {
    margin: 0;
    padding: 0;
    background-color: #eff0f0;
}

form {
    height: 100%;
    margin: 0;
    padding: 0;
}

div#header {
    height: 100px;
    line-height: 100px;
    padding: 0 85px;
    background-color: #487db6;
    color: #fff;
    font-size: 23px;
}

div#entrantheader {
    background-color: #fff;
    color: #495164;
    font-size: 23px;
}

div#wrapper {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px 0px -50px 0px;
}

div#content_wrapper {
    width: 100%;
    padding: 0px 0px 50px 0px;
}

div#content_inner_wrapper {
    margin: 20px 85px;
    background-color: #fff;
    padding: 15px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0px 0px 15px #767676;
    -moz-box-shadow: 0px 0px 15px #767676;
    -webkit-box-shadow: 0px 0px 15px #767676;
}

div#footer_wrapper {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #487db6;
    color: #fff;
    font-size: 12px;
}

div#footer_inner_wrapper {
    padding: 0 85px;
    margin: 0 auto;
}


/******************** Div Layout ********************/

.content_div {
    float: left;
    padding: 10px;
}

.row_div {
    clear: left;
    width: auto;
    min-height: 30px;
    padding-top: 2px;
    padding-bottom: 5px;
    display: block;
}

.label_div {
    float: left;
    width: 165px;
    height: auto;
    margin-top: 5px;
}

.entry_div {
    float: left;
    height: 100%;
    width: auto;
}

.validation_div {
    float: left;
    height: 100%;
    width: auto;
    color: #ce0000;
    margin-left: 5px;
}

.label_entry_div {
    float: left;
    height: 100%;
    width: auto;
    margin-top: 5px;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.clear_both {
    clear: both;
}

.RadGrid_Default .rgMasterTable {
  width: 1149px !important;
  table-layout: fixed !important;
  empty-cells: show;
}
