﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background-color: #fff;
    font-size: .75em;
    font-family: '00297regular',Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

@font-face {
    font-family: '00297regular';
    src: url('/Static/fonts/00297-webfont.eot');
    src: url('/Static/fonts/00297-webfont.eot?#iefix') format('embedded-opentype'), url('/Static/fonts/00297-webfont.woff') format('woff'), url('/Static/fonts/00297-webfont.ttf') format('truetype'), url('/Static/fonts/00297-webfont.svg#00297regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a:link {
    color: #A6A69A;
    text-decoration: none;
}

a:visited {
    color: #A6A69A;
}

a:hover {
    color: #000;
}

a:active {
    /*color: #12eb87;*/
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 1.5em;
    color: #a6a69a;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

a.btn, .btn {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    background: #C1C1B8;
    color: #FFF;
    padding: 0 8px;
    font-size: 13px;
}

    .btn a {
        color: #fff;
    }

td a {
    display: block;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.topBord {
    border-top: 1px solid #aaa;
}

.btnCol {
    border-top: 1px solid #aaa;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
    clear: both;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */

.width {
    width: 1170px;
    margin: 1vh 10vw;
}

.page {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#leftCol {
    position: fixed;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    float: left;
    width: 212px;
    margin-right: 34px;
    padding-top: 2%;
}

    #leftCol h1 {
        padding: 5px 0;
        margin: 0;
        color: #a6a69a;
        border: none;
        line-height: 2em;
        font-size: 28px;
        white-space: nowrap;
    }

#main {
    background-color: #fff;
    margin-bottom: 30px;
}

#leftCol + #main {
    float: right;
    width: 924px;
    margin-top: 20px;
}

#footer {
    color: #999;
    padding: 0;
    text-align: right;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    background: #A6A69A;
    height: 33px;
    clear: both;
}

    #footer img {
        cursor: pointer;
    }

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left;
    white-space: nowrap;
}

    ul#menu li {
        list-style: none;
    }

        ul#menu li#greeting {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul#menu li a {
            padding: 0 10px;
            text-decoration: none;
            line-height: 34px;
            background-color: #fff;
            color: #9c9c90;
            font-size: 17px;
            display: block;
            border-bottom: 1px solid #a6a69a;
        }

            ul#menu li a:hover {
                background-color: #bebeb5;
                color: #fff;
            }

            ul#menu li a:active {
                /*background-color: #a6e2a6;*/
                text-decoration: none;
            }

        ul#menu li.selected a {
            background-color: #fff;
            color: #000;
        }

        ul#menu li.submenu span {
            background: #a6a69a;
            display: block;
            line-height: 34px;
            font-size: 17px;
            color: #fff;
            padding-left: 10px;
        }

        ul#menu li.submenu li a {
            line-height: 20px;
            font-size: 14px;
            border-bottom: none;
            background: #F6F6F5;
        }

            ul#menu li.submenu li a:hover {
                background: #bebeb5;
            }

        ul#menu li.submenu ul {
            margin-bottom: 0;
            border-bottom: 2px solid #a6a69a;
            background: #F6F6F5;
            padding-top: 4px;
        }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] {
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] {
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
    width: 100%;
    margin-top: 15%;
}

    table td {
        padding: 5px;
        border: solid 1px #e8eef4;
    }

    table th {
        padding: 6px 5px;
        text-align: left;
        background-color: #F6F6F5;
        border: solid 1px #e8eef4;
        color: #9C9C90;
    }

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}


.clear5 {
    clear: both;
    height: 5px;
}

.clear10 {
    clear: both;
    height: 10px;
}

.clear15 {
    clear: both;
    height: 15px;
}

.clear20 {
    clear: both;
    height: 20px;
}

.error {
    color: Red;
}

#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    background: #a6a69a;
    line-height: 27px;
    font-size: 14px;
    display: block;
    text-align: right;
    color: White;
}

    #logindisplay a {
        display: inline-block;
        padding: 0 18px;
        background: url('/Static/images/loginSep.png') 0 center no-repeat;
    }

