/* base elements */

body, html {
    height: 100%;
}


body {
    background-color: #ffffff;
    text-align: left;
    margin: 0;
    font: 12.5px/19px 'Lato', sans-serif;
}

h2 {
    font-size: 1.4em;
    font-weight:bold;
}


.wrapper {
    margin: 0 auto;
    width: 974px;
    min-height: 850px;
    height: 100%;
}



a {
    color: #1b51a4;
    text-decoration: none;
}

/* main nav */
#navMenu {
    display: none;
}


#main-menu,
#main-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 5px solid #ffffff;
}

    #main-menu a {
        display: block;
        text-decoration: none;
    }

    #main-menu li {
        margin-top: 1px;
    }

        #main-menu li a {
            color: #ffffff;
            padding: 5px;
        }

            #main-menu li a:hover {
                background-color: #ffffff;
            }

        #main-menu li ul li a {
            background: #ffffff;
            color: #fff;
            padding-left: 20px;
        }

            #main-menu li ul li a.selected {
                border-left: solid 5px #ffffff;
                padding-left: 15px;
            }

                #main-menu li ul li a:hover,
                #main-menu li ul li a.selected:hover {
                    background-color: #ffffff;
                    border-left: solid 5px #ffffff;
                    padding-left: 15px;
                }




/* base extras */
.clear {
    clear: both;
}

.hr {
    border-bottom: 1px solid #39699d;
    margin: 1em 0;
}

.error {
    color: #f00;
}


#img {
    max-width: 100%;
}


.login-wrapper {
    margin: 0 auto;
    width: 974px;
    height: 100%;
    min-height: 800px;
}


.login_header {
    text-align: center;
    height: 105px;
}


#LoginControlsPanel {
    width: 200px;
    margin: 0 auto;
}



.login_footer {
}


.loginbox_frame {
}

.loginbox_content1 {
}

.loginbox_content2 {
}


.main_header {
    text-align: center;
    margin-bottom: 10%;
}



.promo2 {
    margin: 0 6px;
}

body form {
    height: 100%;
}


.main_footer {
}

.welcome-user {
    color: #1b51a4;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

.username-field {
    margin-bottom: 10px;
}

.password-field {
    margin-bottom: 10px;
}


.page-layout {
    margin: 0 auto;
    max-width: 974px;
}


.layout {
    vertical-align: top;
}


    .layout.no-menu .middle-column {
        width: 700px;
        overflow: hidden;
    }

    .layout.with-menu {
        width: 974px;
    }

        .layout.with-menu .middle-column {
        }

    .layout .left-column {
        display: none;
        overflow: hidden;
        width: 175px;
    }

    .layout .middle-column {
        display: inline-block;
        padding: 0 0 5px 10px;
        float: right;
    }


    .layout .right-column {
        display: block;
        float: right;
        color: #666;
        width: 205px;
        overflow: hidden;
    }

.right-column .content-box {
    border: 10px solid #a4a4a4;
    padding: 5px;
}

.right-column .userprofile-box {
    border-bottom: 5px solid #fff;
}

.middle-column-maincontent {
    min-height: 620px;
}

.pacone-logo {
    /*height: 57px;*/
}

.layout .left-column {
    /*display: block;
    float: left;
    color: #666;
    width: 205px;
    overflow: hidden;*/
    /*padding: 10px 10px 10px 10px;
        display:block;
        float:left;
        color: #666;
        background-color:#CCCCCC;
        width: 210px;
        overflow: hidden;*/
    display: block;
    float: left;
    color: #666;
    width: 205px;
    overflow: hidden;
    margin-top: 6px;
}

.left-column .content-box {
    border: 10px solid #a4a4a4;
    padding: 5px;
}

.ui-tabs {
    padding: 6px 0;
}


div.content-box div.title {
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    padding: 0.2em 0 0.2em 0.4em;
}

div.content-box div.body {
    border-top: 2px solid #39699d;
    border-bottom: 2px solid #39699d;
    background-color: #fff;
}


div.content-box userprofile-footer {
    padding: 0.4em 0;
}

div.content-box div.footer {
    padding: 0.4em 0;
}


#left-bottom-logo {
}

.page-content {
    min-height: 730px;
    width: 758px;
    float: right;
    text-align: left;
}

.content-title {
    font-size: 16px;
    font-weight: bold;
    color: #1b51a4;
}

.content-table {
}

    .content-table td {
        padding: 0 7px 0 0;
    }

