﻿/* DEFAULTS
----------------------------------------------------------*/

/* 
    new part 
    
    */
/*
    
    popup part 
    */
.smallList {
    margin: 15px 0;
}

    .smallList > p {
        margin: 2px 0 !important;
    }

    .smallList label {
        margin: 0;
    }
.border-top{
    border-top:1px dashed #d2d2d2;
    padding-top:15px;
}


.PopUP {
    background-color: #4682B4;
    border: 2px solid #b6b6b6;
    box-shadow: 4px 4px 14px rgba(0,0,0,.5);
    left: 50px;
    position: absolute;
    top: 50px;
    z-index: 101;
    padding: 25px;
    color: white;
    width: 461px;
}


/*div#branding {
    float: left;
    height: 4.3em;
    margin: 0;
    padding: 0 0 1.8em 2.5em;
    text-align: left;
    width: 60%;
}
div.logo {
    float: left;
    margin-right: 1em;
}*/

div.siteNameDisplay a {
    color: #000000 !important;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 34.256px;
    line-height: 56.3584px;
    margin: 0;
    text-decoration: none;
}

div {
    /*font-size: 16px;*/
}

/*div#header {
    height: 6.1em;
    text-align: left;
    background-color:#FFFFFF !important;
    padding: 20px;
}*/

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

div.helpLink {
    float: right;
    margin-left: 1em;
}



/*div#locale, div.themeLinks {
    float: right;
    padding: 0.2em 0.2em 0.8em 0.5em;
}*/


div#nav {
    font-size: 0.8em;
    z-index: 10;
}

* html div#nav {
    height: 1%;
}

    div#nav div.wrapper {
        background-color: #4682B4 !important;
        padding: 6px;
        border: 1px outset #009cb0;
        clear: left;
        margin-left: auto;
    }

    div#nav ul {
        line-height: 1em;
        list-style: none outside none;
        margin: 0;
        padding: 0;
        width: auto;
    }

    div#nav li {
        display: inline;
        float: left;
        font-size: 1.2em;
        line-height: 1em;
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

        div#nav li.last {
            border-right: medium none;
        }

    div#nav a:hover {
        text-decoration: none;
        color: #1D5063;
        background-color: transparent;
    }

ul#primary-nav, ul#primary-nav ul {
    font-size: 100%;
    margin: 0;
    padding: 0;
}

    ul#primary-nav li {
        border-bottom: none !important;
        list-style: none outside none;
        border-right: 1px #FAF5E8 solid;
    }

ul#BA_HeaderTabs li {
    border-bottom: none !important;
    list-style: none outside none;
    /* border-right: 1px solid  #FAF5E8!important;*/
}



ul#primary-nav li a {
    display: block;
    min-width: 10em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    width: auto;
}

div#nav div.wrapper {
    background-color: #1d5063;
    border-color: #cccccc;
}



div#nav a,
div#nav a:link,
div#nav a:active,
div#nav a:visited {
    border-right-color: #cccccc;
    color: #ffffff;
}

    div#nav a:hover {
        background-color: #e6e6e6;
        color: #000000;
    }

ul#primary-nav li {
    border-bottom-color: #cccccc;
}

div.mobileLink a {
    color: #1465b7 !important;
}

    div.mobileLink a:hover {
        color: #cc0000 !important;
    }


div#adminMenu {
    background-color: #ffffff;
}

div.border, div.selectionList select, div.pickList div {
    border-color: #cccccc;
}

ul.menuItems li {
    border-bottom-color: #cccccc;
}

    ul.menuItems li.menuHeading {
        background-color: #aaaaaa;
        color: #000000;
    }

ul.menuItems span,
ul.menuItems a,
ul.menuItems a:link,
ul.menuItems a:active,
ul.menuItems a:visited {
    color: #000000;
}

    ul.menuItems span,
    ul.menuItems a:hover {
        background-color: #e6e6e6;
        color: #000000;
    }

.clear-both {
    clear: both;
}

div#search {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff !important;
    border-image: none;
    border-right: 1px solid;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    clear: left;
    height: 3.5em;
    padding-top: 0.5em;
    /**/
    /*padding-bottom: 1.5em;*/
    /**/
    text-align: center;
    z-index: 10;
    background-image: none !important;
    border-color: #cccccc;
    padding-bottom: .5em;
}


