﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    font-size: .75em;
    font-family: "Segoe UI", Arial, sans-serif;
    margin: 0;
    padding: 0;
    /*background-color : #738ba5;*/
    /*background-image : url(images/BlueVerticalGradient.png);*/
    /*background-color:#81ADC0;*/ /*this is a pretty good dark blue background that makes the other colors pop a bit*/
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
}

.ajax-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 30px;
    margin-left: 50px;
}

.t-disbutton {
    background: url("Outlook/sprite.png") repeat-x scroll 0 -96px #E8E8E8;
    border-color: gray;
    color: gray;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    /*font-size: 100%;*/
    line-height: 1.435;
    margin: 0;
    padding: 2px 6px;
    text-align: center;
    text-decoration: none;
}

.t-button {
    margin: 0px 0px 0px 0px;
}

.t-loading, .t-widget .t-loading {
    background: url("/Content/images/ajax-loader-small.gif") no-repeat scroll 0 0 transparent;
}

.k-group, .k-content, .k-editable-area {
    border-color: #5d8cc9 !important;
    background-color: #EFF5FB !important;
}

span.k-dropdown {
    margin-bottom: 0.167em !important;
    min-width: 6em !important;
}

span.k-dropdown-wrap {
    line-height: 1em !important;
    height: 1.667em !important;
}

.k-pager-sizes span.k-dropdown {
    min-width: 1.2em !important;
}

.k-input, .k-select {
    line-height: 1.3em !important;
}

.k-textbox {
    height: 1.667em !important;
    padding: 0 0 0 0.25em !important;
}
/*Kendo adjustments for Firefox*/
.k-ff input.k-button {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.t-panelbar .t-group .t-group .t-group .t-link {
    padding-left: 3em;
}

/*.t-panelbar
{
	zoom: 1;
}
*/
.k-panelbar .k-content {
    display: block;
}

/*
.t-grid div.t-status
{
    display: none;
}
*/

.t-tabstrip .t-state-default .t-link {
    background-image: url(images/tab_right.png);
    background-position: right top;
    background-repeat: no-repeat;
    /*background: #effce7 url(images/tab_right.png) no-repeat right top;*/
}

.t-tabstrip .t-item, .t-panelbar .t-tabstrip .t-item {
    margin: .1em 3px 0 0;
}

.t-tabstrip .t-state-active .t-link {
    font-weight: bold;
    font-style: italic;
    background-image: url(images/tab_right.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.t-tabstrip .t-item {
    border-width: 0px;
}

.t-grid .t-grid-header .t-header .t-link {
    padding-right: 0.6em !important;
}

div.t-tabstrip {
    border: 0 none;
    background: none;
}

    div.t-tabstrip .t-tabstrip-items .t-item {
        background-color: #E6E6E6;
    }

    div.t-tabstrip .t-tabstrip-items .t-state-active {
        background-color: #fff;
    }

#TabStrip {
    height: 30em;
}

a:link {
    color: #0000bb;
    text-decoration: none;
}

a:visited {
    color: #0000bb;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: #0000bb;
    text-decoration: none;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

textarea {
    /*font-family: "Segoe UI", Arial, sans-serif;*/
    resize: none;
}

select {
    /*font-family: "Segoe UI", Arial, sans-serif;*/
}
/* HEADINGS
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    /*font-size: 1.5em;
    color: #000;
    font-family: "Segoe UI", Arial, sans-serif;*/
}

h1 {
    /*font-size: 2em;*/
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    color: #000066;
    /*font-size: 1.5em;*/
    padding: 0 0 10px 0;
}

h3 {
    font-weight: normal;
    /*font-size:1em;*/
    padding-bottom: 0;
    margin-bottom: 0;
}

h4 {
    /*font-size: 1.1em;*/
}

h5, h6 {
    /*font-size: 1em;*/
}

/* this rule styles <h2> tags that are the
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the
page width. Or, you can specify an exact pixel width. */
.page {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    /*width:1030px !important;*/
    /*background-color : #ffffff;*/
}

#LogOn {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F7F7DE;
    border-color: #CCCC99;
    border-style: solid;
    border-width: 1px;
    padding: 10px 10px 10px 10px;
}

#header {
    position: relative;
    margin-bottom: 0px;
    color: #000000;
    padding: 0;
    background-color: #ffffff;
    z-index: 9999;
}

    #header h1 {
        /*font-weight: bold;*/
        padding: 5px 0;
        margin: 0;
        color: #ffffff;
        border: none;
        line-height: 2em;
        /*font-family: "Segoe UI", Arial, sans-serif;
    font-size: 32px !important;*/
    }