/*.login-page.page-content {
    background-color: #1b51a4;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    min-height: inherit;
    min-height: inherit;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
}
    */
.logo a {
    display: block;
}


.layout no-menu {
    padding: 0;
}



tr.odd {
    background-color: #f5f5f5;
}

.homebodybanner {
    margin: 6px 0 6px;
    text-align: right;
}

.homebodybanner1 {
    margin: 0 0 6px;
    height: 137px;
}




.login-footer {
    margin-top: 70px;
    text-align: right;
}

    .login-footer a {
        padding: 0 10px;
        font-size: 0.9em;
    }


.pac-footer {
    text-align: center;
    margin-top: 50px;
}

.pac-footer a {
    	padding: 0 10px;
        font-size: 0.9em;
		color: #1b51a4;
}

/* layout stuff */
.BreadCrumb {
    font-weight: bold;
}

    .BreadCrumb A {
        font-weight: bold;
        text-decoration: none;
    }

        .BreadCrumb a:hover {
            text-decoration: none;
        }

.BoxTitle {
    font-size: 22px;
    font-weight: bold;
    color: #1b51a4;
    margin: 10px 0 20px;
}

.page-content .message-box {
    padding: 0.7em;
    margin-bottom: 0.5em;
}

    .page-content .message-box span.ui-icon {
        margin-right: 0.3em;
        float: left;
    }

.page-content .instructions {
    margin-bottom: 1em;
    font-size: 108%;
}

.BoxHeader {
    font-weight: bold;
}

.BoxSubHeader {
    font-size: 1.3em;
    font-weight: bold;
    color: #1b51a4;
}

.BoxDetail1, .BoxDetail2 {
    font-size: 1.2em;
}

.BoxSubTotal {
    font-size: 1.2em;
    font-weight: bold;
}

.OrderProductsTable .BoxSubHeader {
    padding-left: 30px;
}

    .OrderProductsTable .BoxSubHeader:first-child {
        padding-left: 0;
    }

.BoxDetail1, .BoxDetail2, .BoxDetail3, .BoxDetail4 {
    height: 20px;
}

.BoxTotal {
    font-size: 116%;
    font-weight: bold;
}

.BoxNotes {
    font-weight: bold;
    color: #8b0000;
}

.BoxInstructions {
    font-size: 116%;
}

.BoxError {
    font-weight: bold;
    color: #f00;
}

.BoxSeperator {
    color: white;
    background-color: black;
}

.DropDown {
    width: 200px;
}

.FieldPrompt {
    font-weight: bold;
    padding-left: 3px;
}

.FieldPromptReqd,
.FieldPromptError {
    font-weight: bold;
    color: #f00;
}

.FieldPromptInstructions {
    font-size: 10px;
    font-weight: normal;
    color: black;
}

.PageError {
    font-weight: Bold;
    color: #f00;
}

.PageTitle {
    font-size: 22px;
    font-weight: bold;
    color: #1b51a4;
    margin: 10px 0 20px;
}

.PageMenuHeading {
    font-weight: bold;
}

    .PageMenuHeading A {
        font-weight: bold;
        text-decoration: none;
    }

        .PageMenuHeading A:Hover {
            font-weight: bold;
            text-decoration: none;
            color: red;
        }

.PageMenuItem {
    color: #000080;
}

    .PageMenuItem A {
        text-decoration: none;
        color: navy;
    }

        .PageMenuItem A:Hover {
            text-decoration: none;
            color: Red;
        }


.ThemeVerticalMenu {
    font-size: 10px;
    font-weight: bold;
}

    .ThemeVerticalMenu A {
        font-size: 10px;
        font-weight: bold;
        text-decoration: none;
    }

        .ThemeVerticalMenu A:Hover {
            font-size: 10px;
            font-weight: bold;
            text-decoration: none;
            color: #8cb7dd;
        }

.ThemeVerticalMenuSeperator {
    font-weight: bold;
}

.ThemeHorizontalMenu {
    font-weight: normal;
    font-size: 1.15em;
    padding: 15px 15px 5px 40px;
    margin-top: -15px;
    padding-top: 10px;
    vertical-align: middle !important;
}

