﻿h1 {
    font-weight: bold;
}

H4 {
    BACKGROUND-COLOR: #558800;
    PADDING-LEFT: 3px;
    PADDING-RIGHT: 3px;
    COLOR: #ffffff;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
    text-align: center;
    padding-top: 0;
    margin-bottom: 5px;
}
H5
{
	FONT-SIZE: 14px;
    color:#000000;
	FONT-WEIGHT:bold;
    text-align:center;
}
Table.AppWipTable {
    background-color: #ffffff;
    /*border:1px solid #CCC;*/
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-spacing: 0px;
    WIDTH: 100%;
    HEIGHT: 100%;
}
    /* When there are pages in the navigation list (1..n), this style is
    applied to the currently unselected pages. If we are on page 1 of 5,
    then pages 4 through 5 will be of this class */
    TABLE.AppWipTable .PageListUnselected A {
        PADDING: 1PX 6PX;
        cursor: pointer;
        MARGIN: 0PX 1PX;
        font-weight: BOLD;
        color: #669900;
        text-decoration: NONE;
    }
/* IccWipFormPages.Master */
.AppWipTableHeader {
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    border:1px solid #ccc;
    border-bottom: none;
    border-spacing:0px;
    
    padding-top:15px;
    padding-bottom:15px;
    BACKGROUND-COLOR: #ffffff;
    text-align:center;
}
/* IccWipFormPages.Master */
.AppWipTableBody {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #ccc;
    border-top: 0px;
    border-spacing: 0px;
    padding: 5px 5px 20px 5px;
    BACKGROUND-COLOR: #ffffff;
    height: 100%;
    width: 100%;
}

A {
    PADDING: 1PX 6PX;
    cursor: pointer;
    MARGIN: 0PX 1PX;
    color: #669900;
    text-decoration: NONE;
}
/* These replace some inline styles */
/* IccWipFormPages.Master */
.MenuContainer {
    vertical-align: top;
}
/* IccWipFormPages.Master */
TABLE.WipContainer,
TD.WipContainer {
    vertical-align: top;
    width: 100%;
}
/* IccWipFormPages.Master */
.ContainerTable /* was TABLE.MainMenu */ {
    height: 100%;
    BACKGROUND-COLOR: #ffffff;
    FONT-SIZE: 9pt;
    max-width:1200px;
    margin:0 auto;
}
/* IccWipFormPages.Master HEADING on WIP pages */
.AppWipTableHeaderFont {
    COLOR: #333333;
    FONT-SIZE: 120%;
    TEXT-DECORATION: none;
    font-weight: bolder;
}
/* 4 Master pages plus numerous ASPX */
#AppContainer
{
    position:absolute;
    left:0px;
    right:0px;
    top:160px;
    bottom:75px;
    overflow:auto;
}
/* 3 Master pages */
#AppContent {
    BACKGROUND-COLOR: #ebebeb;
    max-width: 1200px;
    margin: 0 auto;
    /*This weird obscure number is to offset the scrollbar, b/c apparently that throws off the whole appcontent container*/
    left: 6px;
    right: 0px;
    position:relative;
}
/* PartyMaint.aspx.vb uses this */
.chkAlignAll {
    TEXT-ALIGN: center;
    BACKGROUND-COLOR: #84a6ad;
    FONT-FAMILY: "Arial","Verdana", "sans-serif";
    COLOR: #000000;
    FONT-SIZE: 9pt
}
/* This is used in the IccWipFormPage.Master file for the wip screens. */
/* quite a few other places as well */
TH.WipTableHeader {
    BACKGROUND-COLOR: #669900;
    COLOR: #fff;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
    padding: 0px;
    padding-left: 0;
    padding-right: 0;
    margin: 0px;
}

.tblWipFormMaster {
    width: 100%;
    border-spacing: 0px;
    padding: 0px;
    border: none;
}
/* this is used all over in WIP */
TD.WipTableHeader {
    BACKGROUND-COLOR: #ccc;
    COLOR: #000000;
    FONT-SIZE: 14px;
    FONT-WEIGHT: normal;
    padding-right:0;*/
    margin: 0;
    height: 40px;
}

A.WipTableHeader {
    COLOR: #000000;
    FONT-SIZE: 15px;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
}

    A.WipTableHeader:hover {
        TEXT-DECORATION: underline;
    }

TD.WIPODD {
    TEXT-ALIGN: left;
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: "Arial","Verdana","sans-serif";
    FONT-SIZE: 14px;
    VERTICAL-ALIGN: middle;
    border-bottom: 1px solid #ccc;
    height: 40px;
}

TD.WIPEVEN {
    TEXT-ALIGN: left;
    BACKGROUND-COLOR: #ffffff;
    FONT-SIZE: 14px;
    VERTICAL-ALIGN: middle;
    border-bottom: 1px solid #ccc;
    height: 40px;
}
A.WipTableLink
{
    COLOR: #000000;
    FONT-SIZE: 100%;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}
