﻿/* CSS Document */

html, body {
    height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #333333;
    font-size: 12px;
    font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
    text-align: center;
    line-height: 1.3em;
}
input
{
	color: #333333;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
textarea
{
	color: #333333;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
select
{
	color: #333333;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

a:link {
	color:rgb(130, 182, 201);
	text-decoration:none;
}
a:visited {
    color: rgb(130, 182, 201);
    text-decoration: none;
}
a:hover {
    color: rgb(130, 182, 201);
    text-decoration: underline;
}
a:active {
    color: rgb(130, 182, 201);
    text-decoration: none;
}

@media (min-width: 1200px) {

    #divContainer {
        width: 1200px;
        position: absolute;
        text-align: left;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: auto;
        left: 50%;
        margin-left: -600px;
        min-height: 400px;
        z-index: 1;
    }

    #divCenter {
        width: 1160px;
        text-align: center;
        margin: 0px 20px 0px 20px;
        float: left;
    }

    #divTop {
        width: 1160px;
        height: 200px;
        text-align: left;
        margin: 0px 20px 0px 20px;
        float: left;
    }
    #divTopMenu {
        margin-top: 20px;
        width: 1160px;
        float: left;
        height: 36px;
        background-color: rgb(130, 182, 201);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

    .divDivider {
        margin-top: 0px;
        width: 1160px;
        float: left;
        height: 8px;
        background-color: rgb(130, 182, 201);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

    #divBottom {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 50px;
        padding-top: 6px;
        text-align: center;
        z-index: 1;
        width: 1160px;
        left: 50%;
        margin-left: -580px;
        background: #FFFFFF;
        visibility: visible;
    }

    .ContentText {
        float: left;
        width: 846px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    #divContainer {
        width: 980px;
        position: absolute;
        text-align: left;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: auto;
        left: 50%;
        margin-left: -490px;
        min-height: 400px;
        z-index: 1;
    }

    #divCenter {
        width: 940px;
        text-align: center;
        margin: 0px 20px 0px 20px;
        float: left;
    }

    #divTop {
        width: 940px;
        height: 200px;
        text-align: left;
        margin: 0px 20px 0px 20px;
        float: left;
    }
    #divTopMenu {
        margin-top: 20px;
        width: 940px;
        float: left;
        height: 36px;
        background-color: rgb(130, 182, 201);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

    .divDivider {
        margin-top: 0px;
        width: 940px;
        float: left;
        height: 8px;
        background-color: rgb(130, 182, 201);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

    #divBottom {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 50px;
        padding-top: 6px;
        text-align: center;
        z-index: 1;
        width: 940px;
        left: 50%;
        margin-left: -470px;
        background: #FFFFFF;
        visibility: visible;
    }

    .ContentText {
        float: left;
        width: 626px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    #divContainer {
        width: 760px;
        position: absolute;
        text-align: left;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: auto;
        left: 50%;
        margin-left: -380px;
        min-height: 400px;
        z-index: 1;
    }

    #divCenter {
        width: 720px;
        text-align: center;
        margin: 0px 20px 0px 20px;
        float: left;
    }

    #divTop {
        width: 720px;
        height: 200px;
        text-align: left;
        margin: 0px 20px 0px 20px;
        float: left;
    }

    #divTopMenu {
        margin-top: 20px;
        width: 720px;
        float: left;
        height: 36px;
        background-color: rgb(130, 182, 201);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

    .divDivider {
        margin-top: 0px;
        width: 720px;
        float: left;
        height: 8px;
        background-color: rgb(130, 182, 201);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

    #divBottom {
        position: fixed;
        bottom: 0;
        height: 50px;
        padding-top: 6px;
        text-align: center;
        z-index: 1;
        width: 720px;
        left: 50%;
        margin-left: -360px;
        visibility: visible;
    }

    .ContentText {
        float: left;
        width: 406px;
    }
}


