﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: white;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    align-items: center;
    color: white;
}

.BodyContentContainer {
    width: 100%;
    table-layout: fixed;
    border-left-style: solid;
}

.LoginBodyContentContainer {
    width: 65%;
    table-layout: fixed;
    align-items: center;
    align-self: center;
}

.cs-formtable {
    /*width: 780px;*/
    width: 100%;
    font-family: Arial,helvetica,sans-serif;
    color: black;
    font-size: 12px;
    margin-right: 0px;
    border: solid thin black;
}

.cs-formtableLogin {
    /*width: 780px;*/
    width: 500px;
    float: none;
    text-align: center;
    font-family: Arial,helvetica,sans-serif;
    align-self: center;
    color: black;
    font-size: 12px;
    margin-left: 40%;
    /*margin-right: 15%;*/
    border: solid thin black;
    padding: 5px;
}

.hrbgc {
    height: 1px;
    background-color: #A6A6A6;
}
/*Line break padding*/
.hrnbgc {
    height: 5px;
}

.cs-ButtonEdit {
    width: 100px; /*10.0em;*/
    height: 26px; /*2em;*/
    image-resolution: snap;
    background-image: url('../App_Themes/Blue/Images/Edit.jpg');
    background-repeat: no-repeat;
    background-color: transparent;
    color: white; /*color: #024148;*/
    border: 0px solid black;
    margin: 0px 2px;
    font-weight: bold;
}
.cs-ButtonLongHeightWidth {
    width: 150px; /*10.0em;*/
    height: 26px; /*2em;*/
    background-image: url('../Images/btnLong4.jpg');
    background-repeat: no-repeat;
    background-color: transparent;
    color: white; /*color: #024148;*/
    border: 0px solid black;
    margin: 0px 2px;
    font-weight: bold;
}


.cs-ButtonHeightWidth {
    width: 105px; /*10.0em;*/
    height: 26px; /*2em;*/
    background-image: url('../Images/btnSmall4.jpg');
    background-repeat: no-repeat;
    background-color: transparent;
    color: white; /*color: #024148;*/
    border: 0px solid black;
    margin: 0px 2px;
    font-weight: bold;
}

    .cs-ButtonHeightWidth:disabled {
        width: 105px; /*10.0em;*/
        height: 26px; /*2em;*/
        background-image: url('../App_Themes/Blue/Images/btnSmallDisable.jpg');
        background-repeat: no-repeat;
        background-color: transparent;
        color: white; /*color: #024148;*/
        border: 0px solid black;
        margin: 0px 2px;
        font-weight: bold;
    }

.cs-ButtonHeightWidthBig {
    width: 140px; /*10.0em;*/
    height: 26px; /*2em;*/
    background-image: url('../App_Themes/Blue/Images/btnLong3.jpg');
    background-repeat: no-repeat;
    background-color: transparent;
    color: white; /*color: #024148;*/
    border: 0px solid black;
    margin: 0px 2px;
    font-weight: bold;
}

    .cs-ButtonHeightWidthBig:disabled {
        width: 140px; /*10.0em;*/
        height: 26px; /*2em;*/
        background-image: url('../App_Themes/Blue/Images/btnLong3Disable.jpg');
        background-repeat: no-repeat;
        background-color: transparent;
        color: white; /*color: #024148;*/
        border: 0px solid black;
        margin: 0px 2px;
        font-weight: bold;
    }

.cs-ButtonHeightWidthBigger {
    width: 141px; /*10.0em;*/
    height: 26px; /*2em;*/
    /*background-image: url('../App_Themes/Blue/Images/btnLong3.jpg');*/
    background-repeat: no-repeat;
    background-color: transparent;
    color: white; /*color: #024148;*/
    border: 0px solid black;
    margin: 0px 2px;
    font-weight: bold;
}