#wellcomeMsg {
    margin-right: 25px;
}

#logindisplay a:link {
    color: white;
}

#logindisplay a:visited {
    color: white;
}

#logindisplay a:hover {
    color: white;
    text-decoration: underline;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field {
    margin: 0.5em 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

div.imagecontainer {
    overflow: hidden;
    width: 304px;
    float: left;
    border-top: 1px solid #A6A69A;
    padding-top: 7px;
    margin-bottom: 15px;
}
/*div.imagethumbnail 
{
    width:120px;
    height:100px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}*/
div.imagethumbnail img {
    border: 0px;
    max-width: 304px;
    display: block;
    margin:0 auto;
}

.imageDetail {
    color: #555;
    font-size: 14px;
}

.pageTitle {
    padding-top: 6%;
    font-size: 16px !important;
    font-weight: bold !important;
    position: fixed;
    width: 69%;
    z-index: 200;
    background-color: #fff;
}

.topDownloadAll {
    text-align: right;
    margin-top: -3%;
    border-bottom: 1px solid #aaa;
}

.imagethumbnail {
    position: relative;
    margin-top: 15px;
}

.hoverInner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #ECECEC;
    background-color: rgba(166, 166, 154, 0.5);
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

.imagethumbnail:hover .hoverInner {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hoverInner a {
    display: inline-block;
    line-height: 31px;
    background: #919189 url(/Static/images/dlIco.png) 14px center no-repeat;
    font-size: 16px;
    color: #FFF;
    width: 94px;
    text-align: center;
    text-indent: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
}

    .hoverInner a + a {
        width: 102px;
        left: auto;
        right: 0;
    }

    .hoverInner a.zoomIco {
        width: 49px;
        height: 49px;
        background: url('/Static/images/zoomIcoNew.png') 0 0 no-repeat;
        display: block;
        top: 0;
        bottom: auto;
        left: 50%;
        margin-left: -25px;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

a.deleteBtn {
    float: right;
    display: block;
    height: 15px;
    line-height: 15px;
    background: #C1C1B8;
    color: #FFF;
    padding: 0 8px;
    font-size: 13px;
}

#subNav {
    list-style: none;
    overflow: hidden;
    background: #f6f6f5;
    position: fixed;
    width: 69%;
    margin-top: 1%;
    z-index: 201;
}

    #subNav li {
        float: left;
    }

        #subNav li a {
            color: #a6a69a;
            font-size: 11px;
            display: block;
            padding: 0 10px;
            line-height: 15px;
            text-transform: uppercase;
            font-family: Tahoma;
            border-right: 1px solid #939386;
            margin-top: 8px;
        }

            #subNav li a:hover {
                color: #fff;
                background: #bebeb5;
            }

        #subNav li:last-child a {
            border-right: 0;
        }

.tableBtn {
    background: #C1C1B8;
    font-size: 13px;
    text-align: center;
}

    .tableBtn a {
        color: #fff;
        display: block;
    }

        .tableBtn a:hover {
            text-decoration: underline;
        }

.hoverBtnCt {
    width: 212px;
    height: 120px;
    position: absolute;
    top: 50%;
    margin-top: -60px;
    left: 50%;
    margin-left: -106px;
}

@media only screen and (min-width: 1920px) {
    #pageTitle {
        margin-top: 0 !important;
    }

    .topDownloadAll {
        text-align: right;
        margin-top: -2%;
        border-bottom: 1px solid #aaa;
    }

    .pageTitle {
        padding-top: 5%;
        font-size: 16px !important;
        font-weight: bold !important;
        position: fixed;
        width: 69%;
        z-index: 200;
        background-color: #fff;
    }
}
@media only screen and (min-width: 1024px) and (max-width:1259px) {

    .pageTitle {
        padding-top: 8%;
        font-size: 16px !important;
        font-weight: bold !important;
        position: fixed;
        width: 69%;
        z-index: 200;
        background-color: #fff;
    }
}