@media (min-width: 768px){

    .HomeLink {
        width: 389px;
        height: 86px;
    }

    #divLogo, #divLogoPortal {
        float: left;
        height: 86px;
        width: 389px;
        margin-top: 20px;
        margin-left: 0px;
        background-size: 389px 86px;
    }

    #divLogo {
        background-image: url(../bg/logo_Junction_Cloud_Box.svg);
    }

    #divLogoPortal {
        background-image: url(../bg/logo_Junction_Cloud.svg);
    }


    #divTopLeft {
        width: 390px;
        height: 120px;
        text-align: left;
        margin: 0px auto auto 0px;
        float: left;
    }

    #divTopright {
        width: 239px;
        height: 86px;
        text-align: left;
        margin: 35px 0px auto auto;
        float: right;
        visibility: visible;
    }

    .divToprightInner {
        margin: 10px auto auto 10px;
        width: 253px;
        float: left;
    }

    .spTopRightHeader {
        width: 100%;
        float: left;
        color: rgb(130, 182, 201);
        font-weight: bold;
        font-size: 14px;
        margin-bottom:4px;
    }
    .spTopRightText {
        width:100%; 
        margin-top:4px; 
        float:left;
        font-size:12px;
    }

    .ContentBanner {
        float:right;
        width:274px;
    }

    .divContentright {
        margin: 10px auto auto 10px;
        width: 254px;
        float: left;
    }
    .ContentBannerImage {
        width:253px;
    }
    .ContentBannerDivider {
        height: 4px;
        margin-top: 2px;
        width: 253px;
    }
    .ContentBannerText {
        margin-top: 10px;
        width: 253px;
        float: left;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
    }
}

@media (min-width : 600px) and (max-width : 768px) {

    #divContainer {
        width: 580px;
        position: absolute;
        text-align: left;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: auto;
        left: 50%;
        margin-left: -290px;
        min-height: 400px;
        z-index: 1;
    }

    #divCenter {
        width: 580px;
        text-align: center;
        margin: 0px 10px 0px 10px;
        float: left;
    }

    #divTop {
        width: 580px;
        height: 140px;
        text-align: left;
        margin: 0px 10px 0px 10px;
        float: left;
    }

    #divTopMenu {
        margin-top: 4px;
        width: 580px;
        float: left;
        height: 36px;
        background-color: rgb(130, 182, 201);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

    .divDivider {
        margin-top: 0px;
        width: 580px;
        float: left;
        height: 8px;
        background-color: rgb(130, 182, 201);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

    #divBottom {
        position: fixed;
        bottom: 0;
        height: 50px;
        padding-top: 6px;
        text-align: center;
        z-index: 1;
        width: 580px;
        left: 50%;
        margin-left: -290px;
        background: #FFFFFF;
        visibility: visible;
    }

    .ContentText {
        float: left;
        width: 406px;
    }

    .HomeLink {
        width: 200px;
        height: 44px;
    }

    #divLogo, #divLogoPortal {
        float: left;
        height: 44px;
        width: 200px;
        margin-top: 20px;
        margin-left: 0px;
        background-size: 200px 44px;
    }

    #divLogo{
        background-image: url(../bg/logo_Junction_Box.svg);
    }

    #divLogoPortal {
        background-image: url(../bg/logo_Junction_Cloud.svg);
    }


    #divTopLeft {
        width: 200px;
        height: 80px;
        text-align: left;
        margin: 0px auto auto 0px;
        float: left;
    }

    #divTopright {
        width: 160px;
        text-align: left;
        margin: 10px 0px auto auto;
        float: right;
        padding: 6px;
        visibility: visible;
    }

    .divToprightInner {
        width: 148px;
        float: left;
    }

    .spTopRightHeader {
        width: 100%;
        float: left;
        color: rgb(130, 182, 201);
        font-weight: bold;
        font-size: 12px;
        margin-bottom: 2px;
    }

    .spTopRightText {
        width: 100%;
        margin-top: 2px;
        float: left;
        font-size: 10px;
    }


    .ContentBanner {
        float: right;
        width: 122px;
    }

    .divContentright {
        margin: 4px auto auto 4px;
        width: 114px;
        float: left;
    }

    .ContentBannerImage {
        width: 114px;
    }

    .ContentBannerDivider {
        height: 4px;
        margin-top: 2px;
        width: 114px;
    }

    .ContentBannerText {
        margin-top: 10px;
        width: 114px;
        float: left;
        font-weight: bold;
        font-size: 12px;
        text-align: center;
    }
}

