/* General */
body{
    font: 75%/150% Neo Sans W01, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #6d6f71;
    margin: 0;
    padding: 0;
}

ul, h1, p {
    margin: 0;
    padding: 0;
}

td {
    height: 15px;
}

.wrapper, .wrapper2{
    width: 100%;
    margin: 20px auto;
}

.top, top2{
    width: 100%;
    padding-top: 1px;
}

.top > div, .top2 > div{
        margin: 0 auto;
        width:100%;
        height:30px;
        position:relative;
}

/*remove the FIA WEB TOP IMAGE*/
.top > div > img, .top2 > div > img{
      display:none;
}

.top .LoginBox {
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #333333;
}

.main{
    width: 100%;
    overflow: hidden;
}

/* ----------------- Login page ---------------------------------------------- */
.top .LoginBox > .LoginDiv {
    width: 75%;
    float: left;
    padding: 5px 0 5px 10px;
    display: inline;
}

.top .LoginBox span, .wrapper > .top .LoginBox a {
    color: #000000;
    font-size: 13px;
}

.top .LoginBox > .LoginDiv input {
    padding: 5px;
    border: 1px dotted #000000;
    margin: 0px 7px 0px 7px;
}

.top .LoginBox > .RightDiv {
   
    padding: 0px 10px;
    line-height: 35px;
    float: none !important;
    display: inline;
}

.top .LoginBox > .RightDiv a:first-child {
    padding-right: 10px;
    border-right: 1px solid #000000;
    margin-right: 6px;
}

#customerInfo {
    background: url(images/bg_customerInfo.jpg) bottom left no-repeat #fff;
    /*position: relative;*/
    height: 100%;
    width: 100%;
    margin: 0px !important;
    border-top: none !important;
}

.box h2 {
    color: #000000;
    font-size: 16px;
}
/* --------------------------------------------------------------------------- */

.CustomValidationRegexAndText, .CustomValidationRequiredText {
    display: none;
}

.HelpText > img {
    float: left;
    margin: 2px 0px 0px 5px;
}

.HelpText > p, .HelpText > div {
    margin: 7px 0px 0px 40px;
}

.NextDiv > a:hover {
    background-color: #EAEAEA;
}

/* ---------------------- Top menu -------------------------------------------- */
.TopMenu {
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #333333;
}

.TopMenu > li {
    display: inline;
    float: left;
    margin: 0;
}

.TopMenu > li > a {
    text-decoration: none;
    display: block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #000000;
    font-size: 13px;
    border-radius: 2px;
}

.TopMenu > li.menu_selected > a, .TopMenu > li.menu_selected > a:hover {
    /*background-color: #EAEAEA;*/
    font-weight: 800;
    font-size: 14px;
}

/* --------------------------------------------------------------------------- */
.LeftDiv {
    float: left;
}

.RightDiv {
    float: right;
}

/* ------------------------ Database ----------------------------------------- */
a.NewOrderMenu {
    display: block;
    width: 100%;
    height: 100%;
    color: #58595B;
    text-decoration: none;
}

td.NewOrderMenu {
    /*background-color: #e3e4e5;*/
    color: black;
    height: 15px;
    /*padding-left: 9px;*/
}
.LeftDiv tr{
    /*line-height: 30px;*/
}

.LeftDiv tr input[type=text] {
    padding: 4px 10px;
}

/*#ctl00_MasterContent_btnSearch{*/

.LeftDiv tr input[type=submit] {
    padding: 10px 40px;
}
/* --------------------------------------------------------------------------- */

.main .SubMenu {
    width: 100%;
    margin: 0 auto;
    background-color: #EAEAEA;
    height: 43px;
    position: relative;
    padding-top: 10px;
}

