﻿body, h1, h2, h3, h4, h5, h6, p, li, a, span, label, input, textarea, button {
    font-family: arial,helvetica,clean,sans-serif;
}
body
{
    background: #FFFFFF none repeat scroll 0 0;
    padding: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
html, body {
    height: 100%;
}
.wrapper {
    width: 1020px;
    margin: 0 auto;
    height:100%;
}
.top_menu_wrapper {
    background-color: #0099CC;
    background-image: none;
    border-bottom: 1px solid #007DA6;
    box-shadow: 0 -3px 0 -2px #007DA6 inset, 0 1px 1px #CCCCCC;
    filter: none;
    height: 65px;
}
inline_list {
    overflow: visible;
}
.top_menu {
    font-size: 0;
    margin: auto;
    position: relative;
    width: 980px;
}
.custom_logo img {
    bottom: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
}
.custom_logo {
    min-height: 65px;
}
.top_menu > li > a {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
}
.top_menu > li {
    padding-right: 0;
}
.inline_list > li {
    display: inline-block;
    padding-right: 0.5em;
    vertical-align: top;
}
.inline_list > li {
    display: inline-block;
    list-style-type: none;
    vertical-align: top;
}
.footer_wrapper:before {
    box-shadow: 0 -8px 9px -1px #F3F3F3 inset;
    content: " ";
    display: block;
    position: absolute;
    bottom:0px;
    width: 100%;
}
.footer_wrapper
{
    background: url("../images/footer.png") repeat scroll 0 0 transparent;
    border-top: 1px solid #FFFFFF;
    box-shadow: 0 7px 22px -10px rgba(0, 0, 0, 0.3) inset, 0 -30px 50px 0 #FFFFFF inset, 0 1px 0 #C4C4C4 inset;
    float: left;
    height:100px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #FFFFFF;
    width: 1020px;
    bottom:0px;
    margin-top:20px;
}
.footer {
    margin: auto;
    position: relative;
    width: 100%;
}
.pvl {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}
.inline_list_ext {
    margin-bottom: 2px;
    margin-top: 2px;
}
.legal {
    font-size: 11px;
}
.mvs {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}
.legal, .legal li {
    font-size: 11px;
}
.inline_list_ext > li:after {
    font-weight: bold;
    padding: 0 9px;
}
.inline_list_ext > li:after {
    font-weight: bold;
    padding: 0 9px;
}
.inline_list_ext > li:after {
    content: "·";
    padding: 0 3px;
}
.footer_wrapper li {
    padding: 0;
}
.inline_list_ext > li {
    display: inline-block;
}
.footer_wrapper li {
    padding: 0 2px;
}
li {
    line-height: 1.231;
    width:auto !important;
}
.footer li a {
    color: #666666;
    text-shadow: 1px 1px 0 #FFFFFF;
}
.footer li a:hover {
    color: #333333;
}
.footer_wrapper a {
    font-size: 11px;
    text-decoration:none;
}
.inline_list_ext li:last-child:after {
    content: "" !important;
    padding: 0;
}
.align_r {
    right: 0;
}
.align {
    position: absolute;
}
.page {
    margin: 0 auto;
    padding: 20px 0 0;
    float:left;
    width: 100%;
    min-height:400px;
}
.content {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
    width: 100%;
    float:left;
}
.side_menu_cntr, .content {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.mbl {
    margin-bottom: 20px !important;
}
.pbl {
    padding-bottom: 20px !important;
}
div.login {
    font-size: 13px;
    float:left;
    width:100%;
}
.form_sidebar {
    width: 280px;
    float:left;
}
.right_column {
    float: right;
}
.left_column, .lte_ie7 .form_content {
    width: 625px;
}
.form_content {
    border: medium none;
    padding: 0 0 0 0;
}
.left_column {
    float:left;
    width:100%;
}
h1, .h1 {
    color: #111111;
    font-size: 30px;
    line-height: 1.1;
    text-shadow: 0 0 1px rgba(17, 17, 17, 0.4), 0 2px 1px rgba(0, 0, 0, 0.2);
    margin: 10px 0;
}
div.login p {
    color: #666666;
    margin: 10px 0;
}
.light {
    border: 1px solid #EDF2F6;
    background: rgb(254,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(221,241,249,1) 35%, rgba(160,216,239,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(35%,rgba(221,241,249,1)), color-stop(100%,rgba(160,216,239,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 ); /* IE6-9 */
    border-radius: 8px 8px 8px 8px;
    margin-bottom:10px;
}
.dark
{
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

    border-radius: 8px 8px 8px 8px;
    margin-bottom:10px;
}
.field_set {
    
    display: inline-block;
    list-style-type: none;
    padding: 15px;
    position: relative;
}
.field_set > li {
    padding: 0 0 6px;
    position: relative;
}
.pbn {
    padding-bottom: 0 !important;
}
.pbn UL {
    padding-left:0px;
}
.login h2 {
    font-size: 20px;
    text-align:left;
    color:#3fa0e2;
}
.bluetext
{
    color:#3fa0e2;
}
.whitetext
{
    color: #ffffff;
}
.media:after, .bd:after {
    clear: both;
    content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
    display: block;
    font-size: xx-large;
    height: 0 !important;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}
.mbs {
    margin-bottom: 5px !important;
}
.login label {
    width: 100px;
}
.field_set label {
    line-height: 27px;
    margin: 0 3px 0 0;
    text-align: right;
    width: 60px;
}
.field_set label, .field_set input[type="text"], .field_set input[type="password"], .field_set input[type="checkbox"], .field_set select, .field_set button {
    display: inline-block;
}
.login .login_username, .login .login_password {
    width: 140px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    -moz-box-sizing: border-box;
    border: 1px solid #BEBEBE;
    box-shadow: 0 3px 0 0 #F0F0F0 inset;
    padding: 6px 10px;
    width: 100%;
    height:25px;
}
input {
    /*padding: 5px !important;*/
}
.login .radio_input {
    width: 80px;
}
.field_set .radio_input {
    vertical-align: top;
}
.field_set .radio_label {
    line-height: 18px;
    text-align: left;
    width: 130px;
}
.blue_button_small, .blue_button_medium_regular, .green_button_medium {
    background-color: #0099CC;
    background-image: -moz-linear-gradient(center bottom , #0099CC 13%, #0CAFE6 60%);
    border: medium none;
    border-radius: 10px;
    color: #FFFFFF;
    margin: 0 5px 0 -5px;
    text-shadow: none;
}
.blue_button_small {
    font-size: 14px;
    height: 31px;
    padding: 0;
    width: 72px;

    font-size: 14px;
    font-weight: bold;
    
}
.blue_button_small:hover
{
    background-color:#1E71AB;
    background-image:none;
    color:White;
}
a
{
    color: #1A74B0 !important;
}
a:hover
{
    color: #666666 !important;
}
.yellow_warning {
    color: #333333;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top:5px;
    padding: 17px;
    border-radius:8px;
    background: #6db3f2; /* Old browsers */
    background: -moz-linear-gradient(top,  #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(50%,#54a3ee), color-stop(51%,#3690f0), color-stop(100%,#1e69de)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
}
.compcontent
{
    float:left;
    width:980px;
    /*border:1px solid blue;*/  
}
