/* Minification failed. Returning unminified contents.
(796,1): run-time error CSS1019: Unexpected token, found '@import'
(796,9): run-time error CSS1019: Unexpected token, found 'url('../../../Content/DropDownDefault.css')'
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-4 {
    width: 28%;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus,
    .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover,
        .btn-success.active:hover,
        .open > .dropdown-toggle.btn-success:hover,
        .btn-success:active:focus,
        .btn-success.active:focus,
        .open > .dropdown-toggle.btn-success:focus,
        .btn-success:active.focus,
        .btn-success.active.focus,
        .open > .dropdown-toggle.btn-success.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus,
    .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover,
        .btn-info.active:hover,
        .open > .dropdown-toggle.btn-info:hover,
        .btn-info:active:focus,
        .btn-info.active:focus,
        .open > .dropdown-toggle.btn-info:focus,
        .btn-info:active.focus,
        .btn-info.active.focus,
        .open > .dropdown-toggle.btn-info.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus,
    .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover,
        .btn-warning.active:hover,
        .open > .dropdown-toggle.btn-warning:hover,
        .btn-warning:active:focus,
        .btn-warning.active:focus,
        .open > .dropdown-toggle.btn-warning:focus,
        .btn-warning:active.focus,
        .btn-warning.active.focus,
        .open > .dropdown-toggle.btn-warning.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:focus,
    .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover,
        .btn-danger.active:hover,
        .open > .dropdown-toggle.btn-danger:hover,
        .btn-danger:active:focus,
        .btn-danger.active:focus,
        .open > .dropdown-toggle.btn-danger:focus,
        .btn-danger:active.focus,
        .btn-danger.active.focus,
        .open > .dropdown-toggle.btn-danger.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #777;
                text-decoration: none;
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

@charset "UTF-8";

/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.8
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox3+
 *				Mac OS: Safari2+, Firefox3+
 *
 * @link		http://www.lwis.net/free-css-drop-down-menu
 * @copyright	2008-2012 Live Web Initiatives, http://www.lwis.net, http://www.lwis.net
 *
 */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.dropdown {
    position: relative;
    z-index: 597;
    float: left;
}

    ul.dropdown li {
        float: left;
        min-height: 1px;
        /* required for IE 8 compability mode */
        line-height: 1.3em;
        vertical-align: middle;
        /* required for IE 8 compability mode */
        zoom: 1;
    }

        ul.dropdown li.hover,
        ul.dropdown li:hover {
            position: relative;
            z-index: 599;
            cursor: default;
        }

    ul.dropdown ul {
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 598;
        width: 100%;
    }

        ul.dropdown ul li {
            float: none;
        }

        ul.dropdown ul ul {
            top: 1px;
            left: 99%;
        }

    ul.dropdown li:hover > ul {
        visibility: visible;
    }

@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1.1
 * @type		transitional
 * @browsers	Windows: IE7+, Opera7+, Firefox3+
 *				Mac OS: Safari2+, Firefox3+
 *
 * @link		http://www.lwis.net/free-css-drop-down-menu
 * @copyright	2008-2012 Live Web Initiatives, http://www.lwis.net
 *
 */
/** minor changes and improvements written by Tegratecs Development Corp. **/


/* -- Base drop-down styling -- */

ul.dropdown {
    font-weight: bold;
}

    ul.dropdown li {
        background-color: black;
        color: #efecec;
    }

        ul.dropdown li.hover,
        ul.dropdown li:hover,
        ul.dropdown li.on {
        }

    ul.dropdown a:link,
    ul.dropdown a:visited {
        color: #efecec;
        text-decoration: none;
    }

    ul.dropdown a:hover {
        border-radius: 4px;
        border-color: #d9d9d9;
        background-image: radial-gradient(black 15%, #bab9d3 85%);
        color: white;
    }

        /* hmmm? if open in new window or tab, original page uses these properties for the link */
        /*  also when a link is clicked */
        ul.dropdown a:active {
            /* text-decoration: underline; */
        }

    /* -- level mark -- */

    ul.dropdown ul {
        width: 175px;
        margin-top: 1px;
    }

        ul.dropdown ul li {
            font-weight: normal;
        }


/* -- Supporting class `dir` -- */

    ul.dropdown *.dir {
        padding-right: 20px;
        /* background-image: url(../../../../images/default/nav-arrow-right.png); */
        background-position: 100% 50%;
        background-repeat: no-repeat;
    }


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
    padding-right: 15px;
    /* background-image: url(../../../../images/default/nav-arrow-right.png); */
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
    /* background-image: url(../../../../images/default/nav-arrow-top.png); */
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
    /* background-image: url(../../../../images/default/nav-arrow-right.png); */
}

ul.dropdown-vertical-rtl *.dir,
ul.dropdown-horizontal > li.dropdown-vertical-rtl ul *.dir {
    padding-right: 10px;
    padding-left: 15px;
    /* background-image: url(../../../../images/default/nav-arrow-left.png); */
    background-position: 2px 50%;
}
@charset "UTF-8";

/** 
 * Default Ultimate Linear CSS Drop-Down Menu Theme
 *
 * @file		default.ultimate.css
 * @name		Default
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE7+, Opera7+, Firefox3+
 *				Mac OS: Safari2+, Firefox3+
 *
 * @link		http://www.lwis.net/free-css-drop-down-menu
 * @copyright	2008-2012 Live Web Initiatives, http://www.lwis.net
 *
 */

@import url('../../../Content/DropDownDefault.css');

/* -- Base style extension -- */