.main .Content {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

.main .SubMenu > h1 {
    padding-top: 7px;
    padding-left: 10px;
}

.main .SubMenu ul {
    position: absolute;
    right: 15px;
    bottom: 0;
    list-style: none outside;
}

.main .SubMenu ul > li:hover, .main .SubMenu ul > li.selected {
    background: url(bg_submenu_a.png) no-repeat;
    padding-left: 15px;
    display: inline-block;
    color: #666;
    cursor: pointer;
    font-size: 12px;
    background-color: #FFFFFF;
    padding: 0px 15px 0px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.main .SubMenu ul > li {
    display: inline-block;
    float: left;
    margin: 0 2px;
    padding: 0 15px 0 15px;
    height: 33px;
    line-height: 33px;
}

.main .Content > .LeftDiv, .main .Content > .RightDiv {
    width: 49%;
}

.LeftDiv .ContentBlock, .RightDiv .ContentBlock {
    line-height: 25px;
}

.main .Content .ContentBlock {
    background-color: #F6F6F6;
    padding: 5px 5px 10px 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    border-radius: 1ex;
}

.main .Content .ContentBlock > span {
    position: absolute;
    top: 10px;
    left: 10px;
    /*width: 20%*/
}

.main .Content .ContentBlock > input[type=text] {
    width: 80%;
    float: right;
    border: 1px solid #eee;
    line-height: 1.6em;
    background-color: #FFFFFF;
    padding: 5px 10px 5px 10px;
}

.main .Content .ContentBlock .SubBlock {
    background-color: white;
    padding: 5px;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
    clear:right; /* Add by PK*/
}

.HelpText{
    background-color: #FFFEF7;
    float: left;
    padding: 5px;
    overflow: hidden;
    border-radius: 1ex;
    border: 1px solid #DCDADA;
    width: 75%;
}

.NextDiv{
    width: 15%;
    float: right;
    padding: 12px;
}

.NextDiv > a{
    background-color: #EAEAEA;
    padding: 11px 40px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    vertical-align: middle;
    border: 1px solid #CCCCCC;
    width: auto;
    height: auto;
    background: none
}

.NextDiv > a > span{
    color:#000000;
}

.NextDiv > a:hover{
    background-color: #FFFFFF;
}

.DeleteDiv{
    margin: 0px;
    width: 15%;
    float: right;
    padding: 12px;
}

.DeleteDiv > a{
    background-color: #EAEAEA;
    padding: 11px 40px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    vertical-align: middle;
    border: 1px solid #CCCCCC;
    width: auto;
    height: auto;
    background: none
}

.DeleteDiv > a > span{
    color: #000000;
}

.main .Content .ContentBlock .SubBlock > select {
    width: 345px;
    height: 26px;
    float: right;
    border: 1px solid #eee;
}

.main .Content .ContentBlock .Header {
    padding: 10px;
}

.main .Content .ContentBlock .Header .Left {
    float: right;
    margin-right: 120px;
}

.main .Content .ContentBlock .Header .Right {
    float: right;
    margin-right: 60px;
}

.main .Content .ContentBlock > select {
    width: 350px;
    height: 26px;
    margin-top: -2px;
    float: right;
    border: 1px solid #eee;
}

.main .Content .ContentBlock .SubBlock > span {
    position: absolute;
    top: 10px;
    left: 10px;
}

.main .Content .ContentBlock .SubBlock .SelectMiddle {
    width: 140px;
    float: right;
    margin-right: 10px;
}

.main .Content .ContentBlock .SubBlock .SelectRight {
    width: 140px;
    float: right;
}

.main .Content .ContentBlock .SubBlock > input[type=checkbox] {
    float: right;
    margin-right: 70px;
}

.main .Content .ContentBlock .SubBlock > input[type=checkbox] ~ input[type=checkbox] {
    margin-right: 140px;
}

.main .Content .ContentBlock .SubBlock .CheckBoxMiddle {
    margin-right: 130px !important;
}

.main .Content .ResultBlock, .main .Content .ResultBlockInline {
    height: 20px;
}

.main .Content .SpanResult {
    left: 180px !important;
}

.main .Content .SpanResultRight {
    left: 325px !important;
}


a#ctl00_topContent_hlForgotPassword{
    text-decoration: none;
}


a#ctl00_topContent_hlNewCustomer{
    text-decoration: none;
}

a#ctl00_topContent_btnLogin{
    background-color: #dedede;
    padding: 6px 20px;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #b1adad;
}

a#ctl00_MasterContent_lbProfile {
    color: #000000;
    text-decoration: none;
}

a#ctl00_MasterContent_lbOverview {
    color: #000000;
    text-decoration: none;
}

a#ctl00_MasterContent_lbLast {
    color: #000000;
    text-decoration: none;
}

a#ctl00_MasterContent_lbModel {
    color: #000000;
    text-decoration: none;
}

a#ctl00_MasterContent_lbSole{
    color: #000000;
    text-decoration: none;
}

a#ctl00_MasterContent_lbResult{
    color: #000000;
    text-decoration: none;
}

a#ctl00_MasterContent_lbPatient{
    color: #000000;
    text-decoration: none;
}
a#ctl00_MasterContent_lbDownload{
    color: #000000 !important;
    text-decoration: none !important;
}

td.NewOrderMenu {
    line-height: 25px;
}