#main {
    margin-bottom: 10px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
    /*background-color: #ffffff;*/
    /*min-height:30px;*/
    min-height: 650px; /*!!!!!!!!!!!!!!!!!! changed this from 500 to 322*/
}

#divPage {
    background-color: #ffffff;
}
/*Logon Page*/
.roundedcornr_box {
    background: url(/Content/images/roundedcornrGradIE.png) no-repeat; /*this doesnt do anything(?)*/
    width: 580px;
    height: 350px;
    /*background-color: #fff;*/
    /*background-color: rgba(255,255,255,0);*/
    /*margin-left:220px;                     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!UNCOMMENT THIS to revert the intern's changes*/
}

.roundedcornr_content {
    margin: 0 20px;
    font-weight: 600;
    height: 233px;
    color: #1B5BA3 !important;
}

.roundedcornr_top div {
    /*background: url(/Content/images/topLeftRound.png) no-repeat top left;*/
}

.roundedcornr_top {
    /*background: transparent url(/Content/images/topRightRound.png) no-repeat top right;*/
}

.roundedcornr_bottom div {
    /*background: url(/Content/images/bottomLeftRound.png) no-repeat bottom left;*/
}

.roundedcornr_bottom {
    /*background: transparent url(/Content/images/bottomRightRound.png) no-repeat bottom right;*/
}

.roundedcornr_top div, .roundedcornr_top {
    width: 560px;
    height: 56px;
    text-align: left;
}

.roundedcornr_bottom div, .roundedcornr_bottom {
    width: 560px;
    height: 33px;
    text-align: center;
    font-weight: 600;
    color: #1B5BA3 !important;
}

#logOnDiv {
    /*background:url("/Content/images/BlueVerticalGradient.png"); */
    min-height: 330px;
    height: 100%;
    width: 1000px;
    /* Keeps the div centered regardless of resolution */
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -175px;
    margin-left: -280px;
}

.MenuContainer {
    height: 28px;
    z-index: 9999;
    margin-top: 32px;
}
/* TELERIK MENU TABSTRIP
----------------------------------------------------------*/

.t-highlighted {
    background-color: #F2CD66 !important;
}

.t-state-selected {
    background-color: #ECDF87 !important;
}

.rtsSelected span span span {
    /*border-top: 2px solid #FCAA06 !important;*/
    border-top: 2px solid #003f59 !important;
    margin-left: -11px;
    margin-right: -11px;
}

.rtsLast a span span span {
    margin-right: 0px;
}

.t-state-active a {
    background-color: #ECDF87 !important;
}

.rtsTxt {
    color: #003f59 !important;
}
/* PCTWidgets
----------------------------------------------------------*/
.PCTWidgets {
    border: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    width: 100%;
    /*font: 12px/26px "Segoe UI", Arial, sans-serif;
    font-size:1.1em;*/
}

    .PCTWidgets tr {
        list-style: none;
    }

        .PCTWidgets tr a {
            text-decoration: none;
            line-height: 0.9em;
            color: #000000;
        }

        .PCTWidgets tr:hover {
            text-decoration: none;
            background-color: #dae8fa;
        }

        .PCTWidgets tr a:active {
            text-decoration: none;
        }

/* BUTTON MENU
----------------------------------------------------------*/
ul#buttonmenu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left;
}

    ul#buttonmenu li {
        display: inline;
        list-style: none;
    }

        ul#buttonmenu li#greeting {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul#buttonmenu li a {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            background-color: white; /* #e8eef4; */
            color: #034af3;
        }

            ul#buttonmenu li a:hover {
                background-color: #e8eef4;
                text-decoration: none;
            }

            ul#buttonmenu li a:active {
                background-color: #a6e2a6;
                text-decoration: none;
            }

        ul#buttonmenu li.selected a {
            background-color: #fff;
            color: #000;
        }

label {
    color: #000066;
}

/* FORM LAYOUT ELEMENTS
----------------------------------------------------------*/

fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

legend {
    /*font-size: 1.1em;
    font-weight: 600;*/
    padding: 2px 4px 8px 4px;
}