ul.dropdown a,
ul.dropdown span {
 display: block;
 padding: 3px 20px;
}


/* -- Base style override -- */

ul.dropdown li {
 padding: 4px;
 /* border: none; */ 
}

ul.dropdown ul a,
ul.dropdown ul span {
 padding: 6px;
}


/* -- Base style reinitiate: post-override activities -- */




/* -- Custom styles -- */

ul.dropdown li.hover,
ul.dropdown li:hover {
 /* background: url(../../../../images/default/grad2.png) 0 100% repeat-x; */ 
 color: White;
}

ul.dropdown li a:active {
 /* background: url(../../../../images/default/grad1.png) repeat-x; */
}

	ul.dropdown ul {
	 margin-top: 0;
	}


/* -- Mixed -- */

ul.dropdown li a,
ul.dropdown *.dir {
 border-style: solid;
 border-width: 1px 1px 1px 1px; 
 border-color: #d9d9d9 #d9d9d9 #d9d9d9 #d9d9d9; 
 border-radius: 4px;
}


/* -- Drop-down open -- */

ul.dropdown li.on > *.dir,
ul.dropdown li:hover > *.dir,

ul.dropdown-horizontal li.dropdown-vertical-rtl li:hover > *.dir {
 border-style: solid;
 border-width: 1px 1px 1px 1px;
 /* border-color: #d9d9d9 #d9d9d9 #d9d9d9 #564289; */
 border-color: #d9d9d9 #d9d9d9 #d9d9d9 #d9d9d9;
 background-color: Black; 
 color: White;

 /* font-weight:bold; */
}

ul.dropdown ul li.on > *.dir,
ul.dropdown-vertical li.on > *.dir,
ul.dropdown ul li:hover > *.dir,
ul.dropdown-vertical li:hover > *.dir {
 padding-left: 15px;
 /* border-top: solid 1px #ffd800; */  
 /* border-left: solid 1px #ffd800; */  
 border-right: solid 1px #564289; 
 border-bottom: solid 1px #564289; 
 border-radius: 4px;
 font-weight: bold;
}

 /* border-top: solid 1px #564289; */ 
 /* border-left: solid 1px #564289; */ 
 /* border-right: solid 1px #564289; */
 /* border-bottom: solid 1px #564289; */

ul.dropdown-vertical.dropdown-vertical-rtl li.on > *.dir,
ul.dropdown-vertical.dropdown-vertical-rtl li:hover > *.dir,
ul.dropdown-horizontal li.dropdown-vertical-rtl li:hover > *.dir {
 padding-right: 15px;
 border-right-color: #564289;
 /* border-top-color: Black; */
 /* border-left: none; */
 /* background-position: 2px 50%; */
}

ul.dropdown-upward li.on > *.dir,
ul.dropdown-upward li:hover > *.dir {
 border-top-color: Black;
 border-bottom-color: #564289;
}

ul.dropdown-upward ul li.on > *.dir,
ul.dropdown-upward ul li:hover > *.dir {
 border-bottom-color: #d9d9d9;
}

@charset "UTF-8";

/** 
 * Vertical Right-to-Left Direction CSS Drop-Down Menu Component
 *
 * @file		dropdown.vertical.rtl.css
 * @package		Dropdown
 * @version		0.3.0
 * @type		Transitional
 * @requires	dropdown.vertical.css
 * @browsers	Windows: IE7+, Opera7+, Firefox3+
 *				Mac OS: Safari2+, Firefox3+
 *
 * @link		http://www.lwis.net/free-css-drop-down-menu
 * @copyright	2008-2012 Live Web Initiatives, http://www.lwis.net, http://www.lwis.net
 *
 */

/* @import "DropDownVertical.css"; */

ul.dropdown-vertical-rtl {
 float: right;
}

ul.dropdown-vertical-rtl ul,
ul.dropdown-horizontal > li.dropdown-vertical-rtl ul ul {
 left: auto !important;
 right: 99%;
}

ul.dropdown-horizontal li.dropdown-vertical-rtl ul {
 left: auto;
 right: 0;
}

ul.dropdown-vertical-rtl li,
li.dropdown-vertical-rtl li {
 text-align: right;
}
/************************************************************/
/*          TechCrystal Mobile ASPX Code Package            */
/*                      Version 1.1                         */
/************************************************************/
/*   This source code contains confidential and proprietary */
/*   information of Tegratecs Development Corp.�            */
/*                                                          */
/*   Original Date Written: 03/06/2017 (WBATCP v8.1 - Base) */
/*                                                          */
/*      Copyright 2018 by Tegratecs Development Corp.�      */
/*                   All Rights Reserved.                   */
/*               Tegratecs Development Corp.�               */
/*                1320 Tower Road, Suite 118                */
/*                  Schaumburg, IL  60173                   */
/*                      800-739-3777                        */
/*                                                          */
/************************************************************/
/* Module or Component:                                     */
/* TegratecsSiteLevelStyleSheetMain.css                     */
/*   Web Base for ASPX TechCrystal Code Package v8.1 (Base) */
/* TegratecsSiteLevelStyleSheetMain.css                     */
/*   Mobile ASPX TechCrystal Code Package v1.1              */
/************************************************************/

.CustomBodyGrey
{
    background-color: #d3d3d3;
}

.CustomBodyLighterGrey
{
    background-color: #E4E4E4;
}

.CustomBodyLightestGrey
{
    background-color: #F8F8F8;
}

.OutputErrorConditionBackgroundColor
{
    background-color: #FAFAD2;
}

.InputFieldBackgroundColor
{
    background-color: #debdff;
}