A.WipTableLink:hover
{
    COLOR: #000000;
    text-decoration: underline;
}
/* Start of the Filter Screen. */
/* Filter Navagation on Wip Screens */
.FilterNavBar {
    border: 1px solid #e7ffab;
    border-bottom: none;
    border-top-right-radius: 15px;
    BACKGROUND-COLOR: #e7ffab;
    WIDTH: 20%;
    height: auto;
    COLOR: #000000;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
}

#wipfilters {
    BORDER: 1px solid #e7ffab;
    border-top-right-radius: 15px;
    PADDING: 0px;
    BACKGROUND-IMAGE: none;
    BACKGROUND-COLOR: #e7ffab;
    BACKGROUND-REPEAT: repeat;
    font-size: 14px;
}
/* DCB adds these for help pages */
#IccHelp {
    border: #669900 5px solid;
    padding: 2px;
    white-space: normal;
    background-color: transparent;
}

.IccHelpTitle {
    font-size: 150%;
    font-weight: bold;
}

A.IccHelp {
    COLOR: #669900;
    FONT-SIZE: 100%;
    white-space: nowrap;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}

    A.IccHelp:hover {
        color: #669900;
    }
p {
    font-weight: normal;
    color: black;
    overflow: hidden;
    text-align: justify;
    background: transparent;
}

/* IccReportSa.aspx uses this */
#RptSelContainer {
    POSITION: relative;
    TEXT-ALIGN: center;
    MIN-WIDTH: 800px;
    BACKGROUND-COLOR: #ebebeb;
    MARGIN: 0px auto;
    WIDTH: 100%;
}
/* ...and this as well */
#RptSelContent {
    TEXT-ALIGN: center;
    padding: 0px;
    BACKGROUND-COLOR: white;
}
/* this too */
.SelReport {
    BORDER: #f5f5f5 2px solid;
    TEXT-ALIGN: left;
    BACKGROUND-COLOR: white;
    BORDER-SPACING: 1px;
    margin-left: auto;
    margin-right: auto;
}

    .SelReport td {
        PADDING: 5PX
    }

/* These are for the report help section on IccReportSa.aspx. */
.hInputText {
    TEXT-ALIGN: left;
    COLOR: #000000;
    FONT-SIZE: 100%;
    VERTICAL-ALIGN: text-top;
    white-space: normal;
}

/* Used in with the report discription Header for the selection filter. */
.hTableHead {
    BACKGROUND-COLOR: #669900;
    PADDING-LEFT: 3px;
    PADDING-RIGHT: 3px;
    COLOR: #ffffff;
    FONT-SIZE: 100%;
    FONT-WEIGHT: bold;
}

/* IccReportSa.asxp, IccReportSa.aspx.vb */
.rptTableHead {
    text-align: left;
    BACKGROUND-COLOR: #669900;
    PADDING-LEFT: 3px;
    PADDING-RIGHT: 3px;
    COLOR: #ffffff;
    FONT-SIZE: 110%;
    FONT-WEIGHT: bold;
}
/* Start of the Button. */
/* This is the standard button used in ICC. Created extra details */
/*      so that it will have a min-Width so the button will grow  */
/*      with the text added in.                                   */
.Buttontext {
    color: #ffffff;
    border: 1px solid #000000;
    font-size: 14px;
    font-weight: bold;
    vertical-align: text-top;
    border-radius: 5px;
    padding: 4px 6px 5px 6px;
    min-width: 80px;
    cursor: pointer;
    /*font-size: 90%;*/
    background: linear-gradient(#FE8B01, #F75E00); /* Standard syntax (must be last) */
}

    .Buttontext:hover {
        /*
    color: #35669c;
	background-color: #ffffff;
    font-weight:bolder;
    */
        color: #ffffff;
        font-weight: bolder;
        TEXT-DECORATION: underline
    }
/* End of the Button. */

.lblEmphasis {
    COLOR: red;
    FONT-SIZE: 90%;
    VERTICAL-ALIGN: middle;
}
/* GeneralError.aspx appears to be the only place this is used */
.Message {
    TEXT-ALIGN: center;
    FONT-FAMILY: "Arial","Verdana", "sans-serif";
    COLOR: red;
    FONT-SIZE: 100%;
    VERTICAL-ALIGN: middle;
    FONT-WEIGHT: bold;
}
/* GeneralError.aspx and several more*/
.IccMessageTable {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    padding: 1px;
}

.AppNav {
    list-style: none;
    text-align: left;
    padding: 0px;
    margin-bottom: 0px;
}

.AppNavItem {
    border: 1px solid #000000;
    border-bottom: none;
    border-top-right-radius: 20px;
    border-top-left-radius: 5px;
    BACKGROUND-COLOR: #35669c;
    color: #ffffff;
    font-size: 90%;
    font-weight: normal;
    display: inline-block;
    vertical-align: bottom;
    padding: 2px 15px 2px 2px;
}

nav ul li a {
    color: #ffffff;
    font-weight: normal;
    cursor: pointer;
}
.LabelDescriptor {
    white-space: break-spaces;
    font-weight: 600;
    border: 1px solid black;
}