.cs-ButtonHeightWidthBigX {
    width: 170px; /*10.0em;*/
    height: 26px; /*2em;*/
    background-image: url('../App_Themes/Blue/Images/btnLong4.jpg');
    background-repeat: no-repeat;
    background-color: transparent;
    color: white; /*color: #024148;*/
    border: 0px solid black;
    margin: 0px 2px;
    font-weight: bold;
}

    .cs-ButtonHeightWidthBigX:disabled {
        width: 170px; /*10.0em;*/
        height: 26px; /*2em;*/
        background-image: url('../App_Themes/Blue/Images/btnLong4Disable.jpg');
        background-repeat: no-repeat;
        background-color: transparent;
        color: white; /*color: #024148;*/
        border: 0px solid black;
        margin: 0px 2px;
        font-weight: bold;
    }

.title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #98116D; /* #036DA4;*/
    border-style: solid;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
    border-color: #CDD9E3;
    height: 25px;
    vertical-align: middle;
    text-align: left;
    color: #ffffff;
    padding-left: 2px;
}

.norRow {
    background-color: #ffffff;
    height: 20px;
}

.altRow {
    background-color: #f0e6c3;
    height: 20px;
}

.css-formlabel {
    width: 15%;
    border-top: 1px solid #eef6f9;
    white-space: nowrap;
    border-bottom: 1px solid #eef6f9;
    border-left: 1px solid #ffffff;
    vertical-align: middle;
    text-align: right;
}

.css-formbody {
    width: 35%;
    border-top: 1px solid #eef6f9;
    white-space: nowrap;
    border-bottom: 1px solid #eef6f9;
    border-left: 1px solid #ffffff;
    vertical-align: middle;
    text-align: left;
}

.cs-standardheader /*	class for text labels	*/ {
    font-weight: normal;
    float: left;
    width: 90%;
    text-align: right;
    font-size: 12px; /*white-space: nowrap;*/
    padding: 0px;
    margin: 3px 0px 0px 3px;
}

.cs-standardheaderbold /*	class for text labels	*/ {
    font-weight: bold;
    float: left;
    width: 90%;
    text-align: Left;
    font-size: 12px; /*white-space: nowrap;*/
    padding: 0px;
    margin: 3px 0px 3px 3px;
}


p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 80%;
    background-color: #fff;
    /*float:left;*/
    padding-top: 5%;
    /*margin: 20px auto 0px auto;*/
    /*border: 1px solid #46077;*/
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 0px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

/*div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}*/

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    /*display: block;*/
    /*float: left;*/
    text-align: center;
    width: auto;
}

.Logintitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    background-color: #98116D;
    border-style: solid;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
    border-color: #CDD9E3;
    height: 25px;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    padding-left: 2px;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.BigTxtBox {
    width: 40%;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
}

.Message {
    color: Red;
    font-size: 10pt;
    font-family: Arial,helvetica,sans-serif;
}

.ValidationMessage {
    color: Red;
    font-size: 12px;
    font-family: Arial,helvetica,sans-serif;
}

.msgBox {
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFEE;
    /*FFCC33*/
    background-color: #FFFFEE;
}

.msgBoxText {
    color: #ff3300;
    font-family: Arial,helvetica,sans-serif;
    font-size: 12px;
}

.tabs {
    position: relative;
    top: 1px;
    left: 10px;
}

.tab {
    /*width: 116px;*/
    height: 29px;
    background-color: #98116d;
    text-align: center;
    vertical-align: middle;
    font-family: Arial,helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    border: solid 1px #ccc;
    padding: 0px 3px 0px 2px;
    text-decoration: none;
    color: #FFFFFF;
    border-style: outset;
}

    .tab a:hover {
        text-decoration: underline;
        color: #FFFFFF;
    }

.selectedTab {
    background-color: white;
    background-color: #eee;
    background-color: #284a91;
    border: solid 1px #cccccc;
    border-bottom: solid 1px white;
    border-bottom: solid 1px #284a91;
}

    .selectedTab a:link, selectedTab a:active, selectedTab a:hover {
        background-color: #98116d;
        color: #F0E6C3;
        color: #F0E6C3;
        font-weight: bold;
        text-decoration: none;
    }

.tabContents {
    border: solid 1px #cccccc; /*padding: 10px;*/
    background-color: white;
}

.cs-webpart /* Class for table containning web part	*/ {
    width: 100%;
    font-family: Arial,helvetica,sans-serif;
}
