html {
    overflow-y: scroll;
}
body {
    background-image: url('./gradient_1.svg');
    background-repeat: repeat-x;
    background-color: #F0F0F0;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
body,
p,
td {
    font-family: 'trebuchet MS', 'Lucida sans', Arial;
    font-size: 14px;
    color: #707070
}
h3 {
    color: #955151;
}
hr {
    color: gray;
    background-color: gray;
    height: 1px;
    border: none;
    margin: 2px;
}
a:hover {
    text-decoration: underline;
    font-weight: normal;
}
a {
    color: black;
    font-weight: normal;
    text-decoration: none
}

table {
    border-spacing: 0;
}
.content_image_frame {
    width: 450px;
    height: 300px;
    text-align: center;
    vertical-align: middle;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #f0f0f0;
    -webkit-box-shadow: 2px 2px 3px #ccc;
    -moz-box-shadow: 2px 2px 3px #ccc;
    box-shadow: 2px 2px 3px #ccc;
    border: solid #ccc 1px;
}
.error_message {
    color: #66859F;
    font-weight: bold;
}
.live_color {
    color: green;
    font-weight: bold;
}
.live_color:hover {
    color: green;
    font-weight: bold;
}
.main_table {
    position: relative;
    top: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #000000;
    -webkit-box-shadow: 2px 2px 3px #ccc;
    -moz-box-shadow: 2px 2px 3px #ccc;
    box-shadow: 2px 2px 3px #ccc;
}
.main_table tr:last-child td:only-child {
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
.main_table_rows {
    background-color: white;
}
.field_layout {
    width: 100%;
    padding: 10px;
}
.section_title {
    background-image: url('./gradient_2.svg');
    width: 100%;
    background-color: #496C89;
    padding: 4px;
    border: solid #ccc 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}
.section_title td {
    color: white;
    font-size: 16px;
    font-weight: bold;
}
.field_title {
    font-weight: bold;
    vertical-align: top;
}
.userinfo {
    background-color: #e0e0e0;
    background-image: url('./gradient_3.svg');
    padding: 4px;
    border: solid #ccc 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}
.login {
    width: 50%;
    border: solid #ccc 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px #ccc;
    -moz-box-shadow: 1px 1px 2px #ccc;
    box-shadow: 1px 1px 2px #ccc;
}
.login td,
.login th {
    padding: 3px;
}
.login th {
    font-size: 20px;
    background-color: #e0e0e0;
    background-image: url('./gradient_4.svg');
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.grid {
    width: 100%;
    border: solid #ccc 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}
.grid tr:hover {
    background: #f3edcf;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.grid td,
.grid th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 6px;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
}
.grid th {
    background-color: #dce9f9;
    background-image: url('./gradient_5.svg');
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}
.grid td:first-child,
.grid th:first-child {
    border-left: none;
}
.grid th:first-child {
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}
.grid th:last-child {
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}
.grid th:only-child {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.grid tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}
.grid tr:last-child td:last-child {
    -moz-border-radius: 0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}
.row_highlight {
    background: #fbf8e9;
}
.search_result tr:first-child td {
    text-align: center;
}
.search_result td {
    font-size: 10px;
}
.search_result tr:last-child {
    height: 10px;
}
input,
select,
textarea {
    border: 1px solid #999;
    font: 1.1em Verdana, Helvetica, sans-serif;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
input,
textarea {
    padding: 4px;
}
input[type=checkbox],
input[type=radio] {
    border: none;
}
input[type=text] {
    height: 20px;
}
input[type=submit],
input[type=button] {
    color: white;
    font-weight: normal;
    text-shadow: 0 1px 1px #2A3D51;
    background-color: #819BB7;
    background-image: url('./gradient_6.svg');
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}
input[type=submit]:hover,
input[type=button]:hover {
    background-image: none;
    background-color: #6583A4;
}
input[type=submit]:active,
input[type=button]:active {
    background-image: none;
    background-color: #D7E3F1;
    color: #57687F
}
input[type=submit]:disabled,
input[type=button]:disabled {
    background-image: none;
    background-color: #e0e0e0;
    text-shadow: 0 1px 1px #e0e0e0;
    color: #b7b7b7;
}
input.checkbox,
input.radio {
    border: none;
}
#cssmenu {
    height: 39px;
    display: block;
    padding: 0;
    margin: 0;
    border: 1px solid;
    border-radius: 5px;
}
#cssmenu > ul {
    list-style: inside none;
    padding: 0;
    margin: 0;
}
#cssmenu > ul > li {
    list-style: inside none;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    position: relative;
}
#cssmenu > ul > li > a {
    outline: none;
    display: block;
    position: relative;
    padding: 12px 20px;
    font: bold 13px/100% 'trebuchet MS', 'Lucida sans', Arial;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
#cssmenu > ul > li:first-child > a {
    border-radius: 5px 0 0 5px;
}
#cssmenu > ul > li > a:after {
    content: '';
    position: absolute;
    border-right: 1px solid;
    top: -1px;
    bottom: -1px;
    right: -2px;
    z-index: 99;
}
#cssmenu ul li.has-sub:hover > a:after {
    top: 0;
    bottom: 0;
}
#cssmenu > ul > li.has-sub > a:before {
    content: '';
    position: absolute;
    top: 18px;
    right: 6px;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
}
#cssmenu > ul > li.has-sub:hover > a:before {
    top: 19px;
}
#cssmenu ul li.has-sub:hover > a {
    background: #3f3f3f;
    border-color: #3f3f3f;
    padding-bottom: 13px;
    padding-top: 13px;
    top: -1px;
    z-index: 999;
}
#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
    display: block;
}
#cssmenu ul li.has-sub > a:hover {
    background: #3f3f3f;
    border-color: #3f3f3f;
}
#cssmenu ul li > ul,
#cssmenu ul li > div {
    display: none;
    width: auto;
    position: absolute;
    left: -1px;
    top: 38px;
    padding: 10px 0;
    background: #606060;
    border-radius: 0 0 5px 5px;
    z-index: 999;
}
#cssmenu ul li > ul {
    width: 250px;
}
#cssmenu ul li > ul li {
    display: block;
    list-style: inside none;
    padding: 0;
    margin: 0;
    position: relative;
}
#cssmenu ul li > ul li a {
    outline: none;
    display: block;
    position: relative;
    margin: 0;
    padding: 8px 20px;
    font: 10pt 'trebuchet MS', 'Lucida sans', Arial;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
#cssmenu,
#cssmenu > ul > li > ul > li a:hover {
    background: #202020;
    background-image: url('./gradient_7.svg');
}
#cssmenu {
    border-color: #000;
}
#cssmenu > ul > li > a {
    border-right: 1px solid #000;
    color: #fff;
}
#cssmenu > ul > li > a:after {
    border-color: #444;
}
#cssmenu > ul > li > a:hover {
    background: #111;
}