/*-- � 2014 LHTAC CSS Document --*/
/*-- Framework --*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

* {
    margin: 0;
}

img {
    border: 0;
    vertical-align: middle;
}

body {
    font-family: "Arial", sans serif;
    font-size: .875em;
}

h1 {
    font-size: 1.25em;
    padding: 0.62em 0;
    font-weight: 600;
}

h2 {
    font-size: 1.125em;
    padding: 0.62em 0;
    font-weight: 600;
}

h3 {
    font-size: 1.17em;
    padding: 0.62em 0.4em;
}

p {
    padding: 0.62em 0.4em;
}

.Header,
.Footer,
.Aside,
.MainNav,
.Article,
.Section {
    display: block;
}

.Invalid {
    color: #ff0000;
}

.NoUnderline {
    text-decoration: none !important;
}

.ListMargin {
	margin: 4px 0;
}

.NoSpan {
    width: 100%;
    float: none !important;
    clear: none !important;
    display: inline !important;
}

li.NoSpanTele span:first-child {
	width: 100% !important;
	float: none !important;
	clear: none !important;
	display: inline !important;
}

.NoFlt {
    float: none !important;
    clear: none !important;
}

.Inner {
    padding: 0 20px;
}

.NoBorder {
    border: 0 none !important;
}

.BgWhite {
    background: #fff;
}

input::-webkit-input-placeholder {
    color: #999 !important;
}

input::-moz-placeholder {
    color: #999 !important;
}

input:-moz-placeholder { /* Older versions of Firefox */
    color: #999 !important;
}

input:-ms-input-placeholder {
    color: #999 !important;
}

::-moz-selection {
    background: #00538A;
    color: #fff;
}

/*-- End ----------------*/
/*-- Content Framework --*/