@media (min-width : 480px){

    .TopMenuLink, .TopMenuLinkSelected {
        float: left;
        vertical-align: top;
        text-align: center;
        margin-left: 40px;
        margin-top: 10px;
        font-size: 14px;
        font-weight: bold;
    }

    #divContact {
        float: left;
        margin-left: 10px;
        margin-top: 10px;
        width: 80%;
        visibility: hidden;
    }
}

@media (min-width : 480px) and (max-width : 767px) {

    #divContainer {
        width: 480px;
        position: absolute;
        text-align: left;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: auto;
        left: 50%;
        margin-left: -240px;
        min-height: 200px;
        z-index: 1;
    }

    #divCenter {
        width: 460px;
        text-align: center;
        margin: 0px 6px 0px 6px;
        float: left;
    }

    #divTop {
        width: 460px;
        height: 140px;
        text-align: left;
        margin: 0px 10px 0px 10px;
        float: left;
    }

    #divTopMenu {
        margin-top: 4px;
        width: 460px;
        float: left;
        height: 36px;
        background-color: rgb(130, 182, 201);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

    .divDivider {
        margin-top: 0px;
        width: 460px;
        float: left;
        height: 8px;
        background-color: rgb(130, 182, 201);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

    #divBottom {
        position: fixed;
        bottom: 0;
        height: 50px;
        padding-top: 6px;
        text-align: center;
        z-index: 1;
        width: 460px;
        left: 50%;
        margin-left: -230px;
        background: #FFFFFF;
        visibility: hidden;
    }

    .HomeLink {
        width: 200px;
        height: 44px;
    }

    #divLogo, #divLogoPortal {
        float: left;
        height: 44px;
        width: 200px;
        margin-top: 20px;
        margin-left: 0px;
        background-size: 200px 44px;
    }

    #divLogo {
        background-image: url(../bg/logo_Junction_Box.svg);
    }

    #divLogoPortal {
        background-image: url(../bg/logo_Junction_Cloud.svg);
    }


    #divTopLeft {
        width: 200px;
        height: 80px;
        text-align: left;
        margin: 0px auto auto 0px;
        float: left;
    }

    #divTopright {
        width: 160px;
        text-align: left;
        margin: 10px 0px auto auto;
        float: right;
        padding: 6px;
        visibility: visible;
    }

    .divToprightInner {
        width: 148px;
        float: left;
    }

    .spTopRightHeader {
        width: 100%;
        float: left;
        color: rgb(130, 182, 201);
        font-weight: bold;
        font-size: 12px;
        margin-bottom: 2px;
    }

    .spTopRightText {
        width: 100%;
        margin-top: 2px;
        float: left;
        font-size: 10px;
    }

    .ContentText {
        float: left;
        width: 300px;
    }

    .ContentBanner {
        float: right;
        width: 122px;
    }

    .divContentright {
        margin: 4px auto auto 4px;
        width: 114px;
        float: left;
    }

    .ContentBannerImage {
        width: 114px;
    }

    .ContentBannerDivider {
        height: 4px;
        margin-top: 2px;
        width: 114px;
    }

    .ContentBannerText {
        margin-top: 10px;
        width: 114px;
        float: left;
        font-weight: bold;
        font-size: 12px;
        text-align: center;
    }
}
@media (max-width: 479px) {

    .TopMenuLink, .TopMenuLinkSelected {
        float: left;
        vertical-align: top;
        text-align: center;
        margin-left: 16px;
        margin-top: 6px;
        font-size: 11px;
        font-weight: bold;
    }

    #divContainer {
        width: 100%;
        float: left;
        text-align: left;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: auto;
        margin-left: 0px;
        min-height: 100px;
    }

    #divCenter {
        width: 100%;
        text-align: center;
        float: left;
    }

    #divTop {
        width: 100%;
        height: 140px;
        text-align: left;
        margin: 0px;
        float: left;
    }

    #divTopMenu {
        margin-top: 4px;
        width: 100%;
        float: left;
        height: 30px;
        background-color: rgb(130, 182, 201);
    }

    .divDivider {
        margin-top: 0px;
        width: 100%;
        float: left;
        height: 4px;
        background-color: rgb(130, 182, 201);
    }

    #divBottom {
        float:left;
        text-align: center;
        width: 100%;
        background: #FFFFFF;
        visibility: hidden;
    }

    .HomeLink {
        width: 200px;
        height: 44px;
    }

    #divLogo, #divLogoPortal {
        float: left;
        height: 44px;
        width: 200px;
        margin-top: 10px;
        margin-left: 0px;
        background-size: 200px 44px;
    }

    #divLogo {
        background-image: url(../bg/logo_Junction_Box.svg);
    }

    #divLogoPortal {
        background-image: url(../bg/logo_Junction_Cloud.svg);
    }


    #divTopLeft {
        width: 200px;
        height: 54px;
        text-align: left;
        margin: 0px auto auto 0px;
        float: left;
    }

    #divTopright {
        width: 160px;
        text-align: left;
        margin: 10px 0px auto auto;
        float: right;
        padding: 6px;
        visibility:hidden;
    }

    .divToprightInner {
        width: 148px;
        float: left;
    }

    .spTopRightHeader {
        width: 100%;
        float: left;
        color: rgb(130, 182, 201);
        font-weight: bold;
        font-size: 12px;
        margin-bottom: 2px;
    }

    .spTopRightText {
        width: 100%;
        margin-top: 2px;
        float: left;
        font-size: 10px;
    }

    .ContentText {
        float: left;
        margin-left: 10px;
        width: 80%;
    }

    .ContentBanner {
        float: left;
        margin-left: 10px;
        margin-top: 10px;
        width: 80%;
    }

    #divContact {
        float: left;
        margin-left: 10px;
        margin-top: 10px;
        width: 80%;
        visibility: visible;
        padding:8px;
    }

    .divContentright {
        margin-left: 10%;
        width: 80%;
        float: left;
        text-align: center;
    }

    .ContentBannerImage {
        width: 100%;
    }

    .ContentBannerDivider {
        height: 2px;
        margin-top: 2px;
        width: 100%;
    }

    .ContentBannerText {
        margin-top: 6px;
        width: 100%;
        float: left;
        font-weight: bold;
        font-size: 12px;
        text-align: center;
    }
}

    .divGreyBorder {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
        border-radius: 12px;
        border: 1px solid #CCCCCC;
    }



    .btnBlue {
        padding-top: 4px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 4px;
        background-color: rgb(130, 182, 201);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        font-weight: bold;
        color: #FFFFFF;
        font-size: 12px;
    }

    a.btnBlue:link {
        color: #FFFFFF;
        text-decoration: none;
    }

    a.btnBlue:visited {
        color: #FFFFFF;
        text-decoration: none;
    }

    a.btnBlue:hover {
        color: #FFFFFF;
        text-decoration: underline;
    }

    a.btnBlue:active {
        color: #FFFFFF;
        text-decoration: none;
    }



    a.TopMenuLink:link {
        color: #FFFFFF;
        text-decoration: none;
    }

    a.TopMenuLink:visited {
        color: #FFFFFF;
        text-decoration: none;
    }

    a.TopMenuLink:hover {
        color: #FFFFFF;
        text-decoration: underline;
    }

    a.TopMenuLink:active {
        color: #FFFFFF;
        text-decoration: none;
    }


    a.TopMenuLinkSelected:link {
        color: #CCCCCC;
        text-decoration: none;
    }

    a.TopMenuLinkSelected:visited {
        color: #CCCCCC;
        text-decoration: none;
    }

    a.TopMenuLinkSelected:hover {
        color: #CCCCCC;
        text-decoration: none;
    }

    a.TopMenuLinkSelected:active {
        color: #CCCCCC;
        text-decoration: none;
    }

    a.TopMenuLinkSelected_2:link {
        color: #FFFFFF;
        text-decoration: none;
        background: #4B4B4B;
    }

    a.TopMenuLinkSelected_2:visited {
        color: #FFFFFF;
        text-decoration: none;
        background: #4B4B4B;
    }

    a.TopMenuLinkSelected_2:hover {
        color: #FFFFFF;
        text-decoration: none;
        background: #4B4B4B;
    }

    a.TopMenuLinkSelected_2:active {
        color: #FFFFFF;
        text-decoration: none;
        background: #4B4B4B;
    }

    a.WhiteSelected:link {
        color: #FFFFFF;
        text-decoration: none;
    }

    a.WhiteSelected:visited {
        color: #FFFFFF;
        text-decoration: none;
    }

    a.WhiteSelected:hover {
        color: #FFFFFF;
        text-decoration: underline;
    }

    a.WhiteSelected:active {
        color: #FFFFFF;
        text-decoration: none;
    }

    #divTopChildMenu {
        font-size: 14px;
        height: 24px;
        margin: 0px auto auto auto;
        float: left;
        text-align: center;
        width: 100%;
    }

    .TopChildMenuLink {
        color: #666666;
        font-size: 12px;
        font-weight: bold;
        margin-right: 16px;
    }

    a.TopChildMenuLink:link {
        color: #666666;
        text-decoration: none;
    }

    a.TopChildMenuLink:visited {
        color: #666666;
        text-decoration: none;
    }

    a.TopChildMenuLink:hover {
        color: #666666;
        text-decoration: underline;
    }

    a.TopChildMenuLink:active {
        color: #666666;
        text-decoration: none;
    }

    #divTopSubMenu {
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold;
        height: 24px;
        float: left;
        width: 710px;
        margin-top: 6px;
        margin-left: 0px;
        text-align: right;
    }

    .WhiteMenuLink {
        color: #FFFFFF;
        font-size: 13px;
        font-weight: bold;
        margin-right: 20px;
    }

    a.WhiteMenuLink:link, a.btnSubmitForm:link {
        color: #FFFFFF;
        text-decoration: none;
    }

    a.WhiteMenuLink:visited, a.btnSubmitForm:visited {
        color: #FFFFFF;
        text-decoration: none;
    }

    a.WhiteMenuLink:hover, a.btnSubmitForm:hover {
        color: #FFFFFF;
        text-decoration: underline;
    }

    a.WhiteMenuLink:active, a.btnSubmitForm:active {
        color: #FFFFFF;
        text-decoration: none;
    }

}
.divBottomMenuItems {
    width: 1000px;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-Bottom: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    background: #4B4B4B;
    box-shadow: 0px 3px 6px #666666;
}
.GreyMenuLink {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin-right: 20px;
}

