﻿@charset "utf-8";
/* CSS Document */

#wrapper {
    margin-left: -7px;
    margin-top: -7px;
    margin-right: -7px;
    height: 600px;
    width: 1345px;
}

#overlay-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000; /* fallback */
    background: rgba(0,0,0,0.75);
}

#overlay-bg1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000; /* fallback */
    background: rgba(0,0,0,0.75);
}

.overlay-content {
    background: black;
    padding: 1%;
    width: 35%;
    height: 60%;
    position: relative;
    top: 15%;
    left: 50%;
    margin: 0 0 0 -20%; /* add negative left margin for half the width to center the div */
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0,0,0,0.9);
}

#nav {
    height: 60px;
    background: rgb(69,72,77); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(69,72,77,1) 19%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(69,72,77,1) 19%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(69,72,77,1) 19%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(69,72,77,1) 19%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(69,72,77,1) 19%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#menu {
    height: 20px;
    float: left;
    margin: 5px 0 0 0;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    padding-right: 200px;
}

    #menu ul {
        float: left;
    }

    #menu li {
        list-style: none;
        display: inline;
        padding: 10px 15px 10px 5px;
        font-size: 14px;
    }

    #menu a {
        text-decoration: none;
        color: white;
        padding: 0 7px 0 7px;
    }

        #menu a:hover {
            padding: 7px 7px 7px 7px;
            border-radius: 5px;
            background: rgb(30,87,153); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(32,124,202,1) 19%, rgba(41,137,216,1) 87%, rgba(32,124,202,1) 99%, rgba(32,124,202,1) 100%, rgba(125,185,232,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(19%,rgba(32,124,202,1)), color-stop(87%,rgba(41,137,216,1)), color-stop(99%,rgba(32,124,202,1)), color-stop(100%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 19%,rgba(41,137,216,1) 87%,rgba(32,124,202,1) 99%,rgba(32,124,202,1) 100%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 19%,rgba(41,137,216,1) 87%,rgba(32,124,202,1) 99%,rgba(32,124,202,1) 100%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 19%,rgba(41,137,216,1) 87%,rgba(32,124,202,1) 99%,rgba(32,124,202,1) 100%,rgba(125,185,232,1) 100%); /* IE10+ */
            background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 19%,rgba(41,137,216,1) 87%,rgba(32,124,202,1) 99%,rgba(32,124,202,1) 100%,rgba(125,185,232,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
        }

#icons {
    float: right;
    width: 400px;
    margin: 20px;
    margin-right: 50px;
}

    #icons a:first-child {
        text-decoration: none;
        color: white;
        margin-left: 0px;
        padding: 6px 8px 6px 8px;
        border-radius: 5px 5px 5px 5px;
        background-color: #3090C7;
    }

    #icons a:nth-child(2) {
        text-decoration: none;
        color: white;
        margin-left: 10px;
        padding: 6px 8px 6px 8px;
        border-radius: 5px 5px 5px 5px;
        background-color: #3090C7;
    }


#left_content {
    margin-top: 10px;
    width: 230px;
    height: 300px;
    border: 1px solid;
    float: left;
    color: white;
    margin: 5px 0 0 0;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    background: rgb(30,87,153); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(32,124,202,1) 19%, rgba(41,137,216,1) 87%, rgba(32,124,202,1) 99%, rgba(32,124,202,1) 100%, rgba(125,185,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(19%,rgba(32,124,202,1)), color-stop(87%,rgba(41,137,216,1)), color-stop(99%,rgba(32,124,202,1)), color-stop(100%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 19%,rgba(41,137,216,1) 87%,rgba(32,124,202,1) 99%,rgba(32,124,202,1) 100%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 19%,rgba(41,137,216,1) 87%,rgba(32,124,202,1) 99%,rgba(32,124,202,1) 100%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 19%,rgba(41,137,216,1) 87%,rgba(32,124,202,1) 99%,rgba(32,124,202,1) 100%,rgba(125,185,232,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 19%,rgba(41,137,216,1) 87%,rgba(32,124,202,1) 99%,rgba(32,124,202,1) 100%,rgba(125,185,232,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

#menu ul {
    float: left;
}

.left_menu ul {
    margin-left: 20px !important;
    padding-left: 0px !important;
}

.left_menu li {
    padding: 2px 2px 2px 0;
    font-size: 15px;
}

.left_menu a {
    /*text-decoration: none;*/
    color: white;
}

.aspNetDisabled {
    color: silver !important;
}

.left_menu a:hover {
    /*padding: 1px 2px 1px 0;*/
    border-radius: 5px;
    background-color: white;
    color: black;
}

#title {
    text-align: center;
}

#left_content li {
    list-style: none;
    display: block;
}


#right {
    width: 60px;
    height: 60px;
    float: right;
}

    #right img {
        padding: 5px 100px;
        width: 360px;
        height: 300px;
        float: right;
    }