.Image {
    background: url(../Images/TestImg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.HeaderWrapper {
    width: 100%;
}

.Header {
    width: 1024px;
    height: 85px;
    margin: 0 auto;
    padding: 0;
}

    .Header img {
        float: left;
        padding: 10px 0 0 0;
    }


.HeaderTitle {
    clear: both;
    text-align: left;
}

    .HeaderTitle h1 {
        margin: 0;
        padding: 0;
    }

.HeaderColumn {
    position: relative;
    bottom: 0;
    float: left;
    margin-right: 2px;
    padding: 0 4px;
}

    .HeaderColumn:last-child {
        margin: 8px 10px 0 0;
        float: right;
    }

.Heading {
    margin: 0;
    padding: 0 0 5px 0;
    overflow: hidden;
}

    .Heading span {
        margin: 0;
        padding: 0;
        display: block;
    }

    .Heading .HeadingTitle {
        font-size: 1.25em;
        font-weight: 600 !important;
        padding: 10px 0 5px 0;
        margin: 0;
    }

#MainContainer {
    margin: 0;
    padding: 0;
}

.MainWrapper {
    width: 1024px;
    margin: 0 auto;
    padding: 0 0 10px 0;
}

.MainWrapperWide {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10px 0;
}

.MainContent {
    min-height: 575px;
    margin: 0 10px 0 10px;
    padding: 10px 20px 20px 20px;
}

    .MainContent ul {
        list-style: none;
        margin: 0;
        padding: 0 5px;
    }

.WelcomeWrapper {
    float: right;
    text-align: right;
    color: #6F6F6F;
    margin-top: 3px;
    padding: 0 5px;
}

    .WelcomeWrapper span {
        margin-right: 0;
    }

/*-- End ----------------*/
/*-- Main Navigation --*/

.MainNav ul, .MainNav li, .MainNav span, .MainNav a {
    margin: 0;
    padding: 0;
    position: relative;
}

.MainNav {
    float: right;
    clear: both;
    margin-top: 7px;
}

    .MainNav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .MainNav li {
        float: left;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

        .MainNav li:last-child {
        }

        .MainNav li a,
        .MainNav li span {
            float: left;
            color: #644331;
            font-size: 1em;
            text-decoration: none;
            height: 20px;
            padding: 2px 6px;
        }

            .MainNav li a:hover:last-child {
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }

    /*-- Manage Navigation Sub Menu --*/

    .MainNav .HasSub:hover ul {
        display: block;
    }

    .MainNav .HasSub ul {
        display: none;
        position: absolute;
        top: 23px;
        right: 0;
        z-index: 1000000;
        width: 225px;
    }

    .MainNav .HasSub li {
        border-bottom: 1px solid #D6D6D6;
    }

        .MainNav .HasSub li:last-child {
            border-bottom: 0 none;
        }

    .MainNav .HasSub ul li {
        text-align: left;
    }

        .MainNav .HasSub ul li a {
            border-top: 0 none;
            width: 205px;
            line-height: 120%;
            height: 100%;
            text-align: left;
            padding: 10px;
            text-transform: none;
            background: none;
        }

    .MainNav .HasSub li a:hover {
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .MainNav:after, .MainNav ul:after {
        content: '';
        display: block;
        clear: both;
    }

/*-- End -------------------*/
/*-- Secondary Navigation --*/

.SecondaryNav ul, .SecondaryNav li, .SecondaryNav span, .SecondaryNav a {
    margin: 0;
    padding: 0;
    position: relative;
}

.SecondaryNav {
    float: right;
    clear: both;
    margin-top: -25px;
}

    .SecondaryNav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .SecondaryNav li {
        float: left;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

        .SecondaryNav li:last-child {
        }

        .SecondaryNav li a {
            float: left;
            color: #644331;
            text-decoration: none;
            height: 20px;
            padding: 2px 6px;
        }

            .SecondaryNav li a:hover:last-child {
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }

/*-- End ------------*/
/*-- Login Content --*/

.LoginContent {
    width: 650px;
    height: 200px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #ffffff 0%,#e5e5e5 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #ffffff 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-radius: 5px;
}

    .LoginContent div {
        margin-left: 25px;
    }

    .LoginContent h1 {
        color: #444;
        padding: 0 0 10px 0;
        margin: 0 0 0 25px;
    }

    .LoginContent .SpecialBtn {
        margin: 20px 0 0 0;
    }

    .LoginContent label {
        width: 80px;
        margin: 5px 0;
        float: left;
        clear: both;
        color: #555;
    }

    .LoginContent input {
        margin: 1px 0;
        padding: 5px 6px !important;
    }

    .LoginContent .Invalid {
        padding-top: 10px;
        margin: 0;
    }

    .LoginContent span {
        margin-left: 0;
    }

    .LoginContent p {
        padding: 0 0 10px 0;
        margin: 0 0 0 25px;
    }

/*-- End -----*/
/*-- Footer --*/

.FooterWrapper {
    width: 100%;
}

.Footer {
    width: 980px;
    margin: 0 auto;
}

    .Footer ul {
        display: block;
        margin: 0;
        padding: 5px 10px;
    }

    .Footer li {
        display: inline;
        margin: 20px 0;
        padding: 0;
    }

        .Footer li a {
            padding-right: 10px;
            margin: 0;
        }

            .Footer li a:hover {
            }

    .Footer p {
        padding: 5px 10px;
        color: #2980B9;
    }

/*-- End --------------------------------*/
/*-- Miscellaneous Float/Clear Classes --*/

.FltRt {
    float: right;
}

.FltLft {
    float: left;
}

.Clear {
    clear: both;
}

    .Clear:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

/*-- End --------------*/
/*-- Responsive Image --*/

.ImgResponsive {
    display: block;
    max-width: 100%;
    height: auto;
}

/*-- Input/Button --*/

button,
input,
optgroup,
select,
textarea {
    margin: 1px 0;
    color: #fff;
    border: 1px solid #d6d6d6;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

fieldset {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #ccc solid;
    border-radius: 2px;
}

/*-- Special Fieldset Class --*/

.Fieldset {
    margin: 10px 10px 15px 10px;
}

    .Fieldset ul li span {
        float: left;
        display: block;
        clear: both;
        width: 100px;
    }

.Maddress {
    margin: 0 60px 15px 0;
    width: 39.4%;
    float: left;
}

.Fieldset .M2 li {
    margin: 2px 0;
}

/*-- End --*/

label {
    display: inline-block;
    margin-bottom: 5px;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 3px 0;
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    line-height: 1.428571429;
    color: #555;
}

/*-- End ---------*/
/*-- Default Theme --*/
/*-- A, A link Style --*/

a {
    color: #428BCA;
    text-decoration: none;
}

    a:link {
        color: #428BCA;
        text-decoration: underline;
    }

    a:hover, a:active, a:focus {
        outline: 0;
        color: #2e6da3;
    }

/*-- End ---------*/
/*-- Body Style --*/

body {
    color: #444;
    background: #E6E6E8;
}

    body#dlg {
        background: white;
    }

/*-- End ----------------------*/
/*-- Heading Colors --*/

h1 {
    color: #222;
}

h2 {
    color: #555;
}

h3 {
    color: #666666;
}

p {
    color: #555;
}

/*-- End ---------*/
/*-- H1 heading --*/

.Heading {
    border-bottom: 1px solid #D6D6D6;
    background: #fff;
    color: #222;
}

/*-- Main Content Area Style --*/

.HeaderWrapper {
    background: #f2f2f2;
}

#MainContainer {
    background: #E6E6E8;
}

.MainWrapper,
.MainWrapperWide {
    background: #f2f2f2;
    border-left: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.MainContent {
    background: #fff;
    border: 1px solid #D6D6D6;
	/*overflow: hidden;*/
}

/*-- End ----------------------*/
/*-- Manage Navigation Style --*/

.MainNav,
.SecondaryNav {
    /*background: #fff;*/
}

    .MainNav li,
    .SecondaryNav li {
        border: 1px solid #D6D6D6;
        margin: -1px 0 0 -1px;
    }

        .MainNav li a,
        .SecondaryNav li a {
            color: #333;
            background-color: #dedede;
            background-image: linear-gradient(to bottom, #fff 0%, #dedede 100%);
            background-repeat: repeat-x;
            border: medium none;
            box-shadow: none;
            border-radius: 0px;
            margin-bottom: 0;
        }

            .MainNav li a:hover,
            .SecondaryNav li a:hover {
                color: #333;
                background: #dedede;
            }

li.noNav {
    border: 1px solid #f2f2f2;
    border-left: 1px solid #d6d6d6;
}

    li.noNav a {
        background: #F2F2F2;
    }

        li.noNav a:hover {
            background: #F2F2F2;
            border: 0 none;
            text-decoration: underline;
        }

/*-- Manage Navigation Sub Menu --*/

.MainNav .HasSub ul {
    border: 1px solid #D6D6D6;
    border-collapse: collapse;
    border-spacing: 0;
    *border-collapse: collapse;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
}

    .MainNav .HasSub ul li a {
        color: #333;
        background-color: #f2f2f2;
        border: medium none;
        box-shadow: none;
        border-radius: 0px;
        margin-bottom: 0;
    }

.MainNav .HasSub li a:hover {
    color: #333;
    background: #dedede;
}

/*-- End -----------*/
/*-- Footer Style --*/

.Footer {
    background: transparent;
}

    .Footer p,
    .Footer a {
        color: #333;
        text-decoration: none;
    }

        .Footer a:hover {
            color: #000;
            text-decoration: underline;
        }

/*-- End ---------*/
/*-- Login Style --*/

.LoginContent {
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
}

/*-- End ---------*/
/*-- Form Style --*/

input[type="button"],
input[type="submit"] {
    background: #538c27;
    border: 1px solid #D6D6D6;
    padding: 4px 6px;
    margin: 1px 0;
    box-shadow: none;
}

    input[type="button"]:hover,
    input[type="submit"]:hover {
        background: #808080;
    }

    input[type="button"]:focus,
    input[type="submit"]:focus {
        box-shadow: none;
    }

input {
    padding: 2px 6px;
    background-image: none;
    border: 1px solid #D6D6D6;
    -webkit-box-shadow: inset 0 0 2px 0 #D6D6D6;
    box-shadow: inset 0 0 2px 0 #D6D6D6;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    input:focus {
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .075), inset 0 0 6px rgba(102, 175, 233, .6);
    }

    input:-moz-placeholder {
        color: #333;
    }

    input::-moz-placeholder {
        color: #333;
        opacity: 1;
    }

    input:-ms-input-placeholder {
        color: #333;
    }

    input::-webkit-input-placeholder {
        color: #333;
    }

.FormControl[disabled],
.FormControl[readonly],
fieldset[disabled] .FormControl {
    cursor: not-allowed;
    background-color: #333;
    opacity: 1;
}

textarea.FormControl {
    height: auto;
}

input[type="date"] {
    line-height: 34px;
}

/*-- End -----------*/
/*-- Box/Text Shadow --*/

.BxShad {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.TxtShad {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

/*-- End ---------------*/
/*-- Image Box Shadow --*/

.ImgShadow {
    width: 400px;
    height: 309px;
    position: relative;
}

    .ImgShadow:before {
        content: "";
        z-index: -1;
        position: absolute;
        width: 50%;
        top: 160px;
        bottom: 15px;
        left: 40px;
        -webkit-transform: rotate(-3deg) skew(160deg);
        transform: rotate(-3deg) skew(160deg);
        box-shadow: 0px 15px 10px #777777;
    }

    .ImgShadow:after {
        content: "";
        z-index: -1;
        position: absolute;
        width: 50%;
        top: 160px;
        right: 10px;
        bottom: 15px;
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
        box-shadow: 0px 15px 10px #777777;
    }

/*-- End ------------------*/
/*-- Button Styles/Sizes --*/
/*-- Table Button --*/

.TableBtn {
    padding: 3px 9px;
    cursor: pointer;
    border: none;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

    .TableBtn:hover {
    }

/*-- Login Button --*/

.LoginBtn {
    background: #6e473a;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 5px 15px;
    margin: 20px 10px 5px 0;
    font-size: 1.375em;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

    .LoginBtn:hover {
        background: #a66f51;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

/*-- End ----------*/
/*-- Main Button --*/

html body .MainBtn {
    position: relative;
    right: 0;
    color: #FFF;
    padding: 4px 12px;
    background-color: #0068AD;
    background-image: linear-gradient(to bottom, #0068AD 0%, #004370 100%);
    background-repeat: repeat-x;
    border: medium none;
    box-shadow: none;
    border-radius: 5px;
    font-family: 'Arial', sans-serif;
    font-weight: normal;
}

    html body .MainBtn:hover {
        color: #fff;
        background: #0068AD;
    }

/*-- End --------------*/
/*-- Standard Button --*/

html body .StdBtn {
    padding: 0 12px;
    color: #333;
    background-color: #dedede;
    background-image: linear-gradient(to bottom, #fff 0%, #dedede 100%);
    background-repeat: repeat-x;
    border: 1px solid #D6D6D6;
    box-shadow: none;
    border-radius: 5px;
    font-family: 'Arial', sans-serif;
    font-weight: normal;
}

.StdBtn:hover {
    color: #333;
    background: #dedede;
}

/*-- End --*/
/*--Rad Tweaks--*/
.rddlPopup{
    width:100% !important;
}

.rddlInner{
    width:100% !important;
}

/*sets the min width of the dropped downlist*/
.rddlList{
    min-width: 195px;
}

.rddlFakeInput{
    width 100% !important;
}

.rcbSlide{
    width: 300px !important;
}

/*--End RadTweaks*/
/*--Show forms in a single line instead of wrapped--*/
.singleLineForm div{
    float:left;
}

.singleLineForm .first{
     clear: left;
    margin-top: 6px;
    min-width: 15%;
}

.singleLineFormWide{
    width:50%;
}

.singleLineFormWide div{
    float:left;
}

.singleLineFormWide .first{
     clear: left;
    margin-top: 6px;
    min-width: 30%;
}


/*--disabled style--*/
.disabled{
    visibility:hidden;
}

select {
    color: #444 !important;
}