a.GreyMenuLink:link{
    color: #FFFFFF;
    text-decoration: none;
}

a.GreyMenuLink:visited {
    color: #FFFFFF;
    text-decoration: none;
}

a.GreyMenuLink:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

a.WhiteMenuLink:active {
    color: #FFFFFF;
    text-decoration: none;
}
.btnSubmitForm {
    float: left;
    vertical-align: top;
    text-align: center;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-Bottom: 8px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    background: #333333;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
}
.RoundedTextrForm {
    float: left;
    vertical-align: top;
    text-align: left;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    background: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    color: #333333;
    margin-bottom:10px;
    min-height:24px;
}
/**/
.spLogo {
    float: left;
    height: 83px;
    width: 108px;
    margin: 12px auto auto 35px;
}
.spMenu {
    float: left;
    min-height: 83px;
    width: 807px;
    margin: 12px auto auto 10px;
}
.spMenuFull {
    float: left;
    min-height: 83px;
    width: calc(100% - 183px);
    margin: 12px auto auto 10px;
    border:3px solid #333333;
}
.spMenuButton {
    float: left;
    min-height: 20px;
    margin: 0px 10px auto 0px;
}
.spMenuSearch {
    float: left;
    min-height: 30px;
    width: 700px;
    margin: 20px auto auto 10px;
}
.spUser {
    float: left;
    text-align:right;
    height: 20px;
    width: 200px;
    margin: 36px 30px auto 10px;
}
.spUserFull {
    float: right;
    text-align: right;
    height: 20px;
    width: 200px;
    margin: 36px 30px auto auto;
}
.spUserOuter {
    float: right;
    text-align: right;
    height: 108px;
    width: 250px;
    margin: 0px 0px auto auto;
    background: url(../bg/bg_Top_Right.png) no-repeat;
    background-position:right;
}

