.HeaderLabel
{
    color: #393425 !important;
    font-family: 'Trebuchet MS' , Arial, Helvetica, 'Sans-Serif !important';
    font-size: 18px;
    font-weight: bold;
}
.ButtonStyle
{
    border: 1px solid black;
    background-color: lightgray;
    background-image: none;
    background-repeat: repeat;
    color: #000000;
    cursor: hand;
    font-family: tahoma, sans-serif;
    font-size: 11px;
    text-decoration: none;
    width: 100px;
    height: 19px;
}

.LinkButtonStyle
{
    color: #ffffff;
    cursor: hand;
    font-family: tahoma, sans-serif;
    text-decoration: none;
    font-size: 12px;
    height: 20px;
}

.MenusButtonStyle
{
    background-color: #0080C0;
    color: #FFFFFF;
    width: 130px;
}
.LinkButtonNewStyle
{
    color: blue;
    cursor: hand;
    font-family: Times New Roman;
    font-style: italic;
    text-decoration: underline;
    font-size: small;
    height: 20px;
    border-width: 0;
    background-color: White;
    text-align: left;
}

.GridPagerLinkButton
{
    color: blue;
    cursor: hand;
    font-family: tahoma, sans-serif;
    text-decoration: underline;
    font-size: 12px;
    height: 15px;
}

.TextFieldStyle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 18px;
}

.DTextFieldStyle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    height: 18px;
}

.TextAreaStyle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}

.RowTitleB
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.NormalText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}
.GridText
{
    font-family: Verdana;
    font-size: 9pt;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

.GridHeaderText
{
    font-family: 'Courier New' , Courier, monospace;
    font-size: 10pt;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

.LargeText
{
    font-weight: 900;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #6495ED;
    font-variant: small-caps;
    height: 17px;
    width: 950px;
    margin-left: 0px;
    font-family: 'Bookman Old Style';
}

.ErrorText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #aa0000;
    text-decoration: none;
}


.PageHeader
{
    font-weight: bold;
    font-size: 10pt;
    color: white;
    background-color: #6495ED;
    font-variant: small-caps;
    height: 17px;
    width: 950px;
    margin-left: 0px;
}

.PageHeaderWithoutWidth
{
    font-weight: bold;
    font-size: 10pt;
    color: white;
    background-color: #6495ED;
    font-variant: small-caps;
    height: 17px;
}

.MandatoryFields
{
    color: #FF0000;
}

.ButtonSkin
{
    border-style: solid;
    border-color: #393425;
    border-width: 1pt;
    color: #393425 !important;
    background-color: #EEEEEE;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    font-weight: normal !important;
    padding-left: 0.2em !important;
}

.errorMessageLabel
{
    color: Blue;
    font-size: small;
}


/*****************************************************/

#navcontainer
{
    width: 150px;
}

#navcontainer ul
{
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    font-family: tahoma, sans-serif;
    font-size: 12px;
}


ul#navlist
{
    text-align: left;
    width: 100%;
}

ul#navlist li
{
    display: inline-block;
}

ul#navlist li a
{
    display: block;
    width: 100%;
    padding: 0.5em 0 0.5em 2em;
    border: none;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    color: #FFFFFF;
    text-decoration: none;
    background: #0091F0;
}

#navcontainer > ul#navlist li a
{
    width: 100%;
}

ul#navlist li#active a
{
    background: #33CCFF;
    color: #FFFFFF;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
    color: #FFFFFF;
    background: 33CCFF;
    border-color: #000000;
}



/*****************************************************/


rowover
{
    behavior: url(rowover_js.htc);
}
.watermarked
{
    background-color: Gray;
}


.HighlightPagedNum
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    color: White;
    background-color: Orange;
}
/* asp:GridView */
.aspGridView
{
    background: #FFFFFF !important;
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    margin-left: 23px;
    margin-top: 1px;
}

.aspGridView_AlternatingRowStyle TD
{
    padding: 0.2em 0.8em;
    background: #e4dbc0 !important;
    height: 22px !important;
    text-align: left !important;
}

.aspGridView_AlternatingRowStyle TD A:link
{
    color: #7d745a !important;
    font-weight: bold !important;
}

.aspGridView_AlternatingRowStyle TD A:visited
{
    color: #7d745a !important;
    font-weight: bold !important;
}

.aspGridView_EditRowStyle TD
{
    padding: 0.2em 0.8em;
    background: #FFFFFF !important;
    height: 22px !important;
}

.aspGridView_EditRowStyle A:link
{
    color: #7a745a !important;
    font-weight: bold !important;
}