.InputFieldFlatandCleanBackgroundColor
{
    background-color: white;
}

.centered_container
{
    margin-left: auto;
    margin-right: auto;
    /* vertical-align: does not work for table cells when specified at the table level (works at row and cell levels) */
}

.centered_container_y_text
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /* vertical-align: does not work for table cells when specified at the table level (works at row and cell levels) */
}

.centered_container_left_aligned_text
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.left_aligned_text
{
    text-align: left;
}

.left_aligned_container_centered_text
{
    margin-left: 0;
    text-align: center;
}

.left_aligned_container_y_text
{
    margin-left: 0;
    text-align: left;
}

.right_aligned_container_centered_text
{
    float: right;
    text-align: center;
}

.right_aligned_container_right_aligned_text
{
    float: right;
    text-align: right;
}

.container_ScrollableDiv_ExceptASPGridview
{
    overflow-x: auto;
}

.img_float_left
{
    float: left;
    margin: 0px 35px 10px 0;
    border-width: 2px;
    border-color: Black;
    border-style: solid;
}

.img_float_right
{
    float: right;
    margin: 0px 0px 10px 35px;
    border-width: 2px;
    border-color: Black;
    border-style: solid;
}

.image_std
{
    border-width: 2px;
    border-color: Black;
    border-style: solid;
    padding: 0px;
    margin: 0px;
}

