﻿body {
    /*background-color: #fffbea;*/
    scrollbar-base-color: #fffbea;
    scrollbar-arrow-color: #a59b64;
    scrollbar-darkshadow-color: #fffbea;
    scrollbar-face-color: #F9F8dF;
    scrollbar-highlight-color: #a59b64;
    scrollbar-shadow-color: #a59b64;
    scrollbar-track-color: #E0DBAD;
}

a {
    /*COLOR: #464811;
	FONT-FAMILY: Tahoma,Arial,Helvetica;
	FONT-SIZE: 11px;*/
}

td {
    COLOR: #464811;
    FONT-FAMILY: Tahoma,Arial,Helvetica;
    FONT-SIZE: 13px;
    padding-left: 9px;
    padding-right: 9px;
}

table {
    background: #FFFFFF;
    /*box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    margin-bottom: 16px;*/
    border-radius: 3px;
    background-clip: padding-box;
    padding-left: 8px;
    padding-right: 8px;
}

.Error {
    COLOR: Red;
    FONT-FAMILY: Tahoma,Arial,Helvetica;
    FONT-SIZE: 13px;
}

.Success {
    COLOR: Green;
    FONT-FAMILY: Tahoma,Arial,Helvetica;
    FONT-SIZE: 13px;
}

.dataentryformtextbox {
    /*border-right: peru 1px solid;
    border-top: peru 1px solid;
    border-left: peru 1px solid;
    border-bottom: peru 1px solid;
    height:17px;
    width:175px;*/
    display: block;
    /*width: 100%;
    height: 34px;*/
    height: 25px;
    width: 250px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

.dataentryformbutton {
    font-weight: bold;
    font-size: 9pt;
    color: ivory;
    font-family: Verdana;
    background-color: goldenrod;
    border: 1px #464811 solid;
    cursor: hand;
    height: 20px;
}

.MenuBackground {
    background-color: #F7F1DF;
}

.MenuTD {
    border-right: 1px solid #5389dc;
}

.Role {
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    background-color: #5389bc;
    color: #ffff8a;
    padding-right: 5px;
}

.TopRight {
    background-color: #f7f7e7;
    border-bottom: 1px solid #5389dc;
}

.bOut {
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: white;
    padding-top: 3px;
    padding-left: 5px;
    padding-bottom: 3px;
    padding-right: 5px;
    background-color: #5389bc;
    cursor: hand;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/*AutoComplete flyout */

.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0px!important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

.HideRow {
    display: none;
}

/* underline Thanks letter */

.UnderLine {
    border-bottom-style: solid;
    border-width: 1px;
}
