/* ================================
    CSS STYLES FOR TACI    
   ================================
*/

/* Verdana, Helvetica, sans-serif; */
/* MS Sans Serif, Arial, Verdana; */

/* 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-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

/* PAGE HEADER */
/* background color for the header at the top of the page  */
.HeaderBg {
    /*background-color: #295500*/ /*Green*/
    background-color: silver; /*Silver*/
    /*background-color:#FFA200;*/ /*Orange*/
}

/* style for the text of the site title */
.SiteTitle {
    font-size: 120%;
    font-weight: normal;
    color: white;
    vertical-align: middle;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-size: 70%;
    font-weight: bold;
    color: white;
    vertical-align: middle;
}

/* hyperlink style for the site links */
a.SiteLink:link {
    text-decoration: none;
    color: white;
}

a.SiteLink:visited {
    text-decoration: none;
    color: white;
}

a.SiteLink:active {
    text-decoration: none;
    color: white;
}

a.SiteLink:hover {
    text-decoration: underline;
    color: white;
}

/* hyperlink style for the menu links */
A.TopMenuLink:link {
    text-decoration: none;
    color: black;
}

A.TopMenuLink:visited {
    text-decoration: none;
    color: black;
}

A.TopMenuLink:active {
    text-decoration: none;
    color: black;
}

A.TopMenuLink:hover {
    text-decoration: none;
    color: black;
}

A.TopMenuLink:link {
    text-decoration: none;
    color: black;
}

a.MenuLink:visited {
    text-decoration: none;
    color: black;
}

a.MenuLink:active {
    text-decoration: none;
    color: black;
}

a.MenuLink:hover {
    text-decoration: underline;
    color: black;
}

/* header style for the data grids */
.GridHeader {
    font-size: 70%;
    font-weight: bold;
    color: black;
    vertical-align: middle;
    background-color: #EDEDED; /*#E0E0E0*/
}

/* hyperlink style for the data grid headers */
a.GridHeader:link {
    text-decoration: none;
    color: black;
}

a.GridHeader:visited {
    text-decoration: none;
    color: black;
}

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 {
    text-decoration: none;
    color: #0000ff;
}

a.GridItem:visited {
    text-decoration: none;
    color: #0000ff;
}

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;
}

.HeaderAppName {
    font-size: 15px;
    font-weight: bold;
    color: #07637B;
}

/* 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;
}

.HeadBgLeft {
    background-color: #CEE384;
    text-align: left;
}

.NavigationMenu {
    /*border-bottom: 1px solid grey;	
	background: #E0E0E0 url('../RadControls/Menu/Skins/Default/img/MenuItemBackground.gif') repeat-x;*/
    background: #EDEDED repeat-x;
    border: 1px solid #909090;
}

/* style for headings subordinate to the page/section heading */
.SubHead {
    font-size: 70%;
    font-weight: bold;
    color: black; /*#FFA200;*/
}

/* style for headings for all UI controls */
.FieldHead {
    font-size: 70%;
    font-weight: normal;
    color: black;
}

/* style for borders for all sections */
.SectionBorder {
    border-color: #295500;
    border-style: solid;
    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;
}

/* text style for buttons and link buttons */
.CommandButton {
    font-size: 70%;
    font-weight: normal;
}

.CommandButtonHeadBg {
    font-size: 70%;
    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: Verdana, Helvetica, 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;
}
/*commented out the following because it was causuing problems with radWindow Title bar.  
ul li   {
    list-style-type:    square ;
}

ul li li    {
    list-style-type:    disc;
}

ul li li li {
    list-style-type:    circle;
}

ol li   {
    list-style-type:    decimal;
}

ol ol li    {
    list-style-type:    lower-alpha;
}

ol ol ol li {
    list-style-type:    lower-roman;
}*/

hr {
    color: #909090; /*#295500;*/
    height: 1pt;
    text-align: left;
}

fieldset {
    BORDER-RIGHT: #909090 1px solid;
    PADDING-RIGHT: 11px;
    BORDER-TOP: #909090 1px solid;
    PADDING-LEFT: 11px;
    MARGIN-BOTTOM: 11px;
    PADDING-BOTTOM: 11px;
    BORDER-LEFT: #909090 1px solid;
    PADDING-TOP: 11px;
    BORDER-BOTTOM: #909090 1px solid
}

    fieldset legend {
        BORDER-RIGHT: #909090 1px solid;
        PADDING-RIGHT: 5px;
        BORDER-TOP: #909090 1px solid;
        PADDING-LEFT: 5px;
        FONT-WEIGHT: bold;
        FONT-SIZE: 11px;
        BACKGROUND: #f7f9f9;
        MARGIN-BOTTOM: 0px;
        PADDING-BOTTOM: 2px;
        BORDER-LEFT: #909090 1px solid;
        PADDING-TOP: 2px;
        BORDER-BOTTOM: #909090 1px solid;
        color: #044897;
    }

/*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;*/
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 70%;
    color: black !important;
}

.RadComboBoxDropDown_Default {
    /* font-family: Arial, sans-serif !important;
    font-size: 16px !important;*/
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 70%;
    color: black !important;
}

.RadMenu {
    border: none !important;
}

.RadMenu_Default .rmRootGroup {
    border: none !important;
    background: #EDEDED repeat-x !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;*/
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 70%;
}

.RadTabSTrip_Default .rtsLI, .RadTabStrip_Default .rtsLink {
    font-family: Arial, sans-serif !important;
    font-size: 16px !important;
}

.RadButton_Default .rbDecorated {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 70%;
    font-weight: normal;
    color: black;
}

.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;*/
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 70%;
}

.cssPager td {
    padding-left: 4px;
    padding-right: 4px;
    font-family: Arial, sans-serif;
    font-size: .70em;
    font-weight: normal;
    color: black;
    z-index: 0;
}