hr {
    color: #5D8CC9;
    height: 1px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.formLayout input {
    margin-right: .2em;
}

input[type="text"], input[type="password"], input[type="textbox"] {
    width: 200px;
    border: 1px solid #CCC;
    height: 15px;
    /*font-family: "Segoe UI", Arial, sans-serif;*/
}

input[type="text"], input[type="password"] {
    margin-right: 10px;
}
/* TABLE
----------------------------------------------------------*/
table {
    border: solid 0px #e8eef4;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1;
}

    table td {
        padding: 0px;
        border: solid 0px #e8eef4;
    }

.t-grid-header .t-header2 {
    text-align: right;
}

table th {
    /*
    padding-right: 0.6em;
    background-color: #e8eef4;
    border: solid 0px #e8eef4;
    */
    text-align: right;
    border-style: solid;
    border-width: 0 0 0 0px;
    border-color: #5D8CC9;
    font-weight: normal;
    overflow: hidden;
    padding: 0.3em 0.6em;
    white-space: nowrap;
}

*[role="row"]:hover {
    background: rgb(107, 188, 242) !important;
    cursor: pointer !important;
}

.k-grid td {
    font-size: 0.95em !important;
    padding: .2em .6em !important;
}

.k-importantbg {
    background-color: #d1fbc6 !important;
}
/*  KENDO PAGER
    ---------------------------------------------*/
/*.k-grid-pager { /*this class is used for the entire pager
    font-size:0.8em;
    height:2em;
    transform: scale(0.9); /*only works on IE10+
}*/
/*
    k-grid-wrap{
    }
    */

/*k-pager-numbers are the page number, with k-state-selected it applies to the
    number indicating the current page.

    remove border-radius style to turn the selector into a square
    */
.k-pager-numbers .k-state-selected {
    line-height: 2 !important;
    /*
    zoom:1;
    border-radius: 1.0833em;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    display: inline-block;
    margin-right: 1px;
    vertical-align: top;
    float: left;
    min-width: 2em;
*/
}

/* MISC
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

#menucontainer {
    margin-top: 0px;
}

div#clienttitle {
    display: block;
    float: left;
    text-align: left;
    height: 40px;
    border: none;
}

div#pptitle {
    display: block;
    float: right;
    text-align: right;
}

div#pptitle2 {
    position: absolute;
    top: 30px;
    width: 250px;
    float: right;
    display: block;
    right: 5px;
    text-align: right;
    margin-bottom: 5px;
    margin-right: 7px;
}

div#logindisplay {
    position: relative;
    display: block;
    margin: 5px 15px 5px 0px;
    text-align: right;
    float: right;
    /*font-family:Cabin, sans-serif;*/
}

div#tabdisplay {
    position: relative;
    display: inline-block;
    /*font-size:1.1em;*/
    margin: 0px 0px 0px 0px;
    color: black;
}

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/*adds margins to only vendor setup screen*/
/*.display-label,
.editor-field,
.display-field
{
    margin: 0.25em 0;
}*/

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

.editor-label, editor-labelMandatory {
    margin: 0.7em 0;
    padding: 3px 3px 3px 3px;
}

.editor-labelMandatory:after {
    content: "*";
    font-weight: bold;
    color: red;
}

.text-box {
    width: 10em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

.label {
    color: #000066;
}

div#SignIn {
    display: block;
    position: relative;
    top: 55px;
    left: 40px;
}

/* PAGE LAYOUT */

/*Used to create the content container for tabs*/
.tabContainer {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 0px;
}

.footer {
    color: #000000;
    padding: 3px 0;
    text-align: center;
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
    /*font-size: .9em;*/
    width: 73%;
}

.footerLogOn {
    color: #000000;
    padding: 3px 0;
    text-align: center;
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
    /*font-size: .9em;*/
    width: 1000px;
    /* Keeps the div centered regardless of resolution */
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: 155px;
    margin-left: -506px;
}

.tableDetailContentHeader {
    /*background-image:url('/Content/Images/GrayGradient2.jpg');*/
    background-color: rgb(218, 236, 244);
    background-repeat: repeat-x;
    height: 18px;
    padding: 0px 3px 3px 3px;
    /*font-weight: bold;*/
}

.tableDetailContentBorder {
    /*border: solid 1px #7F8082;*/
    border: solid 1px #94c0d2;
}

.pageTitleBar {
    padding: 3px 3px 3px 3px;
    font-weight: bold;
    margin: 0px 0px 3px 0px;
    background-image: url('/Content/Images/GrayTitle2.png');
    background-repeat: repeat-x;
    height: 18px;
    border: solid 1px gray;
}