.CalendarImage {
    margin-left: -2px;
}
/*Grid rows style*/
.DisplayRight{
    text-align:right;
}
/* table Outer */

/* table Error/Success */

/* Form elements 
    LM Left Menu
*/

.btn_One_LM,
.btn_One_LM_A {
    padding-left: 0px;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
}
    a.btn_One_LM:link, a.btn_One_LM:visited, a.btn_One_LM:active,
    a.btn_One_LM_A:link, a.btn_One_LM_A:visited, a.btn_One_LM_A:active {
        text-decoration: none;
        color: #FFF;
    }
    a.btn_One_LM:hover,
    a.btn_One_LM_A:hover {
        text-decoration: underline;
        color: #FFF;
    }

.btn_One_Small, .btn_Two_Small, .btn_Three_Small, .btn_Four_Small, .btn_Five_Small, .btn_Six_Small {
    padding: 3px 4px 3px 4px;
    margin-left: 4px;
    text-align: center;
    text-shadow: none;
    font-size: 10px;
    display: inline-block;
    margin-top: 0px;
    border: 0px solid #FFFFFF;
    font-weight:normal;
}
.btn_Four_Small. .btn_Five_Small {
    padding: 2px 4px 2px 4px;
}

.btn_One_Small {
    background-color: rgb(205, 75, 13);
    color: #FFFFFF;
}
.btn_Two_Small {
    background-color: #FFFFFF;
    color: #333333;
}
.btn_Three_Small {
    background-color: #333333;
    color: #FFFFFF;
}
.btn_Four_Small {
    background-color: #FFFFFF;
    color: rgb(0, 126, 133);
    border: 1px solid rgb(0, 126, 133);
}