.NetFormHeading
{
    width: 631px;
    position: absolute;
    height: 73px;
    background-image: url(Header_Customer_FPS.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.MenuOptionTitle
{
    font-size: 13pt;
    font-family: Tahoma;
    font-weight: normal;
    background-color: #2e5c5c;
    color: #e3cf1a;
    border-color: White;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    position: absolute;
    width: 732px;
    height: 25px;
}

.RowContainingInputFieldRelativeWithinTable
{
    padding: 3px;
    height: 31px;
}

.UserInstructionRelativeWithinTableCell
{
    position: relative;
    font-size: smaller;
    font-family: Arial;
    font-weight: bolder;
    color: #000080;
    padding: 12px;
}

.UserRequiredFieldInstructionRelativeWithinTableCell
{
    position: relative;
    font-size: smaller;
    font-family: Arial;
    font-weight: bolder;
    color: red;
    padding: 12px;
}

.CategoryHeadingRelativeWithinTableCell
{
    position: relative;
    font-size: larger;
    font-family: Arial;
    font-weight: bolder;
    color: #FFFFFF;
    padding: 12px;
}

.InputFieldPromptRelative
{
    position: relative;
    font-size: small;
    font-family: Arial;
    font-weight: bold;
    text-align: left;
    height: 17px;
    width: 125px;
}

.InputFieldPromptRelativeWithinTable
{
    position: relative;
    font-size: small;
    font-family: Arial;
    font-weight: bolder;
    /* text-align:left; */
    padding: 8px;
}

.InputFieldRelative
{
    position: relative;
    font-size: medium;
    font-family: Arial;
    font-weight: bold;
    background-color: #debdff;
    border-style: inset;
    height: 19px;
}

.InputFieldFlatandCleanRelativeWithinTable
{
    position: relative;
    font-size: inherit;
    font-weight: inherit;
    border-style: solid;
    border-width: 1px;
    background-color: white;
    margin: 1px;
    top: 0;
    left: 0;
}

.InputFieldRelativeWithinTable
{
    position: relative;
    font-size: medium;
    font-family: Arial;
    font-weight: bolder;
    border-style: inset;
    background-color: #debdff;
    margin: 1px;
    top: 0;
    left: 0;
}

.InputFieldRelativeWithinTableLinkButton
{
    position: relative;
    font-size: medium;
    font-family: Arial;
    font-weight: bolder;
    text-align: left;
    border-style: inset;
    margin: 1px;
    width: 19px;
    top: 2px;
    left: -3px;
}

.InputFilterFieldRelativeWithinTable
{
    position: relative;
    font-size: small;
    font-family: Arial;
    font-weight: bolder;
    text-align: left;
    border-style: inset;
    background-color: #debdff;
    margin: 1px;
}

.OutputFieldRelative
{
    position: relative;
    font-size: medium;
    font-family: Arial;
    font-weight: bold;
    border-style: outset;
    border-width: thin;
    background-color: Transparent;
    height: 19px;
    width: 125px;
}

.OutputFieldRelativeWithinTable
{
    position: relative;
    font-size: medium;
    font-family: Arial;
    font-weight: bolder;
    border-style: outset;
    border-width: thin;
    background-color: Transparent;
    margin: 1px;
}

.OutputProtectedFieldRelativeWithinTable
{
    position: relative;
    font-size: medium;
    font-family: Arial;
    font-weight: bolder;
    border-style: outset;
    border-width: thin;
    background-color: #debdff;
    margin: 1px;
}

.FPIntranetInquiryStdHdg
{
    /*  position: relative; */
    font-family: Tahoma;
    font-weight: bolder;
    background-color: white;
    color: #000099;
    border-style: solid;
    border-width: 1px;
    border-color: Black;
}

.FPIntranetInquiryStdRow
{
    /*  position: relative; */
    font-family: Tahoma;
    background-color: #FFFFCC;
    border-style: solid;
    border-width: 1px;
    border-color: Black;
}

.FPIntranetInquiryStdRowAlternate
{
    /*  position: relative; */
    font-family: Tahoma;
    background-color: #FFFF99;
    border-style: solid;
    border-width: 1px;
    border-color: Black;
}

.FPIntranetInquiryStdItemStyle
{
    border-style: solid;
    border-width: 1px;
    border-color: Black;
}

.OutputErrorMessageRelativeWithinTable
{
    position: relative;
    text-align: center;
    font-size: smaller;
    font-weight: bolder;
    border-style: outset;
    border-width: thin;
    /* background-color: LightGoldenRod; */
    background-color: #FAFAD2;
    /* background-color: #FFFFC0; this was a little darker*/
    padding: 0 5px 0 5px;
    margin: 2px;
    border-radius: 10px;
}

.OutputErrorMessage
{
    position: relative;
    text-align: center;
    font-size: medium;
    font-weight: bolder;
    border-style: outset;
    border-width: thin;
    /* background-color: LightGoldenRod; */
    background-color: #FAFAD2;
    padding: 0 5px 0 5px;
    margin: 2px;
    border-radius: 10px;
}

.OutputErrorMessageLeftAlignedTextRelativeWithinTable
{
    position: relative;
    text-align: left;
    font-size: smaller;
    font-weight: bolder;
    border-style: outset;
    border-width: thin;
    /* background-color: LightGoldenRod; */
    background-color: #FAFAD2;
    padding: 0 5px 0 5px;
    margin: 2px;
    border-radius: 10px;
}

.OutputErrorMessageLeftAlignedText
{
    position: relative;
    text-align: left;
    font-size: medium;
    font-weight: bolder;
    border-style: outset;
    border-width: thin;
    /* background-color: LightGoldenRod; */
    background-color: #FAFAD2;
    padding: 0 5px 0 5px;
    margin: 2px;
    border-radius: 10px;
}

.OutputErrorMessageTableCenteredRelativeText
{
    position: relative;
    text-align: center;
    font-size: smaller;
    font-weight: bolder;
    border-style: outset;
    border-width: thin;
    background-color: #FAFAD2;
    padding: 0 5px 0 5px;
    margin: 2px;
    border-collapse: separate; /* to defeat bootstrap */
    border-radius: 10px;
}

.OutputErrorMessageTableLeftAlignedRelativeText
{
    position: relative;
    text-align: left;
    font-size: smaller;
    font-weight: bolder;
    border-style: outset;
    border-width: thin;
    background-color: #FAFAD2;
    padding: 0 5px 0 5px;
    margin: 2px;
    border-collapse: separate; /* to defeat bootstrap */
    border-radius: 10px;
}

.OutputErrorMessageTableCenteredMediumText
{
    position: relative;
    text-align: center;
    font-size: medium;
    font-weight: bolder;
    border-style: outset;
    border-width: thin;
    background-color: #FAFAD2;
    padding: 0 5px 0 5px;
    margin: 2px;
    border-collapse: separate; /* to defeat bootstrap */
    border-radius: 10px;
}

.OutputErrorMessageTableLeftAlignedMediumText
{
    position: relative;
    text-align: left;
    font-size: medium;
    font-weight: bolder;
    border-style: outset;
    border-width: thin;
    background-color: #FAFAD2;
    padding: 0 5px 0 5px;
    margin: 2px;
    border-collapse: separate; /* to defeat bootstrap */
    border-radius: 10px;
}

.OutputBusinessFeaturesHeading
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: larger;
    font-weight: bolder;
    text-align: left;
    text-transform: lowercase;
    margin-right: 15px;
}

.collapsePanel
{
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    width: 87%;
    height: 0px;
    background-color: White;
    overflow: hidden;
    visibility: hidden;
}

/*CollapsiblePanel*/
.collapsePanelHeader
{
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    width: 87%;
    /* height: 30px; */
    color: White;
    font-weight: bold;
}

.collapsePanel2
{
    width: 640px;
    height: 0px;
    background-color: white;
    overflow: hidden;
}

.collapsePanelHeader2
{
    width: 640px;
    height: 20px;
    color: Yellow;
    background-color: Black;
    font-weight: bold;
    float: left;
    padding: 5px;
    cursor: pointer;
    vertical-align: middle;
}

/*Hover Menu*/
.popupMenu
{
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 5px;
    visibility: hidden;
    overflow: hidden;
}

.popupHover
{
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 5px;
    background-image: url(images/common/header-opened2.png);
}

.popupLinkButton
{
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 5px;
}

.first_of_three_column_layout
{
    margin-left: auto;
    margin-right: auto;
    width: 29%;
    float: left;
    min-width: 210px;
    max-width: 425px;
    padding: 12px;
    text-justify: auto;
    clear: both;
}

.subsequent_of_three_column_layout_no_lines
{
    width: 30%;
    float: left;
    min-width: 210px;
    max-width: 425px;
    padding: 12px;
    text-justify: auto;
}

.subsequent_of_three_column_layout_with_lines
{
    width: 30%;
    float: left;
    min-width: 210px;
    max-width: 425px;
    padding: 12px;
    text-justify: auto;
    border-left: 1px solid #B7BAD5;
}

.standard_heading_area
{
    background-color: #eee;
    margin: 15px;
    padding: 15px;
    border-radius: 10px;
}

.WebButton
{
    border-width: thick;
    border-style: outset;
    /*  border-color: #xxxxxx;  */
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
    font-weight: bolder;
    color: Black;
    background-color: Silver;
    text-align: center;
    text-transform: capitalize;
    /*  height: 32px;  */
    vertical-align: middle;
    padding: 1px 12px 1px 12px;
    margin: 3px 20px 3px 20px;
    border-radius: 10px;
}

.WebButtonI5
{
    border-width: thick;
    border-style: outset;
    /*  border-color: #xxxxxx;  */
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
    font-weight: bolder;
    color: Black;
    background-color: #B7BAD5;
    text-align: center;
    text-transform: capitalize;
    /*  height: 32px;  */
    vertical-align: middle;
    padding: 1px 12px 1px 12px;
    margin: 3px 20px 3px 20px;
    border-radius: 10px;
}

/*     background-color: Silver;    */

.WebButtonHoverI5
{
    border-width: thick;
    border-style: outset;
    /* border-color: #xxxxxx;  */
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
    font-weight: bolder;
    color: White;
    background-color: #59438C;
    text-align: center;
    text-transform: capitalize;
    /* height: 32px; */
    vertical-align: middle;
    padding: 2px 12px 2px 12px;
    margin: 2px 20px 2px 20px;
    cursor: pointer;
    border-radius: 10px;
}

/*    background-color: #E7E8F1;    */

.WebButtonClickedI5
{
    border-width: medium;
    border-style: inset;
    /*  border-color: #xxxxxx;  */
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
    font-weight: bolder;
    color: White;
    background-color: #59438C;
    text-align: center;
    text-transform: capitalize;
    /*  height: 32px; */
    vertical-align: middle;
    padding: 2px 12px 2px 12px;
    margin: 2px 20px 2px 20px;
    cursor: wait;
    border-radius: 10px;
}


.WebButtonI5Mobile
{
    border-width: thick;
    border-style: outset;
    /*  border-color: #xxxxxx;  */
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bolder;
    color: Black;
    background-color: #B7BAD5;
    text-align: center;
    text-transform: capitalize;
    /*  height: 32px;  */
    vertical-align: middle;
    padding: 1px 11px 1px 11px;
    margin: 3px 16px 3px 16px;
    border-radius: 10px;
}

/*     background-color: Silver;    */

.WebButtonHoverI5Mobile
{
    border-width: thick;
    border-style: outset;
    /* border-color: #xxxxxx;  */
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bolder;
    color: White;
    background-color: #59438C;
    text-align: center;
    text-transform: capitalize;
    /* height: 32px; */
    vertical-align: middle;
    padding: 2px 11px 2px 11px;
    margin: 2px 16px 2px 16px;
    cursor: pointer;
    border-radius: 10px;
}

/*    background-color: #E7E8F1;    */

.WebButtonClickedI5Mobile
{
    border-width: medium;
    border-style: inset;
    /*  border-color: #xxxxxx;  */
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bolder;
    color: White;
    background-color: #59438C;
    text-align: center;
    text-transform: capitalize;
    /*  height: 32px; */
    vertical-align: middle;
    padding: 2px 11px 2px 11px;
    margin: 2px 16px 2px 16px;
    cursor: wait;
    border-radius: 10px;
}

.WebButtonTD
{
    border-width: thick;
    border-style: outset;
    /*  border-color: #xxxxxx;  */
    border-color: ButtonShadow;
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
    font-weight: bolder;
    color: White;
    background-color: #59438C;
    text-align: center;
    text-transform: capitalize;
    /*  height: 32px;  */
    vertical-align: middle;
    padding: 1px 12px 1px 12px;
    margin: 3px 20px 3px 20px;
    border-radius: 10px;
}

/*     background-color: Silver;    */

.WebButtonHoverTD
{
    border-width: thick;
    border-style: outset;
    /* border-color: #xxxxxx;  */
    border-color: ButtonShadow;
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
    font-weight: bolder;
    color: Black;
    background-color: #B7BAD5;
    text-align: center;
    text-transform: capitalize;
    /* height: 32px; */
    vertical-align: middle;
    padding: 2px 12px 2px 12px;
    margin: 2px 20px 2px 20px;
    cursor: pointer;
    border-radius: 10px;
}

/*    background-color: #E7E8F1;    */

.WebButtonClickedTD
{
    border-width: medium;
    border-style: inset;
    /*  border-color: #xxxxxx;  */
    border-color: ButtonShadow;
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
    font-weight: bolder;
    color: Black;
    background-color: #B7BAD5;
    text-align: center;
    text-transform: capitalize;
    /*  height: 32px; */
    vertical-align: middle;
    padding: 2px 12px 2px 12px;
    margin: 2px 20px 2px 20px;
    cursor: wait;
    border-radius: 10px;
}

.WebButtonTDMobile
{
    border-width: thick;
    border-style: outset;
    /*  border-color: #xxxxxx;  */
    border-color: ButtonShadow;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bolder;
    color: White;
    background-color: #59438C;
    text-align: center;
    text-transform: capitalize;
    /*  height: 32px;  */
    vertical-align: middle;
    padding: 1px 11px 1px 11px;
    margin: 3px 16px 3px 16px;
    border-radius: 10px;
}

/*     background-color: Silver;    */

.WebButtonHoverTDMobile
{
    border-width: thick;
    border-style: outset;
    /* border-color: #xxxxxx;  */
    border-color: ButtonShadow;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bolder;
    color: Black;
    background-color: #B7BAD5;
    text-align: center;
    text-transform: capitalize;
    /* height: 32px; */
    vertical-align: middle;
    padding: 2px 11px 2px 11px;
    margin: 2px 16px 2px 16px;
    cursor: pointer;
    border-radius: 10px;
}

/*    background-color: #E7E8F1;    */

.WebButtonClickedTDMobile
{
    border-width: medium;
    border-style: inset;
    /*  border-color: #xxxxxx;  */
    border-color: ButtonShadow;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bolder;
    color: Black;
    background-color: #B7BAD5;
    text-align: center;
    text-transform: capitalize;
    /*  height: 32px; */
    vertical-align: middle;
    padding: 2px 11px 2px 11px;
    margin: 2px 16px 2px 16px;
    cursor: wait;
    border-radius: 10px;
}

.WebButtonTG
{
    border-width: thick;
    border-style: outset;
    /*  border-color: #xxxxxx;  */
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
    font-weight: bolder;
    color: Black;
    background-color: Silver;
    text-align: center;
    text-transform: capitalize;
    /*  height: 32px;  */
    vertical-align: middle;
    padding: 1px 12px 1px 12px;
    margin: 3px 20px 3px 20px;
    border-radius: 10px;
}

/*     background-color: Silver;    */

.WebButtonHoverTG
{
    border-width: thick;
    border-style: outset;
    /* border-color: #xxxxxx;  */
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
    font-weight: bolder;
    color: Black;
    background-color: #B7BAD5;
    text-align: center;
    text-transform: capitalize;
    /* height: 32px; */
    vertical-align: middle;
    padding: 2px 12px 2px 12px;
    margin: 2px 20px 2px 20px;
    cursor: pointer;
    border-radius: 10px;
}

/*    background-color: #E7E8F1;    */

.WebButtonClickedTG
{
    border-width: medium;
    border-style: inset;
    /*  border-color: #xxxxxx;  */
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
    font-weight: bolder;
    color: Black;
    background-color: #B7BAD5;
    text-align: center;
    text-transform: capitalize;
    /*  height: 32px; */
    vertical-align: middle;
    padding: 2px 12px 2px 12px;
    margin: 2px 20px 2px 20px;
    cursor: wait;
    border-radius: 10px;
}

.WebButtonTGMobile
{
    border-width: thick;
    border-style: outset;
    /*  border-color: #xxxxxx;  */
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bolder;
    color: Black;
    background-color: Silver;
    text-align: center;
    text-transform: capitalize;
    /*  height: 32px;  */
    vertical-align: middle;
    padding: 1px 11px 1px 11px;
    margin: 3px 16px 3px 16px;
    border-radius: 10px;
}

/*     background-color: Silver;    */

.WebButtonHoverTGMobile
{
    border-width: thick;
    border-style: outset;
    /* border-color: #xxxxxx;  */
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bolder;
    color: Black;
    background-color: #B7BAD5;
    text-align: center;
    text-transform: capitalize;
    /* height: 32px; */
    vertical-align: middle;
    padding: 2px 11px 2px 11px;
    margin: 2px 16px 2px 16px;
    cursor: pointer;
    border-radius: 10px;
}

/*    background-color: #E7E8F1;    */

.WebButtonClickedTGMobile
{
    border-width: medium;
    border-style: inset;
    /*  border-color: #xxxxxx;  */
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bolder;
    color: Black;
    background-color: #B7BAD5;
    text-align: center;
    text-transform: capitalize;
    /*  height: 32px; */
    vertical-align: middle;
    padding: 2px 11px 2px 11px;
    margin: 2px 16px 2px 16px;
    cursor: wait;
    border-radius: 10px;
}

.WebButtonFP
{
    border-width: thick;
    border-style: outset;
    border-color: #F3E17A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
    font-weight: bolder;
    color: #F4D52B;
    background-color: #193d29;
    text-align: center;
    text-transform: capitalize;
    /*  height: 32px;  */
    vertical-align: middle;
    padding: 1px 12px 1px 12px;
    margin: 3px 20px 3px 20px;
    border-radius: 10px;
}

/*     background-color: Silver;    */

.WebButtonHoverFP
{
    border-width: thick;
    border-style: outset;
    border-color: #F3E17A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
    font-weight: bolder;
    color: White;
    background-color: #276141;
    text-align: center;
    text-transform: capitalize;
    /* height: 32px; */
    vertical-align: middle;
    padding: 2px 12px 2px 12px;
    margin: 2px 20px 2px 20px;
    cursor: pointer;
    border-radius: 10px;
}

/*    background-color: #E7E8F1;    */

.WebButtonClickedFP
{
    border-width: medium;
    border-style: inset;
    border-color: #F3E17A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
    font-weight: bolder;
    color: White;
    background-color: #276141;
    text-align: center;
    text-transform: capitalize;
    /*  height: 32px; */
    vertical-align: middle;
    padding: 2px 12px 2px 12px;
    margin: 2px 20px 2px 20px;
    cursor: wait;
    border-radius: 10px;
}

.WebButtonFPMobile
{
    border-width: thick;
    border-style: outset;
    border-color: #F3E17A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bolder;
    color: #F4D52B;
    background-color: #193d29;
    text-align: center;
    text-transform: capitalize;
    /*  height: 32px;  */
    vertical-align: middle;
    padding: 1px 11px 1px 11px;
    margin: 3px 16px 3px 16px;
    border-radius: 10px;
}

/*     background-color: Silver;    */

.WebButtonHoverFPMobile
{
    border-width: thick;
    border-style: outset;
    border-color: #F3E17A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bolder;
    color: White;
    background-color: #276141;
    text-align: center;
    text-transform: capitalize;
    /* height: 32px; */
    vertical-align: middle;
    padding: 2px 11px 2px 11px;
    margin: 2px 16px 2px 16px;
    cursor: pointer;
    border-radius: 10px;
}

/*    background-color: #E7E8F1;    */

.WebButtonClickedFPMobile
{
    border-width: medium;
    border-style: inset;
    border-color: #F3E17A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bolder;
    color: White;
    background-color: #276141;
    text-align: center;
    text-transform: capitalize;
    /*  height: 32px; */
    vertical-align: middle;
    padding: 2px 11px 2px 11px;
    margin: 2px 16px 2px 16px;
    cursor: wait;
    border-radius: 10px;
}

.TechCrystalcentered_container
{
    width: 91%;
    margin-left: 20px;
    margin-right: 20px;
    /* vertical-align: does not work for table cells when specified at the table level (works at row and cell levels) */
}

.TechCrystalcentered_container_ScrollableDiv
{
    width: 91%;
    overflow-x: auto;
    margin-left: 20px;
    margin-right: 20px;
    /* vertical-align: does not work for table cells when specified at the table level (works at row and cell levels) */
}

.TechCrystalSummaryColumn
{
    /* width: 100px; */
    min-width: 110px;
    max-width: 110px;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: Purple;
    border-color: black;
    padding: 10px 10px 10px 10px;
    font-size: larger;
}

.TechCrystalDetailsTextColumn
{
    /* width: 85%; */
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    text-align: left;
    color: Black;
    border-color: black;
    padding: 10px 10px 10px 10px;
    font-size: smaller;
}


.TechCrystalDetailsTextColumnMedium
{
    /* width: 85%; */
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    text-align: left;
    color: Black;
    border-color: black;
    padding: 10px 10px 10px 10px;
    /* margin: 5px 5px 5px 5px; */
    font-size: medium;
}


.TechCrystalDetailsTextColumnXSmall
{
    /* width: 85%; */
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    text-align: left;
    color: Black;
    border-color: black;
    padding: 10px 10px 10px 10px;
    font-size: x-small;
}

.TechCrystalDetailsCodeColumnXSmall
{
    width: 85%;
    font-family: Consolas;
    text-align: left;
    color: Black;
    border-color: black;
    padding: 10px 10px 10px 10px;
    font-size: x-small;
    white-space: nowrap;
}

.TechCrystalDetailsCodeColumn
{
    width: 85%;
    font-family: Consolas;
    text-align: left;
    color: Black;
    border-color: black;
    padding: 10px 10px 10px 10px;
    font-size: smaller;
    white-space: nowrap;
}

.TechCrystalDetailsCodeColumnMedium
{
    width: 85%;
    font-family: Courier New;
    text-align: left;
    color: Black;
    border-color: black;
    padding: 10px 10px 10px 10px;
    font-size: medium;
    white-space: nowrap;
}

.TechCrystalDetailsCodeColumnArialMedium
{
    width: 85%;
    padding: 10px 10px 10px 10px;
    margin: 5px 5px 5px 5px;
    font-family: Arial;
    font-size: 10pt;
    text-align: left;
    color: Black;
    border-color: black;
    white-space: nowrap;
}

.TechCrystalDetailsCodeColumnArialSmall
{
    width: 85%;
    padding: 10px 10px 10px 10px;
    margin: 5px 5px 5px 5px;
    font-family: Arial;
    font-size: small;
    text-align: left;
    color: Black;
    border-color: black;
    white-space: nowrap;
}

.TechCrystalDetailsTechExibitTableCellCentered
{
    padding: 5px 5px 5px 5px;
    font-size: medium;
    text-align: center;
}

.TechCrystalDetailsTechExibitTableCellLeftAligned
{
    padding: 5px 5px 5px 5px;
    font-size: medium;
    text-align: left;
}

.TechCrystalDetailsTechExibitTableCellCenteredTopLeftBorder
{
    padding: 5px 5px 5px 5px;
    font-size: medium;
    text-align: center;
    border-top-width: thin;
    border-top-color: Black;
    border-top-style: solid;
    border-left-width: thin;
    border-left-color: Black;
    border-left-style: solid;
}

.TechCrystalDetailsTechExibitTableCellLeftAlignedTopLeftBorder
{
    padding: 5px 5px 5px 5px;
    font-size: medium;
    text-align: left;
    border-top-width: thin;
    border-top-color: Black;
    border-top-style: solid;
    border-left-width: thin;
    border-left-color: Black;
    border-left-style: solid;
}

.TechCrystalDetailsTechExibitTableCellCenteredTopBorder
{
    padding: 5px 5px 5px 5px;
    font-size: medium;
    text-align: center;
    border-top-width: thin;
    border-top-color: Black;
    border-top-style: solid;
}

.TechCrystalDetailsTechExibitTableCellLeftAlignedTopBorder
{
    padding: 5px 5px 5px 5px;
    font-size: medium;
    text-align: left;
    border-top-width: thin;
    border-top-color: Black;
    border-top-style: solid;
}

.TechCrystalDetailsTechExibitTableCellCenteredLeftBorder
{
    padding: 5px 5px 5px 5px;
    font-size: medium;
    text-align: center;
    border-left-width: thin;
    border-left-color: Black;
    border-left-style: solid;
}

.TechCrystalDetailsTechExibitTableCellLeftAlignedLeftBorder
{
    padding: 5px 5px 5px 5px;
    font-size: medium;
    text-align: left;
    border-left-width: thin;
    border-left-color: Black;
    border-left-style: solid;
}

.TechCrystalDotNetComment Line
{
    font-family: Courier New;
    text-align: left;
    color: Green;
    border-color: black;
    font-size: smaller;
}

.TechCrystalDotNetLiteral
{
    font-family: Courier New;
    text-align: left;
    color: Maroon;
    border-color: black;
    font-size: smaller;
}

.TechCrystalDotNetLastFrameWorkObject
{
    width: 85%;
    font-family: Courier New;
    text-align: left;
    color: Teal;
    border-color: black;
    font-size: smaller;
}

.TechCrystalDotNetSnippet
{
    font-family: Courier New;
    text-align: left;
}

.ListSearchExtenderPrompt
{
    font-style: italic;
    color: Gray;
    background-color: white;
}

/*  background-color: #E7E8F1;  */



.grid-centered-text-nowrap-noboot
{
    text-align: center;
    white-space: nowrap;
}

.grid-left-aligned-text-nowrap-noboot
{
    text-align: left;
    white-space: nowrap;
}

.grid-right-aligned-text-nowrap-noboot
{
    text-align: right;
    white-space: nowrap;
}

.grid-centered-text-wrap-noboot
{
    text-align: center;
}

.grid-left-aligned-text-wrap-noboot
{
    text-align: left;
}

.grid-right-aligned-text-wrap-noboot
{
    text-align: right;
}

.tbl-sm-pad-ctr-txt-bstp-ovr > thead > tr > th,
.tbl-sm-pad-ctr-txt-bstp-ovr > tbody > tr > th,
.tbl-sm-pad-ctr-txt-bstp-ovr > tfoot > tr > th,
.tbl-sm-pad-ctr-txt-bstp-ovr > thead > tr > td,
.tbl-sm-pad-ctr-txt-bstp-ovr > tbody > tr > td,
.tbl-sm-pad-ctr-txt-bstp-ovr > tfoot > tr > td
{
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.tbl-sm-pad-left-aligned-txt-bstp-ovr > thead > tr > th,
.tbl-sm-pad-left-aligned-txt-bstp-ovr > tbody > tr > th,
.tbl-sm-pad-left-aligned-txt-bstp-ovr > tfoot > tr > th,
.tbl-sm-pad-left-aligned-txt-bstp-ovr > thead > tr > td,
.tbl-sm-pad-left-aligned-txt-bstp-ovr > tbody > tr > td,
.tbl-sm-pad-left-aligned-txt-bstp-ovr > tfoot > tr > td
{
    padding: 5px;
    text-align: left;
    white-space: nowrap;
}

.tbl-sm-pad-right-aligned-txt-bstp-ovr > thead > tr > th,
.tbl-sm-pad-right-aligned-txt-bstp-ovr > tbody > tr > th,
.tbl-sm-pad-right-aligned-txt-bstp-ovr > tfoot > tr > th,
.tbl-sm-pad-right-aligned-txt-bstp-ovr > thead > tr > td,
.tbl-sm-pad-right-aligned-txt-bstp-ovr > tbody > tr > td,
.tbl-sm-pad-right-aligned-txt-bstp-ovr > tfoot > tr > td
{
    padding: 5px;
    text-align: right;
    white-space: nowrap;
}

/* *************************************** */
/*  DEPRECATED STYLES!
/* *************************************** */

/* I believe the following 3 command button styles are deprecated */
.CommandButton
{
    border-style: outset;
    border-width: thick;
    font-size: larger;
    font-weight: bold;
    font-family: Arial;
    text-align: center;
    position: absolute;
    height: 32px;
    width: 81px;
}

.CommandButtonRelative
{
    border-style: outset;
    border-width: thick;
    font-size: larger;
    font-weight: bold;
    font-family: Arial;
    text-align: center;
    height: 32px;
    width: 81px;
}

.CommandButtonRelativeWithRoundedCorners
{
    border-style: outset;
    border-width: thick;
    font-size: larger;
    font-weight: bold;
    font-family: Arial;
    text-align: center;
    height: 32px;
    background: transparent;
    border: 0px;
    width: 100px;
}

.BorderRadius25px
{
    border-color: white;
    border-style: solid;
    border-width: 15px 15px 15px 15px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    width: 85%;
}


/* end command button deprecated section */



.UserInstructionAbsolute
{
    position: absolute;
    font-size: smaller;
    font-family: Arial;
    font-weight: bold;
    text-align: left;
    color: #000080;
    height: 16px;
    width: 167px;
    top: 403px;
    left: 596px;
}

.CategoryHeadingAbsolute
{
    position: absolute;
    font-size: larger;
    font-family: Arial;
    font-weight: bold;
    text-align: left;
    color: #FFFFFF;
    height: 16px;
    width: 167px;
    top: 403px;
    left: 596px;
}

.InputFieldPromptAbsolute
{
    position: absolute;
    font-size: small;
    font-family: Arial;
    font-weight: bold;
    text-align: left;
    height: 17px;
    width: 125px;
}

.InputFieldAbsolute
{
    position: absolute;
    font-size: medium;
    font-family: Arial;
    font-weight: bold;
    border-style: inset;
    background-color: #debdff;
    height: 19px;
}

.InputFieldAndUserInstructionRelativeWithinTableCell
{
    position: relative;
    font-size: smaller;
    font-family: Arial;
    font-weight: bolder;
    text-align: right;
    float: right;
    color: #000080;
}

.InputCheckBoxAbsolute
{
    position: absolute;
    font-size: medium;
    font-family: Arial;
    font-weight: bold;
    border-style: inset;
    background-color: #debdff;
}

.InputDropDownListAbsolute
{
    position: absolute;
    font-size: medium;
    font-family: Arial;
    font-weight: bold;
    border-style: inset;
    background-color: #debdff;
}

.CopyrightStatement
{
    font-size: x-small;
    font-weight: normal;
    font-family: Arial;
    text-align: center;
    position: absolute;
    height: 15px;
    width: 800px;
}

/* end deprecated style sheet section */