/* END PAGE LAYOUT */

/* SPACERS */
.spacer5 {
    height: 5px;
}

.spacer10 {
    height: 10px;
}

.spacer15 {
    height: 15px;
}

.spacer20 {
    height: 20px;
}
/* END SPACERS */

/* FORM LAYOUT */
.formLayout {
    padding: 5px 0px 0px 46px;
    vertical-align: middle;
}

    .formLayout input[type="button"] {
        min-width: 25px;
        max-width: 100px;
    }

    .formLayout input[type="checkbox"] {
        width: 10px;
    }

    /*
.formLayout p
{
    float:none;
    height:15px;
    display:block;
    margin-bottom:inherit;
}
*/

    .formLayout p {
        float: none;
        display: inline-block;
        height: 0px;
        line-height: 20px;
    }

    .formLayout span {
        float: none;
        display: inline-block;
        line-height: 20px;
        width: 100%;
    }

    .formLayout input[type="radio"] {
        display: inline-block;
        width: 15px;
        height: 15px;
        vertical-align: middle;
    }

    .formLayout select {
        display: block;
        float: left;
        margin-bottom: 5px;
    }

    .formLayout #ddlFacilities {
        max-width: 229px;
    }

    .formLayout #ddlStatus {
        max-width: 130px;
    }

    .formLayout #ddlVendor {
        max-width: 179px;
    }

    .formLayout label, .formLayout input {
        display: block;
        width: 7.8em;
        float: left;
        margin-bottom: 0.417em;
    }

    .formLayout label {
        text-align: right;
        padding-right: 1.667em;
        vertical-align: middle;
        color: #000066;
    }

    .formLayout br {
        clear: left;
    }

    .formLayout fieldset {
        /*font-size:10pt;*/
        border-color: #5D8CC9;
        margin: 0px 0px 0px 3px;
        padding: 3px 3px 3px 3px;
    }

    .formLayout legend {
        /*font-size:10pt;*/
        font-weight: normal;
    }

    .formLayout .editor-label {
        margin: 0px;
    }
/* END FORM LAYOUT */

/* CONTENT CONTAINERS */
.contentBorder {
    border: solid 1px #94c0d2;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.contentBorderGray {
    /*border-color:#7F8082;*/
    border-color: #94c0d2;
}

.contentHeader {
    padding: 3px 3px 3px 3px;
    /*background: url("/Content/2010.3.1318/Outlook/sprite.png") repeat-x scroll 0 -368px #7DA5E0;*/
    vertical-align: bottom;
    height: 18px;
    color: #003f59;
    /*color: #000066;*/
    background-color: rgb(218, 236, 244);
    border-bottom-color: #94c0d2;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    /*border-top-color: transparent;
    border-right-color: transparent;

    border-left-color: transparent;
    border-top-width: 1px;
    border-right-width: 1px;

    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;

    border-left-style: solid;*/
}

.contentHeaderClickable {
    cursor: pointer;
    line-height: 15px;
}

.contentHeaderGray {
    /*background: url("/Content/Images/GrayTitle2.png"); background-repeat:repeat-x;*/
    background-color: rgb(218, 236, 244);
    line-height: 18px;
    height: 18px;
    /*color: Black;*/
}

.contentHeaderClickableHover {
    background-color: #D6E5F3;
    height: 18px;
    vertical-align: middle;
    padding: 3px 3px 3px 3px;
    cursor: pointer;
}

.contentInstructions {
    text-align: left;
    vertical-align: middle;
    background-color: #ABBFF7;
    padding: 3px 3px 3px 3px;
    border: solid 1px #5D8CC9;
    min-height: 40px;
}

.contentBody {
    padding: 3px 3px 3px 3px;
}

.contentBodyGray {
    /*background-color: #F6F6F6;*/
    background-color: #ffffff;
}

.contentBodyBlue {
    /*background-color: #EFF5FB;*/
    background-color: #ffffff;
}

.contentBodyPaleYellow {
    background-color: #FCF6D4;
}

.contentBodyDarkBlue {
    background-color: #7DA5E0;
}

/* END CONTENT CONTAINERS */

