/**********************************************************/
/* CSS Styles for iSeries Web Components.                 */
/*                                                        */
/* Last Modified: 2004/02/15, WDSC V5.1.2                 */
/**********************************************************/
/* styles of a WLabel */
.iwLbl {
    font-family: Arial, Helvetica, sans-serif;
}


/* styles of the label of a component */
.iwCmpLbl {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}

/* styles of WButton */
.iwBut {
    font-size: 90%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    border-top-width: 1px;
    border-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-color: #8CB1D1 #336699 #336699 #8CB1D1;
    background-image: url("images/b1.gif");
}

/* styles of WButton when mouse cursor is over it */
.iwButOvr {
	font-size: 90%;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #6C90C1;
    border-color: #8CB1D1 #8CB1D1 #8CB1D1 #8CB1D1;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

/* styles of WButton when it is disabled */
.iwButDisabl {
    font-size: 90%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    border-top-width: 1px;
    border-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-color: #8CB1D1 #336699 #336699 #8CB1D1;
    background-image: url("images/b1.gif");
}

/* styles of a cell */
.iwCel {
    color: #000000;
}

/* styles of cell that is selected */
.iwCelSel {
    color: #000000;
    background-color: #C4D1FF;
}

/* styles of WCheckBox. This is only for the style of the square box, */
/* The style of the text of a check box is defined in .iwCompLabel          */
.iwChk {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}

/* styles of WComboBox */
.iwCb {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}

/* styles of a component */
.iwCmp {
    font-family: Arial, Helvetica, sans-serif;
}

/* styles of a container */
.iwCont {
    font-family: Arial, Helvetica, sans-serif;
}

/* styles of WHyperlink */
.iwHyp {
    font-family: Arial, Helvetica, sans-serif;
	color: #2C567F;
}

/* styles of WImageButton */
.iwImgBut {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}

/* styles of WRadioButtonGroup */
.iwRbg {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}

/* styles of WSelectionBox */
.iwSb {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}

/* styles of WTextArea */
.iwTa {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    background-color: #FFFFFF;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    border-color: #336699 #8CB1D1 #8CB1D1 #336699;
    border-style: solid;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
}


/* styles of read only WTextArea */
.iwTaRO {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    background-color: #F0F0F0;
    color: #606060;
    border-style: none;
}

/* styles of a WTextEntry */
.iwTe {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    background-color: #FFFFFF;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    border-color: #336699 #8CB1D1 #8CB1D1 #336699;
    border-style: solid;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
}

/* styles of a WTextEntry with error status */
.iwTeEr {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    border-color: #922200 #CCCCCC #CCCCCC #922200;
    border-style: solid;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-left-width: 3px;
    border-right-width: 1px;
}

/* styles of a WTextEntry with error status and orientation of RTL */
.iwTeErRTL {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    border-color: #922200 #922200 #CCCCCC #CCCCCC ;
    border-style: solid;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 3px;
}

/* styles of disabled WTextEntry */
.iwTeRO {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    background-color: #F0F0F0;
    color: #606060;
    border-style: none;
}

/* styles of error message of WTextEntry */
.iwTeErMsg {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    background-color: #922200;
    color: #FFFFFF;
    border-color: #922200 #922200 #CCCCCC #CCCCCC ;
    border-bottom-width: 0px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}


/* styles of WForm used by WTable */
.iwFrm {
    font-family: Arial, Helvetica, sans-serif;
}

/* styles of left edge of Toolbar of WTable */
.iwTbarEL {
    font-size: 90%;
    background-color: #d1d9e8;
    background-repeat: repeat-x;
    background-position: left top;
    border-left: solid;
    border-left-width: 1px;
    border-top: solid;
    border-top-width: 1px;
    border-color: #88a4d7;
}

/* styles of Toolbar of WTable */
.iwTbar {
    font-size: 90%;
    background-color: #d1d9e8;
    background-repeat: repeat-x;
    background-position: left top;
    background-image:url("images/tbl21.gif");
}

/* styles of left Toolbar of WTable */
.iwTbarL {
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("images/tbl20.gif");
}

/* styles of right Toolbar of WTable */
.iwTbarR {
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url("images/tbl22.gif");
}

/* styles of a column of WTable */
.iwTbCol {
    font-size: 90%;
    font-weight: normal;
    color: #000000;
    background-color: #d1d9e8;
    border-color: #ffffff #8ca6d6 #8ca6d6 #ffffff;
    border-style: solid;
    border-width: 1px;
    padding: 0px 3px 0px 3px
}

/* styles of a selected column of WTable */
.iwTbColSel {
    font-size:90%;
    font-weight:normal;
    color:#000000;
    background-color: #dedede;
    border-color: #ffffff #8ca6d6 #8ca6d6 #ffffff;
    border-style: solid;
    border-width: 1px;
    padding: 0px 3px 0px 3px
}

/* styles of Table column with filtered row */
.iwTbColFR {
    font-size: 90%;
    font-weight: normal;
    color: #000000;
    background-color: #deedfb;
    border-color: #ffffff #8ca6d6 #8ca6d6 #ffffff;
    border-style: solid;
    border-width: 1px;
    padding: 0px 3px 0px 3px
}

/* styles of the border of WTable */
.iwTbBdr {
    background-color: #ffffff;
    border-color: #88a4d7;
    border-style: solid;
    border-width: 1px;
}

/* styles of the cell of WTable, it is not the style of each component in the cell. */
.iwTbDat {
    background-color: #f0f0f0;
    border-color: #ffffff #d1d9e8 #d1d9e8 #ffffff;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
}

/* styles of the selected cell of WTable */
.iwTbSelDat {
    background-color: #c4d1ff;
    border-color: #eaecfd #8393c4 #8393c4 #eaecfd;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
}

/* styles of the cell of WTable with no grid */
.iwTbDatNoGrd {
    background-color: #f0f0f0;
    margin: 5px;
    border-width: 0px;
    padding: 2px;
}

/* styles of selected cell of WTable with no grid */
.iwTbSelDatNoGrd {
    background-color: #c4d1ff;
    margin: 5px;
    border-width: 0px;
    padding: 2px;
}

/* styles of the button of WTable */
.iwTbBut {
    border: 1;
    border-color: #d1d9e8;
    border-style: solid;
    border-width: 1px;
}

/* styles of the button of WTable when mouse cursor is over it */
.iwTbButOvr {
    border: 1;
    border-color: #ffffff #82a2ca #82a2ca #ffffff;
    border-style: solid;
    border-width: 1px;
}

/* styles of the footer of WTable */
.iwTbFt {
    font-size: 90%;
	color: #000000;
    background-color: #d1d9e8;
    border-color: #ffffff #d1d9e8 #d1d9e8 #ffffff;
    border-style: solid;
    border-width: 1px;
}

/* styles of the page row of WTable */
.iwTbPgRw {
    font-size: 90%;
	color: #000000;
    background-color: #d1d9e8;
    border-color: #ffffff #d1d9e8 #88a4d7 #ffffff;
    border-style: solid;
    border-width: 1px;
}

/* styles of the dialog of WTable */
.iwTbDlg {
    border-color: #8cb1d1;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    padding: 15px;
}

/* styles of the action bar at the middle of WTable */
.iwTbActMid {
    font-size: 90%;
	color: #ffffff;
    background-color: #718fb8;
}

/* styles of the action bar at the top of WTable */
.iwTbActTop {
    background-repeat: repeat-x;
    background-position: left top;
    background-image: url("images/tbl45.gif");
    line-height: 0px;
}

/* styles of the action bar at the bottom of WTable */
.iwTbActBot {
    background-repeat: repeat-x;
    background-position: left top;
    line-height: 0px;
    background-image: url("images/tbl46.gif");
}


/* styles of column of the action bar of WTable */
.iwTbActCol {
    font-size: 90%;
    font-weight: normal;
    color: #ffffff;
    background-color: #718fb8;
    border-color: #a2b8d7 #5C7BA0 #5C7BA0 #a2b8d7;
    border-style: solid;
    border-width: 1px;
}

