html {
    font-family: tahoma;
    font-size: 8pt;
    color: #000000;
}

div {
    /*position: relative;*/
    z-index: 0;
    scrollbar-arrow-color: #000000;
    scrollbar-face-color: #DAE3B7;
    scrollbar-highlight-color: #DAE3B7;
    scrollbar-shadow-color: #DAE3B7;
    scrollbar-track-color: #DAE3B7;
}

span, td {
    font-family: tahoma;
    font-size: 8pt;
    color: #000000;
}

select {
    font-family: tahoma;
    font-size: 8pt;
    color: #000000;
}

input {
    font-family: tahoma;
    font-size: 8pt;
    color: #000000;
}

button, input.button {
    font-family: tahoma;
    font-size: 8pt;
    color: #EEEEEE;
    background-color: #A7B084;
    border: #A7B084 1px outset;
    cursor: pointer;
}

input.file {
    border: #A7B084 1px outset;
}

textarea {
    font-family: tahoma;
    font-size: 8pt;
    color: #000000;
}

body {
    background-color: #ffffff;
    margin:2px;
}

img {
    border-style: none;
}

form {
    margin: 0px;
}

p {
    margin: 0px;
}

/* common types -------------------------------------------------------- */

.block_section {
    background-color:#DAE3B7;
    width: auto;
    height: auto;
    border-style:solid;
    border-width:1px;
    border-color:#CEC588;
    -moz-box-sizing: border-box;
    margin:5px;
    padding:3px;
}

.block.title {
    text-align:left;
    font-weight:bold;
    margin-bottom:5px;
}

a.block {
    color: #000;
}

/* master containers and structure -------------------------------------------------------- */

#main_body {
    overflow:visible;
    text-align:left;
    width:800px;
    height:auto;
    background-color:#fff;
}

/* dialog base container ---------------------------------------- */

.dialogbase {
    width:100%;
    height:100%;
    z-index:10000;
    overflow:visible;
}

.dialogbase .dialogmask {
    width:100%;
    height:100%;
    z-index:2;
    position:absolute;
    left:0px;
    top:0px;
}

.dialogbase .dialogshield {
    width:100%;
    height:100%;
    z-index:1;
    position:absolute;
    left:0px;
    top:0px;
}

.dialogbase .dialogwindow {
    position:relative;
    z-index:3;
    border-style:outset;
    border-width:2px;
    border-color:#DAE3B7;
    background-color:#DAE3B7;
}

/* progress dialog ---------------------------------------- */

.dialog_progress_window {
    width:300px;
}

.dialog_progress_text {
    margin:10px;
    height:25px;
}

.dialog_progress_container {
    border-style:solid;
    border-width:1px;
    border-color:#A7B084;
    width:275px;
    height:20px;
    margin:10px;
}

.dialog_progress_bar {
    background-color: #A7B084;
    width:0px;
    height:20px;
}

/* people search dialog ---------------------------------------- */

.dlg_workspace_div {
    background-color:#DAE3B7;
}

.dlg_workspace_table {
    background-color:#DAE3B7;
    table-layout:fixed;
}
    .dlg_workspace_table_row{
    }
        .dlg_workspace_table_cell{
            background-color:white;
        }
.dlgrowover, .dlgrowsel {
    background-color: #C6D491;
        }
.dlgrow1 {
    background-color: #DAE3B7;
}
.dlgrow2 {
   background-color: #FFFFFF;
}
.dlgresultrow {
    height:20px;
    cursor:pointer;
}

/* common search form stuff ------------------------------------- */

a.pagination{color:#A7B084;}
a.pagination:hover {}

/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */

.bf_menu {
/*width:750px;*/
width:auto;
font-size:0.85em;
position:relative;
z-index:100;
}

/* added iframe shield for older ie browsers - james sas */
.bf_menu iframe {
    float:left;
    position:relative;
    left:expression(this.nextSibling.currentStyle.left);
    top:expression(this.nextSibling.currentStyle.top);
    width:expression(this.nextSibling.currentStyle.width);
    height:expression(function(el){var h=0;var n=el.nextSibling.firstChild;while(n){h+=n.offsetHeight;n=n.nextSibling;}return(h+"px");}(this));
    display: expression(this.nextSibling.currentStyle.visibility=='hidden'?'none':'block');
    margin:0;
    padding:0;
}

/* remove all the bullets, borders and padding from the default list styling */
.bf_menu ul {
padding:0;
margin:0;
list-style-type:none;
}

.bf_menu ul ul {
width:150px;
z-index:101;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.bf_menu li {
float:left;
width:150px;
position:relative;
}

.bf_menu ul ul ul li {
overflow:hidden;
}

/* style the links for the top level */
.bf_menu a, .bf_menu a:visited {
display:block;
font-size:11px;
text-decoration:none;
color:#fff;
width:139px;
height:30px;
border:1px solid #fff;
border-width:0 1px 1px 0;
background:#777;
padding-left:10px;
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .bf_menu a, * html .bf_menu a:visited {
width:150px;
w\idth:139px;
}

/* style the second level background */
.bf_menu ul ul a.bf_menu_drop, .bf_menu ul ul a.bf_menu_drop:visited {
background:#ddd url(/bf/images/drop.gif) bottom right no-repeat;
}
/* style the second level hover */
.bf_menu ul ul a.bf_menu_drop:hover{
background:#ccc url(/bf/images/drop.gif) bottom right no-repeat;
}
.bf_menu ul ul :hover > a.bf_menu_drop {
background:#999 url(/bf/images/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.bf_menu ul ul ul a, .bf_menu ul ul ul a:visited {
background:#ddd;
}
/* style the third level hover */
.bf_menu ul ul ul a:hover {
background:#bbb;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.bf_menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0;
width:150px;
}
/* another hack for IE5.5 */
* html .bf_menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.bf_menu ul ul ul{
left:150px;
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.bf_menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.bf_menu table {
    position:absolute;
    top:0;
    left:0;
}

/* style the second level links */
.bf_menu ul ul a, .bf_menu ul ul a:visited {
background:#ccc;
color:#000;
height:auto;
line-height:1em;
padding:5px 10px;
width:129px
/* yet another hack for IE5.5 */
}
* html .bf_menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.bf_menu a:hover, .bf_menu ul ul a:hover{
color:#fff;
background:#999;
}
.bf_menu :hover > a, .bf_menu ul ul :hover > a {
color:#fff;
background:#999;
}

/* make the second level visible when hover on first level list OR link */
.bf_menu ul li:hover ul,
.bf_menu ul a:hover ul{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.bf_menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.bf_menu ul :hover ul :hover ul{
visibility:visible;
}
