﻿/* DEFAULTS
----------------------------------------------------------*/
/**************************** jquery ui *******************************/


/**************************** jquery validate *************************/
@import "core.css";


/*form.MasterPageForm1 { width: 50em; }*/

em.error {
    background: url("../Images/Unchecked.gif") no-repeat 0px 0px;
    padding-left: 16px;
}

em.success {
    background: url("../Images/Checked.gif") no-repeat 0px 0px;
    padding-left: 16px;
}
/*
form.MasterPageForm1 label.error {
    margin-left: auto;
}*/

em.error {
    color: black;
}

#warning {
    display: none;
}
/* DEFAULTS
----------------------------------------------------------*/

body {
    /*background: #b6b7bc;*/
    background-color: White;
    font-size: 12px;
    font-family: Frutiger; /*  font-size: 11px; font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;*/
    margin: 0px;
    padding: 0px;
    color: #696969;
}

.mGrid {
    background-color: #fff;
    margin: 3px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .mGrid td {
        border: solid 1px #c1c1c1; /*  color: #717171;*/
        color: Black;
        font-size: 10px;
    }

    .mGrid th {
        padding: 3px 2px;
        background: #c60000;
        border-left: solid 1px #525252;
        font-size: 10px;
        color: White;
    }

.mgrid-AlternateRow {
    /*	background-color:#FFF7E6;*/ /*	background-color:#FFF7DA;*/
    background-color: #FFF5E0;
}

a:link, a:visited {
    /*color: #034af3;*/
    /*color: White;*/
}

a:hover {
    /*color: #1d60ff;*/
    /*color: White;*/
    text-decoration: none;
}

a:active {
    /*color: #034af3;*/
    /*color: White;*/
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em; /*color: #666666; */ /*color: #c60000;    font-variant: small-caps;*/
    color: Black;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 1px;
    margin-top: 1px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.2em;
    font-weight: 600;
}

h3 {
    margin-bottom: 6px;
    font-size: 1.3em;
    color: #c60000;
}

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: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px; /*background: #4b6c9e; */ /*background:#ffd833  */
    background: #ffc600;
    width: 100%;
    border: 0;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px; /*color: #f9f9f9;*/
        color: #c60000;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }



.HeaderRTd {
    width: 10%;
    vertical-align: top;
    text-align: right;
}

.main {
    /*   padding: 3px 3px;*/
    /* margin: 0px 5px 5px 5px;*/
    min-height: 420px;
    width: 100%;
}

.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; */ /*background-color: #c60001;*/
    background-color: #c60000;
    width: 100%;
    vertical-align: baseline;
    padding-bottom: 0px;
}

div.menu {
    padding: 1px 0px 1px 8px;
    background-color: transparent;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            /* MENU COLOR- background-color: #465c71; */
            background-color: #c60000; /* border: 1px #4e667d solid; 	border: 1px #c60000 solid; */
            color: #dde4ec;
            display: block; /*line-height: 1.35em; */
            line-height: 1.0em;
            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;
            }

.mGrid2 {
    background-color: #fff;
    margin: 3px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .mGrid2 td {
        border: solid 1px #c1c1c1; /*  color: #717171;*/
        color: Black;
        font-size: 10px;
    }

    .mGrid2 th {
        padding: 3px 2px;
        background: #d3d3d3;
        border-left: solid 1px #525252;
        font-size: 10px;
        color: Black;
    }

.mgrid2-AlternateRow {
    /*	background-color:#FFF7E6;*/ /*	background-color:#FFF7DA;*/
    background-color: #FFF5E0;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    /*margin: 1em 0px;*/
    padding: 1em;
    /*border: 1px solid #ccc;*/
    border: 1px solid black;
}

    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: 11px;
    font-weight: 600;
    color: #c60000;
    /*	padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		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 {
    font-family: Frutiger;
    color: #c60000;
    font-size: 2.2em;
    font-weight: bold;
    display: block;
    width: auto;
    text-align: right;
}

.UserName {
    font-family: Frutiger;
    color: #c60000;
    /*	font-style: italic;
	font-weight: bold;*/
    font-size: 1.0em;
    vertical-align: bottom;
    margin-top: 40px;
}

.UserLink {
    text-align: right;
}

.UserTime {
    color: #c60000;
    text-align: right;
    font-size: 0.85em;
}

.UserMenu {
    width: 85%;
}

.UserSearch {
    float: right;
    width: 10%;
}

.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;
}

/* Rounded Corner */
.tb10 {
    background-image: url(images/form_bg.jpg);
    background-repeat: repeat-x;
    border: 1px solid #d1c7ac;
    width: 100%;
    color: #808080;
    padding: 1px;
    margin-right: 1px; /*margin-bottom:8px;*/
    font-family: Frutiger, tahoma, arial, sans-serif;
    height: 13px;
    vertical-align: top;
}

.btnSearch {
    vertical-align: middle;
    margin-right: 1px;
}