/*ARROW BUTTONS*/
.arrowButtons img {
    width: 32px;
    height: 32px;
    border: outset 2px #5D8CC9;
    cursor: pointer;
    padding: 1px 1px 1px 1px;
}

    .arrowButtons img:hover {
        background-color: #DCEBFA;
    }

    .arrowButtons img:active {
        border: inset 2px #5D8CC9;
    }
/*END ARROW BUTTONS*/

/*DIALOG BOXES*/
#centerpoint {
    top: 50%;
    left: 50%;
    position: absolute;
}

#dialog {
    position: relative;
    width: 600px;
    margin-left: -300px;
    height: 400px;
    margin-top: -200px;
}

.dialogContainer {
    z-index: 99999;
    position: absolute;
    left: 300px;
    display: none;
}

.dialogTitle {
    vertical-align: middle;
    cursor: move;
}
/*END DIALOG BOXES*/

/* VALIDATION */
.success {
    color: blue;
    /*font-size:smaller;*/
}

/*.error
{
    color:Red;
    font-size:smaller;
}*/
.errorMessage {
    color: Red;
    font-weight: normal;
}

.errorControl {
    background-color: #FF9999;
}
/* END VALIDATION */

.k-datepicker {
    width: 8em !important;
    /*height: 1.65em !important;*/
}

/* MISC */
[name="treeCtrlVendBtn"] {
    padding: 0 0.583em 0 0.583em !important;
    width: 12.5em !important;
    max-width: 12.5em !important;
    text-align: left !important;
    background-color: #daecf4 !important;
}

    [name="treeCtrlVendBtn"]:hover {
        background-color: #7bd2f6 !important;
    }

.k-button {
    height: 2em !important;
    line-height: 1em !important;
    margin: 0 0.3em 0 0 !important;
}

.k-loading {
    background-image: url('images/ajax-loader.gif') !important;
}

.k-loading-image {
    background-image: url('images/ajax-loader.gif') !important;
}

.loadingScreen {
    text-align: center;
    display: none;
    background-color: #FFFFFF;
    z-index: 99999;
    position: absolute;
    width: 300px;
}

.textBlue {
    color: #000066;
}

.bold {
    font-weight: bold;
}

.NegativeCurrency {
    margin-left: -6px;
}