a.button, input.button, button.button {
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    overflow: visible;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #fff !important;
    padding: 10px 15px !important;
    border: none;
    border-radius: 0;
    font-size: 16px;
    background-color: #e59d26 !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.35);
}

.button:disabled {
    /*border-color: -moz-use-text-color;
    border-right: 5px solid;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    display: inline-block;
    font-family: verdana,arial,helvetica,sans-serif;
    line-height: normal;
    margin-left: 0.5ex;
    overflow: visible;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color:#fff !important;
    background-color:#77A912!important;
	border-radius: 6px;
	color: #fff;
	padding: 5px 15px !important;
	border-color: #77A912 !important;*/
    opacity: 0.45 !important;
}


/*
    end
    */


body {
    /*background: url("../images/bg.jpg") repeat-x scroll center top #F4F2EF;
    border-top: 4px solid #000000;
    color: #696969;
    font-family: "Helvetica Neue","Lucida Grande","Segoe UI",Arial,Helvetica,Verdana,sans-serif;
    font-size: 0.8em;
    margin: 0;
    padding: 0;*/
    background-color: #ffffff;
    color: #5c5d6d;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 74%;
    line-height: 1.7em;
}

/*a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}*/

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 {
    /*background-color: #DFD9CB;*/
    /*border: 4px solid #20576C;
    margin: 20px auto 0;
    width: 65%;*/
    background-color: #ffffff;
    margin: 0 auto;
    min-width: 850px;
    text-align: center;
    width: 90%;
}

.header {
    /*position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;*/
    position: relative;
    height: 6.1em;
    background-color: #FFFFFF !important;
    padding: 20px;
}

.title {
    display: block;
    width: 100%;
    /*border-bottom: 4px solid #20576C;*/
    /*border-bottom: 4px solid #000000  ;*/
}

    .title h1 {
        border: medium none;
        color: #F9F9F9;
        float: left;
        font-family: georgia;
        font-size: 2em;
        font-weight: 700;
        line-height: 2em;
        margin: 0;
        padding: 0;
    }

    .title h2 {
        /*color: #20576C;*/
        color: #000000;
        float: left;
        font-family: georgia;
        margin-left: 5px;
        *line-height: 2.8em;
    }

.main {
    padding: 0px 5px;
    margin: 0px 8px 8px 8px;
    min-height: 420px;
}

.SearchCriteria {
    margin: 30px auto;
    border: 1px solid #d7d7d7;
    padding: 20px;
    display: inline-block;
}

    .SearchCriteria b {
        position: relative;
        display: block;
        background-color: #ffffff;
        width: 32%;
        margin: -27px auto 20px;
    }

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

body {
    position: relative;
    min-height: 99.8vh;
    padding-bottom: 150px;
}


.footer {
    background-color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .footer img {
        display: inline-block;
        width: 55px !important;
        margin: 10px 5px;
    }


/* 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;
}


.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;
}
/*--------------------------- Paging --------------------*/

.paging {
    /* background-color:#BBB5A1; */
    background-color: #4682B4;
}

    .paging table {
        margin: 0 auto;
        font-size: 13px;
    }

        .paging table a {
            /*color: #20576C;*/
            color: white;
            display: block;
            text-align: center;
            width: 25px;
        }

            .paging table a:hover {
                /* color:red; */
                color: #cccccc;
            }

        .paging table span {
            display: block;
            text-align: center;
            width: 21px;
            border: 1px solid rgba(255,255,255, .5);
            color: #fff;
            line-height: 23px;
            background-color: rgba(255,255,255,.1);
        }

/*------ Language links------*/

/*#language {
    background-color: #000000;
    color: #91ADA5;
    float: right;
    font-family: Arial;
    font-size: 10px;
    height: 15px;
    padding: 0 5px;
    text-align: center;
    width: 140px;
    margin-top: -24px;
}*/
#language ul {
    margin: 0;
    padding: 0;
}

#language li {
    display: inline;
}

#language a {
    color: #FFFFFF;
    margin: 0 4px;
    text-decoration: none;
}

/*------ End of Language links------*/