.aspGridView_EditRowStyle A:visited
{
    color: #7a745a !important;
    font-weight: bold !important;
}

.aspGridView_FooterStyle TD
{
    background: url("./images/aspgridview_footerbg.jpg") !important;
    background-image: url("./images/aspgridview_footerbg.jpg") !important;
    background-position: top !important;
    background-repeat: repeat-x !important;
    color: #393425 !important;
    font-size: 0.8em !important;
    height: 20px !important;
    padding-left: 0.8em !important;
    padding-right: 0.8em !important;
}

.aspGridView_HeaderStyle TH
{
    background-color: #8080C0;
    color: #FFFFFF !important;
    font-size: 1.1em !important;
    font-weight: bold !important;
    height: 22px !important;
    padding-left: 0.8em !important;
    padding-right: 0.8em !important;
}

.aspGridView_HeaderStyle A
{
    color: #FFFFFF !important;
    text-decoration: underline !important;
}

.aspGridView_HeaderStyle A:link
{
    color: #FFFFFF !important;
}

.aspGridView_HeaderStyle A:visited
{
    color: #FFFFFF !important;
}

.aspGridView_HeaderStyle A:hover
{
    color: #FFFFFF !important;
}

.aspGridView_PagerStyle TD
{
    padding: 0.2em;
    background: #FFFFFF !important;
    border-bottom-style: none !important;
    color: #7d745a !important;
    font-size: 0.9em !important;
    vertical-align: middle !important;
}

.aspGridView_PagerStyle SPAN
{
    padding: 0.2em 0.4em;
    background: #f39025 !important;
    color: #FFFFFF !important;
}

.aspGridView_RowStyle TD
{
    padding: 0.2em 0.8em;
    background: #f0ebdd !important;
    height: 22px !important;
    text-align: left !important;
}

.aspGridView_RowStyle A:link
{
    color: #7d745a !important;
    font-weight: bold !important;
}

.aspGridView_RowStyle A:visited
{
    color: #7d745a !important;
    font-weight: bold !important;
}

.aspGridView_SelectedRowStyle TD
{
    padding: 0.5em 0.8em;
    background: #FFFFFF !important;
    height: 22px !important;
    text-align: left !important;
}

.aspGridView_SelectedItemStyle TD A:link
{
    color: #7d745a !important;
    font-weight: bold !important;
}

.aspGridView_SelectedItemStyle TD A:visited
{
    color: #7d745a !important;
    font-weight: bold !important;
}


.aspDataGrid
{
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
}

.aspDataGrid_AlternatingItemStyle TD
{
    padding: 0.5em 0.8em;
    background: #e4dbc0 !important;
    height: 22px !important;
    text-align: left !important;
}

.aspDataGrid_AlternatingItemStyle A:link
{
    color: #7d745a !important;
    font-weight: bold !important;
}

.aspDataGrid_AlternatingItemStyle A:visited
{
    color: #7d745a !important;
    font-weight: bold !important;
}

.aspDataGrid_EditItemStyle TD
{
    padding: 0.5em 0.8em;
    background: #FFFFFF !important;
    height: 26px !important;
}

.aspDataGrid_EditItemStyle A:link
{
    color: #7d745a !important;
    font-weight: bold !important;
}

.aspDataGrid_EditItemStyle A:visited
{
    color: #7d745a !important;
    font-weight: bold !important;
}

.aspDataGrid_FooterStyle TD
{
    background: url("./images/aspdatagrid_footerbg.jpg") !important;
    background-image: url("./images/aspdatagrid_footerbg.jpg") !important;
    background-position: top !important;
    background-repeat: repeat-x !important;
    border-style: none !important;
    color: #393425 !important;
    font-size: 0.8em !important;
    height: 20px !important;
    padding-left: 0.8em !important;
    padding-right: 0.8em !important;
}

.aspDataGrid_HeaderStyle TD
{
    background: url("./images/shared_headerbg.jpg") !important;
    background-image: url("./images/shared_headerbg.jpg") !important;
    background-position: top !important;
    background-repeat: repeat !important;
    background-color: #e4dbc0 !important;
    color: #FFFFFF !important;
    font-size: 1.1em !important;
    font-weight: bold !important;
    height: 28px !important;
    padding-left: 0.8em !important;
    padding-right: 0.8em !important;
}

.aspDataGrid_HeaderStyle TD A
{
    color: #FFFFFF !important;
    text-decoration: underline !important;
}