.btn_Five_Small {
    color: #FFFFFF;
    font-weight:bold;
    border: 1px solid rgb(0, 126, 133);
}

.btn_Six_Small {
    background-color: #CCCCCC;
    color: #333333;
}

.btn_One,
.btn_One_A,
.btn_Two,
.btn_Two_A,
.btn_Three,
.btn_Three_A,
.btn_Four,
.btn_Five,
.btn_Six,
.btn_Seven,
.btn_Seven_Last,
.btn_Eight,
.btn_Ten {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: 10px;
    text-align: center;
    text-shadow: none;
    font-size: 12px;
    display: inline-block;
    margin-top: 6px;
}
.btn_One {
    background-color: #FFFFFF;
    padding-Left: 6px;
    padding-Right: 6px;
}
.btn_One_A {
    background-color: #E6E7E7;
    width: 83px;
}
.btn_Two {
    background-color: #E1E1E1;
    padding-Left: 6px;
    padding-Right: 6px;
    border:1px solid #666666;
}
.btn_Two_A {
    background-color: #9cb46f;
    width: 83px;
}
.btn_Three {
    background-color: #b7cbe1;
    width: 83px;
}
.btn_Three_A {
    background-color: #7397be;
    width: 83px;
}
.btn_Four {
    background-color: #d7a2a2;
    width: 83px;
}
.btn_Five {
    background-color: #929292;
    width: 83px;
    color: #FFFFFF;
}
.btn_Six {
    background-color: rgb(235, 178, 47);
    width: 83px;
    color: #333333;
}
.btn_Seven {
    background-color: rgb(205, 75, 13);
    color: #FFFFFF;
    border-top: 1px solid #333333;
    border-right: 0px solid #333333;
    border-bottom: 0px solid #333333;
    border-left: 1px solid #333333;
    font-weight: bold;
    font-size: 13px;
    padding-top: 6px;
    padding-Left: 9px;
    padding-Right: 9px;
    margin: 80px auto 0px -5px;
    z-index: 999;
}
.btn_Eight {
    background-color: #666666;
    color: #FFFFFF;
    border-top: 1px solid #333333;
    border-right: 0px solid #333333;
    border-bottom: 0px solid #333333;
    border-left: 1px solid #333333;
    font-weight: bold;
    font-size: 13px;
    padding-top: 6px;
    padding-Left: 9px;
    padding-Right: 9px;
    margin: 80px auto 0px -5px;
    z-index: 999;
}
.btn_Nine {
    float:right;
}
.btn_Ten {
    background-color: rgb(0, 126, 133);
    color: #FFFFFF;
    border-top: 0px solid #FFFFFF;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #666666;
    padding-top: 6px;
    padding-Left: 6px;
    padding-Right: 6px;
    margin-left: -6px;
    margin-top: -4px;
}
a.btn_One:link, a.btn_One:visited, a.btn_One:active,
a.btn_One_Small:link, a.btn_One_Small:visited, a.btn_One_Small:active,
a.btn_Two_Small:link, a.btn_Two_Small:visited, a.btn_Two_Small:active,
a.btn_Three_Small:link, a.btn_Three_Small:visited, a.btn_Three_Small:active,
a.btn_Four_Small:link, a.btn_Four_Small:visited, a.btn_Four_Small:active,
a.btn_Five_Small:link, a.btn_Five_Small:visited, a.btn_Five_Small:active,
a.btn_Six_Small:link, a.btn_Six_Small:visited, a.btn_Six_Small:active,
a.btn_One_A:link, a.btn_One_A:visited, a.btn_One_A:active,
a.btn_Two:link, a.btn_Two:visited, a.btn_Two:active,
a.btn_Two_A:link, a.btn_Two_A:visited, a.btn_Two_A:active,
a.btn_Three:link, a.btn_Three:visited, a.btn_Three:active,
a.btn_Four:link, a.btn_Four:visited, a.btn_Four:active,
a.btn_Five:link, a.btn_Five:visited, a.btn_Five:active,
a.btn_Seven:link, a.btn_Seven:visited, a.btn_Seven:active,
a.btn_Seven_Last:link, a.btn_Seven_Last:visited, a.btn_Seven_Last:active,
a.btn_Eight:link, a.btn_Eight:visited, a.btn_Eight:active,
a.btn_Ten:link, a.btn_Ten:visited, a.btn_Ten:active, a.btn_Ten:hover,
a.btn_Nine:link, a.btn_Nine:visited, a.btn_Nine:active {
    text-decoration: none;
}
a.btn_Five:link, a.btn_Five:visited, a.btn_Five:active,
a.btn_One_Small:link, a.btn_One_Small:visited, a.btn_One_Small:active,
a.btn_Five_Small:link, a.btn_Five_Small:visited, a.btn_Five_Small:active,
a.btn_Three_Small:link, a.btn_Three_Small:visited, a.btn_Three_Small:active,
a.btn_Special:link, a.btn_Special:visited, a.btn_Special:active,
a.btn_Seven:link, a.btn_Seven:visited, a.btn_Seven:active, a.btn_Seven:hover,
a.btn_Eight:link, a.btn_Eight:visited, a.btn_Eight:active, a.btn_Eight:hover,
a.btn_Nine:link, a.btn_Nine:visited, a.btn_Nine:active, a.btn_Nine:hover,
a.btn_Ten:link, a.btn_Ten:visited, a.btn_Ten:active, a.btn_Ten:hover {
    color: #FFFFFF;
}
a.btn_Two_Small:link, a.btn_Two_Small:visited, a.btn_Two_Small:active,
a.btn_Six_Small:link, a.btn_Six_Small:visited, a.btn_Six_Small:active {
    color: #333333;
}
a.btn_Four_Small:link, a.btn_Four_Small:visited, a.btn_Four_Small:active {
    color: rgb(0, 126, 133);
}
a.btn_One:hover,
a.btn_One_Small:hover,
a.btn_Two_Small:hover,
a.btn_Four_Small:hover,
a.btn_Five_Small:hover,
a.btn_Six_Small:hover,
a.btn_One_A:hover,
a.btn_Two:hover,
a.btn_Two_A:hover,
a.btn_Three:hover,
a.btn_Three_Small:hover,
a.btn_Four:hover,
a.btn_Five:hover,
a.btn_Seven:hover,
a.btn_Seven_Last:hover,
a.btn_Eight:hover {
    text-decoration: underline;
}
.btn_Special {
    background: rgb(0, 126, 133);
    color: #FFFFFF;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    margin-right: -4px;
    margin-top: -4px;
    float: right;
    width: 12px;
    height: 16px;
    text-align:center;
    vertical-align:central;
}
/*table styles*/
.tblRepeater_One, .tblRepeater_Two {
    border-collapse: collapse;
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
    float: left;
}

    .tblRepeater_One td, .tblRepeater_One th, .tblRepeater_Two td, .tblRepeater_Two th {
        border: 1px solid #ddd;
        padding: 4px;
        font-size: 11px;
    }

    .tblRepeater_One tr:nth-child(even), .tblRepeater_Two tr:nth-child(even) {
        background-color: #F7F7F7;
    }

    .tblRepeater_One tr:hover, .tblRepeater_Two tr:hover {
        background-color: #F2F2F2;
    }

    .tblRepeater_One th, .tblRepeater_Two th {
        padding-top: 6px;
        padding-bottom: 6px;
        text-align: left;
        color: white;
    }

    .tblRepeater_One th {
        background-color: #333333;
    }

    .tblRepeater_Two th {
        background-color: rgb(205, 75, 13);
    }
        /*table child*/
        .tblRepeater_Child {
            border-collapse: collapse;
            width: 100%;
            margin-left: 0px;
            margin-top: 0px;
            float: left;
        }

    .tblRepeater_Child td, .tblRepeater_Child th {
        border: 0px solid #FFFFFF;
        padding: 0px;
        font-size: 11px;
        width:60px;
    }

    .tblRepeater_Child tr:nth-child(even) {
        background-color: rgba(0,0,0,0);
    }

    .tblRepeater_Child tr:hover {
        background-color: rgba(0,0,0,0);
    }

    .tblRepeater_Child th {
        padding-top: 6px;
        padding-bottom: 6px;
        text-align: left;
        background-color: rgb(0, 126, 133);
        color: white;
    }
/*table status*/
.tblRepeater_Status {
    border-collapse: collapse;
    margin-top: -6px;
    margin-left: -6px;
    float: left;
}

    .tblRepeater_Status tr:nth-child(even) {
        background-color: rgba(0,0,0,0);
    }

    .tblRepeater_Status tr:hover {
        background-color: rgba(0,0,0,0);
    }

    .tblRepeater_Status td, .tblRepeater_Status th {
        border: 0px solid #FFFFFF;
        font-size: 10px;
        font-weight: bold;
        padding-top: 4px;
        padding-left: 4px;
        height: 20px;
        white-space: nowrap;
    }
.tblRepeaterHome {
    background: url(../bg/bg_Main.jpg) repeat-y;
    background-position: center;
}

.divHeaderTextWebHome table {
    border: 10px solid #FFFFFF;
}

.divHeaderTextWebHome th {
    border: 2px solid #FFFFFF;
    padding-left: 4px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    font-size:14px;
    font-weight:bold;
}
.divHeaderTextWebHome td {
    border: 2px solid #FFFFFF;
    padding-left: 4px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
}
