/* ================================
    CSS STYLES FOR TAC    
   ================================
*/

* {
    font-size: 16px; /*All font sizes will be a % of this.  This allows users to tweak the font size w/ the browser.*/
    font-family: Arial, sans-serif;
}

/* PAGE BACKGROUND */
/* background color for the content part of the pages */
Body {
    background-color: white;
    font-size: 1.0em; /*All font sizes will be a % of this.  This allows users to tweak the font size w/ the browser.*/
    font-family: Arial, sans-serif;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

/* HEADER */

.HeaderAppName {
    font-size: 15px;
    font-weight: bold;
    color: #07637B;
}

/* MENU */

/* hyperlink style for the menu links */
a.TopMenuLink:link, a.TopMenuLink:visited, a.TopMenuLink:active, a.TopMenuLink:hover {
    text-decoration: none;
    color: black;
}

a.MenuLink:visited, a.MenuLink:active {
    text-decoration: none;
    color: black;
}

a.MenuLink:hover {
    text-decoration: underline;
    color: black;
}

.NavigationMenu {
    border-bottom: 1px solid grey;
    background: #EDEDED url('../RadControls/Menu/Skins/Custom/img/MenuItemBackground.gif') repeat-x;
    background: #E0E0E0 repeat-x;
    background: #EDEDED repeat-x;
    border: 1px solid #909090;
}

.RadMenu {
    border: none !important;
}

.RadMenu_Default .rmRootGroup {
    border: none !important;
    background: #EDEDED repeat-x !important;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-weight: bold;
    color: white;
    vertical-align: middle;
    font-size: 1.0em;
}

/* hyperlink style for the site links */
a.SiteLink:link, a.SiteLink:visited, a.SiteLink:active {
    text-decoration: none;
    color: white;
}

a.SiteLink:hover {
    text-decoration: underline;
    color: white;
}

/* header style for the data grids */
.GridHeader {
    font-weight: bold;
    color: black;
    vertical-align: middle;
    background-color: #EDEDED; /*#E0E0E0*/
    font-size: 1.0em;
}

/* hyperlink style for the data grid headers */
a.GridHeader:link, a.GridHeader:visited, a.GridHeader:active {
    text-decoration: none;
    color: black;
}

a.GridHeader:hover {
    text-decoration: underline;
    color: black;
}

/* item style for the data grids */
.GridItem {
    font-weight: normal;
    line-height: 16px;
    color: black;
    vertical-align: middle;
    font-size: 1.0em;
}

/* hyperlink style for the data grid headers */
a.GridItem:link, a.GridItem:visited, a.GridItem:active {
    text-decoration: none;
    color: #0000ff;
}

a.GridItem:hover {
    text-decoration: underline;
    color: #0000ff;
}

/* item style for the data grids */
.GridAlternatingRowStyle {
    background-color: #EDEDED; /*#E0E0E0*/
}

/* GENERAL */

/* style for headings subordinate to the page/section heading */
.PageTitle {
    font-size: 1.25em;
    font-weight: bold;
    color: black;
}

/* style for page section headings  */
.Head {
    font-size: 1.125em;
    font-weight: bold;
    color: black;
}

/* background color for page section headings   */
.HeadBg {
    background-color: #CEE384;
    text-align: left;
}

.HeadBgLeft {
    background-color: #CEE384;
    text-align: left;
}



/* style for headings subordinate to the page/section heading */
.SubHead {
    font-weight: bold;
    color: black; /*#FFA200;*/
    font-size: 1.0em;
}

/* style for headings for all UI controls */
.FieldHead {
    font-weight: normal;
    color: black;
    font-size: 1.0em;
}

.FieldHeadUnderline {
    font-weight: normal;
    text-decoration: underline;
    color: black;
    font-size: 1.0em;
}

.FieldHeadItalic {
    font-weight: normal;
    font-style: italic;
    color: black;
    font-size: 1.0em;
}

.FieldHeadBold {
    font-weight: bold;
    color: black;
    font-size: 1.0em;
}

.FooterText {
    font-weight: normal;
    font-style: italic;
    color: #707174;
}

a.FooterText:link {
    text-decoration: none;
    color: #707174;
}

a.FooterText:visited {
    text-decoration: none;
    color: #707174;
}

a.FooterText:active {
    text-decoration: underline;
    color: #707174;
}

a.FooterText:hover {
    text-decoration: underline;
    color: #707174;
}

/* style for borders for all sections */
.SectionBorder {
    border-color: #295500;
    border-style: none;
    border-width: thin;
}

/* style for Error messages */
.ErrorMsg {
    font-weight: normal;
    color: red;
    font-size: 1.0em;
}

.ErrorMsgBold {
    font-weight: bold;
    color: red;
    font-size: 1.0em;
}

/* text style used for all non button controls */
.Normal {
    font-family: Arial, sans-serif;
    font-weight: normal;
    color: black;
    z-index: 0;
    font-size: 1.0em;
}

.NormalGreen {
    font-family: Arial, sans-serif;
    font-weight: normal;
    color: green;
    z-index: 0;
    font-size: 1.0em;
}

.NormalMenu {
    font-family: Arial, sans-serif;
    font-weight: normal;
    color: black;
    z-index: 0;
}

/* style used for r.a.d editor control*/
.NormalEditor {
    font-family: Arial, sans-serif;
    font-weight: normal;
    color: black;
    z-index: 0;
}

.NormalDisabled {
    font-family: Arial, sans-serif;
    font-weight: normal;
    color: #747474;
    z-index: 0;
}

/* text style for buttons and link buttons */
.CommandButton {
    font-weight: normal;
}

.CommandButtonHeadBg {
    font-weight: normal;
    border-color: #CEE384;
    border-style: outset;
}

/* hyperlink style for buttons and link buttons */
a.CommandButton:link {
    text-decoration: none;
    color: #0000ff;
}

a.CommandButton:visited {
    text-decoration: none;
    color: #0000ff;
}

a.CommandButton:active {
    text-decoration: underline;
    color: #0000ff;
}

a.CommandButton:hover {
    text-decoration: underline;
    color: #0000ff;
}

div {
    font-family: Arial, sans-serif;
}

/* GENERIC */
a:link {
    text-decoration: none;
    color: #0000ff;
}

a:visited {
    text-decoration: none;
    color: #0000ff;
}

a:active {
    text-decoration: underline;
    color: #0000ff;
}

a:hover {
    text-decoration: underline;
    color: #0000ff;
}

hr {
    color: #909090; /*#295500;*/
    height: 1pt;
    text-align: left;
}

fieldset {
    border: 1px solid #909090;
    padding: 11px;
    margin-bottom: 11px;
}

fieldset legend {
        border: 1px solid #909090;
        padding: 2px 5px;
        margin-bottom: 0;
        font-size: 11px;
        font-weight: bold;
        background: #f7f9f9;
        color: #044897;
    }

.ClaimPageViewHead {
    font-family: Arial, sans-serif !important;
    font-size: 1.125em !important;
    font-weight: bold;
    color: Black;
}

.ClaimPageViewLabel {
    font-family: Arial, sans-serif !important;
    font-size: 1.0em !important;
    font-weight: bold;
    color: Black;
}

.ClaimPageViewLabelU {
    font-family: Arial, sans-serif !important;
    font-size: 1.0em !important;
    font-weight: bold;
    text-decoration: underline;
}

.ClaimPageViewField {
    font-family: Arial, sans-serif !important;
    font-size: 1.0em !important;
}

html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default {
    font-family: Arial, sans-serif !important;
    font-weight: normal !important;
    color: black !important;
    font-size: 16px !important;
}

.RadComboBox_Default .rcbInput {
    font-family: Arial, sans-serif !important;
    font-size: 16px !important;
    color: black !important;
}

.RadComboBoxDropDown_Default {
    font-family: Arial, sans-serif !important;
    font-size: 16px !important;
    color: black !important;
}


.RadGrid_Default .rgMasterTable, .RadGrid_Default .rgDetailTable, .RadGrid_Default .rgGroupPanel, .RadGrid_Default .rgCommandRow table, .RadGrid_Default .rgEditForm table, .RadGrid_Default .rgPager table {
    font-family: Arial, sans-serif !important;
    font-size: 16px !important;
}

.RadTreeView_Default {
    font-family: Arial, sans-serif !important;
    font-size: 16px !important;
}

.RadListBox_Default {
    font-family: Arial, sans-serif !important;
    font-size: 16px !important;
}

    .RadListBox_Default .rlbDisabled .rlbText {
        color: black !important;
    }

.RadTabSTrip_Default .rtsLI, .RadTabStrip_Default .rtsLink {
    font-family: Arial, sans-serif !important;
    font-size: 16px !important;
}

.RadButton_Default .rbDecorated {
    font-family: Arial, sans-serif !important;
    font-size: 16px !important;
}

.RadPanelBar_Default a.rpLink, .RadPanelBar_Default div.rpHeaderTemplate, .RadPanelBar_Default .rpTemplate {
    font-family: Arial, sans-serif !important;
    font-size: 16px !important;
}

.RadUpload_Default, .RadUpload_Default a, .RadUpload_Default input {
    font-family: Arial, sans-serif !important;
    font-size: 16px !important;
}

textarea {
    font-family: Arial, sans-serif !important;
}

/*
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.50;
}*/

.cssPager td {
    padding-left: 4px;
    padding-right: 4px;
    font-family: Arial, sans-serif;
    font-size: .70em;
    font-weight: normal;
    color: black;
    z-index: 0;
}

