/* History area general layout information */
.browserHeaderBackGround
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 50px;
    table-layout: fixed;
    width: 100%;
}
/* left side Logo */
.Unit4AgressoLogo
{
    width: 260px;
    height: 50px;
    vertical-align: top;
}

/* History toolbar */
.historyToolbar
{
}
/* History toolbar disabled item */
.navigationToolbarItemDisabled
{
    cursor: default;
}
/* Process toolbar disabled item */
.processToolbarItemDisabled
{
    cursor: default;
}
/* Program toolbar item */
.processToolbarItem
{
    height: 24px;
    background-color: #000;
    color: #9e9fa2;
    font-size: 8pt;
    font-family: Verdana;
}
/* Program toolbar active item */
.processToolbarActiveItem
{
    height: 24px;
    background-color: #FF9523;
    background-image: url(Images/toolbarActiveItem_20x20.png);
    color: #000;
    font-size: 8pt;
    font-family: Verdana;
}
/* Program toolbar disabled item */
.programToolbarItemDisabled
{
    cursor: default;
}
/* Process area general info */
.divZone4Zone5
{
    float: left;
    height: 100%;
}

/* Language selector general style */
.languageSelector
{
    padding: 0px;
}
/* Language selector item */
.languageSelectorItem
{
    padding: 0px;
}
/* Language selector active item */
.languageSelectorItemActive
{
    padding: 0px;
}