.approvalRadioButtonContainer {
    width: 90px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.spacer {
    width: 20px;
}

.AvailSelTableStyle {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.tdHeight {
    height: 35px;
}

.shadow {
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.dtwidth {
    width: 6em;
    text-align: left;
}
/* END MISC */

/*font-family*/
/*.ui-widget
{
	font-family:"Segoe UI", Arial, sans-serif;
	font-size: 1.1em;
}*/
/*.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
{
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 1em;
}
.t-editor .t-raw-content
{
	border:0;
	margin:0;
	padding:0;
	font-size:inherit;
	font-family:"Segoe UI", Arial, sans-serif;
}*/
/*

input,select,textarea,checkbox,radio { /*this is for cross browsers
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-width: 0px;
margin-height: 0px;
scrollbar-face-color:#fff;
scrollbar-arrow-color:#69c;
scrollbar-base-color:#fff;
scrollbar-track-color:#fff;
scrollbar-3dlight-color:#ccc;
scrollbar-darkshadow-color:#999;
scrollbar-shadow-color:#fff;
scrollbar-highlight-color:#fff;
font-family: verdana, Arial;
color: #000;
font-size: 12px;
background-color: #fff;
border: 1px solid #ccc;
}

input { /*this is for IE/WIN only
border-width: expression(this.type=="button"?'2px':'');
border-style: expression(this.type=="button"?'outset':''); <br>
border-color: expression(this.type=="button"?'#ccc #666 #666 #ccc':'');
font-family: expression(this.type=="button"?'verdana arial':'');
font-size: expression(this.type=="button"?'11px':'');
font-weight: expression(this.type=="button"?'bold':'');
color: expression(this.type=="button"?'#fff':'');
background-color: expression(this.type=="button"?'#369':'');
cursor: expression(this.type=="button"?'hand':'');
}

input[type="button"], input[type="reset"] , input[type="submit"] { /*this is for NN, FF, MOZ/WIN only
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-width: 0px;
margin-height: 0px;
font-family: verdana, Arial;
color: #fff;
font-size: 11px;
font-weight: bold;
background-color: #369;
border-top: 2px outset #ccc;
border-right: 2px outset #666;
border-bottom: 2px outset #666;
border-left: 2px outset #ccc;
cursor: pointer;
cursor: hand;
}

input[type="button"]:hover, input[type="reset"]:hover , input[type="submit"]:hover { /*this is for NN, FF, MOZ/WIN only
font-family: verdana, Arial;
color: #000;
font-size: 11px;
font-weight: bold;
background-color: #afafaf;
border-top: 2px inset #ccc;
border-right: 2px inset #666;
border-bottom: 2px inset #666;
border-left: 2px inset #ccc;
cursor: pointer;
cursor: hand;
}

*/

/*@-moz-document url-prefix() {
    .roundedcornr_box
    {
       background: #fcfcfc url(/Content/images/roundedcornrGradFF.png) no-repeat;
       width: 560px;
       margin-left:200px;
    }
   .roundedcornr_content {
	    margin: 0 20px;
	    font-weight:600;
        height: 238px;
	    color:#1B5BA3 !important;
    }
}*/

/*TEXT*/

.screen-header /*replace h1*/ {
    display: block;
    font-size: 2em;
    font-weight: bold;
    margin: .67em 0 0;
    padding-bottom: 0;
}

.paragraph-header /*replace h4*/ {
    display: block;
    font-size: 1.00em;
    font-weight: bold;
    margin: 1.33em 0;
}

.ChildGridHeader /*replaces h3*/ {
    font-size: 1.17em;
    margin: 1em 0;
}

.contentHeader {
}

.ChildHeader /*replaces h2*/ {
    color: #000066;
    font-size: 1.5em;
    font-weight: bold;
    padding: 0 0 10px;
    margin: .83em 0;
}

.ChildGridHeader, .ChildHeader {
    display: block;
}

.LoginLabelText {
    font-size: 1em;
    color: #1B5BA3 !important;
}

.LoginLinksText {
    font-size: 0.8em;
    color: #1B5BA3 !important;
}

.AddLine {
}

.glLink /*gl code links*/ {
}

.gridInfo /*text on bottom of the grid*/ {
}

.textRed {
    color: red;
}

.width207px {
    width: 207px;
}

.width71px {
    width: 71px;
}

.width2em {
    width: 2em;
}

.width7em {
    width: 7em;
}

.width6em {
    width: 6em;
}

.width20px {
    width: 20px;
}

.width295px {
    width: 295px;
}

.width195px {
    width: 195px;
}

.height5px {
    height: 5px;
}

.width84pxAlignleft {
    text-align: left;
    width: 120px;
}

.width95pxAlignleft {
    text-align: left;
    width: 95px;
}

.tdAlignleft {
    text-align: left;
}

.width124px {
    width: 124px;
}

.width100px {
    width: 100px;
}

.width600px {
    width: 600px;
}

.ImageDiv {
    text-align: center;
    margin: 0px 0px 0px 0px;
    height: 95px;
}

.tblstyle {
    border-spacing: 5px;
    border-collapse: separate;
}

.treeCtrlVendorDivCss {
    height: 1.667em !important;
    margin-top: 0px;
    overflow: visible;
    cursor: default;
    padding: 0 0 0.167em 0;
    z-index: 99999 !important;
}
/*[name="treeCtrlVendContDivContent"] {
}*/
/*[name="treeCtrlVendContDivContent"] strong{
    font-weight:normal !important;
}*/

.ac_odd /*Order entry grid*/ {
    background-color: #EAF4F9;
}

.ac_over /*Order entry grid*/ {
    background-color: #6BBCF2;
    color: black;
}

.ac_input {
    border-radius: 4px !important;
    width: 7.333em !important;
}

@media screen and (max-width: 900px) {
    .page {
        height: 800px;
        width: 1050px;
    }
}

@media screen and (max-width: 16000px) and (min-width:901px) {
    .page {
        min-height: 800px;
        min-width: 1050px;
        width: 98%;
    }
}

a img {
    border: none;
}

@media \0screen {
    .page {
        height: auto;
        width: 160px;
    }
}

@media \0screen {
    .page {
        height: auto;
        min-width: 1050px;
        width: 98%;
    }
}

li.k-state-focused {
    background-color: rgb(107, 188, 242);
}

.k-autocomplete .k-loading, .k-multiselect .k-loading {
    display: none !important;
}
/*This is important */

/*@media screen and (max-width: 2000px) {
    .page {
        height:1000px;
    }
}*/

.RadTabStripBottom_Default_Baseline .rtsLevel {
    background-repeat: no-repeat;
}