/* Default CSS Stylesheet for a new Web Application project */
/*filter: /*background-color:#cecfde;	progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#cecfde, EndColorStr=#ffffff);*/
body {
    background-color: #EBEEEA;
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 10pt;
    margin: 0px;
    margin-left: 0px;
    border: 0px;
    cursor: default;
}

.ModalBackground {
    vertical-align: top;
    border-color: #6600FF;
    border: 1px solid;
    border-width: 1px;
    filter: alpha(opacity=70);
    opacity: 0.7;
    background-color: Gray;
}


.Sup {
    font-family: verdana;
    font-size: 11px;
    padding-left: 3px;
    color: #FF0000;
}

.TextBox {
    border: 1px solid #C0C0C0;
    font-family: verdana;
    font-size: 13px;
    background-color: #97ff97;
}

.TextboxCalenderInput {
z-index: 99999 !important;
position: absolute !important;
}

.TextBoxCalender{
    border: 1px solid #C0C0C0;
    font-family: verdana;
    font-size: 13px;
    background-color: #97ff97;
}

.TextBoxDisable {
    border: 1px solid #C0C0C0;
    font-family: verdana;
    font-size: 13px;
    background-color: #FFFFE6;
    font-weight: bold;
}

.barMenu {
    font-family: Bookman Old Style;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#cfffb3, EndColorStr=#ffffff);
    color: Navy;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
    border-style: none;
    height: 100%;
    text-decoration: none;
}

.EmptyRowStyle {
    background-position: left center;
    background-repeat: no-repeat;
    font-family: verdana;
    font-size: 11px;
    color: #000000;
    padding: 7px;
    margin-left: 5px;
    text-align: center;
    background-color: #C1CACF;
    text-decoration: underline;
}

/*RowStyles*/
.RowStyle td /*Common Styles*/ {
    padding: 0px;
    border-right: solid 0px #1d1d1d;
    background-color: White;
}

.AltRowStyle {
    background-color: White;
}

.SelectedRowStyle td {
    padding: 0px;
    border-right: solid 0px #1d1d1d;
    background-color: #97ff97;
}

.EditRowStyle td {
    padding: 0px;
    border-right: solid 0px #1d1d1d;
    background-color: #97ff97;
}

.GridHeaderRowStyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 5px 5px 5px 5px;
    color: #a30013;
    font-weight: bold;
    border: 1px solid #dadada;
    background-color: #F3F3F3;
    text-align: center;
}

.HeaderRowStyleDev {
    text-align: left;
    background-image: url( '../Images/titlebgf.gif' );
    padding-left: 15px;
    padding-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: White;
    background-color: #0099cc;
    font-weight: bold;
    background-repeat: repeat-x;
}

.tblSubMenu {
    background-image: url( '../Images/titlebgf.gif' );
}

/*Header and Pager styles*/
.HeaderStyle, .PagerStyle {
    background-position: center;
    color: White;
    text-align: center;
    background-repeat: repeat-x;
    background-color: #a30013;
    background-image: url( '../Images/titlebgf.gif' );
    height: 36px;
}

.ListViewHeader {
    background-image: url('../Images/gridtbg.gif' );
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: White;
    font-weight: bold;
    background-repeat: repeat-x;
    height: 36px;
    width: 1000px;
}

@font-face {
    font-family: Delicious;
    src: url('BRUSHSCI.ttf');
}

.DMenuHOver {
    padding-right: 15px;
    padding-bottom: 3px;
    background-repeat: repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    text-indent: 6px;
    z-index: 1000;
    background-color: #4C93C9;
}

.MenuHOver {
    padding: 5px;
    background-repeat: repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #990000;
    text-indent: 6px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #B4B4B4;
    border-bottom-color: #B4B4B4;
    border-left-color: #B4B4B4;
    z-index: 1000;
}

.ImgPrintPre {
    background-image: url('../Images/preview.gif' );
}



.lnkButton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: White;
}

.lnkButtonVisited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: Yellow;
}

.ButtonSave {
    background-image: url('../Images/gridtbg.gif');
    border: 1px solid #420000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
}


.ButtonClose {
    background-image: url('../Images/check_wrong.gif' );
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
}

.HandleCSS {
    width: 20px;
    height: 20px;
    background-color: Red;
}

.LabelHeading {
    color: #004264;
    font-weight: bold;
    font-size: 14px;
}

.DivMT {
    color: Black;
    font-weight: bold;
    background-color: White;
    border: 0px none;
    border-width: 1px;
    width: 120px;
    height: 20px;
}