/* Menu general style */
.menu
{
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
/* Ribbon background*/
.menuToolbarBackGround
{
    width: 100%;
}
/* Process toolbar background */
.processToolbarBackground
{
    padding: 5px 5px 0px 5px;
    width: 180px;
}
/* Program toolbar background */
.programZoneBackground
{
    padding-bottom: 10px;
    padding-top: 10px;
}
/* Empty Process toolbar background*/
.processToolbarEmptyBackground
{
    padding: 0px 5px 0px 5px;
    width: 180px;
    height: 0px;
}
/* Program context menu general style */
.programContextMenuBackground
{
    padding: 5px 5px 0px 5px;
    width: 180px;
}
/* Program context menu toolbox style */
.programContextMenuToolboxBackground
{
    width: 180px;
}
/* Empty Program context menu general style */
.programContextMenuEmptyBackground
{
    padding: 0px 5px 0px 0px;
    width: 180px;
    height: 0px;
}
/* Program path(breadcrumb menu) general style */
.programPathBackground
{
    padding: 0px 0px 0px 5px;
}
/* Program toolbar general style */
.programToolbar
{
}
/* Program toolbar header style */
.programToolbarHeader
{
    width: 12px;
    height: 53px;
}
/* Program toolbar shadow */
.programToolbarShadow
{
    height: 8px;
    padding: 0px;
    margin-top: 1px;
}
/* Ribbon general style*/
.menuToolbar
{
}
/* Ribbon item style*/
.menuToolbarTool
{
    padding: 11px 5px 11px 5px;
}
/* Meldingen style*/
.meldingenTable
{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #B1B1B1;
    width: 100%;
}

/* Selection screen container general style*/
.selectieListBackground
{
    padding: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    table-layout:inherit;
}
.selectieListBackground td
{
    border-color: #CFCFCF;
}
/* Selection screen status image container*/
.tdSelectListImg
{
    text-align: center;
    padding-top: 2px;
}
/* HTML Body general style*/
BODY
{
    height: 100%;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* input controls */
TD
{
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
INPUT
{
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
select
{
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
TEXTAREA
{
    font-family: Verdana;
    font-size: 8pt;
}

/* link controls */
/* darkred = #3169B5 */
A:link
{
}
A:active
{
}
A:visited
{
}
A:hover
{
}

/* Program path(breadcrumb) hyperlinks style */
A.linklist:link
{
    font-family: Verdana;
    font-size: 8pt;
}
A.linklist:active
{
    font-family: Verdana;
    font-size: 8pt;
}
A.linklist:visited
{
    font-family: Verdana;
    font-size: 8pt;
}
A.linklist:hover
{
    font-family: Verdana;
    font-size: 8pt;
}

/*collapsible panel style*/
.cpHeaderLeft
{
    height: 19px;
    width: 19px;
}
.cpHeaderMiddle
{
    height: 19px;
}
.cpFooterLeft
{
    height: 19px;
    width: 19px;
}
.cpFooterMiddle
{
    height: 19px;
}
/*collapsible panel body*/
.cpBody
{
    height: 100%;
    width: 100%;
    padding: 5px 4px;
}

.tableLayoutFixedWidth
{
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}
/* Modal popup background */
.modalBackground
{
    filter: alpha(opacity=20);
    opacity: 0.2;
}
/* Modal popup */
.modalPopup
{
    padding: 3px;
}

/* Error label */
.programError
{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Current item in selectie screens*/
.currentItem
{
}
/* Selected item in selectie screens*/
.focusItem
{
}

/* Style for a warning in an error container */
.warning
{
}

.templateHeaderLine
{
    height: 5px;
}

.detailZone /* all browsers */
{
    margin-left: 190px;
}

.Zone8
{
    height: 100%;
}

/* custom dropdownlist */
.cddl
{
    border: solid 1px #AAA;
    padding: 0px;
    top: 1px;
    position: relative;
    z-index: 4;
    margin-bottom: 2px;
    margin-right: 2px;
}
/* disabled custom dropdownlist */
.cddl_dis
{
    border: solid 1px #AAA;
    padding: 0px;
    top: 1px;
    position: relative;
    z-index: 4;
    margin-bottom: 2px;
    margin-right: 2px;
}
.cddl_txt
{
    width: 100%;
    margin: 0px;
    padding: 0px 1px;
    height: 15px;
    cursor: default;
    border-width: 0px;
}
.ie .cddl_txt
{
    width: 50px;
}
.cddl_hover
{
    border-width: 0px;
}
/* custom dropdownlist containing panel */
.cddl_panel
{
    position: absolute;
    border-style: solid;
    border-width: 1px;
    z-index: 2500;
    text-align: left;
    overflow-x: hidden;
    overflow-y: auto;
}
.cddl_panel div
{
    height: 13px;
}
/* custom dropdownlist item */
.cddl_i
{
    padding-left: 2px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    white-space: nowrap;
    text-align: left;
    position: relative;
    width: 100%;
}
/* custom dropdownlist item on hover*/
.cddl_h
{
    padding-left: 2px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    white-space: nowrap;
    cursor: default;
    text-align: left;
    position: relative;
    width: 100%;
}
/* custom dropdownlist selected item */
.cddl_a
{
    padding-left: 2px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    white-space: nowrap;
    cursor: default;
    text-align: left;
    position: relative;
    width: 100%;
}
/* custom dropdownlist selected item on hover */
.cddl_ah
{
    padding-left: 2px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    white-space: nowrap;
    cursor: default;
    text-align: left;
    position: relative;
    width: 100%;
}
/* unauthorized block */
.lblCtrl_unauthorized
{
}
/* do not remove this class */
.cddl_dummy
{
}

.ir_dgn
{
    width: 69px;
    height: 22px;
}
.ir_dgn1
{
    width: 120px;
    height: 50px;
    font-weight: bold;
}
.ir_dgn2
{
    width: 69px;
    height: 30px;
    font-weight: bold;
}
.ir_cmp
{
    width: 90px;
    height: 22px;
}
.ir_cmp1
{
    width: 90px;
    height: 50px;
    font-weight: bold;
}
.ir_cmp2
{
    width: 90px;
    height: 30px;
    font-weight: bold;
}
.ir_off
{
    display: none;
}

div[id="U4W_Zone8"]
{
    height: 100%;
}
div[id="divZone4"]
{
    height: 93%;
}

.ie6 .IE6Hack
{
    width: 98%;
}

.autocomplete_completionListElement
{
    visibility: hidden;
    margin: 0px !important;
    padding: 0px !important;
    background-color: #fff;
    color: #000;
    border: #ccc;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    text-align: left;
    list-style: none !important;
    z-index: 9999999;
    box-shadow: 1px 1px 2px #444;
    -moz-box-shadow: 1px 1px 4px #000;
    -webkit-box-shadow: 1px 1px 2px #444;
    max-height: 200px;
}
.autocomplete_completionListElement li
{
    display: block;
    padding: 1px !important;
    margin: 0px;
}

.autocomplete_highlightedListItem
{
    background-color: #FFD;
    color: black;
    padding: 1px;
    border: 1px solid #FD5;
    cursor: default;
}

.autocomplete_listItem
{
    background-color: window;
    color: windowtext;
    padding: 1px;
    border: 1px solid transparent;
    cursor: default;
}

.toolActive
{
    -moz-box-shadow: -1px -1px 1px #CCC, 1px 1px 2px #444;
    -moz-border-radius: 2px;
    -webkit-box-shadow: -1px -1px 1px #CCC, 1px 1px 2px #444;
    -webkit-border-radius: 2px;
    box-shadow: -1px -1px 1px #CCC, 1px 1px 2px #444;
    border-radius: 2px;
}

.toolActive_History
{
    -moz-box-shadow: -1px -1px 1px #EEE, 1px 1px 1px #444;
    -moz-border-radius: 2px;
    -webkit-box-shadow: -1px -1px 1px #EEE, 1px 1px 2px #444;
    -webkit-border-radius: 2px;
    box-shadow: -1px -1px 1px #EEE, 1px 1px 2px #444;
    border-radius: 2px;
}

.toolActive_Toolbar
{
    -moz-box-shadow: -1px -1px 1px #EEE, 1px 1px 1px #111;
    -moz-border-radius: 2px;
    -webkit-box-shadow: -1px -1px 1px #EEE, 1px 1px 2px #111;
    -webkit-border-radius: 2px;
    box-shadow: -1px -1px 1px #EEE, 1px 1px 2px #111;
    border-radius: 2px;
    background-color: #555;
}

.toolActive_ProcessBar
{
    color: #FFF;
}

.empty_mandatory
{
    background-color: LemonChiffon;
}

.warningZoneToggle
{
    position: fixed;
    bottom: 0px;
    left: 182px;
    padding: 1px 2px;
    display: inline-block;
    border: 1px solid #444;
    cursor: pointer;
    background-color: #FFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: smaller;
}

.warningZoneToggle:hover
{
    border-color: #000;
    box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    background-color: LemonChiffon;
}