.Menu {
    font-size: 0.899em;
}

    .Menu ul {
        /* background:#7795BD;*/
        background: #c60000;
        padding-left: 0px;
    }

        .Menu ul li {
            background: #c60000 url(menu_bg.gif) repeat-x; /* set width if needed.*/
            /*width: 135px;*/
            padding-left: 5px;
            padding-right: 5px;
        }


            .Menu ul li a {
                color: White;
                padding: 2px 2px 2px;
                padding-left: 0px !important; /*  border: 1px solid #9E0000;     border-bottom: 0;*/
            }

                .Menu ul li a:hover {
                    background-image: none;
                }

                .Menu ul li a:hover {
                    color: #ffc600;
                    /*font-weight: bold;*/
                }

            .Menu ul li a {
                color: #FAFAFA;
            }


.tdStyle {
    background-color: #F0F0F0;
    font-size: 1.2em;
    font-weight: bold;
}


.tblStyle {
    margin-left: 0px;
}

.button {
    background: #efefef;
    font-size: 12px;
    font-weight: bold;
    color: #001563;
    margin-left: 0px;
}

.cancel {
    background: #efefef;
    font-size: 12px;
    font-weight: bold;
    color: #001563;
}

div.panel, p.flip {
    margin: 0px;
    padding: 5px;
}

div.panel {
    display: none;
}

div.panelOpen, p.flip {
    margin: 0px;
    padding: 5px;
}

div.panelOpen {
    display: block;
}

p.flip {
    color: Black;
    cursor: pointer;
    height: 15px;
    background-color: #c6c6c6;
    font-weight: bold;
    width: 100%;
}

.flip {
    margin: 0px;
    padding: 5px;
    color: Black;
    cursor: pointer;
    height: 10px;
    background-color: #c6c6c6;
    font-weight: bold;
    width: 100%;
    height: 25px;
}

.CollapseImg {
    vertical-align: middle;
    width: 15px;
}

.CollapseText {
    vertical-align: middle;
    width: 90%;
}


.myspan {
    background: url(../Image/arrow_right_double.png) no-repeat;
    width: 50px;
    margin-bottom: 2px;
}


.ErrorLabel {
    color: Red;
    font-weight: bold;
}

.ErrorLabel2 {
    color: Red;
    font-weight: bold;
}

.SuccessLabel {
    color: Green;
    font-weight: bold;
}

.SelectLink {
    font-family: Frutiger, Wingdings;
    font-size: medium;
}

.SelectLink2 {
    font-family: Frutiger, Wingdings 2;
    font-size: medium;
}

.SetRed {
    font-weight: bold;
    color: #c60000;
}

.SetBlue {
    font-weight: bold;
    color: blue;
}


.Multiline {
    width: 150px;
}

.LogoOnLogin {
    font-family: Frutiger, Arial;
    font-weight: bold;
    font-size: 20pt;
    color: #c60000;
    text-align: center;
}

.FormAcc {
    background-color: #c6c6c6;
    color: #000000;
    font-size: small;
    cursor: pointer;
    margin-top: 5px;
    font-weight: bold;
    height: 18px;
    border: #2f4f4f 1px solid;
}

.LabelHeader {
    background-color: #c6c6c6;
    color: #000000;
    font-size: small;
    margin-top: 5px;
    font-weight: bold;
    height: 18px;
    border: #2f4f4f 1px solid;
}

.valError {
    font-size: 1em;
    color: #c60000;
    font-weight: bold;
    text-align: center;
}

ul {
    margin-top: 1px;
    margin-bottom: 1px;
}

datechek {
    width: 80px;
    font-size: 0.8em;
}


select {
    font-size: 12px;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    /* width:200px;*/
}

    select option {
        font-size: 8px;
        color: #000;
    }


.AccHeader {
    width: 100%;
    cursor: pointer;
    border: 1px;
    border-width: 1px;
}

.sectionMask {
    background-color: #F0F0F0;
    font-weight: bold;
    border-color: #E2E2E2;
    border-bottom-width: 0px;
    padding-left: 5px;
}

.Overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    z-index: 1000;
}

.PopUpPanel {
    position: absolute;
    /*  background-color: #737373;   */
    top: 100px;
    left: 15%;
    z-index: 2001;
    padding: 10px;
    min-width: 400px;
    max-width: 600px;
    -moz-box-shadow: 3.5px 4px 5px #000000;
    -webkit-box-shadow: 3.5px 4px 5px #000000;
    -moz-border-radiux: 5px;
    -webkit-border-radiux: 5px;
    border: 1px solid #CCCCCC;
}

.WaterMarkForeColor {
    color: Gray;
}

.TabPage {
    border-right: black 1px solid !important;
    border-top: black 1px solid !important;
    border-left: black 1px solid !important;
    color: black !important;
    border-bottom: black 1px solid !important;
    width: 100% !important;
}

/* Added for login design */

.inlinedisp {
    display: inline;
}

.inlinedisp1 {
    padding-left: 5px;
    display: inline;
}

#lblCont1 {
    padding: 1px 1px 1px 1px;
}

#F_Cont1 {
    padding: 1px 1px 1px 1px;
}


.modalPopup {
    background-color: White;
    border-width: 3px;
    border-style: solid;
    border-color: #c60000;
    margin: 10px;
}


.row:after {
    content: "";
    display: table;
    clear: both;
    margin: 10px;
}

/* Create columns that floats next to each other */
.column {
    float: left;
    width: 30%;
    height: 35px;
}
