﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #f7f7f7;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px 0 50px 0;
    color: #696969;
}

a:link, a:visited {
    color: #15c;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

input[type="text"] {
    text-transform: uppercase;
    border: 1px solid #d9d9d9;
    /*width: 92%;*/
}

normalcase.input[type="text"] {
    text-transform: inherit;
    border: 1px solid #d9d9d9;
    width: 92%;
}

textarea {
    border: 1px solid #d9d9d9;
    width: 92%;
}

select {
    border: 1px solid #d9d9d9;
}

input[type="submit"] {
    margin: 0px auto;
    width: auto;
    CURSOR: pointer;
    padding: 3px 6px;
    margin-top: 0px;
    background: -moz-linear-gradient(top,#3586a0 0,#307289 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3586a0),color-stop(100%,#307289));
    background: -webkit-linear-gradient(top,#3586a0 0,#307289 100%);
    background: -o-linear-gradient(top,#3586a0 0,#307289 100%);
    background: -ms-linear-gradient(top,#3586a0 0,#307289 100%);
    background: linear-gradient(to bottom,#3586a0 0,#307289 100%);
    background-color: #3586a0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3586a0,endColorstr=#307289,GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3586a0,endColorstr=#307289,GradientType=0)";
    background-color: #3586a0 \0/IE9;
    -webkit-box-shadow: 0 2px 2px -2px rgba(0,0,0,0.5), inset 0 1px 3px 0 #27b1c5;
    box-shadow: 0 2px 2px -2px rgba(0,0,0,0.5), inset 0 1px 3px 0 #27b1c5;
    -webkit-box-shadow: inset 0 1px 3px 0 #27b1c5 \0/IE9;
    box-shadow: inset 0 1px 3px 0 #27b1c5 \0/IE9;
    border: 1px solid #3586a0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

/* 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: 100%;
    margin: 0px auto 0px auto;
}

.loginpage {
    width: 100%;
    margin: 0px auto 0px auto;
    border: 0px solid #dbdbdb;
}

    .loginpage center {
        padding-bottom: 70px;
    }

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #0c3443;
    background-image: -moz-linear-gradient(left,#114b60 0,#196f8d 15%,#0c3443 60%);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#114b60),color-stop(0.15,#196f8d),color-stop(1,#0c3443));
    width: 100%;
}

.footer {
    position: fixed;
    bottom: 0;
    margin: 0px;
    padding: 0px;
    background: #0c3443;
    background-image: -moz-linear-gradient(left,#114b60 0,#196f8d 15%,#0c3443 60%);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#114b60),color-stop(0.15,#196f8d),color-stop(1,#0c3443));
    width: 100%;
}

.header h1 {
    font-weight: 500;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #eeeef4;
    border: none;
    line-height: 2em;
    font-size: 2em;
    font-family: Arial;
}

.main {
    padding: 0px 12px;
    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 {
    width: 100%;
}

div.menu {
    padding: 4px 0px 0px 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: #008dbd;
            border: solid 1px #08668a;
            border-radius: 5px 5px 0px 0px;
            -moz-border-radius: 5px 5px 0px 0px;
            -webkit-border-radius: 5px 5px 0px 0px;
            border-bottom: none;
            margin-right: 1px;
            color: #dcecfb;
            font-weight: bold;
            display: block;
            line-height: 1.35em;
            padding: 6px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #f4efeb;
                color: #7f7f7f;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

        div.menu ul li li a {
            border-radius: 0px 0px 0px 0px;
            -moz-border-radius: 0px 0px 0px 0px;
            -webkit-border-radius: 0px 0px 0px 0px;
            border: solid 1px #08668a;
        }

/*-------- TABEL STYLE  ------------------------*/
.tabStyle {
    border: solid 1px #dfdfdf;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}

    .tabStyle th {
        background: #d5dee3;
        border: solid 1px #ced7dc;
        border-bottom: solid 2px #399cc3;
        color: #6b7073;
        padding-left: 7px;
    }

    .tabStyle td {
        border: solid 1px #eeeeee;
        padding-left: 7px;
        background: transparent;
    }

    .tabStyle tr:nth-child(even) {
        background: #fff;
    }

    .tabStyle tr:nth-child(odd) {
        background: #f3f3f3;
    }


.tabStyle2 {
    border: solid 1px #dfdfdf;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}

    .tabStyle2 th {
        background: #eaf5d7;
        border: solid 1px #ced7dc;
        border-bottom: solid 2px #99cb38;
        color: #6b7073;
        padding-left: 7px;
    }

    .tabStyle2 td {
        border: solid 1px #eeeeee;
        padding-left: 7px;
        background: transparent;
    }

    .tabStyle2 tr:nth-child(even) {
        background: #f3f3f3;
    }

    .tabStyle2 tr:nth-child(odd) {
        background: #FFF;
    }

.tabStyle3 {
    border: solid 1px #dfdfdf;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}

    .tabStyle3 th {
        background: #399cc3;
        border: solid 1px #b8e0ec;
        border-top: solid 1px #1f5e70;
        color: #fff;
        padding-left: 7px;
    }

    .tabStyle3 td {
        border: solid 1px #b8e0ec;
        padding-left: 7px;
        background: transparent;
    }

    .tabStyle3 tr:nth-child(even) {
        background: #fff;
    }

    .tabStyle3 tr:nth-child(odd) {
        background: #dbeff6;
    }

.tabStyle4 {
    border: solid 1px #dfdfdf;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}

    .tabStyle4 th {
        background: rgba(0,144,188,1);
        background: -moz-linear-gradient(top, rgba(0,144,188,1) 0%, rgba(0,84,115,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,144,188,1)), color-stop(100%, rgba(0,84,115,1)));
        background: -webkit-linear-gradient(top, rgba(0,144,188,1) 0%, rgba(0,84,115,1) 100%);
        background: -o-linear-gradient(top, rgba(0,144,188,1) 0%, rgba(0,84,115,1) 100%);
        background: -ms-linear-gradient(top, rgba(0,144,188,1) 0%, rgba(0,84,115,1) 100%);
        background: linear-gradient(to bottom, rgba(0,144,188,1) 0%, rgba(0,84,115,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090bc', endColorstr='#005473', GradientType=0 );
        border: solid 1px #b8e0ec;
        color: #fff;
        padding-left: 7px;
    }

    .tabStyle4 td {
        border: solid 1px #b8e0ec;
        padding-left: 7px;
        background: transparent;
    }

    .tabStyle4 tr:nth-child(even) {
        background: #fff;
    }

    .tabStyle4 tr:nth-child(odd) {
        background: #dbeff6;
    }
/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    /*margin: 1em 0px;*/
    padding: 1em;
    border: 1px solid #ccc;
    background: #ffffff;
}

    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: left;
    width: auto;
}

.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: #dd4b39;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.tdlabel {
    padding-right: 6px;
    text-align: left;
    height: 20px;
}

.tddata {
    height: 20px;
    padding-left: 3px;
}

.Legendheading {
    padding: 10px 5px;
    color: #fff;
    font-weight: bold;
    font-family: Helvetica Neue,Helvetica;
    font-size: 13px;
    width: 99%;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    background: rgba(3,146,186,1);
    background: -moz-linear-gradient(top, rgba(3,146,186,1) 0%, rgba(2,84,117,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(3,146,186,1)), color-stop(100%, rgba(2,84,117,1)));
    background: -webkit-linear-gradient(top, rgba(3,146,186,1) 0%, rgba(2,84,117,1) 100%);
    background: -o-linear-gradient(top, rgba(3,146,186,1) 0%, rgba(2,84,117,1) 100%);
    background: -ms-linear-gradient(top, rgba(3,146,186,1) 0%, rgba(2,84,117,1) 100%);
    background: linear-gradient(to bottom, rgba(3,146,186,1) 0%, rgba(2,84,117,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0392ba', endColorstr='#025475', GradientType=0 );
}

.fieldset {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 5px;
    border: solid 10px #e9e9e9;
    background: #fff;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}

#maindiverror {
    width: 640px;
    height: 280px;
    vertical-align: middle;
    padding-top: 40px;
}

#imagediv {
    width: 200px;
    float: left;
    text-align: center;
    border-right: 1px dashed #9a9da1;
    padding: 10px 10px 10px 10px;
}

    #imagediv span {
        font-family: Calibri;
        font-size: 18px;
        font-weight: bold;
        vertical-align: middle;
        color: #9a9da1;
    }

#contentdiv {
    width: 350px;
    float: right;
    padding: 8px 10px 10px 10px;
}

    #contentdiv span {
        font-family: Kartika;
        font-size: 14px;
        color: #636363;
        font-weight: bold;
    }

#errorlist {
    margin-top: 10px;
    font-family: arial;
    font-size: 12px;
    padding-left: 10px;
    line-height: 22px;
    color: #757575;
}

/* Model Panel*/
.ModelPanel {
    background-color: #dddddd;
    font-family: Arial;
    height: auto;
    text-align: center;
    width: 100%;
    margin: 5px 3px 0px 5px;
    padding: 0px 0px 0px 0px;
}

.ModelLblHeader {
    background-color: #465c71;
    border-color: White;
    border-style: solid;
    border-width: 3px;
    font-size: medium;
    font-family: Calibri;
    text-align: center;
    vertical-align: middle;
    color: White;
    height: 25px;
    width: 100%;
}

.ModelLblMsg {
    font-family: Arial;
    width: 99%;
    height: 20px;
    font-size: 14px;
    color: #696969;
}

.modalBackground {
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    background-color: #465c71;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.ModelPanelLink {
    background-color: #dddddd;
    font-family: Arial;
    height: 500px;
    text-align: center;
    width: 800px;
    margin: 5px 3px 0px 5px;
    padding: 10px 10px 10px 10px;
}

.modalHeading {
    font-family: Arial;
    color: #e7e5dc;
    background-color: #465c71;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    display: block;
    text-align: center;
    padding-top: 6px;
}

.loginBoxTop {
    display: block;
    background-color: #400090;
    background: transparent -webkit-linear-gradient(left,#188fff 0,#400090 100%) repeat scroll 0 0;
    background: transparent linear-gradient(to right,#188fff 0,#400090 100%) repeat scroll 0 0;
    height: 4px;
    margin: 0 -5px 30px;
}