#right_main {
    float: left;
    width: 422px;
    height: 200px;
    margin: 0 40px;
    /*border:1px solid;*/
}

#right_content {
    float: right;
    width: 1100px;
    height: auto;
    border: 1px solid;
    margin: 5px 5px;
}

    #right_content h1 {
        margin-top: -4px;
        line-height: 40px;
        font-size: 18px;
        font-weight: bold;
        color: white;
        text-align: center;
        text-shadow: 0 1px black;
        background: rgb(30,87,153); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(32,124,202,1) 19%, rgba(41,137,216,1) 87%, rgba(32,124,202,1) 99%, rgba(32,124,202,1) 100%, rgba(125,185,232,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(19%,rgba(32,124,202,1)), color-stop(87%,rgba(41,137,216,1)), color-stop(99%,rgba(32,124,202,1)), color-stop(100%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 19%,rgba(41,137,216,1) 87%,rgba(32,124,202,1) 99%,rgba(32,124,202,1) 100%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 19%,rgba(41,137,216,1) 87%,rgba(32,124,202,1) 99%,rgba(32,124,202,1) 100%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 19%,rgba(41,137,216,1) 87%,rgba(32,124,202,1) 99%,rgba(32,124,202,1) 100%,rgba(125,185,232,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 19%,rgba(41,137,216,1) 87%,rgba(32,124,202,1) 99%,rgba(32,124,202,1) 100%,rgba(125,185,232,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
        border-bottom: 1px solid #cfcfcf;
        border-radius: 3px 3px 0 0;
        background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
        background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
        background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
        background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
        -webkit-box-shadow: 0 1px whitesmoke;
        box-shadow: 0 1px whitesmoke;
    }

#main {
    height: 400px;
    padding-top: 60px;
    padding-bottom: 90px;
}

#contentboxdiv {
    width: 300px;
    height: 130px;
    float: left;
    margin-left: -270px;
    border-radius: 1px;
    box-shadow: 8px 4px 8px #888888;
    background: rgb(252,255,244); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(252,255,244,1) 17%, rgba(223,229,215,1) 87%, rgba(179,190,173,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,rgba(252,255,244,1)), color-stop(87%,rgba(223,229,215,1)), color-stop(100%,rgba(179,190,173,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(252,255,244,1) 17%,rgba(223,229,215,1) 87%,rgba(179,190,173,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(252,255,244,1) 17%,rgba(223,229,215,1) 87%,rgba(179,190,173,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(252,255,244,1) 17%,rgba(223,229,215,1) 87%,rgba(179,190,173,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(252,255,244,1) 17%,rgba(223,229,215,1) 87%,rgba(179,190,173,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
}

#contentboxdiv2 {
    width: 300px;
    height: 130px;
    float: left;
    margin-left: 20px;
    border-radius: 1px;
    box-shadow: 8px 4px 8px #888888;
    background: rgb(252,255,244); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(252,255,244,1) 17%, rgba(223,229,215,1) 87%, rgba(179,190,173,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,rgba(252,255,244,1)), color-stop(87%,rgba(223,229,215,1)), color-stop(100%,rgba(179,190,173,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(252,255,244,1) 17%,rgba(223,229,215,1) 87%,rgba(179,190,173,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(252,255,244,1) 17%,rgba(223,229,215,1) 87%,rgba(179,190,173,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(252,255,244,1) 17%,rgba(223,229,215,1) 87%,rgba(179,190,173,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(252,255,244,1) 17%,rgba(223,229,215,1) 87%,rgba(179,190,173,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
}

#contentboxdiv3 {
    width: 300px;
    height: 130px;
    float: left;
    margin-left: 20px;
    border-radius: 1px;
    box-shadow: 8px 4px 8px #888888;
    background: rgb(252,255,244); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(252,255,244,1) 17%, rgba(223,229,215,1) 87%, rgba(179,190,173,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,rgba(252,255,244,1)), color-stop(87%,rgba(223,229,215,1)), color-stop(100%,rgba(179,190,173,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(252,255,244,1) 17%,rgba(223,229,215,1) 87%,rgba(179,190,173,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(252,255,244,1) 17%,rgba(223,229,215,1) 87%,rgba(179,190,173,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(252,255,244,1) 17%,rgba(223,229,215,1) 87%,rgba(179,190,173,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(252,255,244,1) 17%,rgba(223,229,215,1) 87%,rgba(179,190,173,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
}

#contentboxdiv img {
    width: 90px;
    height: 88px;
    float: left;
    margin: 25px 0 0 15px;
    border-radius: 5px;
}

#contentboxdiv2 img {
    width: 70px;
    height: 88px;
    float: left;
    margin: 25px 0 0 15px;
    border-radius: 5px;
}

#contentboxdiv3 img {
    width: 85px;
    height: 85px;
    float: left;
    margin: 20px 0 0 15px;
    border-radius: 5px;
}

.textbox {
    width: 165px;
    float: right;
    text-align: center;
    margin: 10px 30px 0 0;
}

    .textbox p {
        font-size: 13px;
        margin: 5px -1px;
        padding-bottom: 5px;
    }

    .textbox h3 {
        color: #009;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        padding: 0;
        margin: 0;
    }

.font {
    font-family: Georgia, "Times New Roman", Times, serif;
}

.button {
    margin-left: 5px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

    .button a {
        color: white;
        text-decoration: none;
        width: 110px;
        height: 35px;
        padding: 9px 6px 9px 6px;
        border-radius: 8px;
        background: rgb(69,72,77); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(69,72,77,1) 19%, rgba(0,0,0,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(69,72,77,1) 19%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(69,72,77,1) 19%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(69,72,77,1) 19%,rgba(0,0,0,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(69,72,77,1) 19%,rgba(0,0,0,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    }

.button1 a {
    margin-left: 120px;
    color: white;
    text-decoration: none;
    width: 60px;
    height: 25px;
    padding: 5px 5px 5px 5px;
    border-radius: 8px;
    font-size: 12px;
    background: rgb(69,72,77); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(69,72,77,1) 19%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(69,72,77,1) 19%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(69,72,77,1) 19%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(69,72,77,1) 19%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(69,72,77,1) 19%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.button2 a {
    margin-left: 140px;
    color: white;
    text-decoration: none;
    width: 60px;
    height: 25px;
    padding: 5px 5px 5px 5px;
    border-radius: 8px;
    font-size: 12px;
    background: rgb(69,72,77); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(69,72,77,1) 19%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(69,72,77,1) 19%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(69,72,77,1) 19%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(69,72,77,1) 19%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(69,72,77,1) 19%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}


.button3 a {
    margin-left: 225px;
    color: white;
    text-decoration: none;
    width: 60px;
    height: 25px;
    padding: 5px 5px 5px 5px;
    border-radius: 8px;
    font-size: 12px;
    background: rgb(69,72,77); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(69,72,77,1) 19%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(69,72,77,1) 19%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(69,72,77,1) 19%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(69,72,77,1) 19%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(69,72,77,1) 19%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#shadow img {
    width: 700px;
    height: 1px;
    margin: 30px 0 30px 310px;
    box-shadow: 8px 4px 4px #888888;
}

#left {
    padding-left: 60px;
    width: 400px;
    height: 400px;
    float: left;
    color: white;
}

#left_main {
    float: left;
    width: 422px;
    height: 200px;
    margin: 0 0 0 190px;
    /*border:1px solid;*/
}

#sep_line img {
    margin: 0 0 0 40px;
    height: 220px;
    width: 20px;
    float: left;
}


#tab1 input {
    /*margin: 0 0 0 20px;*/
}

#tab2 input {
    /*margin: 0 0 0 48px;*/
}

#tab2 select {
    /*margin-left: 48px;*/
}

#tab3 input {
    /*margin: 0 0 0 33px;*/
}

#tab3 select {
    /*margin-left: 32px;*/
}

#tab4 input {
    /*margin: 0 0 0 33px;*/
}

#tab4 select {
    /*margin-left: 32px;*/
}

.labelform {
    font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
    font-size: 14px;
    /*margin-left: 15px;*/
}

input {
    font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
    font-size: 12px;
}


.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
    line-height: 34px;
}


/*td {
    padding-top: 13px;
    padding-right: 2px;
}*/


input[type=file] {
    height: 35px;
    color: #404040;
    background: white;
    border: 1px solid;
    border-color: #c4c4c4 #d1d1d1 #d4d4d4;
    border-radius: 3px;
    outline: 2px solid #eff4f7;
    -moz-outline-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}


select {
    /*margin-left: 20px;*/
    padding: 0px 6px;
    width: 172px;
    height: 30px;
    color: #404040;
    background: white;
    border: 1px solid;
    border-color: #c4c4c4 #d1d1d1 #d4d4d4;
    border-radius: 3px;
    outline: 3px solid #eff4f7;
    -moz-outline-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

<pre > ul.tabs {
    float: left;
    list-style: none;
    height: 32px;
    width: 100%;
    border-radius: 8px 0 -50px 0;
    margin: 0;
    padding: 0;
}

ul.tabs li {
    float: left;
    height: 31px;
    line-height: 31px;
    border: 1px solid #999;
    overflow: hidden;
    position: relative;
    background: #e0e0e0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0 5px -1px 0;
    padding: 0;
}

    ul.tabs li a {
        text-decoration: none;
        color: #000;
        display: block;
        font-size: 1.2em;
        border: 1px solid #fff;
        outline: none;
        -webkit-border-top-left-radius: 8px;
        -webkit-border-top-right-radius: 8px;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-topright: 8px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding: 0 20px;
    }

        ul.tabs li a:hover {
            background: #ccc;
        }

html ul.tabs li.active, html ul.tabs li.active a:hover {
    background: #fff;
    border-bottom: 1px solid #fff;
}

.tabContainer {
    border: 1px solid #999;
    overflow: hidden;
    clear: both;
    float: left;
    width: 670px;
    height: 510px;
    margin-left: 5px;
    background: #fff;
    -webkit-border-radius: 8px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 8px;
    -moz-border-radius-topleft: 0;
    border-radius: 8px;
    border-top-left-radius: 0;
}

.tabContainerDocs {
    border: 1px solid #999;
    overflow: hidden;
    clear: both;
    float: left;
    width: 670px;
    /*height:500px;*/
    margin-left: 5px;
    background: #fff;
    -webkit-border-radius: 8px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 8px;
    -moz-border-radius-topleft: 0;
    border-radius: 8px;
    border-top-left-radius: 0;
}

.tabContainerSoap {
    border: 1px solid #999;
    overflow: hidden;
    clear: both;
    float: left;
    width: 989px;
    height: 420px;
    margin-left: 2px;
    background: #fff;
    -webkit-border-radius: 8px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 8px;
    -moz-border-radius-topleft: 0;
    border-radius: 8px;
    border-top-left-radius: 0;
}

.tabContainerTemplatesSoap {
    border: 1px solid #999;
    overflow: hidden;
    clear: both;
    float: left;
    width: 1095px;
    height: 480px;
    margin-left: 2px;
    background: #fff;
    -webkit-border-radius: 8px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 8px;
    -moz-border-radius-topleft: 0;
    border-radius: 8px;
    border-top-left-radius: 0;
}

.tabContent {
    font-size: 12px;
    padding: 20px;
}

.tabContentNotesSoap {
    font-size: 12px;
    padding: 2px;
}
/*</pre > #icons {
    margin-top: 15px;
}*/



#test {
    width: 590px;
    height: 45px;
    margin: 530px 60px;
}

#vitals {
    float: left;
    width: 700px;
    height: 470px;
    margin: 5px 0 0 5px;
    -webkit-border-radius: 8px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 8px;
    -moz-border-radius-topleft: 0;
    border-radius: 8px;
    border-top-left-radius: 0;
    border: 1px solid;
}

#MessageSuccess {
    color: darkgreen;
}

#MessageError {
    color: red;
}

.divWaiting {
    position: absolute;
    background-color: #FAFAFA;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
}

#footer {
    height: 100px;
    background: rgb(30,87,153); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(32,124,202,1) 19%, rgba(41,137,216,1) 87%, rgba(32,124,202,1) 99%, rgba(32,124,202,1) 100%, rgba(125,185,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(19%,rgba(32,124,202,1)), color-stop(87%,rgba(41,137,216,1)), color-stop(99%,rgba(32,124,202,1)), color-stop(100%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 19%,rgba(41,137,216,1) 87%,rgba(32,124,202,1) 99%,rgba(32,124,202,1) 100%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 19%,rgba(41,137,216,1) 87%,rgba(32,124,202,1) 99%,rgba(32,124,202,1) 100%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 19%,rgba(41,137,216,1) 87%,rgba(32,124,202,1) 99%,rgba(32,124,202,1) 100%,rgba(125,185,232,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 19%,rgba(41,137,216,1) 87%,rgba(32,124,202,1) 99%,rgba(32,124,202,1) 100%,rgba(125,185,232,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

#upper {
    height: 60px;
}



#lower {
    padding: 3px;
    height: 33px;
    background: rgb(69,72,77); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(69,72,77,1) 19%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(69,72,77,1) 19%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(69,72,77,1) 19%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(69,72,77,1) 19%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(69,72,77,1) 19%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

    #lower p {
        font-size: 12px;
        color: white;
        text-align: center;
    }


#upper input:first-child {
    margin: 18px 0 0 120px;
    height: 23px;
}

#upper .second {
    height: 23px;
    margin-left: 80px;
}



#upper a {
    text-decoration: none;
    color: white;
    margin-left: 20px;
    padding: 6px 8px 6px 8px;
    border-radius: 5px 5px 5px 5px;
    background: -moz-linear-gradient(top, rgba(69,72,77,1) 19%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(69,72,77,1) 19%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(69,72,77,1) 19%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(69,72,77,1) 19%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(69,72,77,1) 19%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}



#upper img {
    width: 20px;
    height: 20px;
    margin: 13px 0 0 70px;
}

#banner {
    height: 300px;
    background: rgb(30,87,153); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(32,124,202,1) 19%, rgba(41,137,216,1) 87%, rgba(32,124,202,1) 99%, rgba(32,124,202,1) 100%, rgba(125,185,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(19%,rgba(32,124,202,1)), color-stop(87%,rgba(41,137,216,1)), color-stop(99%,rgba(32,124,202,1)), color-stop(100%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 19%,rgba(41,137,216,1) 87%,rgba(32,124,202,1) 99%,rgba(32,124,202,1) 100%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 19%,rgba(41,137,216,1) 87%,rgba(32,124,202,1) 99%,rgba(32,124,202,1) 100%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 19%,rgba(41,137,216,1) 87%,rgba(32,124,202,1) 99%,rgba(32,124,202,1) 100%,rgba(125,185,232,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 19%,rgba(41,137,216,1) 87%,rgba(32,124,202,1) 99%,rgba(32,124,202,1) 100%,rgba(125,185,232,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}


.FileUploadStyle div {
    margin-top: -10px;
}

.FileUploadStyle input[type=text] {
    width: 215px !important;
}

.FileUpload input[type=text] {
    visibility: hidden;
    display: none;
}

.titleBar {
    background: linear-gradient(to bottom, #1E5799 0%, #207CCA 19%, #2989D8 87%, #207CCA 99%, #207CCA 100%, #7DB9E8 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #CFCFCF;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 1px #F5F5F5;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 12px;
    margin-top: -4px;
    padding-top: 9px;
    /*text-align: center;*/
    text-shadow: 0 1px #000000;
    height: 22px;
}
