﻿/* DEFAULTS
----------------------------------------------------------*/

body 
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

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;
    text-align: center;
}

/* HEADINGS   
----------------------------------------------------------*/
h1 
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
}

h2, h3, h4, h6 
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h5 
{
    font-size: 1em;
    color: #666666;
    font-variant: normal;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

/* 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: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page {
    /*width: 1060px;*/
    width: 99%;
    background-color: #fff;
    margin: 5px auto 0px auto;
    border: 1px solid #496077;
}

.power 
{
    width: 100px;
    float: left;
    background-color: #FFFFFF;
    border: 1px solid #333333;
    margin: 20px auto 0px auto;
}

.header 
{
    position: relative;
    margin: 0;
    padding: 0;
    background: #4b6c9e;
    width: 100%;
}

    .header h1 
    {
        font-weight: 700;
        margin: 0;
        padding: 0 0 0 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.pageheadings 
{
    padding: 0 12px;
    margin: 12px 8px 8px 8px;
}

.page_header 
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
}

page_header_descr 
{
    font-size: 1em;
    color: #666666;
    font-variant: normal;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0;
}

.main {
    padding: 0 12px;
    /*margin: 4px 2px 2px 2px;*/
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol 
{
    padding: 6px 0;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer 
{
    color: #4e5766;
    padding: 8px 0 0 0;
    margin: 0 auto;
    text-align: center;
    line-height: normal;
}

.importantLabel 
{
    font-size: large;
    color: #333333;
}

.importantLabelValue 
{
    font-size: large;
    color: #333333;
    font-weight: bold;
}

/* TAB MENU   
----------------------------------------------------------*/
div.hideSkiplink 
{
    background-color: #3a4f63;
    width: 100%;
}

div.menu 
{
    padding: 4px 0px 4px 8px;
}

    div.menu ul 
    {
        list-style: none;
        margin: 0;
        padding: 0;
        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 1pc 1em 1em;
    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 
{
    border: 1px solid #333333;
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    width: 100%;
    background-color: #6699FF;
    color: #333333;
}

#fsAction 
{
    background-color: #465c71;
    text-align: right;
}

.FilterLabel 
{
    color: #333333;
    font-size: 12px;
}

input.textEntry 
{
    width: 20px;
    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;
}

.title_company 
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    color: #CCCCCC;
    padding: 0 0 0 20px;
}

.sm_User 
{
    display: block;
    text-align: right;
    padding: 5px;
    float: right;
    width: 450px;
}

.sm_UserName 
{
    font-size: 1.1em;
    color: White;
    font-weight: bold;
}

.sm_UserName_Other 
{
    font-size: 1.0em;
    color: #CCCCCC;
}

.failureNotification 
{
    font-size: 1.2em;
    color: Red;
}

.bold 
{
    font-weight: bold;
}

.submitButton 
{
    text-align: right;
    padding-right: 10px;
}

/*Modal Popup*/
.modalBackground 
{
    border: thin none #FF0000;
    background-color: #CCCCCC;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup 
{
    border: 2px solid #CC3300;
    background-color: #FFFFFF;
    padding: 3px;
    width: 250px;
}

    .modalPopup p 
    {
        padding: 5px;
    }

.modalPopupLookup 
{
    margin: 5px;
    border: 2px solid #333333;
    background-color: #FFFFFF;
    padding: 2px;
    width: 640px;
    height: 600px;
}

.modalPopupQuestion 
{
    border: 2px solid #333333;
    background-color: #FFFFFF;
    padding: 0;
    width: 450px;
    height: 300px;
    overflow: scroll;
}

.modalPopupLookupTitle 
{
    padding: 0 0 0 5px;
    margin: 0 0 5px 0;
    color: #333333;
    background-color: #E9E9E9;
    font-weight: bolder;
    font-size: large;
}
/*Popup Control*/
.popupControl 
{
    border: 1px solid #666666;
    background-color: #FFFFCC;
    position: absolute;
    display: none;
}

.AjaxPanelProgress 
{
    border: thin solid #666666;
    z-index: 999999;
    width: 400px;
    height: 400px;
    background-color: #FFFFFF;
}
/*OTHER*/
.LookupTable 
{
    background-color: #EAFFEA;
    border: 1px dotted #666666;
    font-size: x-small;
}

.LookupCell 
{
    border-style: none;
}

.RequiredFieldValidator 
{
    color: #FF0000;
}

.ImportWords 
{
    font-weight: bold;
    color: #CC0000;
}

.GridView 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.div_overflow 
{
    overflow: scroll;
    height: 300px;
}

.hide 
{
    visibility: hidden;
}

.delete_panel 
{
    background-color: #FFFFFF;
    border: 2px solid #CC3300;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #800000;
}

.div_collapsable_container 
{
    padding: 5px;
    border: 1px solid #333333;
    background-color: #3a4f63;
    width: 99%;
    cursor: pointer;
}

.div_collapsable_container_label 
{
    margin: 10px;
    font-size: small;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: capitalize;
    width: 100%;
}

.div_groupbox_header 
{
    border: 1px solid #999999;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-color: #666666;
    width: 100%;
}

.div_groupbox 
{
    border: 1px solid #666666;
    padding: 5px;
    width: 95%;
}

.div_section_header 
{
    border: 1px solid #999999;
    padding: 10px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    background-color: #CCCCCC;
    width: 99%;
}

.div_section_action 
{
    border: 1px solid #999999;
    padding: 10px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #465c71;
    text-align: right;
    width: 99%;
}

.div_section_action2 {
    border: 1px solid #999999;
    padding: 10px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #465c71;
    text-align: right;
}
.text_right 
{
    text-align: right;
}

.text_center {
    text-align: center;
}

/**********DASH BOARDS **************/
.summary_table 
{
    width: 100%;
}

.summary_table_head_1 
{
    padding: 5px;
    margin: 5px;
    color: #CCCCCC;
    background-color: #333333;
    text-align: center;
    font-size: 16px;
    width: 75px;
}

.summary_table_cell_1 
{
    padding: 5px;
    margin: 5px;
    border: 1px solid #333333;
    color: #333333;
    text-align: center;
    font-size: 16px;
    width: 75px;
}

.summary_table_head_2 
{
    padding: 5px;
    margin: 5px;
    color: #FFCC66;
    background-color: #CC3300;
    text-align: center;
    font-size: 16px;
    width: 75px;
}

.summary_table_cell_2 
{
    padding: 5px;
    margin: 5px;
    border: 1px solid #FFCC66;
    color: #FFCC66;
    text-align: center;
    font-size: 16px;
    width: 75px;
}

.summary_table_head_3 
{
    padding: 5px;
    margin: 5px;
    color: #800000;
    background-color: #FF0000;
    text-align: center;
    font-size: 16px;
    width: 75px;
}

.summary_table_cell_3 
{
    padding: 5px;
    margin: 5px;
    border: 1px solid #FF9900;
    color: #FF0000;
    text-align: center;
    font-size: 16px;
    width: 75px;
}

.table_general_info_form table {
    table-layout: fixed;
}

.table_general_info_form td:nth-child(1) {
    width: 200px;
    height: 25px;
    border-bottom-style: dotted;
    border-bottom-color: lightgray;
    border-bottom-width: 1px;
}

.table_general_info_form td:nth-child(2) {
    width: 500px;
    height: 25px;
    border-bottom-style: dotted;
    border-bottom-color: lightgray;
    border-bottom-width: 1px;
}

.table_general_info_form td:nth-child(3) {
    width: 600px;
    height: 25px;
    border-bottom-style: dotted;
    border-bottom-color: lightgray;
    border-bottom-width: 1px;
}

.table_general_info_form td:nth-child(4) {
    width: 400px;
    height: 25px;
    border-bottom-style: dotted;
    border-bottom-color: lightgray;
    border-bottom-width: 1px;
}

.table_general_info_form td:nth-child(5) {
    width: 400px;
    height: 25px;
    border-bottom-style: dotted;
    border-bottom-color: lightgray;
    border-bottom-width: 1px;
}


.table_general_info_form_4 table {
    table-layout: fixed;
}

.table_general_info_form_4 td:nth-child(1) {
    width: 200px;
    height: 25px;
    border-bottom-style: dotted;
    border-bottom-color: lightgray;
    border-bottom-width: 1px;
}

.table_general_info_form_4 td:nth-child(2) {
    width: 500px;
    height: 25px;
    border-bottom-style: dotted;
    border-bottom-color: lightgray;
    border-bottom-width: 1px;
}

.table_general_info_form_4 td:nth-child(3) {
    width: 200px;
    height: 25px;
    border-bottom-style: dotted;
    border-bottom-color: lightgray;
    border-bottom-width: 1px;
}

.table_general_info_form_4 td:nth-child(4) {
    width: 500px;
    height: 25px;
    border-bottom-style: dotted;
    border-bottom-color: lightgray;
    border-bottom-width: 1px;
}

.table_general_info_form_ass table {
    table-layout: fixed;
}

.table_general_info_form_ass td:nth-child(1) {
    width: 100px;
    height: 25px;
    border-bottom-style: dotted;
    border-bottom-color: lightgray;
    border-bottom-width: 1px;
}

.table_general_info_form_ass td:nth-child(2) {
    width: 800px;
    height: 25px;
    border-bottom-style: dotted;
    border-bottom-color: lightgray;
    border-bottom-width: 1px;
}

.table_general_info_form_ass td:nth-child(3) {
    width: 50px;
    height: 25px;
    border-bottom-style: dotted;
    border-bottom-color: lightgray;
    border-bottom-width: 1px;
}

.table_general_info_form_ass td:nth-child(4) {
    width: 10px;
    height: 25px;
    border-bottom-style: dotted;
    border-bottom-color: lightgray;
    border-bottom-width: 1px;
}




.hiddencol {
    display: none;
}


.treeView img {
    width: 20px;
    height: 20px;
}

/********** Navigation Buttons **************/
.navigation_table {
    width: 100%;
}

.navigation_table_cell_1 {
    padding: 5px;
    margin: 0px;
    border: 0px;
    color: #333333;
    text-align: center;
    font-size: 16px;
    width: 75px;
}

.navigation_table_cell_2 {
    padding: 5px;
    margin: 0px;
    border: 0px;
    color: #333333;
    text-align: center;
    font-size: 16px;
    width: 75px;
}

.navigation_table_cell_3 {
    padding: 20px;
    margin: 0px;
    border: 0px;
    color: #333333;
    text-align: center;
    font-size: 16px;
    width: 75px;
}

.navigation_table_cell_4 {
    padding: 5px;
    margin: 0px;
    border: 0px;
    color: #333333;
    text-align: center;
    font-size: 16px;
    width: 75px;
}

.navigation_table_cell_5 {
    padding: 50px;
    margin: 0px;
    border: 0px;
    color: #333333;
    text-align: center;
    font-size: 16px;
    width: 75px;
}

.LabelAction {
    text-align: left;
    font-size: large;
    font-weight: bold;
}

.HideCol {
    display: none;
}

.RadGrid .Row5 td {
    padding-top: 0;
    padding-bottom: 0;
    height: 1px;
    vertical-align: middle;
    font-size: small;
}

/*.RadGrid tr.Row1 {
    background: lightgray;
}*/

.RadGrid .Row1 td {
    padding-top: 0;
    padding-bottom: 0;
    height: 1px;
}

.tdButtonPadding {
    padding: 400px;
}
