/* ================================
    CSS STYLES FOR TAC    
   ================================
*/

/* 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: Verdana, Helvetica, sans-serif;
    margin: 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;
}

/* DATA GRIDS */
/* header style for the data grids */
.GridHeader {
    font-size: 70%;
    font-weight: bold;
    color: black;
    vertical-align: middle;
    background-color: #EDEDED; /*#E0E0E0*/
}

/* header style for the data grids */
.InnovationGridHeader {
    font-size: 70%;
    font-weight: normal;
    color: black;
    vertical-align: middle;
    background-color: #EDEDED; /*#E0E0E0*/
}

/* 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-size: 70%;
    font-weight: normal;
    line-height: 13px;
    color: black;
    vertical-align: middle;
}

/* 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: 105%; /*was 18px*/
    font-weight: bold;
    color: black;
}

/* style for page section headings  */
.Head {
    font-size: 90%; /*was 14px*/
    font-weight: bold;
    color: black;
}

/* background color for page section headings   */
.HeadBg {
    background-color: #CEE384;
    text-align: left;
}

/* style for headings subordinate to the page/section heading */
.SubHead {
    font-size: 70%;
    font-weight: bold;
    color: black; /*#FFA200;*/
}

.SubHeadUnderline {
    font-size: 70%;
    font-weight: bold;
    color: black; /*#FFA200;*/
    text-decoration: underline;
}

/* style for headings for all UI controls */
.FieldHead {
    font-size: 70%;
    font-weight: normal;
    color: black;
}

.FieldHeadUnderline {
    font-size: 70%;
    font-weight: normal;
    text-decoration: underline;
    color: black;
}

.FieldHeadItalic {
    font-size: 70%;
    font-weight: normal;
    font-style: italic;
    color: black;
}

.FieldHeadBold {
    font-size: 70%;
    font-weight: bold;
    color: black;
}

/* style for borders for all sections */
.SectionBorder {
    border-color: #295500;
    border-style: none;
    border-width: thin;
}

/* style for Error messages */
.ErrorMsg {
    font-size: 70%;
    font-weight: normal;
    color: red;
}

/* text style used for all non button controls */
.Normal {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 70%;
    font-weight: normal;
    color: black;
    z-index: 0;
}

.NormalHighlighted {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 70%;
    font-weight: normal;
    background-color: yellow;
    color: black;
    z-index: 0;
}

.NormalDisabled {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 70%;
    font-weight: normal;
    color: #747474;
    z-index: 0;
}

/* text style for buttons and link buttons */
.CommandButton {
    font-size: 70%;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons */
a.CommandButton:link, a.CommandButton:visited {
    text-decoration: none;
    color: #0000ff;
}

a.CommandButton:active, a.CommandButton:hover {
    text-decoration: underline;
    color: #0000ff;
}

div {
    font-family: Verdana, Helvetica, sans-serif;
}

/* GENERIC */
a:link, a:visited {
    text-decoration: none;
    color: #0000ff;
}

a:active, a:hover {
    text-decoration: underline;
    color: #0000ff;
}

hr {
    color: #909090;
    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;
    }

textarea {
    font-family: Verdana, Helvetica, sans-serif !important;
}

.cssPager td {
    padding-left: 4px;
    padding-right: 4px;
    font-family: Arial, sans-serif;
    font-size: .70em;
    font-weight: normal;
    color: black;
    z-index: 0;
}