.aspDataGrid_HeaderStyle A:link
{
    color: #FFFFFF !important;
    text-decoration: underline !important;
}

.aspDataGrid_HeaderStyle A:visited
{
    color: #FFFFFF !important;
    text-decoration: underline !important;
}

.aspDataGrid_HeaderStyle A:hover
{
    text-decoration: none !important;
}

.aspDataGrid_ItemStyle TD
{
    padding: 0.5em 0.8em;
    background: #f0ebdd !important;
    height: 22px !important;
    text-align: left !important;
}

.aspDataGrid_ItemStyle A:link
{
    color: #7d745a !important;
    font-weight: bold !important;
}

.aspDataGrid_ItemStyle A:visited
{
    color: #7d745a !important;
    font-weight: bold !important;
}

.aspDataGrid_PagerStyle TD
{
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border-style: none !important;
    color: #7d745a !important;
    font-size: 0.8em !important;
    padding-bottom: 0.2em !important;
    padding-left: 0.2em !important;
    padding-right: 0.2em !important;
    padding-top: 0.5em !important;
    vertical-align: middle !important;
}

.aspDataGrid_PagerStyle SPAN
{
    padding: 0.2em 0.4em;
    background: #f39025 !important;
    border-style: none;
    color: #FFFFFF !important;
}

.aspDataGrid_SelectedItemStyle TD
{
    padding: 0.5em 0.8em;
    background: #FFFFFF !important;
    height: 24px !important;
    text-align: left !important;
}

.aspDataGrid_SelectedItemStyle A:link
{
    color: #7d745a !important;
    font-weight: bold !important;
}

.aspDataGrid_SelectedItemStyle A:visited
{
    color: #7d745a !important;
    font-weight: bold !important;
}

.asp_Panel
{
    border: 1px;
    border-style: solid;
    border-color: #68110A;
}
.SubHeading2
{
    border: 1px solid;
    background-color: #FEE1BA;
}

#tblPwdTextBoxes
{
    width: 280px;
    overflow: visible;
}


.scriptclass
{
    color: #393425 !important; /* font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;*/
    font-family: Arial;
    font-size: 10px !important;
    padding-left: 0.2em !important;
    width: 165px;
    border: 1px solid #d87710;
    font-weight: normal !important;
    height: 13px;
    font-style: normal;
    text-align: center;
    margin-right: 1px;
}

.customControlTwoColumn
{
    /* padding-left:45px;    */
}

.ajax__myTab.ajax__tab_header
{
    height: 20px;
    font-family: Trebuchet MS;
    font-size: 12px;
    border-bottom: solid 1px #999999;
}
.ajax__myTab.ajax__tab_outer
{
    height: 20px;
    padding-right: 4px;
    background-color: #c6d6fd;
    margin-right: 2px;
    border-right: solid 1px #666666;
    border-top: solid 1px #aaaaaa;
}
.ajax__myTab.ajax__tab_inner
{
    height: 20px;
    padding-left: 3px;
    background-color: #c6d6fd;
}
.ajax__myTab.ajax__tab_tab
{
    height: 20px;
    padding: 4px;
    margin: 0;
}
.ajax__myTab.ajax__tab_hover .ajax__tab_outer
{
    height: 20px;
    background-color: Silver;
}
.ajax__myTab.ajax__tab_hover .ajax__tab_inner
{
    height: 20px;
    background-color: Silver;
}
.ajax__myTab.ajax__tab_hover .ajax__tab_tab
{
}
.ajax__myTab.ajax__tab_active .ajax__tab_outer
{
    height: 20px;
    background-color: #fff;
    border-left: solid 1px #999999;
    font-weight: bold;
}
.ajax__myTab.ajax__tab_active .ajax__tab_inner
{
    height: 20px;
    background-color: #fff;
    font-weight: bold;
}
.ajax__myTab.ajax__tab_active .ajax__tab_tab
{
}
.ajax__myTab.ajax__tab_body
{
    height: 20px;
    font-family: Trebuchet MS;
    font-size: 12pt;
    border: 1px solid #999999;
    border-top: 0;
    padding: 8px;
    background-color: #ffffff;
}

.aspLabel
{
    color: #68110A;
    font-family: 'Trebuchet MS' , Arial, Helvetica, 'Sans-Serif !important';
    font-size: 12px;
    font-weight: bold;
}
.textbox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-left: 0.2em !important;
    font-weight: normal !important;
    font-style: normal;
    text-decoration: none;
    background-color: #FFFFFF;
    border: 1px solid #FFC69F !important;
    height: 18px;
    width: 200px;
}