a.ThemeHorizontalMenu {
    padding-top: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

a:hover.ThemeHorizontalMenu {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

a.ThemeHorizontalMenu2 {
    font-weight: bold;
    text-decoration: none;
    color: #109CD9;
}

a:hover.ThemeHorizontalMenu2 {
    font-weight: bold;
    text-decoration: none;
    color: #8cb7dd;
}

.ThemeWelcomeBox {
    font-size: 10px;
    font-weight: bold;
    color: white;
    background-color: #8b0000;
}

/* NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW */

.ThemeEarnedText {
    padding: 0.3em 0 0.3em 20px;
    background-position: left center;
    background-image: url('images/icon_plus.gif');
    background-repeat: no-repeat;
    font-size: 0.92em;
}

    .ThemeEarnedText span {
        float: right;
    }

.ThemeSpentText {
    padding: 0.3em 0 0.3em 20px;
    background-position: left center;
    background-image: url('images/icon_minus.gif');
    background-repeat: no-repeat;
    font-size: 0.92em;
}

    .ThemeSpentText span {
        float: right;
    }

.ThemeReturnedText {
    padding: 0.3em 0 0.3em 20px;
    background-position: left center;
    background-image: url('images/icon_plus.gif');
    background-repeat: no-repeat;
    font-size: 0.92em;
}

    .ThemeReturnedText span {
        float: right;
    }

.ThemeBalanceText {
    border-top: 1px solid #a9c6df;
    padding: 0.3em 0 0.3em 20px;
    background-position: left center;
    background-image: url('images/icon_star.gif');
    background-repeat: no-repeat;
    font-size: 0.92em;
}

    .ThemeBalanceText span {
        float: right;
    }





.ThemeSalesGoalText {
    /*padding: 0.3em 0 0.3em 20px;*/
    padding: 0.3em 0;
    font-size: 0.92em;
}

    .ThemeSalesGoalText span {
        float: right;
    }

.ThemeTotalSalesText {
    /*padding: 0.3em 0 0.3em 20px;*/
    padding: 0.3em 0;
    font-size: 0.92em;
}

    .ThemeTotalSalesText span {
        float: right;
    }

.ThemeSalesDiffText {
    border-top: 1px solid #a9c6df;
    /*padding: 0.3em 0 0.3em 20px;*/
    padding: 0.3em 0;
    font-size: 0.92em;
}

    .ThemeSalesDiffText span {
        float: right;
    }

.ThemeSalesComments {
    /*float:left;*/
    background-color: #fff;
    font-size: 0.8em;
    line-height: 1.5em;
}


/* Sales Goal box */

.sales-goal-subject {
    width: 100px;
    font-size: 0.87em;
}

.sales-goal-number {
    float: right;
    font-size: 0.87em;
}

.sales-goal {
    padding: 0.3em 0 0.3em 0;
}

.sales-goal-last {
    padding: 0.3em 0 0.3em 0;
    border-top: 1px solid #a9c6df;
}

.sales-goal-footer {
    font-size: 0.8em;
    line-height: 1.5em;
}


/* NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW */

/* Main Menu */
.MenuGroup {
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    cursor: pointer;
    padding-top: 1px;
    background-repeat: repeat-y;
    background-color: #F1F1F2;
}

.MainGroup {
    cursor: pointer;
}

.MainItem {
    padding-bottom: 1px;
    margin: 1px;
    cursor: pointer;
    padding-top: 2px;
    background-color: #fff;
}

.MainItemOver {
    padding-bottom: 1px;
    cursor: pointer;
    padding-top: 2px;
}

.MenuItem {
    padding-bottom: 2px;
    cursor: pointer;
    color: #666;
    padding-top: 2px;
    background-color: #f1f1f2;
    border-bottom: #8cb7dd 1px solid;
    width: 175px;
}

.MenuItemOver {
    padding-bottom: 2px;
    cursor: pointer;
    color: #8cb7dd;
    padding-top: 2px;
    background-color: #F1F1F2;
    border-bottom: #8cb7dd 1px solid;
    width: 175px;
}

.MenuItemToolTip {
    border-right: black 1px solid;
    padding-right: 3px;
    border-top: black 1px solid;
    padding-left: 3px;
    font-size: 8pt;
    padding-bottom: 3px;
    border-left: black 1px solid;
    padding-top: 3px;
    border-bottom: black 1px solid;
    background-color: #fffacd;
    text-align: left;
}

.MenuItemClicked {
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    cursor: pointer;
    padding-top: 1px;
}

.Separator {
    left: 1px;
    position: relative;
    text-align: right;
}

.SubItemExpand {
    border: #b8b8b8 1px solid;
    background-repeat: repeat-y;
    background-color: #fff;
}

.SubItem {
    padding-right: 8px;
    padding-left: 6px;
    padding-bottom: 4px;
    cursor: pointer;
    color: #000;
    padding-top: 4px;
}

.SubItemOver {
    padding-right: 8px;
    padding-left: 6px;
    padding-bottom: 4px;
    cursor: pointer;
    color: #000;
    padding-top: 4px;
    background-color: #8cb7dd;
}
/* Main Menu */

/* My Activity Page */
.ui-tabs {
    border: none;
}


#tabContent table {
    width: 100%;
}

.MyActivityTitle {
    font-weight: bold;
    font-size: 131%;
    color: #1b51a4;
}

.MyActivityBoxHeader {
    font-weight: bold;
    font-size: 116%;
}

.MyActivityBoxLineHeader {
    height: 1px;
    background-color: #000;
}

.MyActivityBoxLine {
    height: 1px;
    background-color: #a0a0a0;
}

.MyActivityBoxDetail1Title, .MyActivityBoxDetail2Title, .MyActivityBoxDetail3Title, .MyActivityBoxDetail4Title {
    font-weight: bold;
    height: 20px;
    padding-right: 0.5em;
}

.MyActivityBoxDetail1, .MyActivityBoxDetail2, .MyActivityBoxDetail3, .MyActivityBoxDetail4 {
    height: 20px;
}

.MyActivityBoxTotal {
    font-weight: bold;
    font-size: 116%;
    color: black;
}

.ui-widget-header {
    border: 1px solid #50928f;
    background: #00958f;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #a4a4a4;
    background: #615e5e;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    border: 1px solid #a4a4a4;
    background: #ffffff;
}


/* My Activity Page */

/* Wishlist Webpart */
.WishlistName {
    font-size: 108%;
    padding-bottom: 1em;
    padding-top: 0.4em;
    text-overflow: ellipsis;
    width: 175px;
    overflow: hidden;
    white-space: nowrap;
}

.WishlistImage {
    text-align: center;
}
    /* ie6 hack */
    * html .WishlistImage img {
        height: expression(this.clientHeight == this.clientWidth || this.clientHeight > this.clientWidth ? "150px" : "auto");
        width: expression(this.clientWidth == this.clientHeight || this.clientWidth > this.clientHeight ? "150px" : "auto");
    }

    .WishlistImage img {
        max-height: 150px;
        max-width: 150px;
    }

.WishlistDescription {
    font-size: 93%;
    padding-top: 10px;
}
/* Wishlist Webpart */

/* Wishlist */
a.WishlistProductList_Action {
}

    a.WishlistProductList_Action:hover {
    }

.WishlistProductList_Name {
    font-size: 138.5%;
    font-weight: bold;
}

.WishlistProductList_Price {
}

.WishlistProductList_Description {
    padding-left: 6px;
    font-weight: bold;
    font-size: 8pt;
    color: #000000;
    padding-top: 3px;
}
/* Wishlist */

/* FeaturedProducts */
a.FeaturedProducts_Link {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

    a.FeaturedProducts_Link:hover {
        font-weight: bold;
        color: #f00;
        text-decoration: none;
    }

.FeaturedProducts_Description {
    font-size: 8pt;
    color: #000;
}

.FeaturedProducts_Cost {
    font-weight: bold;
    font-size: 9pt;
    color: #000;
}
/* FeaturedProducts */

/* Catalog */
a.ProductList_Action {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

    a.ProductList_Action:hover {
        font-weight: bold;
        color: #f00;
        text-decoration: none;
    }

.ProductList_Name {
    font-weight: bold;
    color: #f00;
}

.ProductList_Price {
    font-weight: bold;
    font-size: 9pt;
    color: #f00;
}

.ProductList_Description {
    padding-left: 6px;
    font-weight: bold;
    font-size: 8pt;
    color: #000;
    padding-top: 3px;
}

.CatalogPageHeader {
    font-weight: bold;
    font-size: 20px;
    color: #6F7880;
    letter-spacing: 4px;
}

.CatalogDisplayOptions {
    font-weight: bold;
    color: #6F7880;
    letter-spacing: 2px;
}

.CatalogCategoryDropDown, .CatalogPointValueDropDown, .CatalogPerPageDropDown, .CatalogSortOrderDropDown {
    font-weight: bold;
    font-size: 9pt;
    color: #000;
}

.CatalogProductViewName {
    font-size: 138.5%;
    font-weight: bold;
}

.CatalogProductViewPrice, .CatalogProductViewPriceLabel {
    font-weight: bold;
    font-size: 13px;
    color: #000000;
}

.CatalogProductViewProductNumberLabel, .CatalogProductViewProductNumber {
    font-weight: bold;
    color: #000000;
    letter-spacing: 1px;
}

.CatalogProductViewDescription {
}

.view-product-navigation {
    margin: 0 0 0.5em 0;
}

.view-cart {
    float: right;
}
/* Catalog */

/* Budget Message at Bottom of Nomination Page */

.BudgetMessage {
    font-size: 116%;
    font-weight: bold;
    COLOR: #f00;
}


/* My Activity Tab Items*/
.MAT_PointsEarnedTable {
    margin: 2px 0 4px 0;
    background-color: #f5f5f5;
    font-size: smaller;
    width: 100%;
}

    .MAT_PointsEarnedTable td,
    .MAT_PointsEarnedTable th {
        padding: 2px;
        text-align: left;
    }

.MAT_PointsEarnedCol1 {
    width: 25%;
}

.MAT_PointsEarnedCol2 {
    width: 20%;
}

.MAT_PointsEarnedCol3 {
    width: 55%;
}

.MAT_PointsEarnedRow2 {
    background-color: #fff;
}

.MAT_PointsEarnedTable tfoot {
    font-weight: bold;
}

.point-summary-table,
.point-breakdown-table {
    margin-bottom: 1em;
    width: 100%;
}

table.point-breakdown-table tbody tr.program td {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

table.point-breakdown-table tbody tr.hover {
    background-color: #ddd;
    cursor: pointer;
}

table.point-breakdown-table tbody tr.program-details {
    display: none;
}

/* My Activity Tab Items*/

.ThemeTopNavBar {
    background-color: #a4a4a4;
    height: 41px;
    line-height: 40px;
    vertical-align: middle;
    color: #fff;
    text-align: right;
}


.ThemeWelcomeBoxNew {
    color: #fff;
    background-color: #8cb7dd;
}

.ThemeWelcomTextNew {
    font-size: 10px;
    color: #fff;
    background-color: #8cb7dd;
}

.ThemeUserNameNew {
    font-size: 10px;
    color: #fff;
    background-color: #8cb7dd;
}

.ThemeCurrentDateNew {
    color: #fff;
}

.ThemePointsBoxNew {
    background-color: #fff;
    width: 100%;
}

.ThemeWishListHeaderNew {
    font-weight: bold;
    background-color: #ef9547;
    COLOR: #fff;
}

.ThemeWishListTitle {
    font-weight: bold;
    color: #fff;
}


.ThemeEditWishListLink {
    font-weight: bold;
    COLOR: #6f7880;
}





.ThemeMyActMenu {
    font-weight: bold;
    COLOR: #666;
}

    .ThemeMyActMenu A {
        font-weight: bold;
        text-decoration: none;
        COLOR: #000;
    }

        .ThemeMyActMenu A:Hover {
            font-size: 10px;
            font-weight: bold;
            text-decoration: none;
            COLOR: #8cb7dd;
        }

/*Product Browser Area*/

.catalog-browser-filters {
    float: left;
}

.catalog-browser-searchbox {
    float: right;
    margin-top: 15px;
}


.BrowserContainer /* contains pager and products */ {
    margin-top: -1px;
}

.ProductListContainer {
    padding: 0px 0px 0px 15px;
}

.ProductListItem {
    background-repeat: no-repeat;
    width: 180px;
    height: 200px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
    position: relative;
}

.ProductListImageContainer {
    height: 130px;
}

.ProductListName {
    margin-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
    color: #276399;
    font-weight: bold;
}

    .ProductListName a {
        font-size: 85%;
        font-size: 9px;
        color: #666 !important;
        text-decoration: none;
        max-width: 12ex;
    }

        .ProductListName a:hover {
            font-size: 9px;
            text-decoration: underline;
            max-width: 12ex;
        }

.ProductListPriceContainer {
    text-align: right;
    color: #666;
    position: absolute;
    right: 15px;
    bottom: 5px;
}



#ProductTable {
    border-collapse: collapse;
    border-top: none;
    border-bottom: none;
    margin-top: -2px;
    margin-bottom: -2px;
}

.ProductTableCell {
    vertical-align: top;
    border: solid 2px #ccc;
}

.BrowserItem {
    padding: 10px 2px 2px 2px;
    position: relative;
    height: 280px;
    width: 180px;
    text-align: center;
}

.BrowserProductImageContainer {
    width: 100%;
    height: 120px;
    text-align: center;
    vertical-align: middle;
}

.BrowserProductImage {
    max-width: 120px;
    max-height: 120px;
    /*for IE < 7*/
    width: expression(this.width > 120 ? 120: true);
    height: expression(this.height > 120 ? 120: true);
}

.BrowserProductName {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    width: 90%;
}

    .BrowserProductName a {
        font-size: 9pt;
        font-weight: bold;
        color: #006 !important;
        text-decoration: none;
    }

        .BrowserProductName a:hover {
            font-size: 9pt;
            color: #f00 !important;
        }

.BrowserProductPrice {
    text-align: right;
    font-size: 8pt;
    font-weight: bold;
    color: #666;
    position: absolute;
    right: 0px;
    bottom: 0px;
}


.CatalogBrowserContainer {
    height: 100%;
}





/*    myprofile    */
.profile-table,
.enroll-table {
    width: 100%;
    table-layout: fixed;
}

.profile-page {
    width: 756px;
}
    .enroll-page {
        width:100%;
    }

    .enroll-page .label-column,
    .profile-page .label-column {
        padding: 0.3em 0;
        width: 40%;
    }

    .enroll-page .field-column,
    .profile-page .field-column {
        padding: 0.3em 0;
        width: 60%;
    }
/*                 */

/* used on the quiz, survey, or other plugin type content pages */
.plugin-content {
    width: 757px;
    float: right;
}

/*  login.aspx  */
.login-page .page-content {
    background-color: #1b51a4;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    min-height: inherit;
    min-height: inherit;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
}

.login-page .content {
    text-align: center;
    margin: 0;
}

.login-page .forms {
    background-color: #ffffff;
    min-height: inherit;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
    margin: 0 10px 10px;
}

.login-page .login-form,
.login-page .links,
.login-page .code-submission-form {
    margin-bottom: 1em;
}

.code-submission-form div {
    padding-top: 1px;
}

.login-page .links ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .login-page .links ol li {
        margin-bottom: 10px;
    }
/*              */


/*  recognitions  */
.recognition-page table.form {
    width: 100%;
}

.recognition-page .form td {
    padding: 3px 0;
}
/*                */

/* user selector */
.user-selector-page td {
}

.user-selector {
    width: 100%;
}

    .user-selector td {
        padding: 0.5em 0;
    }
/*               */

.PlateauRuleRow {
    padding: 2px;
}

    .PlateauRuleRow input {
        width: 50px;
    }

.PageBreak {
    page-break-after: always;
}

.FieldValue label {
    padding-left: 5px;
}

/*#SubmitButton {
    width:100%;
    padding:10px;
    margin:10px;
    font-size:large;
}*/


/* Menu General Styles */
.menuBackground {
    background: brown;
}

.dropDownMenu a {
    color: #FFF;
}

.dropDownMenu,
.dropDownMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .dropDownMenu li {
        position: relative;
        /*width: 161px; -- changed after adding 1099 link*/
        width: 138px;
        text-align: center;
        border-style: solid;
        border-width: 0 1px 1px 1px;
        border-color: #a4a4a4;
    }

    .dropDownMenu a {
        display: block;
        text-decoration: none;
        font-weight: bold;
        color: #666;
        font-family: "Arial Narrow", Arial, sans-serif;
        font-size: 1.1em;
        letter-spacing: 0.8px;
    }

        .dropDownMenu a hover {
            color: #666;
        }



.menu-option {
    line-height: 1.7em;
    padding: 7px 0;
    border-top: 1px solid #aaaaaa;
}

.menu-option-nolink {
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #666;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 1.1em;
    letter-spacing: 0.8px;
    line-height: 1.7em;
    padding: 7px 0;
    border-top: 1px solid #aaaaaa;
}




/* Level 1 Drop Down Menu */
.dropDownMenu > li {
    display: inline-block;
    vertical-align: top;
    margin-left: -4px; /* solve the 4 pixels spacing between list-items */
}

    .dropDownMenu > li:first-child {
        margin-left: 0;
    }

    .dropDownMenu > li > a {
        color: #fff;
    }

        .dropDownMenu > li > a:hover {
            color: #666;
            text-decoration: none;
        }


/* Keep parent selected when browsing child */

.ThemeTopNavBar ul li.selected_menu_item a {
}

.ThemeTopNavBar ul li:hover > a {
    background-color: #464545;
    color: #fff;
}



/* Level 2 */
.dropDownMenu > li > ul {
    text-align: left;
    width: auto; /* change auto value with 200px if you want a bigger menu */
    display: none;
    background: #acebbe;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999999; /* if you have YouTube iframes, is good to have a bigger z-index so the video can appear above the video */
}

.dropDownMenu > li:hover > ul {
    display: block;
}

.dropDownMenu ul li a {
    line-height;
}

    .dropDownMenu ul li a:hover {
        background: #ffffff;
        text-decoration: none;
    }

.dropDownMenu ul li span:hover {
    background: #666;
}

..dropDownMenu ul li span:hover {
    background: #666;
}


/* Keep parent selected when browsing child */
.ThemeTopNavBar > ul > li > ul > li.selected_menu_item a {
}

.ThemeTopNavBar > ul > li > ul > li:hover > a {
    background-color: #ffffff;
    color: #666;
}

.ThemeTopNavBar > ul > li > ul > li.selected_menu_item span {
}

.ThemeTopNavBar > ul > li > ul > li:hover > span {
    background-color: #ffffff;
    color: #666;
}




/* Level 3 */
.dropDownMenu > li > ul > li > ul {
    text-align: left;
    display: none;
    background: #cccccc;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 9999999;
}

.dropDownMenu > li > ul > li:hover > ul {
    display: block;
}

.dropDownMenu ul ul li {
}

    .dropDownMenu ul ul li a {
        background-color: #cccccc;
        line-height: 1.5em;
        padding: 9px 0;
    }

        .dropDownMenu ul ul li a:hover {
            color: #666;
            text-decoration: none;
            border-style: solid;
            border-width: 1px 0 0 0;
            border-color: #a4a4a4;
        }


/* Keep parent selected when browsing child */


.ThemeTopNavBar > ul > li > ul > li :hover > a {
    background-color: #ffffff;
    color: #666;
}

.promo-container {
    padding: 6px 0 0;
}


/* Carousel slider */
.carousel-container {
    padding: 0 0 6px;
    margin: 0;
    max-width: 758px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
}


#bootstrap-overrides .carousel-indicators {
    bottom: 0;
}

    #bootstrap-overrides .carousel-indicators li {
        border: 1px solid #a4a4a4;
        background-color: #ffffff;
    }


    #bootstrap-overrides .carousel-indicators .active {
        background-color: #00958f;
    }


#bootstrap-overrides ol, ul {
    margin-bottom: 0;
}

#LoginControlsPanel {
    width: 200px;
    margin: 0 auto;
}

.login-wrapper {
    margin: 0 auto;
    width: 974px;
    height: 950px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(Themes/PAC/FrontEnd/Images/leftside_bottomlogo.png);
    background-position-x: left;
}

.login_header {
    text-align: center;
    height: 105px;
}

.loginpage {
    background-color: #1b51a4;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    min-height: inherit;
    min-height: inherit;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
    padding-top:20px;
}

    .loginpage .content {
        text-align: center;
        margin: 0;
    }

    .loginpage .forms {
        background-color: #ffffff;
        min-height: inherit;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        padding: 10px;
        margin: 0 10px 10px;
    }

.error {
    color: #f00;
}

.clear {
    clear: both;
}

.links {
    color: #1b51a4;
    margin-bottom: 1em;
}

.login-footer {
    margin-top: 70px;
    text-align: right;
}

.loginpage .links {
    margin-bottom: 1em;
}

.loginpage .login-form {
    margin-bottom: 1em;
}

.BoxTitle {
    font-size: 22px;
    font-weight: bold;
    color: #1b51a4;
    margin-bottom: 20px;
}

.loginpage .links ol {
    list-style: none;
    padding: 0;
    margin: 0;
}


.align-top {
    vertical-align: top;
}

.align-center {
    margin-left: auto;
    margin-right: auto;
}

#forgot-password-content {
    min-height: 350px;
    width: 40%;
}

.btn-primary {
    background-color: #1b51a4;
    border-color:#17468e;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #17468e;
    }


.link-1099 a:link, a:hover, a:visited {
    color: #1b51a4;
    font-weight: bold;
}