/*
 *      z-index values
 *              listing/content:        < 10
 *              top bar:                10-14 
 *              menu:                   20-29
 */
/* --------------------------------------------------------------
 *              clean start
 * ----------------------------------------------------------- */

html { min-height: 101%; -webkit-font-smoothing: antialiased; overflow-y: scroll; }
body { position: absolute; height: 100%; min-width: 100%; width: auto; background-color: #fff; margin: 0; padding: 0; border: 0; font-size: 14px; font-family: arial, sans-serif; line-height: 1; text-align: left; }
a,b,blockquote,button,center,code,div,em,embed,font,form,h1,h2,h3,h4,h5,h6,hr,html,i,iframe,img,label,li,object,ol,p,pre,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul { margin: 0; padding: 0; border: 0; font-size: 100%; background: transparent; }

/* --------------------------------------------------------------
 *              general stuff
 * ----------------------------------------------------------- */

.spacer { clear: both; }

/*
.shadow { -moz-box-shadow: 0px 1px 4px #000; -webkit-box-shadow: 1px 0px 4px #000; box-shadow: 0px 1px 4px #000; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000'); }
.fancyBoxFrame { margin: 0; padding: 10px; }
*/

#content_filler_top     { position: relative; height: 78px; }
#content_title, h1      { position: relative; height: 25px; margin: 0 0 4px 70px; color: #234372; font-size: 16px; font-weight: bold; }

.hidden { display: none; }

.err  { color: #B00; }

/* #content_overlayTimeout { z-index: 2000; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity:0.75; filter:alpha(opacity=75); } */

.tooltip                        { position: relative; display: block; cursor: default; padding: 0; outline: 0; text-decoration: none; }
.tooltip:hover                  { text-decoration: none; }

/* #tmp_debug_div { z-index: 9000; position: absolute; top: 10px; left: 600px; background: #fff; color: #111; border: 1px solid #555; padding: 5px; } */


/* --- delete button --- */
#button_delete { margin-left: 68px; }


/* --------------------------------------------------------------
 *              HOME
 * ----------------------------------------------------------- */

.info_container { margin: 20px 0 10px 74px; font-size: 13px; line-height: 17px; }

.infobox { padding: 10px 20px 15px 20px; float: left; width: auto; background-color: #f2f2f2;
    border: 1px solid #999;
    background-image: url('../img/home_infobox_bg.png'); background-repeat: repeat-x; background-position: 0 0;
    -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
    -moz-box-shadow: 0px 0px 2px #bbb; -webkit-box-shadow: 0px 0px 2px #bbb; box-shadow: 0px 0px 2px #bbb; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999');
}
.infobox .title { font-weight: bold; font-size: 13px; margin: 0 0 16px 0; color: #234372; }

.infobox .row { line-height: 24px; clear: both; } 
.infobox .row .date { float: left; width: 115px; font-size: 11px; font-style: italic; text-align: center; }
.infobox .row .status { float: left; width: 70px; font-size: 11px; color: #333; text-align: center; }
.infobox .row .type { float: left; width: 115px; font-size: 12px; font-weight: bold; text-align: center; }
.infobox .row .item { float: left; clear: right; width: auto; padding-left: 10px; }

.infobox a,.infobox a:active { text-decoration: none; color: #234372; }
.infobox a:hover { text-decoration: underline; }

.page_text				{ margin: 35px 0 0 70px; line-height: 1.5em; font-size: 13px; max-width: 640px; }
.page_text h1, h1.page	{ margin: 0 0 10px 0; font-size: 14px; }
.page_text h2, h2.page	{ margin: 18px 0 2px 0; font-size: 13px; color: #234372; text-decoration: underline; }
.page_text h3, h3.page	{ margin: 12px 0 1px 0; font-size: 12px; color: #234372; }

.page_text p			{ text-align: justify; }

.page_text a			{ color: #3162AB; text-decoration: none; }
.page_text a:hover		{ color: #234372; text-decoration: underline; }

.page_text ul, ol		{ display: block; margin: 5px 0 5px 20px; padding-left: -20px; text-indent: 20px; }
.page_text ul li, ol li	{ line-height: 1.6em; }

/* --------------------------------------------------------------
 *              FORM ONLY and other (admin) pages
 * ----------------------------------------------------------- */

.main_form { position: relative; width: 740px; margin: 0 54px 0 70px; padding: 10px 15px 14px 14px; background-color: transparent; }

#main_msg_container { padding: 0; margin-left: 70px; min-height: 50px; }        /* this is to prevent that hiding the message will always flow the contents up */
#main_msg_container.auth        { margin-top: 90px; }
#main_msg_container.pop         { margin-left: 15px; min-height: 30px; }
#main_msg_container.search      { width: 924px; }                               /* messages are the same width as the query boxes */

#main_msg_error { position: relative; float: left; padding: 10px 15px 10px 15px; margin: 10px 0 10px 20px; overflow: hidden; background: #f2f2f2; border: 1px solid #8E2213; color: #8E2213;
        box-shadow: inset 0 0 2px #fff, 0 0 2px #B00;
        border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}
#main_msg_error ul              { list-style-image: url(../img/vinkje_uit.gif); margin-left: 24px; padding: 0; }
#main_msg_error ul li           { margin: 3px 5px; }
#main_msg_error a               { color: #7B1F10; }
#main_msg_error a:hover         { color: #401009; }

#main_msg_container.pop #main_msg_error { margin-top: 4px; margin-bottom: 4px; }

#main_msg_success { position: relative; float: left; padding: 10px 15px 10px 15px; margin: 10px 0 10px 20px; overflow: hidden; background: #E7F3B3; border: 1px solid #66A22A; color: #365D0E;
        box-shadow: inset 0 0 2px #fff, 0 0 2px #66A22A;
        border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}
#main_msg_success ul            { list-style-type: none; margin-left: 0; padding: 0; }
#main_msg_success ul li         { background-image: url(../img/vinkje.gif); background-repeat: no-repeat; background-position: 4px 6px; padding: 2px 0 2px 24px; margin: 1px 5px 1px 5px; }
#main_msg_success ul li.warning { background-image: url(../img/button_icons/error.png); background-position: 0px 1px; }
#main_msg_success a             { color: #6F923A; }
#main_msg_success a:hover       { color: #2A3716; }

#main_msg_container.pop #main_msg_success       { margin-top: 4px; margin-bottom: 4px; padding-top: 4px; padding-bottom: 4px; }

#main_msg_container.search #main_msg_error,
#main_msg_container.search #main_msg_success    { margin-left: 5px; }

/* list rows */
.admin_lists { margin: 0; padding: 0; }
.admin_lists .buttons { float: right; }
.admin_lists .buttons button { float: right; margin-right: 0; }
.admin_lists .buttons button.imgonly span { display: none; }


/* --------------------------------------------------------------
 *              TAB -- tabbladen
 * ----------------------------------------------------------- */

div.tabset { position: relative; width: 1000px; margin: 0 54px 0 70px; padding: 44px 15px 14px 14px; background-color: #fff; }

div.tabset > .bg      { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #ececec; background-image: url(../img/tab_bg_normal_r.png); background-repeat: repeat-y; background-position: right 0; }
div.tabset > .bg .l   { position: absolute; top: 0; left: 0; width: 7px; height: 100%; background-image: url(../img/tab_bg_normal_l.png); background-repeat: repeat-y; background-position: left 0; }
div.tabset > .bg .t   { position: absolute; top: 0; left: 0; width: 100%; height: 36px; background-color: #fff; background-image: url(../img/tab_bg_normal_t.png); background-repeat: repeat-x; background-position: left bottom; }
div.tabset > .bg .t .l { position: absolute; left: 0; top: 0; width: 7px; height: 36px; background-image: url(../img/tab_bg_normal_tl.png); background-repeat: no-repeat; background-position: 0 bottom; }
div.tabset > .bg .t .r { position: absolute; right: 0; top: 0; width: 7px; height: 36px; background-image: url(../img/tab_bg_normal_tr.png); background-repeat: no-repeat; background-position: 0 bottom; }
div.tabset > .bg .b   { position: absolute; left: 0; bottom: 0; width: 100%; height: 7px; background-image: url(../img/tab_bg_normal_b.png); background-repeat: repeat-x; background-position: left 0; }
div.tabset > .bg .b .l { position: absolute; left: 0; top: 0; width: 7px; height: 7px; background-image: url(../img/tab_bg_normal_bl.png); background-repeat: no-repeat; background-position: 0 0; }
div.tabset > .bg .b .r { position: absolute; right: 0; top: 0; width: 7px; height: 7px; background-image: url(../img/tab_bg_normal_br.png); background-repeat: no-repeat; background-position: 0 0; }

div.tabset > .tab { position: absolute; left: 10px; top: 0; width: 160px; height: 36px; background-image: url(../img/tab_lip_bg.png); background-repeat: no-repeat; background-position: 0 0; text-decoration: none; }
div.tabset > .tab .r { position: absolute; display: block; right: 0; top: 0; width: 8px; height: 36px; background-image: url(../img/tab_lip_bg_r_rnd.png); background-repeat: no-repeat; background-position: right 0; }

/* if no tabs, adjust padding -- must set up .bg stuff for that to work... */
div.tabset.notabs { padding-top: 10px; margin-top: 5px; }
div.tabset.notabs > .bg .t   { height: 7px; }
div.tabset.notabs > .bg .t .l { height: 7px; }
div.tabset.notabs > .bg .t .r { height: 7px; }

/* active tab */
div.tabset > .tab span.text {
    display: block; position: absolute; top: 4px; left: 0; height: 25px; width: 100%; line-height: 25px; overflow: hidden; 
    text-align: center; color: #000; font-size: 13px; font-weight: bold; text-decoration: none; text-shadow: 1px 1px 0 #fff;
}

div.tabset > .tab.active { background-position: 0 -144px; }
div.tabset > .tab.active .r { background-position: 0 -144px; }

/* inactive, selectable tab */
div.tabset > .tab.inactive { left: 220px; background-position: 0 -36px; }
div.tabset > .tab.inactive .r { background-position: 0 -36px; }
div.tabset > .tab.inactive:hover { background-position: 0 -72px; }
div.tabset > .tab.inactive:hover .r { background-position: 0 -72px; }

div.tabset > .tab.inactive span.text { top: 6px; color: #444; text-shadow: 1px 1px 0 #d2d2d2; }
div.tabset > .tab.inactive:hover span.text { color: #111; text-shadow: none; }

/* disabled tab */
div.tabset > .tab.disabled { left: 430px; background-position: 0 -108px; }
div.tabset > .tab.disabled .r { background-position: 0 -108px; }

div.tabset > .tab.disabled span.text { top: 7px; color: #999; text-shadow: 1px 1px 0 #eee; }

/* extensions */
div.tabset > .tabext { position: absolute; left: 176px; top: 5px; width: 240px; height: 31px; overflow: hidden; background-image: url(../img/tab_ext_bg.png); background-repeat: repeat-x; background-position: 0 0; text-decoration: none; }
div.tabset > .tabext .l { position: absolute; left: 0; top: 0; width: 4px; height: 31px; background-image: url(../img/tab_ext_bg_l.png); background-repeat: no-repeat; background-position: 0 0; }
div.tabset > .tabext .r { position: absolute; right: 0; top: 0; width: 7px; height: 31px; background-image: url(../img/tab_ext_bg_r.png); background-repeat: no-repeat; background-position: 0 0; }

div.tabset > .tabext.dark,
div.tabset > .tabext.dark .l,
div.tabset > .tabext.dark .r { background-position: 0 -155px; }

div.tabset > .tabext.blue,
div.tabset > .tabext.blue .l,
div.tabset > .tabext.blue .r { background-position: 0 -31px; }

div.tabset > .tabext.green,
div.tabset > .tabext.green .l,
div.tabset > .tabext.green .r { background-position: 0 -62px; }

div.tabset > .tabext.yellow,
div.tabset > .tabext.yellow .l,
div.tabset > .tabext.yellow .r { background-position: 0 -93px; }

div.tabset > .tabext.orange,
div.tabset > .tabext.orange .l,
div.tabset > .tabext.orange .r { background-position: 0 -124px; }

div.tabset > .tabext span {
    display: block; position: absolute; top: 3px; left: 12px; height: 25px; /* width: 210px; */ line-height: 25px; overflow: hidden; text-overflow: ellipsis;
    text-align: left; color: #333; font-size: 11px; text-decoration: none; 
}
div.tabset > .tabext span.empty { color: #999; font-style: italic; }

/* minimize "tab" */
div.tabset > .min { position: absolute; right: 10px; top: 0; width: 71px; height: 36px; background-image: url(../img/tab_min_bg_medium.png); background-repeat: no-repeat; background-position: 0 0; }
div.tabset > .min .buttons { display: block; position: absolute; top: 8px; left: 9px; height: 25px; width: 100%; line-height: 25px; }

div.tabset > .min .buttons button.min_icon { padding: 0 8px; margin: 0; width: 24px; }
div.tabset > .min .buttons button.min_icon img { position: absolute; display: block; top: 1px; left: 3px; }

#b_s_min { display: block; }
#b_s_max { display: none; }
#b_s_cls { display: block; margin-left: 4px; }


/* --------------------------------------------------------------
 *              TAB -- content
 * ----------------------------------------------------------- */

div.tabset > .content { width: 100%; }

div.tabset > .content .inset { position: relative; width: 100%; height: auto; background-color: #dfdfdf; border: 1px solid #4a4a4a;
                                -moz-box-shadow: inset 0 0 2px #888, 1px 1px 0 #fff, -1px -1px 0 #ccc; -webkit-box-shadow: inset 0 0 2px #888, 1px 1px 0 #fff, -1px -1px 0 #ccc; box-shadow: inset 0 0 2px #888, 1px 1px 0 #fff, -1px -1px 0 #ccc; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=315, Color='#999999')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=315, Color='#999999');
                                -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
                             }
div.tabset > .content .inset.vline { background-image: url(../img/tiny_vline.png); background-repeat: repeat-y; background-position: 498px top; }


/* --------------------------------------------------------------
 *              SELECTION BOX
 * ----------------------------------------------------------- */

#tab_selection_bg       { background-color: #f3f3f3; padding: 14px 0 24px 0; border: 1px dashed #ddd; border-left: 0; border-right: 0;
                            /* background-image: url(../img/sel_title.png); background-repeat: no-repeat; background-position: 1124px 9px; */
                            background-image: url(../img/sel_title_small.png); background-repeat: no-repeat; background-position: 1124px 14px;
                        }
#tab_selection_bg.minimized { padding: 4px 0 4px 0; background-image: none; }


/* for gray background: */
#tab_selection              { background-color: #f3f3f3; }
#tab_selection > .bg        { background-image: url(../img/tab_bg_gray_r.png);}
#tab_selection > .bg .l     { background-image: url(../img/tab_bg_gray_l.png); }
#tab_selection > .bg .t     { background-color: #f3f3f3; background-image: url(../img/tab_bg_gray_t.png); }
#tab_selection > .bg .t .l  { background-image: url(../img/tab_bg_gray_tl.png); }
#tab_selection > .bg .t .r  { background-image: url(../img/tab_bg_gray_tr.png); }
#tab_selection > .bg .b     { background-image: url(../img/tab_bg_gray_b.png); }
#tab_selection > .bg .b .l  { background-image: url(../img/tab_bg_gray_bl.png); }
#tab_selection > .bg .b .r  { background-image: url(../img/tab_bg_gray_br.png); }

#tab_selection > .tab       { background-image: url(../img/tab_lip_bg_gray.png); }
#tab_selection > .tab .r    { background-image: url(../img/tab_lip_bg_gray_r_rnd.png); }

#tab_selection > .tabext    { background-image: url(../img/tab_ext_bg_gray.png); }
#tab_selection > .tabext .l { background-image: url(../img/tab_ext_bg_gray_l.png); }
#tab_selection > .tabext .r { background-image: url(../img/tab_ext_bg_gray_r.png); }

#tab_selection > .min { background-image: url(../img/tab_min_bg_gray_medium.png); }

/* tab lips */
#tab_sel_ug_lip { left: 20px; }
#tab_sel_up_lip { left: 520px; }

/* tab exts */
#tab_sel_ug_ext { left: 176px; }
#tab_sel_up_ext { left: 676px; }
#tab_sel_ug_ext span, #tab_sel_up_ext span { overflow: hidden; white-space: nowrap; /* width: 210px; */ }

div.tabset > div.tabext.open { width: 240px; }
div.tabset > div.tabext.closed { width: 11px; }

#tab_sel_ug_ext span b, #tab_sel_up_ext span b { color: #244575; }


/* content */
#selection_box_ug, #selection_box_up {
    width: 482px; display: block; position: relative; float: left; padding: 0; margin: 8px 8px 8px 8px; background: transparent; border: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; -ms-filter: none; filter: none;
}
#selection_box_up { float: right; }

#sel_ug_current, #sel_ug_new, #sel_up_current, #sel_up_new      { display: block; position: relative; margin: 0; padding: 0; width: 100%; }

#selection_box_ug .row, #selection_box_up .row {
    display: block; position: relative; width: 100%; height: 30px; padding: 4px 0 2px 0; margin: 0; line-height: 28px;
    border-bottom: 1px solid #d8d8d8; border-top: 1px solid white; background-color: #ececec;
}
#selection_box_ug .row > div, #selection_box_up .row > div      { display: block; position: relative; float: left; }

/* current selection row */
#sel_ug_current .row .number,   #sel_up_current .row .number    { width: 24px; padding: 0 2px 0 0; text-align: right; color: #777; font-size: 9pt; }
#sel_ug_current .row .code,     #sel_up_current .row .code      { width: 36px; padding: 0 10px 0 0; text-align: center; color: #555; font-size: 8pt; font-style: italic; }
#sel_ug_current .row .title,    #sel_up_current .row .title     { width: 224px; padding: 0 5px; text-align: left; color: #000; font-size: 12px; overflow: hidden; white-space: nowrap; }
#sel_ug_current .row .title span.year                           { display: none; font-size: 10px; }
#sel_ug_current .row .options,  #sel_up_current .row .options   { float: right !important; width: 168px; padding: 0; }

#sel_ug_current .row .title a,  #sel_up_current .row .title a   { text-decoration: none; }
#sel_ug_current .buttons button, #sel_up_current .buttons button { float: right; }

/* new selection row */
#sel_ug_new > .label,           #sel_up_new > .label            { width: 105px; padding: 0 5px 0 0; text-align: center; color: #777; font-size: 8pt; font-style: italic; }
#sel_ug_new > .options,         #sel_up_new > .options          { float: right !important; width: 364px; padding: 0; }

#sel_ug_new > .options input,   #sel_up_new > .options input    { float: right; width: 160px; }
#sel_ug_new .buttons button,    #sel_up_new .buttons button     { float: right; }

/* where to show ajax updates */
#sel_ajaxNotifier       { position: absolute; display: none; bottom: -22px; right: 5px; height: 18px; width: 120px; color: #999; font-size: 12px; padding-left: 26px; }
#sel_ajaxNotifier img   { position: absolute; display: block; top: 2px; left: 0; }
#sel_ajaxNotifier .err  { color: #b00; }


/* --------------------------------------------------------------
 *              MAIN ENTRY
 * ----------------------------------------------------------- */
#main_container { min-height: 1000px; }
#tab_main { min-height: 200px; }

/* link on the bottom, direct open popup persons */
#popup_persons_link { width: 1000px; margin: 45px 0 20px 70px; padding: 2px 0 2px 14px; }
#popup_persons_link .buttons button { margin-right: 0; }

/* coenForms fix */
.tabpane .noCoenForm { position: relative; width: 720px; margin: 0 auto; font-family: arial, sans-serif; font-size: 10pt; }

/* tab placement */
#tab_main_lip_usageGuide        { left: 20px; }
#tab_main_lip_usageProblem      { left: 240px; }
#tab_main_lip_entry             { left: 460px; }
#tab_main_lip_reference         { left: 680px; }

#tab_main_lip_usageGuide_ext    { left: 176px; }
#tab_main_lip_usageProblem_ext  { left: 396px; }
#tab_main_lip_entry_ext         { left: 616px; }
#tab_main_lip_reference_ext     { left: 836px; }

#tab_main > .tabext             { width: 35px; }
#tab_main > .tabext span.icon   { top: 8px; left: 7px; }

/* fake lip for persons button */
#tab_main_lip_person            { position: absolute; left: 840px; top: 0; width: 190px; height: 32px; padding-top: 4px; text-decoration: none; }

a.tab                           { outline: 0; border: 0; }

#tab_main .tabpane              { position: relative; margin: 5px; }

#tab_main_pane_default          { display: block; }
#tab_main_pane_usageGuide       { display: none; }
#tab_main_pane_usageProblem     { display: none; }
#tab_main_pane_entry            { display: none; }
#tab_main_pane_reference        { display: none; }

#tab_main_pane_default span     { font-size: 11px; font-style: italic; color: #999; }

.tabpane > .pane_title  { position: relative; display: none; width: 972px; margin: 6px 0 8px 0; padding: 6px 0 6px 20px; text-align: left; font-weight: bold; font-size: 12px; color: #fff; text-shadow: 1px 1px #000;
                            background-color: #444; background-image: url(../img/vgrd_dark_24.png); background-repeat: repeat-x;
                            border: 1px solid #444; border-left: 0; border-right: 0;  border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
                        }

.tabpane > .pane_menu  { position: relative; width: 964px; min-height: 30px; margin: 8px 4px 12px 4px; padding: 2px 10px 2px 10px;  background-color: #e3e3e3;
                            border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border: 1px solid #888;
                            -moz-box-shadow: inset -1px -1px 0 #aaa, inset 1px 1px 0 #fff; -webkit-box-shadow: inset -1px -1px 0 #aaa, inset 1px 1px 0 #fff; box-shadow: inset -1px -1px 0 #aaa, inset 1px 1px 0 #fff;
                            -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
                        }

/* menu & search options */
#si_tab_ug_find, #si_tab_up_find { width: 200px; }
.tabpane > .pane_menu > .options { float: left; margin: 1px 0 0 0; }
.tabpane > .pane_menu > .options .buttons { float: left; margin-right: 6px; }
.tabpane > .pane_menu > .options .buttons.delete { float: left; margin-right: 0; }
.tabpane > .pane_edit { display: none; width: 972px; margin: 0; }
.tabpane > .pane_find { display: none; }

.tabpane > .pane_menu .options_more {
    display: none; clear: both; width: auto; margin: 36px 0 6px 0; padding: 6px 5px 3px 5px;
    background-color: #dfdfdf; 
    -moz-box-shadow: inset 0 0 2px #ccc, 1px 1px 0 #fff, -1px -1px 0 #ccc; -webkit-box-shadow: inset 0 0 2px #ccc, 1px 1px 0 #fff, -1px -1px 0 #ccc; box-shadow: inset 0 0 2px #ccc, 1px 1px 0 #fff, -1px -1px 0 #ccc; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=315, Color='#999999')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=315, Color='#999999');
    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
    border: 1px solid #4a4a4a;
}

.tabpane > .pane_menu .options_more .row { display: block; clear: both; position: relative; width: 948px; min-height: 30px; padding: 4px 0 2px 0; margin: 0 2px; line-height: 28px; border-bottom: 1px solid #d8d8d8; border-top: 1px solid white; background-color: #ececec; }
.tabpane > .pane_menu .options_more .row.half { float: left; clear: none; width: 170px; }
.tabpane > .pane_menu .options_more .row.half .label { float: left; width: 120px; height: 20px; text-align: right; padding: 0 10px 0px 0; font-size: 9pt; font-weight: bold; }
.tabpane > .pane_menu .options_more .row.half .field { float: left; margin: 0 0 2px 0; padding: 1px 0 1px 0; min-height: 26px; }

.tabpane > .pane_menu .options_more .buttonrow { clear: both; }
.tabpane > .pane_menu .options_more .buttonrow .buttons { float: right; margin: 0 6px 0 0; }
.tabpane > .pane_menu .options_more .buttonrow .buttons.left { float: right; margin: 0 0 0 0; }

/* extra search options for entry/ref */
.tabpane > .pane_menu .options_more .field.extra_search { margin-left: 120px !important; }
.tabpane > .pane_menu .options_more .field .buttons.searchrow { float: right; margin: 0; padding: 0 0 0 10px; width: 32px; }


/* menu mode (for entry & reference) */
.tabpane > .pane_menu .menu_mode {
        display: block; float: right; height: 24px; width: 376px; margin: 2px 2px 2px 0; padding: 0;
        background-color: #e9e9e9; border: 1px solid #444;
        -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
        -moz-box-shadow: inset 1px 1px 0 #f2f2f2, inset -1px -1px 0 #f0f0f0, -1px -1px 0 #ccc, 1px 1px 0 #aaa; -webkit-box-shadow: inset 1px 1px 0 #f2f2f2, inset -1px -1px 0 #f0f0f0, -1px -1px 0 #ccc, 1px 1px 0 #aaa; box-shadow: inset 1px 1px 0 #f2f2f2, inset -1px -1px 0 #f0f0f0, -1px -1px 0 #ccc, 1px 1px 0 #aaa; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#999999')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#999999');
}
.tabpane > .pane_menu .menu_mode .label { display: block; float: left; width: 92px; height: 16px; padding: 6px 0 0 20px; margin: 0 auto; font-size: 12px; font-style: italic; color: #444; }
.tabpane > .pane_menu .menu_mode a {
        display: block; float: left; width: 105px; height: 18px; padding: 6px 0 0 20px; margin: 0 5px; font-size: 12px; font-weight: bold; color: #000; text-decoration: none;
        background-image: url(../img/menu_mode_bg_unsel.png); background-repeat: repeat-x;
        border-left: 1px solid black; border-right: 1px solid black; text-shadow: 1px 1px #ddd; outline: 0;
}
#b_tab_ent_menu_usesel, #b_tab_ref_menu_usesel { margin-left: 0; margin-right: 0; }
#b_tab_ent_menu_ignoresel, #b_tab_ref_menu_ignoresel { margin-left: -1px; }

.tabpane > .pane_menu .menu_mode a.active { background-image: url(../img/menu_mode_bg_sel.png); text-shadow: 1px 1px #fff971; }
#b_tab_ent_menu_usesel.active, #b_tab_ref_menu_usesel.active { background-image: url(../img/menu_mode_bg_sel_b.png); text-shadow: 1px 1px #5bbff2; }
.tabpane > .pane_menu .menu_mode a:hover {
    background-image: url(../img/menu_mode_bg_hover.png);
    -moz-box-shadow: 0 0 2px #777; -webkit-box-shadow: 0 0 2px #777; box-shadow: 0 0 2px #777; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#999999')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#999999');
}
.tabpane > .pane_menu .menu_mode a.active:hover { background-image: url(../img/menu_mode_bg_sel.png); }
        

/* special buttons for deletion */
#b_tab_ug_delete, #b_tab_up_delete, #b_tab_ent_delete, #b_tab_ref_delete { display: none; }

/* current person row */
#form_ug_author_current, #form_ug_editor_current, #form_ref_author_current, #form_ref_editor_current { margin: 0; padding: 0; }

#form_ug_author_current .fieldrow, #form_ug_editor_current .fieldrow, #form_ref_author_current .fieldrow, #form_ref_editor_current .fieldrow { margin: 0 0 2px 0; padding: 1px 0 1px 0; min-height: 32px;  }
#form_ug_author_current .fieldrow:first-child, #form_ug_editor_current .fieldrow:first-child, #form_ref_author_current .fieldrow:first-child, #form_ref_editor_current .fieldrow:first-child { padding-top: 0; min-height: 28px; }
#form_ug_author_current .fieldrow:first-child > div, #form_ug_editor_current .fieldrow:first-child > div, #form_ref_author_current .fieldrow:first-child > div, #form_ref_editor_current .fieldrow:first-child > div { margin-top: 0; }

#form_ug_author_current .fieldrow > div, #form_ug_editor_current .fieldrow > div, #form_ref_author_current .fieldrow > div, #form_ref_editor_current .fieldrow > div  { display: block; position: relative; float: left; margin-top: 4px; line-height: 28px; height: 28px; }

#form_ug_author_current .fieldrow .code, #form_ug_editor_current .fieldrow .code, #form_ref_author_current .fieldrow .code, #form_ref_editor_current .fieldrow .code    { width: 45px; padding: 0 10px 0 0; text-align: center; color: #555; font-size: 8pt; font-style: italic; } 
#form_ug_author_current .fieldrow .name, #form_ug_editor_current .fieldrow .name, #form_ref_author_current .fieldrow .name, #form_ref_editor_current .fieldrow .name    { width: auto; padding: 0 5px 0 0; text-align: left; color: #000; font-size: 12px; overflow: hidden; white-space: nowrap; } 
#form_ug_author_current .fieldrow .options, #form_ug_editor_current .fieldrow .options, #form_ref_author_current .fieldrow .options, #form_ref_editor_current .fieldrow .options { float: right; width: auto; padding: 0; margin-left: 0; margin-right: 27px; }

#form_ug_author_current .fieldrow .name a, #form_ug_editor_current .fieldrow .name a, #form_ref_author_current .fieldrow .name a, #form_ref_editor_current .fieldrow .name a { text-decoration: none; } 
#form_ug_author_current .buttons, #form_ug_editor_current .buttons, #form_ref_author_current .buttons, #form_ref_editor_current .buttons { float: left; }
#form_ug_author_current .buttons button, #form_ug_editor_current .buttons button, #form_ref_author_current .buttons button, #form_ref_editor_current .buttons button { float: right; }
#form_ug_author_current .buttons button.left, #form_ug_editor_current .buttons button.left, #form_ref_author_current .buttons button.left, #form_ref_editor_current .buttons button.left { margin-left: 0; }
#form_ug_author_current .buttons button.right, #form_ug_editor_current .buttons button.right, #form_ref_author_current .buttons button.right, #form_ref_editor_current .buttons button.right { margin-right: 0; }

/* hide spans for imgonly buttons */
#form_ug_author_current .buttons button span, #form_ug_editor_current .buttons button span, #form_ref_author_current .buttons button span, #form_ref_editor_current .buttons button span { display: none; }

#form_ug_author_current .fieldrow .name, #form_ug_editor_current .fieldrow .name, #form_ref_author_current .fieldrow .name, #form_ref_editor_current .fieldrow .name { margin-top: 3px; }
#form_ug_author_current .fieldrow:first-child .name, #form_ug_editor_current .fieldrow:first-child .name, #form_ref_author_current .fieldrow:first-child .name, #form_ref_editor_current .fieldrow:first-child .name { margin-top: -1px; }
#form_ug_author_current .fieldrow .name span, #form_ug_editor_current .fieldrow .name span, #form_ref_author_current .fieldrow .name span, #form_ref_editor_current .fieldrow .name span { padding: 4px 10px; background: #f8f8f8; border: 1px solid #aaa; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* new person row */
#form_ug_author_new, #form_ug_editor_new, #form_ref_author_new, #form_ref_editor_new { margin: 0; padding-bottom: 1px; }

#form_ug_author_new > div, #form_ug_editor_new > div, #form_ref_author_new > div, #form_ref_editor_new > div { display: block; position: relative; float: left; margin-top: -1px; line-height: 24px; height: 24px; }
#form_ug_author_new.divider > div, #form_ug_editor_new.divider > div, #form_ref_author_new.divider > div, #form_ref_editor_new.divider > div { margin-top: 1px; line-height: 26px; height: 26px; }

#form_ug_author_new > .connectLabel, #form_ug_editor_new > .connectLabel, #form_ref_author_new > .connectLabel, #form_ref_editor_new > .connectLabel { width: 100px; padding: 2px 0 0 0; text-align: center; color: #777; font-size: 12px; font-style: italic; }
#form_ug_author_new .options, #form_ug_editor_new .options, #form_ref_author_new .options, #form_ref_editor_new .options { float: right !important; width: 350px; padding: 0; margin-left: 0; margin-right: 27px; }

#form_ug_author_new .input, #form_ug_editor_new .input, #form_ref_author_new .input, #form_ref_editor_new .input { float: right; width: 150px; margin-right: 0; }

#form_ug_author_new .buttons button, #form_ug_editor_new .buttons button, #form_ref_author_new .buttons button, #form_ref_editor_new .buttons button { float: right; }
#form_ug_author_new .buttons button.left, #form_ug_editor_new .buttons button.left, #form_ref_author_new .buttons button.left, #form_ref_editor_new .buttons button.left { margin-left: 0; }
#form_ug_author_new .buttons button.right, #form_ug_editor_new .buttons button.right, #form_ref_author_new .buttons button.right, #form_ref_editor_new .buttons button.right { margin-right: 0; }

/* current langvar row */
#form_ug_langvar_current { margin: 0; padding: 0; }

#form_ug_langvar_current .fieldrow { margin: 0 0 2px 0; padding: 1px 0 1px 0; min-height: 32px;  }
#form_ug_langvar_current .fieldrow:first-child { padding-top: 0; min-height: 28px; }
#form_ug_langvar_current .fieldrow:first-child > div { margin-top: 0; }

#form_ug_langvar_current .fieldrow > div { display: block; position: relative; float: left; margin-top: 4px; line-height: 28px; height: 28px; }

#form_ug_langvar_current .fieldrow .term 	{ width: auto; padding: 0 5px 0 0; text-align: left; color: #000; font-size: 12px; overflow: hidden; white-space: nowrap; } 
#form_ug_langvar_current .fieldrow .options { float: right; width: auto; padding: 0; margin-left: 0; margin-right: 0; }

#form_ug_langvar_current .fieldrow .term a { text-decoration: none; } 
#form_ug_langvar_current .buttons          { float: right; }
#form_ug_langvar_current .buttons button   { float: right; margin-right: 27px; }
#form_ug_langvar_current .buttons button span { display: none; }

#form_ug_langvar_current .fieldrow .term { margin-top: 3px; }
#form_ug_langvar_current .fieldrow:first-child .name { margin-top: -1px; }
#form_ug_langvar_current .fieldrow .term span { padding: 4px 10px; background: #f8f8f8; border: 1px solid #aaa; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* new langvar row */
#form_ug_langvar_new { margin: 0; padding-bottom: 1px; }

#form_ug_langvar_new > div { display: block; position: relative; float: left; margin-top: -1px; line-height: 24px; height: 24px; }
#form_ug_langvar_new.divider > div { margin-top: 1px; line-height: 26px; height: 26px; }

#form_ug_langvar_new > .connectLabel { width: 100px; padding: 2px 0 0 0; text-align: center; color: #777; font-size: 12px; font-style: italic; }
#form_ug_langvar_new .options { padding: 0; }
#form_ug_langvar_new .options.left { float: left !important; width: 220px; margin-right: 0; }
#form_ug_langvar_new .options.right { float: left !important; width: 100px; margin-left: 0; margin-right: 27px; }

#form_ug_langvar_new input                  { float: left; width: 200px; margin-right: 0; }
#form_ug_langvar_new .buttons button        { float: left; }


/* current synonym row */
#form_up_syn_current { margin: 0; padding: 0; }

#form_up_syn_current .fieldrow { margin: 0 0 2px 0; padding: 1px 0 1px 0; min-height: 32px;  }
#form_up_syn_current .fieldrow:first-child { padding-top: 0; min-height: 28px; }
#form_up_syn_current .fieldrow:first-child > div { margin-top: 0; }

#form_up_syn_current .fieldrow > div { display: block; position: relative; float: left; margin-top: 4px; line-height: 28px; height: 28px; }

#form_up_syn_current .fieldrow .term { width: auto; padding: 0 5px 0 0; text-align: left; color: #000; font-size: 12px; overflow: hidden; white-space: nowrap; } 
#form_up_syn_current .fieldrow .options { float: right; width: auto; padding: 0; margin-left: 0; margin-right: 0; }

#form_up_syn_current .fieldrow .term a { text-decoration: none; } 
#form_up_syn_current .buttons          { float: right; }
#form_up_syn_current .buttons button   { float: right; margin-right: 0; }

/* hide spans for imgonly buttons */
#form_up_syn_current .buttons button span { display: none; }

#form_up_syn_current .fieldrow .term { margin-top: 3px; }
#form_up_syn_current .fieldrow:first-child .name { margin-top: -1px; }
#form_up_syn_current .fieldrow .term span { padding: 4px 10px; background: #f8f8f8; border: 1px solid #aaa; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* new synonym row */
#form_up_syn_new { margin: 0; padding-bottom: 1px; }

#form_up_syn_new > div { display: block; position: relative; float: left; margin-top: -1px; line-height: 24px; height: 24px; }
#form_up_syn_new.divider > div { margin-top: 1px; line-height: 26px; height: 26px; }

#form_up_syn_new > .connectLabel { width: 100px; padding: 2px 0 0 0; text-align: center; color: #777; font-size: 12px; font-style: italic; }
#form_up_syn_new .options { padding: 0; }
#form_up_syn_new .options.left { float: left !important; width: 280px; margin-right: 0; }
#form_up_syn_new .options.right { float: left !important; width: 100px; margin-left: 0; margin-right: 27px; }

#form_up_syn_new input                  { float: left; width: 260px; margin-right: 0; }
#form_up_syn_new .buttons button        { float: left; }


/* reference connections current row */
#form_ref_con_ug_current, #form_ref_con_up_current { margin: 0; padding: 0; }

#form_ref_con_ug_current .fieldrow, #form_ref_con_up_current .fieldrow { margin: 0 0 2px 0; padding: 1px 0 1px 0; min-height: 32px;  }
#form_ref_con_ug_current .fieldrow:first-child, #form_ref_con_up_current .fieldrow:first-child { padding-top: 0; min-height: 28px; }
#form_ref_con_ug_current .fieldrow:first-child > div, #form_ref_con_up_current .fieldrow:first-child > div { margin-top: 0; }

#form_ref_con_ug_current .fieldrow > div, #form_ref_con_up_current .fieldrow > div { display: block; position: relative; float: left; margin-top: 4px; line-height: 28px; height: 28px; }

#form_ref_con_ug_current .fieldrow .code, #form_ref_con_up_current .fieldrow .code { width: 45px; padding: 0 10px 0 0; text-align: center; color: #555; font-size: 8pt; font-style: italic; } 
#form_ref_con_ug_current .fieldrow .title, #form_ref_con_up_current .fieldrow .term { width: 285px; padding: 0 5px 0 0; text-align: left; color: #000; font-size: 12px; overflow: hidden; white-space: nowrap; }
#form_ref_con_ug_current .fieldrow .options, #form_ref_con_up_current .fieldrow .options { float: right; width: 160px; padding: 0; margin-left: 0; margin-right: 0; }

#form_ref_con_ug_current .fieldrow .name a, #form_ref_con_up_current .fieldrow .name a { text-decoration: none; } 
#form_ref_con_ug_current .buttons, #form_ref_con_up_current .buttons { float: right; }
#form_ref_con_ug_current .buttons button, #form_ref_con_up_current .buttons button { float: right; }
#form_ref_con_ug_current .buttons button, #form_ref_con_up_current .buttons button { margin-left: 0; margin-right: 0; }

#form_ref_con_ug_current .page_input, #form_ref_con_up_current .page_input { float: left; }
#form_ref_con_ug_current .page_input .page_label, #form_ref_con_up_current .page_input .page_label { float: left; padding-right: 8px; width: 40px; margin: 0; font-size: 12px; font-weight: bold; text-align: right; }
#form_ref_con_ug_current .page_input input, #form_ref_con_up_current .page_input input { float: right; margin: 2px 0; width: 60px; }

/* hide spans for imgonly buttons */
#form_ref_con_ug_current .buttons button span, #form_ref_con_up_current .buttons button span { display: none; }

#form_ref_con_ug_current .fieldrow .name, #form_ref_con_up_current .fieldrow .name { margin-top: 3px; }
#form_ref_con_ug_current .fieldrow:first-child .name, #form_ref_con_up_current .fieldrow:first-child .name { margin-top: -1px; }
#form_ref_con_ug_current .fieldrow .name span, #form_ref_con_up_current .fieldrow .name span { padding: 4px 10px; background: #f8f8f8; border: 1px solid #aaa; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* reference connections new row */
#form_ref_con_ug_new, #form_ref_con_up_new { margin: 0; padding-bottom: 1px; }

#form_ref_con_ug_new > div, #form_ref_con_up_new > div { display: block; position: relative; float: left; margin-top: -1px; line-height: 24px; height: 24px; }
#form_ref_con_ug_new.divider > div, #form_ref_con_up_new.divider > div { margin-top: 1px; line-height: 26px; height: 26px; }

#form_ref_con_ug_new > .connectLabel, #form_ref_con_up_new > .connectLabel { width: 100px; padding: 2px 0 0 0; text-align: center; color: #777; font-size: 12px; font-style: italic; }
#form_ref_con_ug_new .options, #form_ref_con_up_new .options { float: right !important; width: 390px; padding: 0; margin-left: 0; margin-right: 0; }

#form_ref_con_ug_new input, #form_ref_con_up_new input { float: right; width: 210px; margin-right: 20px; }

#form_ref_con_ug_new .buttons button, #form_ref_con_up_new .buttons button { float: right; }
#form_ref_con_ug_new .buttons button, #form_ref_con_up_new .buttons button { margin-left: 0; margin-right: 0; }


/* minimize button for connections ref */
#reference_connection_info .row.header { width: 645px; }
#reference_connection_info .min { position: absolute; right: 0px; top: 0; width: auto; height: 22px; }
#reference_connection_info .min .buttons { display: block; position: absolute; top: 4px; left: 9px; height: 25px; width: 100%; line-height: 20px; }

#reference_connection_info .min .buttons button.min_icon { padding: 0 8px; margin: 0; width: 24px; }
#reference_connection_info .min .buttons button.min_icon img { position: absolute; display: block; top: 1px; left: 3px; }

#b_ref_con_min { display: block; }
#b_ref_con_max { display: none; }

/* messages */
.entry_msg_container { padding: 0; margin-left: 110px; min-height: 20px; margin-right: 110px; }        /* this is to prevent that hiding the message will always flow the contents up */

.entry_msg_container .msg_error { position: relative; float: left; width: auto; padding: 10px 15px 10px 15px; margin: 10px 0 10px 30px; overflow: hidden; background: #f2f2f2; border: 1px solid #8E2213; color: #8E2213; box-shadow: inset 0 0 2px #fff, 0 0 2px #B00; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.entry_msg_container .msg_error ul    { list-style-type: none; margin-left: 0; padding: 0; }
.entry_msg_container .msg_error ul li   { background-image: url(../img/vinkje_uit.gif); background-repeat: no-repeat; background-position: 4px 6px; padding: 2px 0 2px 24px; margin: 1px 5px 1px 5px; }
.entry_msg_container .msg_error ul li.warning { background-image: url(../img/button_icons/error.png); background-position: 0px 1px; }
.entry_msg_container .msg_error a       { color: #7B1F10; }
.entry_msg_container .msg_error a:hover { color: #401009; }

.entry_msg_container .msg_success       { position: relative; float: left; width: auto; padding: 10px 15px 10px 15px; margin: 10px 0 10px 30px; overflow: hidden; background: #E7F3B3; border: 1px solid #66A22A; color: #365D0E; box-shadow: inset 0 0 2px #fff, 0 0 2px #66A22A; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.entry_msg_container .msg_success ul    { list-style-type: none; margin-left: 0; padding: 0; }
.entry_msg_container .msg_success ul li { background-image: url(../img/vinkje.gif); background-repeat: no-repeat; background-position: 4px 6px; padding: 2px 0 2px 24px; margin: 1px 5px 1px 5px; }
.entry_msg_container .msg_success ul li.warning { background-image: url(../img/button_icons/error.png); background-position: 0px 1px; }
.entry_msg_container .msg_success a             { color: #6F923A; }
.entry_msg_container .msg_success a:hover       { color: #2A3716; }

/* entry -- selection related */
/* entry connections current row */
#form_ent_con_ug_current, #form_ent_con_up_current { margin: 0; padding: 0; }

#form_ent_con_ug_current .fieldrow, #form_ent_con_up_current .fieldrow { margin: 0 0 2px 0; padding: 1px 0 1px 0; min-height: 32px;  }
#form_ent_con_ug_current .fieldrow:first-child, #form_ent_con_up_current .fieldrow:first-child { padding-top: 0; min-height: 28px; }
#form_ent_con_ug_current .fieldrow:first-child > div, #form_ent_con_up_current .fieldrow:first-child > div { margin-top: 0; }

#form_ent_con_ug_current .fieldrow > div, #form_ent_con_up_current .fieldrow > div { display: block; position: relative; float: left; margin-top: 4px; line-height: 28px; height: 28px; }

#form_ent_con_ug_current .fieldrow .code, #form_ent_con_up_current .fieldrow .code { width: 45px; padding: 0 10px 0 0; text-align: center; color: #555; font-size: 8pt; font-style: italic; } 
#form_ent_con_ug_current .fieldrow .title, #form_ent_con_up_current .fieldrow .term { width: 385px; padding: 0 5px 0 0; text-align: left; color: #000; font-size: 12px; overflow: hidden; white-space: nowrap; }
#form_ent_con_ug_current .fieldrow .options, #form_ent_con_up_current .fieldrow .options { float: right; width: 60px; padding: 0; margin-left: 0; margin-right: 0; }

#form_ent_con_ug_current .fieldrow .name a, #form_ent_con_up_current .fieldrow .name a { text-decoration: none; } 
#form_ent_con_ug_current .buttons, #form_ent_con_up_current .buttons { float: right; }
#form_ent_con_ug_current .buttons button, #form_ent_con_up_current .buttons button { float: right; }
#form_ent_con_ug_current .buttons button, #form_ent_con_up_current .buttons button { margin-left: 0; margin-right: 0; }

/* hide spans for imgonly buttons */
#form_ent_con_ug_current .buttons button span, #form_ent_con_up_current .buttons button span { display: none; }

#form_ent_con_ug_current .fieldrow .name, #form_ent_con_up_current .fieldrow .name { margin-top: 3px; }
#form_ent_con_ug_current .fieldrow:first-child .name, #form_ent_con_up_current .fieldrow:first-child .name { margin-top: -1px; }
#form_ent_con_ug_current .fieldrow .name span, #form_ent_con_up_current .fieldrow .name span { padding: 4px 10px; background: #f8f8f8; border: 1px solid #aaa; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* entry connections new row */
#form_ent_con_ug_new, #form_ent_con_up_new { margin: 0; padding-bottom: 1px; }

#form_ent_con_ug_new > div, #form_ent_con_up_new > div { display: block; position: relative; float: left; margin-top: -1px; line-height: 24px; height: 24px; }
#form_ent_con_ug_new.divider > div, #form_ent_con_up_new.divider > div { margin-top: 1px; line-height: 26px; height: 26px; }

#form_ent_con_ug_new > .connectLabel, #form_ent_con_up_new > .connectLabel { width: 100px; padding: 2px 0 0 0; text-align: center; color: #777; font-size: 12px; font-style: italic; }
#form_ent_con_ug_new .options, #form_ent_con_up_new .options { float: right !important; width: 390px; padding: 0; margin-left: 0; margin-right: 0; }

#form_ent_con_ug_new input, #form_ent_con_up_new input { float: right; width: 210px; margin-right: 20px; }

#form_ent_con_ug_new .buttons button, #form_ent_con_up_new .buttons button { float: right; }
#form_ent_con_ug_new .buttons button, #form_ent_con_up_new .buttons button { margin-left: 0; margin-right: 0; }

#r_ent_info_warning_ug { display: none; }


/* current occupation row */
#form_occupation_current { clear: both; margin: 0 0 3px 0; padding: 0; }

#form_occupation_current .fieldterm { float: left; margin: 0; padding: 0; min-height: 28px; }

#form_occupation_current .fieldterm > div { display: block; position: relative; float: left; margin-top: 4px; line-height: 28px; height: 28px; }

#form_occupation_current .fieldterm .term  { float: left; width: auto; text-align: left; color: #000; font-size: 12px; white-space: nowrap; 
    margin: 0 8px 0 0; padding: 0 4px 0 10px;
    background: #f8f8f8; border: 1px solid #aaa; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
#form_occupation_current .fieldterm .term .termlabel { float: left; width: auto; margin-right: 8px;}
#form_occupation_current .fieldterm .term .options { float: right; width: auto; padding: 0; margin: 0; }

#form_occupation_current .fieldterm .term a { text-decoration: none; } 

#form_occupation_current .term .buttons          { float: right; margin: 0; padding: 0; }
#form_occupation_current .term .buttons button   { float: right; margin: 3px 0 0 0; padding: 0; height: 22px; width: 22px; }
#form_occupation_current .term .buttons button span { display: none; }
#form_occupation_current .term .buttons button img { position: absolute; left: 2px; top: 2px; }

/*#form_occupation_current .fieldrow .term { margin-top: 3px; }*/
/*#form_occupation_current .fieldrow:first-child .name { margin-top: -1px; }*/


/* new occupation row */
#form_occupation_new { clear: both; margin: 0; padding-bottom: 1px; }

#form_occupation_new > div { display: block; position: relative; float: left; margin-top: -1px; line-height: 24px; height: 24px; }
#form_occupation_new.divider > div { margin-top: 1px; line-height: 26px; height: 26px; }

#form_occupation_new > .connectLabel { width: 100px; padding: 2px 0 0 0; text-align: center; color: #777; font-size: 12px; font-style: italic; }
#form_occupation_new .options { padding: 0; }
#form_occupation_new .options.left { float: left !important; width: 220px; margin-right: 0; }
#form_occupation_new .options.right { float: left !important; width: 100px; margin-left: 0; margin-right: 27px; }

#form_occupation_new input                  { float: left; width: 200px; margin-right: 0; }
#form_occupation_new .buttons button        { float: left; }


/*
#entry_connection_info .field .info.empty { font-style: italic; color: #555; }

#r_ent_info_selection { display: none; }
#entry_connection_info .field .sep { padding: 0 6px 0 3px; color: #777; }
#entry_connection_info .field .item { display: block; float: left; padding: 4px 10px; margin: 2px 4px 0px 0; background: #f8f8f8; border: 1px solid #aaa; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
*/

/* some full-width textareas */
#r_ent_text textarea { max-width: 676px; }

/* --------------------------------------------------------------
 *              ADMIN
 * ----------------------------------------------------------- */

#tab_main_pane_accounts > .pane_title { display: block; margin-top: 0; }

#tab_main_pane_log > .pane_find .pages { margin-top: 0; }

.tabpane.log > .pane_menu  { margin: 0 0 6px 0; padding: 2px 10px 2px 10px;  }
    
.tabpane.log > .pane_menu .options_more { margin: 6px 0 6px 0; padding: 4px 5px 2px 5px; }

.tabpane.log > .pane_menu .options_more .row { padding: 4px 0 2px 0;  }
.tabpane.log > .pane_menu .options_more .row.half { float: left; clear: none; width: 236px; }
.tabpane.log > .pane_menu .options_more .row.half .label { width: 75px; font-size: 11px; }

.tabpane.log > .pane_menu .options_more .row.half .buttons { margin-left: 3px; }
.tabpane.log > .pane_menu .options_more .row.half button { margin: 0 2px; }

.button_block_top { margin: 10px 0 10px 100px; height: 20px; }

/* --------------------------------------------------------------
 *              LISTINGS (tables)
 * ----------------------------------------------------------- */

/* list itself */
.pane_find .list {
    z-index: 1; /* to get cuttooltips above the list buttons */
    position: relative; width: 990px; height: auto; min-height: 120px; padding: 0; margin: 8px 0 0 0; 
    background-color: #e0e0e0; border: 1px solid #4a4a4a;
    -moz-border-bottom-left-radius: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; -moz-border-bottom-right-radius: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px;
    -moz-box-shadow: inset 0 0 2px #888, 1px 1px 0 #fff, -1px -1px 0 #ccc; -webkit-box-shadow: inset 0 0 2px #888, 1px 1px 0 #fff, -1px -1px 0 #ccc; box-shadow: inset 0 0 2px #888, 1px 1px 0 #fff, -1px -1px 0 #ccc; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=315, Color='#999999')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=315, Color='#999999');
}

.list .header_bg { height: 28px; width: 990px; background-color: transparent; background-image: url(../img/list_header_bg_trans.png); background-repeat: repeat-x; background-position: 0 bottom; }

.list table { background: transparent; margin: -27px 0 2px 2px; padding: 0; table-layout: fixed; width: 0px; } /* 0px is nodig, anders werkt de overflow/hidden niet */

.list tr.header { height: 22px; line-height: 22px; background: transparent; }
.list th { padding: 0 0 0 10px; color: #111; font-size: 12px; text-align: left; border-left: 1px solid transparent; border-right: 1px solid transparent; overflow: hidden; white-space: nowrap; }
.list th.sort { cursor: pointer; }
.list th.sort:hover { border-left: 1px solid #aaa; border-right: 1px solid #aaa; background-image: url(../img/list_header_bg_hover.png); background-repeat: repeat-x; }

.list th a { display: block; float: left; font-weight: bold; text-decoration: none; color: #111; font-size: 12px; }

/* .list th img { position: relative; top: 3px; right: 10px; } */
.list th.sort span { float: left; }
.list th.sort .sort_arrow { float: right; width: 11px; height: 9px; margin: 7px 8px 0 0; background: transparent; background-position: 0 0; background-repeat: no-repeat; }
.list th.sort .sort_arrow.asc_empty { background-image: url(../img/sort_up_empty_light.png); }
.list th.sort .sort_arrow.desc_empty { background-image: url(../img/sort_down_empty_light.png); }
.list th.sort .sort_arrow.asc_full { background-image: url(../img/sort_up_full.png); }
.list th.sort .sort_arrow.desc_full { background-image: url(../img/sort_down_full.png); }
.list th.sort:hover .sort_arrow.asc_empty { background-image: url(../img/sort_up_empty.png); }
.list th.sort:hover .sort_arrow.desc_empty { background-image: url(../img/sort_down_empty.png); }

.list th.c { text-align: center; }
.list th.edit { text-align: center; padding-left: 0; }   /* edit/delete header */
.list th.cb { padding-left: 2px; }                       /* checkbox header */

.list tr   { font-size: 13px; background: transparent; }
.list td   { text-align: left; font-size: 12px; line-height: 1.2em; border: 1px solid #e0e0e0; vertical-align: middle; overflow: hidden; white-space: nowrap; }

.list td .td_fixer.log { display: block; margin: 0; line-height: 22px; padding: 0; }    /* make sure that (log) td's have the right height (first column only) */

.list tr.a td.a { background-color: #fff; }
.list tr.a td.b { background-color: #fbfbfb; }
.list tr.b td.a { background-color: #f7f7f7; }
.list tr.b td.b { background-color: #f4f4f4; }

.list td.n { cursor: pointer; }                                 /* normal contents, clickable */
.list td.r { text-align: right; padding-right: 6px; }           /* right-align */
.list td.c { text-align: center; }                              /* center-align */
.list td.s { font-size: 11px; }                                 /* small font */
.list td.t { padding-left: 7px; }                               /* text field */

.list td.id { font-size: 10px; color: #666; text-align: right; padding-right: 6px; }                   /* id column */
.list td.d { text-align: center; font-style: italic; }          /* date field */
.list td.note { padding: 2px 3px; text-align: center; }         /* note hover */
.list td.cb { background-color: #f9f9f9; text-align: center; }  /* checkbox field */

.list td.cut { padding: 0 0 0 7px; }                            /* text field that will be cut off / tooltipped if too long */
.list td.cut span { position: absolute; display: block; margin: -7px 0 0 0; height: 13px; padding: 0; }
.list td.cut span.cut { margin: -2px 0 0 0; padding: 0; overflow: hidden; cursor: default; color: #3162AB; }
.list td div.cutbg { display: block; float: right; clear: none; top: 2px; width: 9px; height: 10px; margin: 0 3px 0 0; padding: 0; /* border: 1px solid #aaa; background-color: #f0f0f0;*/ background-image: url(../img/ellipsis_arrow.png); background-position: 0 0; background-repeat: no-repeat; /* -moz-box-shadow: 0 0 1px #eee; -webkit-box-shadow: 0 0 1px #eee; box-shadow: 0 0 1px #eee; */ }

.list .smallRows td.cut span.cut { margin-top: -1px; }

.list td.edit { padding: 0; text-align: center; }
.list td.edit a { display: block; text-align: center; margin: 0; padding: 2px; line-height: 18px; background-color: #f5f5f5; border: 1px solid #fff; color: #3162AB; font-size: 11px; text-decoration: none; }
.list td.edit a img { background: transparent; border: 0; outline: 0; opacity:0.75; filter:alpha(opacity=75); }
.list tr.b td.edit a { background-color: #efefef; }
.list td.edit a:hover, .list tr.b td.edit a:hover { background-color: #fff; color: #000; }
.list td.edit a:hover img, .list tr.b td.edit a:hover img { opacity:1.0; filter:alpha(opacity=100); }

.list td.edit span.disabled { display: block; text-align: center; margin: 0; padding: 2px; height: 21px; border: 1px solid #fff; font-size: 11px; text-decoration: none; color: #aaa; background-color: #eee; }
.list td.edit span.disabled img { background: transparent; border: 0; outline: 0; opacity:0.3; filter:alpha(opacity=30); }

.list tr.a:hover td, .list tr.b:hover td,
    .list tr.a.pseudoHover td, .list tr.b.pseudoHover td { background-color: #e6f3ff; background-image: url(../img/table_row_hover.png); background-repeat: repeat-x; -moz-box-shadow: inset 0 0 2px #fff; -webkit-box-shadow: inset 0 0 2px #fff; box-shadow: inset 0 0 2px #fff; }
.list tr.selected td, .list tr.a.selected td, .list tr.b.selected td { background-color: #e8f99d; background-image: url(../img/table_row_selected.png); background-repeat: repeat-x; }
.list tr.selected:hover td, .list tr.a.selected:hover td, .list tr.b.selected:hover td,
    .list tr.selected.pseudoHover td, .list tr.selected.pseudoHover td  { background-color: #DCF7F7; background-image: url(../img/table_row_hover_selected.png); -moz-box-shadow: inset 0 0 2px #fff; -webkit-box-shadow: inset 0 0 2px #fff; box-shadow: inset 0 0 2px #fff; }

/* fancy uit-faden van tekst in cuttool cel */
.list td div.fadebg { position: absolute; top: 0; right: 0; width: 24px; height: 100%; }
.list tr.a td.a div.fadebg { background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */ background: linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */ }
.list tr.a td.b div.fadebg { background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(251,251,251,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(251,251,251,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(251,251,251,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(251,251,251,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(251,251,251,1) 100%); /* IE10+ */ background: linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(251,251,251,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fbfbfb',GradientType=1 ); /* IE6-9 */ }
.list tr.b td.a div.fadebg { background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(247,247,247,1) 100%); /* IE10+ */ background: linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(247,247,247,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 */ }
.list tr.b td.b div.fadebg { background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(244,244,244,1) 100%); /* IE10+ */ background: linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(244,244,244,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f4f4f4',GradientType=1 ); /* IE6-9 */ }
.list tr.selected td div.fadebg { background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(235,249,171,1) 100%) !important; background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(235,249,171,1))) !important; background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(235,249,171,1) 100%) !important; background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(235,249,171,1) 100%) !important; background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(235,249,171,1) 100%) !important; background: linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(235,249,171,1) 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ebf9ab',GradientType=1 ) !important; }
.list tr.a:hover td div.fadebg, .list tr.b:hover td div.fadebg, .list tr.a.pseudoHover td div.fadebg, .list tr.b.pseudoHover td div.fadebg { background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(233,244,255,1) 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(233,244,255,1)));  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(233,244,255,1) 100%);  background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(233,244,255,1) 100%);  background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(233,244,255,1) 100%); background: linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(233,244,255,1) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e9f4ff',GradientType=1 ); }
.list tr.selected:hover td div.fadebg, .list tr.selected.pseudoHover td div.fadebg { background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(227,250,250,1) 100%) !important; background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(227,250,250,1))) !important; background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(227,250,250,1) 100%) !important; background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(227,250,250,1) 100%) !important; background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(227,250,250,1) 100%) !important; background: linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(227,250,250,1) 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e3fafa',GradientType=1 ) !important; }

/* cuttooltip (absolutely, separately positioned) */
.list_cuttooltips { display: none; position: absolute; left: 0; top: 0; width: auto; max-width: 600px; height: auto; background: #fff; border: 1px solid #888; text-align: left; font-size: 12px; padding: 0; -moz-box-shadow: 1px 1px 2px #444; -webkit-box-shadow: 1px 1px 2px #444; box-shadow: 1px 1px 2px #444; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#555555')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#555555'); }
.list_cuttooltips span { display: block; line-height: 1.2em; margin: 7px 11px 6px 11px; padding: 0; }
.list_cuttooltips.cuttool_small span { margin-top: 6px; margin-bottom: 5px; }

.list_cuttooltips.n { cursor: pointer; /* min-height: 18px; */ }
.list_cuttooltips.s { font-size: 11px; }
/* .list_cuttooltips.s span { } */
.list_cuttooltips.selected { background-color: #e8f99d !important; background-image: url(../img/table_row_selected.png); background-repeat: repeat-x; }

.list_cuttooltips:hover { background-color: #e6f3ff !important; background-image: url(../img/table_row_hover.png); background-repeat: repeat-x; -moz-box-shadow: inset 0 0 2px #fff, 1px 1px 2px #444; -webkit-box-shadow: inset 0 0 2px #fff, 1px 1px 2px #444; box-shadow: inset 0 0 2px #fff, 1px 1px 2px #444; }
.list_cuttooltips.selected:hover { background-color: #DCF7F7 !important; background-image: url(../img/table_row_hover_selected.png);  -moz-box-shadow: inset 0 0 2px #fff, 1px 1px 2px #444; -webkit-box-shadow: inset 0 0 2px #fff, 1px 1px 2px #444; box-shadow: inset 0 0 2px #fff, 1px 1px 2px #444; }


.list tr.spacer td { padding: 0; height: 6px; border: 0; }

/* special contents */
.list table input[type=checkbox] { margin: 0 auto; padding: 0; border: 0; outline: 0; background: transparent; }
.list td img { margin: 2px 0 -2px 0; padding: 0; }

.list .tooltip { padding: 2px 2px; margin: 0; background-color: #f5f5f5; border: 1px solid #ccc; color: #555; font-size: 12px; font-style: italic; text-decoration: none; }
.list .tooltip:hover { background-color: #f9f9f9; border-color: #bbb; color: #333; }
.list td.n .tooltip { cursor: pointer; }

.list td span.empty { color: #aaa; font-style: italic; }
.list td span.empty_num { color: #aaa; font-style: italic; }

.list td.cb input.rowcb { margin: 2px 0 0 2px; }

/*      special for entry table ug */
.list .entcel_ug_id, .list .entcel_ug_year, .list .entcel_ug_title { position: relative !important; display: block !important; float: left !important; cursor: default; }
.list .entcel_ug_id { font-size: 10px; color: #666; width: 30px; text-align: right; padding-right: 5px; padding-top: 1px; }
.list .entcel_ug_year { font-size: 11px; width: 50px; }

/* page buttons */
.pane_find .pages {
    position: relative; width: 990px; height: auto; padding: 0; margin: 18px 0 0 0; border: 1px solid #4a4a4a;
    background-color: #f2f2f2; background-image: url(../img/list_pages_bg_right.png); background-repeat: repeat-y; background-position: right 0;
    -moz-box-shadow: inset 0 0 1px #aaa, 1px 1px 0 #fff, -1px -1px 0 #ccc; -webkit-box-shadow: inset 0 0 1px #aaa, 1px 1px 0 #fff, -1px -1px 0 #ccc; box-shadow: inset 0 0 1px #aaa, 1px 1px 0 #fff, -1px -1px 0 #ccc; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=315, Color='#999999')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=315, Color='#999999');
    -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;
}
.pane_find .pages .options.left { float: left; margin: 7px 0 0 25px; height: 26px; }
.pane_find .pages .options.left span.break { display: block; float: left; padding: 3px 8px 3px 2px; margin: 1px 3px 0 3px; font-size: 12px; color: #777; }
.pane_find .pages .options.left span.pgno { display: block; float: left; padding: 3px 8px; margin: 1px 12px 0 6px; font-size: 12px; font-weight: bold; color: #3162AB; border: 1px solid #999; background-color: #f5f5f5; }

.pane_find .pages .options.right { float: right; height: 26px; width: 200px; margin: 5px 8px 0 0; line-height: 22px; text-align: center; }
.pane_find .pages .options.right span { font-size: 13px; color: #555; }
.pane_find .pages .options.right span.pgno { font-weight: bold; color: #3162AB; padding: 0 3px; }
.pane_find .pages .options.right span.pgtot { font-weight: bold; color: #000; padding: 0 3px; }

.pane_find .list_options { position: relative; width: 990px; height: auto; padding: 0; margin: 4px 0 0 0; }
.pane_find .list_options .buttons.left { float: left; height: 30px; margin: 7px 0 0 15px; }
.pane_find .list_options .buttons.right { float: right; height: 30px; width: auto; margin: 4px 0 0 0; }
.pane_find .list_options .buttons.right button { margin-right: 0; }

.pane_find .list_options .info {
    position: relative; float: left; width: auto; height: auto; padding: 0; margin: 6px 0 0 4px; border: 1px solid #888; background-color: #efefef;
    -moz-box-shadow: inset 0 0 1px #ccc, 1px 1px 0 #fff, -1px -1px 0 #ddd; -webkit-box-shadow: inset 0 0 1px #ccc, 1px 1px 0 #fff, -1px -1px 0 #ddd; box-shadow: inset 0 0 1px #ccc, 1px 1px 0 #fff, -1px -1px 0 #ddd; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=315, Color='#999999')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=315, Color='#999999');
    -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;
}
.pane_find .list_options .info > span { padding: 3px 15px; font-size: 11px; line-height: 24px; color: #555; }
.pane_find .list_options .info span.matched { padding: 0 3px; color: #3162AB; font-weight: bold; }
.pane_find .list_options .info span.total { padding: 0 3px; color: #222; font-weight: bold; }

/* empty indication */
.list .empty_indicator {
    position: relative;
    margin: 35px auto 5px auto;
    padding: 10px 0; width: 220px; height: auto; border: 1px solid #aaa;
    background-color: #f0f0f0;
    color: #444; text-align: center; font-size: 13px; font-style: italic;
    -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
    -moz-box-shadow: 0px 0px 2px #bbb; -webkit-box-shadow: 0px 0px 2px #bbb; box-shadow: 0px 0px 2px #bbb; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999');
}

/* entry/reference lists, showing list limited by selection */

.pane_find .info_selection { width: 980px; height: auto; padding: 2px 5px 4px 15px; margin: 6px 0 0 0; background-color: #f8f8f8; border: 1px solid #999; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; color: #555; }
.pane_find .info_selection span { display: block; float: left; padding: 4px 10px; margin: 2px 4px 0px 0; font-size: 12px; }
.pane_find .info_selection .info_header { padding: 5px 5px 0 0; font-weight: bold; color: #444; }
.pane_find .info_selection .item_intro { margin: 2px 0 0 0; padding: 5px 3px 0 1px; font-size: 11px; color: #000; }
.pane_find .info_selection .item { background: #fcfcfc; border: 1px solid #aaa; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; color: #000; }
.pane_find .info_selection .item.empty { background: #eee; border: 1px solid #ddd; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; color: #555; }
.pane_find .info_selection .sep_and { padding: 6px 2px 0 2px; font-size: 11px; color: #777; }

/* hyperlinks in table */
.list a.link                            { color: #0761C1; text-decoration: underline; }
.list a.link:hover, .list a.link:active { color: #0279D3; text-decoration: none; }

/* --------------------------------------------------------------
 *              Queries / searching
 * ----------------------------------------------------------- */


/* menu (entity type choice) */
#search_entity_menu { position: absolute; top: 72px; left: 324px; width: 670px; background: #e0e0e0; border: 1px solid white; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;
    -moz-box-shadow: 0px 1px 2px #000; -webkit-box-shadow: 0px 1px 2px #000; box-shadow: 0px 1px 2px #000; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
}
#search_entity_menu .label      { float: left; width: 80px; text-align: right; padding: 9px 14px 0 0; font-size: 12px; font-weight: bold; }
#search_entity_menu ul          { list-style: none; margin: 0; padding: 0; }
#search_entity_menu ul > li     { display: block; float: left; margin: 2px 3px; padding: 0; font-family: arial; font-size: 12px; font-weight: bold; text-shadow: 1px 1px 0px #ffffff; background-color: #eee; }

#search_entity_menu a           { position: relative; display: block; float: left; margin: 0; padding: 3px 20px; line-height: 18px; background-image: url(../img/menu_mode_bg_hover.png); color: #555; text-decoration: none; border: 1px solid #666;  -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
#search_entity_menu a:hover     { background-color: #eee; color: #222; text-decoration: none; background-image: none;
                                    -moz-box-shadow: 0 0 2px #777; -webkit-box-shadow: 0 0 2px #777; box-shadow: 0 0 2px #777; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#999999')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#999999'); }

#search_entity_menu ul > li.active a            { color: #eee; text-shadow: 1px 1px 0px #000; background: #234372; background-image: url(../img/vgrd_nav_top_title.png); background-repeat: repeat-x; }
#search_entity_menu ul > li.active a:hover      { color: #fff; }


/* query building blocks */
.query_minimized { display: none; }

.query_container                { margin-bottom: 14px !important; padding-bottom: 18px !important; width: 900px !important; }
#query_container_execute        { padding-bottom: 11px !important; }

.query_header                   { float: left; clear: both; position: relative; width: 830px; margin: 4px 8px 8px 4px; padding: 2px 0 4px 2px; border: 1px solid #444; border-left: 0; border-right: 0; background-color: #444; background-image: url(../img/vgrd_dark_24.png); background-repeat: repeat-x; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.query_header .header           { float: left; width: 555px; text-align: left; margin: 0; padding: 1px 10px 1px 15px; font-weight: bold; font-size: 10pt; text-shadow: 1px 1px 0 rgba(0,0,0,0.25); color: #fff; text-shadow: 1px 1px #000; }
.query_header .header span      { line-height: 12px; }
    
.query_header .min              { position: absolute; right: -64px; top: 0; width: 60px; height: 22px; }
.query_header .min .buttons     { display: block; position: absolute; top: 0px; right: 0; height: 25px; width: 100%; line-height: 20px; }
.query_header .min .buttons button.min_icon { float: right; padding: 0 8px; margin: 0; width: 24px; }
.query_header .min .buttons button.min_icon img { position: absolute; display: block; top: 1px; left: 3px; }
    
.query_header .b_query_cls      { margin-left: 5px !important; }
.query_header .b_query_min      { display: block; }
.query_header .b_query_max      { display: none; }

.query_rows             { display: block; clear: both; width: auto; margin: 0 0 6px 0; padding: 3px 5px 3px 5px; background-color: #dfdfdf; border: 1px solid #4a4a4a; -moz-box-shadow: inset 0 0 2px #ccc, 1px 1px 0 #fff, -1px -1px 0 #ccc; -webkit-box-shadow: inset 0 0 2px #ccc, 1px 1px 0 #fff, -1px -1px 0 #ccc; box-shadow: inset 0 0 2px #ccc, 1px 1px 0 #fff, -1px -1px 0 #ccc; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=315, Color='#999999')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=315, Color='#999999'); -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
.query_rows .query_row  { display: block; clear: both; position: relative; width: 888px; min-height: 30px; padding: 4px 0 2px 0; margin: 0 2px; line-height: 28px; border-bottom: 1px solid #d8d8d8; border-top: 1px solid white; background-color: #ececec; }

.query_execute          { display: block; clear: both; position: relative; width: auto; margin: 0; padding: 5px 5px 1px 5px; min-height: 20px; }

#query_execute          { display: block; }
#query_executed         { display: none; }

.query_container .buttonrow             { clear: both; }
.query_container .buttons               { float: right; margin: 0 4px 0 0; }
.query_container .buttons.left          { float: left; margin: 0 0 0 10px; }
.query_container .buttons.second        { position: absolute; left: 246px; }
.query_container .buttons.third         { position: absolute; left: 486px; }

.query_minimized .buttons button        { margin-right: 300px; width: 300px; } 

#query_execute .buttons.second,
#query_executed .buttons.second         { left: 260px; }
#query_execute .buttons.third,          
#query_executed .buttons.third          { left: 500px; }

    
.query_row .modifier    { float: left; width: 90px; }
.query_row .type        { float: left; width: 195px; }
.query_row .is_not      { float: left; width: 114px; }
.query_row .separator   { float: left; width: 20px; font-weight: bold; }
.query_row .remove      { float: left; width: 40px; }
.query_row .add         { float: left; width: 40px; margin-right: 20px; }

.query_row .type_specific       { float: left; width: 335px; }

.query_row .type_specific div              { float: left; }
.query_row .type_specific .range_sep       { width: 20px; color: #555; font-size: 9pt; font-style: italic; text-align: center; margin-right: 8px; }
.query_row .type_specific .num_range input { text-align: right; }

.query_rows .query_row.or       { margin-top: 10px; }
.query_row .modifier select     { margin-left: 15px; margin-right: 0; }
.query_row .modifier select.or  { margin-left: 0; margin-right: 15px; }
.query_row .bracket_left        { float: left; width: 12px; height: 38px; padding: 0; margin: -5px 5px 0 0; background-position: 0 0; background-repeat: no-repeat; }
.query_row .bracket_right       { float: right; width: 12px; height: 38px; padding: 0; margin: -5px 5px 0 0; background-position: 0 0; background-repeat: no-repeat; }

.query_row .bracket_left.full   { background-image: url(../img/q_bracket_l_full.png); }
.query_row .bracket_left.top    { background-image: url(../img/q_bracket_l_top.png); }
.query_row .bracket_left.mid    { background-image: url(../img/q_bracket_l_mid.png); }
.query_row .bracket_left.bot    { background-image: url(../img/q_bracket_l_bot.png); }
.query_row .bracket_right.full  { background-image: url(../img/q_bracket_r_full.png); }
.query_row .bracket_right.top   { background-image: url(../img/q_bracket_r_top.png); }
.query_row .bracket_right.mid   { background-image: url(../img/q_bracket_r_mid.png); }
.query_row .bracket_right.bot   { background-image: url(../img/q_bracket_r_bot.png); }


/* active query textual representation */
.info_container.query           { margin-bottom: 16px; font-size: 12px; line-height: 16px; }
.info_container.query .infobox  { padding: 5px 20px 7px 20px; background-position: 0 -10px; }
.info_container.query .infobox .title { margin-bottom: 10px; }

.info_container span.meta       { font-family: courier; padding: 0 5px; color: #555; }
.info_container hr.meta         { margin: 5px auto; width: 80%; border-bottom: 1px solid #888; }
.info_container span.value      { color: #029; }
.info_container span.value.negative  { color: #920; }
/* .info_container span.or     { padding-left: 5px; } */
.info_container span.pre        { padding-left: 22px; }


/* columns display (and list_options checkbox) */
#query_rows_columns .checkfield 		{ display: block; float: left; clear: none; font-size: 8pt; width: 135px; margin: 2px 5px 0 5px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border: 1px solid #ececec; -moz-box-shadow: inset 0 0 3px #ddd, 1px 1px 0 #fff, -1px -1px 0 #ddd; }
#query_rows_columns .checkfield label   { display: block; margin-top: 4px; -moz-user-select: none; }
#query_rows_columns .separator          { float: left; clear: both; height: 3px; margin: 3px 12px 2px 12px; width: 696px; padding: 0; border: 1px solid #888; background-color: #bbb; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }

#tab_search                     { margin-top: 0; padding-top: 1px; padding-bottom: 1px; }
#tab_search .tabpane            { position: relative; margin: 5px; }

#tab_search                     { width: 900px; }
#tab_search .list,
#tab_search .pages,
#tab_search .list .header_bg,
#tab_search .list_options       { width: 890px; }
    
#tab_search .list td            { height: 27px; }
#tab_search .list td.edit a     { line-height: 19px; }
#tab_search .list tr.spacer td  { height: 6px; }
#tab_search .list td.note       { padding: 0 3px; text-align: center; }

/* cuttooltips */
#tab_search .list_cuttooltips                    { display: none; position: absolute; left: 0; top: 0; width: auto; max-width: 600px; height: auto; margin: 0; padding: 0; /* min-height: 24px; */ }
#tab_search .list_cuttooltips span               { display: block; /* line-height: 1.2em; */ margin: 7px 11px 6px 11px; padding: 0; }
#tab_search .list_cuttooltips.s                  { font-size: 11px; }
#tab_search .list_cuttooltips.cuttool_small span { margin-top: 7px; margin-bottom: 6px; }
/* #tab_search .list_cuttooltips.s.cuttool_small span { margin-top: 3px; margin-bottom: 4px; } */


/* details buttons for static 'tooltips' */
#tab_search .list td span.details                       { display: block; width: auto; margin: 0 2px; padding: 3px; background-color: #f4f4f4; outline: 0; cursor: pointer; color: #555; font-family:arial; font-size:12px; font-weight:bold; text-decoration:none; text-shadow: 1px 1px 0px #fff; letter-spacing: 1px; border: 1px solid #aaa; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 1px 1px 0 #aaa, inset 1px 1px 0 #fff; -webkit-box-shadow: 1px 1px 0 #aaa, inset 1px 1px 0 #fff; box-shadow: 1px 1px 0 #aaa, inset 1px 1px 0 #fff; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000'); }
#tab_search .list td span.details.inactive:hover        { color: #444; background-position: left -40px; -moz-box-shadow: 1px 1px 0 #666, 1px 1px 2px #888, inset 1px 1px 0 #fff, inset 0 0 2px #fff; -webkit-box-shadow: 1px 1px 0 #666, 1px 1px 2px #888, inset 1px 1px 0 #fff, inset 0 0 2px #fff; box-shadow: 1px 1px 0 #666, 1px 1px 2px #888, inset 1px 1px 0 #fff, inset 0 0 2px #fff; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000'); }
#tab_search .list td span.details.active                { color:#555; background-position: left -80px; border: 1px solid #999; background-color: #e4e4e4; background-image: none; text-shadow: none; -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 1px 1px 0 #fff, -1px -1px 0 #ddd; -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 1px 1px 0 #fff, -1px -1px 0 #ddd; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 1px 1px 0 #fff, -1px -1px 0 #ddd; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=315, Color='#000000')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=315, Color='#000000'); }
#tab_search .list td span.details.active:hover          { color: #444; }

/* buttons / options under list */
#tab_search .list_options .within               { float: right; }
#tab_search .list_options .export               { float: right; margin-right: 20px; }
#tab_search .list_options .export button        { width: 135px; margin-left: 5px; margin-right: 5px; }
#b_search_print                                 { margin-left: 15px; }
#tab_search .list_options .checkfield           { display: block; float: left; clear: none; font-size: 8pt; width: 75px; margin: 2px 0 0 3px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border: 1px solid #ececec; -moz-box-shadow: inset 0 0 3px #ddd, 1px 1px 0 #fff, -1px -1px 0 #ddd; }
#tab_search .list_options .checkfield label     { display: block; margin-top: 4px; -moz-user-select: none; }

#search_results_details_overlay                 { position: absolute; display: block; z-index: 8; /* 9 = 1 below nav menu (10) */ height: auto; padding: 0; color: #000; font-family: inherit; font-size: 9pt; font-weight: normal; border: 1px solid #333; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; background-color: #f2f2f2; background-image: url('../img/home_infobox_bg.png'); background-repeat: repeat-x; background-position: 0 -7px; box-shadow: 1px 1px 5px #222; -moz-box-shadow: 1px 1px 5px #222; -webkit-box-shadow: 1px 1px 5px #222; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#555555')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#555555'); }
#search_results_details_overlay .container      { position: relative; margin: 8px 20px; }
#search_results_details_overlay .title          { font-weight: bold; margin: 0 20px 20px 0; }
#search_results_details_overlay .content        { max-height: 400px; overflow: auto; }

#search_results_details_overlay .min { z-index: 9; position: absolute; top 0; right: 0; padding: 0; margin: 3px 0 0 0; }
#search_results_details_overlay .min .buttons button.min_icon { padding: 0 8px; margin: 0 4px 0 0; width: 24px; }
#search_results_details_overlay .min .buttons button.min_icon img { position: absolute; display: block; top: 1px; left: 3px; }

#b_search_details_filter        { display: block; float: right; width: 90px; margin-right: 25px; text-align: center; color: #3162AB; font-weight: normal; text-decoration: none; }
#b_search_details_filter:hover  { color: #3A73C8; text-decoration: underline; }

#search_results_bottom_spacer   { height: 500px; }
    
table.details                   { background: #d0d0d0; margin: 12px auto 15px auto; padding: 0; border: 1px solid #555; box-shadow: 0 0 2px #999; -moz-box-shadow: 0 0 2px #999; -webkit-box-shadow: 0 0 2px #999; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#999999')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#999999'); }
table.details tr.header         { height: 22px; line-height: 22px; }
table.details th                { padding: 0 0 0 7px; color: #111; font-size: 12px; text-align: left; background-color: #fcfcfc; background-image: url(../img/list_header_bg_trans.png); background-repeat: repeat-x; background-position: 0 -1px; border-bottom: 1px solid #222; overflow: hidden; white-space: nowrap; }
table.details th.c              { text-align: center; }
table.details th.edit           { text-align: center; padding-left: 0; }

table.details tr                { font-size: 13px; background: transparent; }
table.details td                { text-align: left; font-size: 12px; padding: 5px 7px; vertical-align: top; }

table.details tr.a td.a         { background-color: #fff; }
table.details tr.a td.b         { background-color: #fbfbfb; }
table.details tr.b td.a         { background-color: #f7f7f7; }
table.details tr.b td.b         { background-color: #f4f4f4; }

table.details td.n      { cursor: pointer; }                                    /* normal contents, clickable */
table.details td.r      { text-align: right; padding-right: 6px; }              /* right-align */
table.details td.c      { text-align: center; }                                 /* center-align */
table.details td.s      { font-size: 11px; }                                    /* small font */
table.details td.t      { padding-left: 7px; }                                  /* text field */
table.details td.id     { font-size: 10px; color: #666; text-align: right; padding-right: 6px; }
table.details td.d      { text-align: center; font-style: italic; }             /* date field */
table.details td.note   { padding: 4px 3px; text-align: center; }               /* note hover */
table.details td.cb     { background-color: #f9f9f9; text-align: center; }      /* checkbox field */

table.details td img    { margin-top: 4px; }

table.details tr.a:hover td, table.details tr.b:hover td { background-color: #e6f3ff; background-image: url(../img/table_row_hover.png); background-repeat: repeat-x; -moz-box-shadow: inset 0 0 2px #fff; -webkit-box-shadow: inset 0 0 2px #fff; box-shadow: inset 0 0 2px #fff; }
/* highlighted field (search hit) */
table.details tr.hit td  { background-color: #e8f99d !important; background-image: url(../img/table_row_selected.png); background-repeat: repeat-x; }
table.details td.hit     { color: #090; -moz-box-shadow: inset 0 0 2px #fff; -webkit-box-shadow: inset 0 0 2px #fff; box-shadow: inset 0 0 2px #fff; }
table.details tr.a.hit:hover td, table.details tr.b.hit:hover td { background-color: #DCF7F7 !important; background-image: url(../img/table_row_hover_selected.png); -moz-box-shadow: inset 0 0 2px #fff; -webkit-box-shadow: inset 0 0 2px #fff; box-shadow: inset 0 0 2px #fff; }
table.clickable td       { cursor: pointer; }

    
/* --------------------------------------------------------------
 *              Pop-ups -- modal windows (jqModal)
 * ----------------------------------------------------------- */

.jqmOverlay { background-color: #000; }
.jqmWindow {
    display: none; position: fixed;
    top: 50%; margin-top: -300px; padding: 0; height: 600px; left: 50%; margin-left: -400px; width: 800px;
    color: #000; background-color: #fff; border: 1px solid #333;
    -moz-box-shadow: 0px 0px 6px #000; -webkit-box-shadow: 0px 0px 6px #000; box-shadow: 0px 0px 6px #000;-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
    -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;
}
#jqmContent { display: block; position: absolute; top: 2px; left: 2px; clear: both; width: 794px; height: 594px; border: 0; outline: 0; }


/* fix always-present scrollbar on iframe */
html.pop { position: absolute; width: 796px; height: 596px; margin: 0; padding: 0; min-height: 0; overflow: hidden; }
body.pop { margin: 0; padding: 0;  }
body.pop > .contents { position: absolute; top: 0; left: 0; margin: 0; padding: 0; }

#pop_top { position: absolute; top: 1px; left: 2px; height: 38px; width: 792px; margin: 0;
    background: #234372; background-image: url(../img/vgrd_nav_top_bg.png); background-repeat: repeat-x;
    border: 1px solid #3162AB; -moz-border-top-left-radius:6px; -webkit-border-top-left-radius:6px; border-top-left-radius:6px; -moz-border-top-right-radius:6px; -webkit-border-top-right-radius:6px; border-top-right-radius:6px; }
#pop_top .title { float: left; margin: 10px 0 0 20px; line-height: 20px; color: #fff; font-size: 16px; font-weight: bold; text-shadow: 1px 1px 0 #000; }

#pop_top .buttons { float: right; margin: 8px 10px 0 0; height: 25px; line-height: 25px; }
#pop_top .buttons button.min_icon { padding: 0 8px; margin: 0; width: 24px; }
#pop_top .buttons button.min_icon img { left: 3px; } 

#pop_middle { position: absolute; top: 46px; left: 0; height: 500px; width: 794px; margin: 0; padding: 0; overflow: hidden; }

#pop_bottom { position: absolute; top: 548px; left: 2px; width: 792px; height: 46px; margin: 0; padding: 0;
    background: #234372; background-image: url(../img/vgrd_nav_top_bg.png); background-repeat: repeat-x;
    border: 1px solid #3162AB; -moz-border-bottom-left-radius:6px; -webkit-border-bottom-left-radius:6px; border-bottom-left-radius:6px; -moz-border-bottom-right-radius:6px; -webkit-border-bottom-right-radius:6px; border-bottom-right-radius:6px; }
#pop_bottom .buttons.left { float: left; height: 40px; margin: 6px 0 0 10px; }
#pop_bottom .buttons.right { float: right; height: 40px; margin: 6px 8px 0 0; }


/* buttons in popup (blauwe achtergrond) */
#pop_bottom .buttons button, #pop_top .buttons button { border: 1px solid #666; -moz-box-shadow: inset 1px 1px 0 #fff, 1px 1px 0 #555, inset 1px 1px 0 #ddd; -webkit-box-shadow: inset 1px 1px 0 #fff, 1px 1px 0 #555, inset 1px 1px 0 #ddd; box-shadow: inset 1px 1px 0 #fff, 1px 1px 0 #555, inset 1px 1px 0 #ddd; }
#pop_bottom .buttons button:hover, #pop_top .buttons button:hover { -moz-box-shadow: 1px 1px 0 #222, 1px 1px 2px #444, inset 1px 1px 0 #fff, inset 0 0 2px #fff; -webkit-box-shadow: 1px 1px 0 #222, 1px 1px 2px #444, inset 1px 1px 0 #fff, inset 0 0 2px #fff; box-shadow: 1px 1px 0 #222, 1px 1px 2px #444, inset 1px 1px 0 #fff, inset 0 0 2px #fff; }
#pop_bottom .buttons button:active, #pop_top .buttons button:active { border: 1px solid #333; -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 1px 1px 0 #8AB6DC, -1px -1px 0 #172B48; -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 1px 1px 0 #8AB6DC, -1px -1px 0 #172B48; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 1px 1px 0 #8AB6DC, -1px -1px 0 #172B48; }
/*      -- positive / green */
#pop_bottom .buttons button.positive:hover { border-color: #98C16F; -moz-box-shadow: 0 0 2px #98C16F, 1px 1px 0 #708E52, inset 1px 1px 0 #fff, inset 0 0 4px #FAFFE4; -webkit-box-shadow: 0 0 2px #98C16F, 1px 1px 0 #708E52, inset 1px 1px 0 #fff, inset 0 0 4px #FAFFE4; box-shadow: 0 0 2px #98C16F, 1px 1px 0 #708E52, inset 1px 1px 0 #fff, inset 0 0 4px #FAFFE4; }
#pop_bottom .buttons button.positive:active { border-color: #506738; -moz-box-shadow: inset 0 1px 3px #6A864D, 1px 1px 0 #8AB6DC, -1px -1px 0 #172B48; -webkit-box-shadow: inset 0 1px 3px #6A864D, 1px 1px 0 #8AB6DC, -1px -1px 0 #172B48; box-shadow: inset 0 1px 3px #6A864D, 1px 1px 0 #8AB6DC, -1px -1px 0 #172B48; }
/*      -- custom / red (full) */
#pop_bottom .buttons button.negative:hover { border-color: #B9695F; -moz-box-shadow: 0 0 2px #E4B7B3, 1px 1px 0 #4C120A, inset 1px 1px 0 #fff, inset 0 0 4px #FFE4E0; -webkit-box-shadow: 0 0 2px #E4B7B3, 1px 1px 0 #4C120A, inset 1px 1px 0 #fff, inset 0 0 4px #FFE4E0; box-shadow: 0 0 2px #E4B7B3, 1px 1px 0 #4C120A, inset 1px 1px 0 #fff, inset 0 0 4px #FFE4E0; }
#pop_bottom .buttons button.negative:active { border-color: #73423C; -moz-box-shadow: inset 0 1px 3px #73423C, 1px 1px 0 #8AB6DC, -1px -1px 0 #172B48; -webkit-box-shadow: inset 0 1px 3px #73423C, 1px 1px 0 #8AB6DC, -1px -1px 0 #172B48; box-shadow: inset 0 1px 3px #73423C, 1px 1px 0 #8AB6DC, -1px -1px 0 #172B48; }
/*      disabled */
#pop_bottom .buttons button[disabled], #pop_bottom .buttons button[disabled]:hover, #pop_bottom .buttons button[disabled]:active,
#pop_top .buttons button[disabled], #pop_top .buttons button[disabled]:hover, #pop_top .buttons button[disabled]:active { border: 1px solid #666; -moz-box-shadow: inset 0 0 2px #bbb, 1px 1px 0 #8AB6DC, -1px -1px 0 #172B48; -webkit-box-shadow: inset 0 0 2px #bbb, 1px 1px 0 #8AB6DC, -1px -1px 0 #172B48; box-shadow: inset 0 0 2px #bbb, 1px 1px 0 #8AB6DC, -1px -1px 0 #172B48; }


#pop_person_form .buttonfield {
    padding-top: 4px;
    padding-bottom: 4px;
}

/* tabs in popup person */
#tab_pop_person { position: absolute; top: 0; left: 6px; height: 438px; width: 756px; margin: 0; padding: 44px 15px 14px 14px; background-color: #fff; }

#tab_pop_person_lip_find  { left: 20px; }
#tab_pop_person_lip_add   { left: 270px; }
#tab_pop_person_lip_edit  { left: 520px; }

/* tab contents */
.tabpane.pop > .pane_title { display: block; width: 738px; }
.tabpane.pop > .pane_menu  { width: 732px; margin: 0 0 6px 0; padding: 2px 10px 2px 10px;  }
    
.tabpane.pop > .pane_menu .options_more { margin: 6px 0 6px 0; padding: 4px 5px 2px 5px; }

.tabpane.pop > .pane_menu .options_more .row { width: 716px; padding: 4px 0 2px 0;  }
.tabpane.pop > .pane_menu .options_more .row.half { float: left; clear: none; width: 236px; }
.tabpane.pop > .pane_menu .options_more .row.half .label { width: 75px; font-size: 11px; }

.tabpane.pop > .pane_menu .options_more .row.half .buttons { margin-left: 3px; }
.tabpane.pop > .pane_menu .options_more .row.half button { margin: 0 2px; }

/* listing */
.tabpane.pop .pane_find { display: block; }
.tabpane.pop .pane_find .pages { width: 756px; margin-top: 2px; }
.tabpane.pop .pane_find .list { width: 756px; height: 293px; min-height: 120px; margin: 4px 0 0 0; }
.tabpane.pop .list .header_bg { width: 756px; }
    
/* form */
.tabpane.pop .pane_edit { display: block; width: 756px; }
.tabpane.pop div.form { margin-left: 0;  }

/* popup: show entry text */
#pop_middle .error { margin: 20px 30px; font-style: italic; color: #900; }

#pop_showentry_textarea { margin: 10px 0 0 15px; width: 752px; padding: 5px; height: 465px; overflow: auto; line-height: 1.4em; }
#pop_showentry_textarea .highlight { background-color: #FFE932; padding: 0 1px; }

/* --------------------------------------------------------------
 *              NAV -- top bar
 * ----------------------------------------------------------- */

#nav_top {
    z-index: 10; position: absolute;
    left: 0; top: 0; height: 47px; width: 100%; min-width: 790px;
    margin: 0; padding: 0; overflow: visible;
    background: #234372; background-image: url(../img/vgrd_nav_top_bg.png); background-repeat: repeat-x;
    border-bottom: 2px solid white;
    -moz-box-shadow: 0px 1px 2px #888; -webkit-box-shadow: 1px 0px 2px #888; box-shadow: 0px 1px 2px #888; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#888888')";  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#888888');
}

#nav_top_logo {
    display: none;
    position: absolute;
    top: 0; left: 2px; width: 42px; height: 42px;
    background-image: url(../img/nav_top_logo_ul.png); background-repeat: no-repeat;
}
#nav_top_title {
    position: absolute;
    top: 0; left: 54px;
}
#nav_top_title .title {
    position: relative; float: left;
    width: 352px; height: 47px;
    background-image: url(../img/vgrd_nav_top_title.png); background-repeat: repeat-x;
}
#nav_top_title .title i {
    position: absolute; display: block; 
    top: 13px; left: 14px; width: 324px; height: 26px;
    background-image: url(../img/nav_top_title_new.png); background-repeat: no-repeat;
}
#nav_top_title .title_sub {
    display: none;
    position: relative; float: left;
    width: 100px; height: 47px;
}
#nav_top_title .title_sub i {
    position: absolute; display: block; 
    top: 21px; left: 20px; width: 64px; height: 12px;
    background-image: url(../img/nav_top_title_sub.png); background-repeat: no-repeat;
}

/* login box, top right */
#nav_top_login {
    position: absolute;
    top: 0; right: 0; width: 300px; height: 47px;
    background-color: #5f5f5f; background-image: url(../img/vgrd_nav_top_login.png); background-repeat: repeat-x;
    border-left: 2px solid white;
}
/*
#nav_top_login div {
    margin-top: 17px;
    color: #ddd; font-family: arial; font-size: 12px; font-weight: bold; text-decoration: none; text-align: center; text-shadow: 1px 1px 0px #000;
}
*/

#nav_top_login .login { position: relative; margin: 11px 0 0 12px; }

/* not logged in .. */
#nav_top_login .login > div { float: left; }

#nav_top_login label { position: absolute; z-index: 13; width: 90px; top: 4px; color: #666; font-style: italic; font-size: 12px; text-align: center; cursor: text; }
#lbl_login_name { left: 4px; }
#lbl_login_pass { left: 105px; }

#i_login_name, #i_login_pass {
    position: absolute; z-index: 12; margin: 0; top: 2px; padding: 1px 2px 1px 2px; font-size: 12px; font-family: inherit; color: #000;
    background-color: #ddd; background-image: none; /* background-image: url(../img/coenForm/bg_input_textnormal.png); background-repeat: repeat-x; background-position: 0 0px; */
    -moz-box-shadow: inset 0 0 3px #999, 1px 1px 0 #aaa, -1px -1px 0 #555; -webkit-box-shadow: inset 0 0 3px #999, 1px 1px 0 #aaa, -1px -1px 0 #555; box-shadow: inset 0 0 3px #999, 1px 1px 0 #aaa, -1px -1px 0 #555; -ms-filter: none; filter: none;
    border: 1px solid #222;
    width: 90px;
}
#i_login_name { left: 4px; }
#i_login_pass { left: 104px; }


#i_login_name:focus, #i_login_pass:focus {
    border: 1px solid #3162AB; background-color: #eee; background-image: none; 
    -moz-box-shadow: inset 0 0 3px #999, inset 0 0 2px #9ACBE6, 0 0 1px #9ACBE6; -webkit-box-shadow: inset 0 0 3px #999, inset 0 0 2px #9ACBE6, 0 0 1px #9ACBE6; box-shadow: inset 0 0 3px #999, inset 0 0 2px #9ACBE6, 0 0 1px #9ACBE6;
}

#nav_top_login .buttons { position: absolute; right: 12px; margin: 0; padding: 1px; }
#nav_top_login .buttons button {
    margin: 0; padding: 0 10px 0 10px;
    background-color: #444; background-image: none; /* background-image: url(../img/vgrd_3x40.png); background-repeat: repeat-x; background-position: left 0px; */
    color: #eee; font-family:arial; font-size:12px; font-weight:bold; text-decoration:none; text-shadow: none; letter-spacing: 1px;
    border: 1px solid #222; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
    -moz-box-shadow: 1px 1px 0 #333, inset 1px 1px 0 #bbb; -webkit-box-shadow: 1px 1px 0 #333, inset 1px 1px 0 #bbb; box-shadow: 1px 1px 0 #333, inset 1px 1px 0 #bbb; -ms-filter: none; filter: none;
}
#nav_top_login .buttons button:hover {
    color: #fff; background-position: left -40px;
    -moz-box-shadow: 1px 1px 0 #000, 1px 1px 2px #222, inset 1px 1px 0 #ccc, inset 0 0 2px #A9CCFF; -webkit-box-shadow: 1px 1px 0 #000, 1px 1px 2px #222, inset 1px 1px 0 #ccc, inset 0 0 2px #A9CCFF; box-shadow: 1px 1px 0 #000, 1px 1px 2px #222, inset 1px 1px 0 #ccc, inset 0 0 2px #A9CCFF; -ms-filter: none; filter: none;
}
#nav_top_login .buttons button:active {
    color:#ddd; border: 1px solid #000; background-color: #333;
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 1px 1px 0 #999, -1px -1px 0 #666; -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 1px 1px 0 #999, -1px -1px 0 #666; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 1px 1px 0 #999, -1px -1px 0 #666; -ms-filter: none; filter: none;
}
#nav_top_login .buttons button[disabled] {
    color: #999; border: 1px solid #000; background-color: #333; background-image: none;
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 1px 1px 0 #999, -1px -1px 0 #666; -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 1px 1px 0 #999, -1px -1px 0 #666; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 1px 1px 0 #999, -1px -1px 0 #666;
}

/* logged in .. */
#nav_top_login .logged_in {
    position: relative; width: 280px; padding: 0; margin: 3px auto; 
    background-color: #767675; background-image: url(../img/login_inset_bg.png); background-repeat: repeat-x; background-position: 0 -2px; 
    -moz-box-shadow: inset 0 0 2px #222, 1px 1px 0 #999, -1px -1px 0 #777; -webkit-box-shadow: inset 0 0 2px #222, 1px 1px 0 #999, -1px -1px 0 #777; box-shadow: inset 0 0 2px #222, 1px 1px 0 #999, -1px -1px 0 #777; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=315, Color='#999999')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=315, Color='#999999');
    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
    border: 1px solid #4a4a4a;
}
#nav_top_login .logged_in .top { margin-top: 3px; height: 16px; }
#nav_top_login .logged_in .top .label { display: block; float: left; margin: 0 10px; line-height: 14px; font-size: 12px; font-weight: normal; color: #333; }
#nav_top_login .logged_in .top .name { display: block; float: left; line-height: 14px; font-size: 13px; font-weight: bold; color: #234372; /*427ed5*/ }
#nav_top_login .logged_in .top a.logout { display: block; float: right; margin: -1px 10px; line-height: 14px; font-size: 12px; font-weight: bold; color: #427ed5; text-decoration: underline; }
#nav_top_login .logged_in .top a.logout:hover, #nav_top_login .logged_in .top a.logout:active { color: #000; text-decoration: none; }

#nav_top_login .logged_in .bottom { margin: 2px 0 2px 0; height: 14px; padding: 0 10px; line-height: 14px; text-align: center; font-size: 12px; font-weight: normal; color: #ddd; }
#nav_top_login .logged_in .bottom .left { float: left; margin-right: 30px; }
#nav_top_login .logged_in .bottom .right { float: right; width: 40px; text-align: right; }
#nav_top_login .logged_in .bottom .time { padding: 0 4px; color: #accfff; font-weight: bold; }
#nav_top_login .logged_in .bottom .time.warning { color: #ffe932; }
#nav_top_login .logged_in .bottom .time.crucial { color: #FF5500; }
#nav_top_login .logged_in .bottom a.reset { display: block; float: right; margin: 0; font-size: 11px; font-weight: normal; color: #ddd; text-decoration: underline; }
#nav_top_login .logged_in .bottom a.reset:hover, #nav_top_login .logged_in .bottom a.reset:active { color: #fff; text-decoration: none; }

/* login notification */
#nav_top_login_notification {
    display: none; z-index: 11; position: absolute; top: 40px; right: 8px; width: 256px; padding: 5px 10px 7px 10px; background: #8E2213; color: #fff; border: 2px solid #fff; font-size: 13px; text-align: center;
    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
    -moz-box-shadow: 0px 1px 4px #000; -webkit-box-shadow: 0px 1px 4px #000; box-shadow: 0px 1px 4px #000; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
    opacity:0.9; filter:alpha(opacity=90);
}
#nav_top_login_notification.msg { background-color: #3162AB; }


/* --------------------------------------------------------------
 *              NAV -- menu left
 * ----------------------------------------------------------- */

/* main menu styles */
ul.nav                  { z-index: 20; position: absolute; left: 0; top: 70px; margin: 0; padding: 0; list-style: none; }

ul.nav > li             { position: relative; float: left; overflow: hidden; min-height: 140px; width: 40px; background: #ebebeb; border: 2px solid white; border-left: 0;
                            -moz-border-radius-topright:4px; -moz-border-radius-bottomright:4px; -webkit-border-radius-topright:4px; -webkit-border-radius-bottomright:4px; border-radius-topright:4px; border-radius-bottomright:4px;
                            -moz-box-shadow: 0px 0px 1px #000; -webkit-box-shadow: 0px 0px 1px #000; box-shadow: 0px 0px 1px #000; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
                            -webkit-transition-duration:.25s; -moz-transition-duration:.25s; -o-transition-duration:.25s;
                        }

ul.nav.nomobile > li:hover      { -moz-box-shadow: 0px 1px 4px #000; -webkit-box-shadow: 0px 1px 4px #000; box-shadow: 0px 1px 4px #000; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000'); }
* html ul.nav > li      { width:auto; }

ul.sub                  { list-style:none; width: 200px; float: right; margin:0; padding:0; }
ul.sub li               { display: block; float: right; clear: both; margin: 0 2px; padding: 0 0 0 20px; width: 176px; height: 30px; font-family: arial; font-size: 12px; font-weight: bold; text-decoration: none; text-shadow: 1px 1px 0px #ffffff; background-color: #eee; border-top: 1px solid #fff; border-bottom: 1px solid #ddd; }

ul.nav.nomobile > li:hover #menu_tag { display: none; }

ul.sub li:hover         { background-color: #f5f5f5; }
ul.sub li.lastchild     { margin-bottom: 5px; }

li div.header           { display: block; float: right; clear: both; height: 5px; }
li div.footer           { display: block; float: right; clear: both; height: 15px; }

li div.title            { display: block; float: right; clear: both; width: 194px; height: 16px; margin: 15px 2px 0 20px; padding: 9px 0 5px 0; color: #eee; font-family: arial; font-size: 12px; font-weight: bold; text-decoration: none; text-align: center; text-shadow: 1px 1px 0px #000; background: #234372; background-image: url(../img/vgrd_nav_top_title.png); background-repeat: repeat-x; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
li div.title.black      { color: #fff; font-family: arial; font-size: 12px; font-weight: bold; text-decoration: none; text-align: center; text-shadow: 1px 1px 0px #000; background-color: #444; background-image: url(../img/vgrd_dark_24.png); background-repeat: repeat-x; }

ul.sub li a             { position:relative; display:block; overflow:hidden; width: 196px; height: 30px; color: #555; text-decoration:none; }
ul.sub li:hover a       { color: #222; }
ul.sub li a b           { display:block; padding:10px 15px 5px; font-weight:700; }
ul.nav.nomobile > li:hover       { width:200px; }
    
#menu_tag               { z-index: 22; position: absolute; width: 40px; height: 100%; right: 0; top: 0; background: #ddd; background-image: url(../img/hgrd_40_ccc_ddd.png); background-repeat: repeat-y; }
#menu_tag div           { position: absolute; top: 45px; left: 10px; width: 15px; height: 46px; background-image: url(../img/menulabel.png); background-repeat: no-repeat; }
    
/* mobile variant (doesn't have hover, expanded by jQuery & binding 'click') */
ul.nav.mobile.expanded > li #menu_tag   { display: none; }
ul.nav.mobile.expanded > li             { width:200px; }


/* --------------------------------------------------------------
 *              jQuery UI autocomplete
 * ----------------------------------------------------------- */

.ui-autocomplete.ui-menu        { padding: 5px 10px !important; font-size: 12px; max-height: 200px; overflow-y: scroll;
                                    border: 1px solid #3162AB; -moz-border-top-left-radius: 0; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -moz-border-top-right-radius: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0;
                                    -moz-box-shadow: inset 0 0 2px #9ACBE6, 0 0 1px #9ACBE6, 1px 1px 2px #333; -webkit-box-shadow: inset 0 0 2px #9ACBE6, 0 0 1px #9ACBE6, 1px 1px 2px #333; box-shadow: inset 0 0 2px #9ACBE6, 0 0 1px #9ACBE6, 1px 1px 2px #333;
                                    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#555555')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#555555');
                                }
.ui-menu-item a:hover           { background-image: none; border: 1px solid #3162AB; background-color: #DCEAFF;
                                    -moz-box-shadow: inset 0 0 2px #9ACBE6, 0 0 1px #9ACBE6; -webkit-box-shadow: inset 0 0 2px #9ACBE6, 0 0 1px #9ACBE6; box-shadow: inset 0 0 2px #9ACBE6, 0 0 1px #9ACBE6;
                                }
    
/* --------------------------------------------------------------
 *              Added with update 2014
 * ----------------------------------------------------------- */

.field.blocked {
    color: #c00 !important;
}
.label.blocked {
    /* nothing */
}

/** copyright notice in list views (query results) **/
.list span.copyright {
    color: #777;
    font-style: italic;
}

/* --------------------------------------------------------------
 *              Misc
 * ----------------------------------------------------------- */

#ie6warning, #javascriptwarning  { display: block; margin: 70px 0 10px 50px; padding: 10px; color: yellow; background-color: #900; border: 1px solid yellow; line-height: 1.5em; }
#ie6warning span, #javascriptwarning span { display: block; font-style: italic; color: white; }

#ajax_load_overlay_pages, #ajax_load_overlay_list { display: none; position: absolute; margin:0; padding:0; left: 0; top: 0; width: 100px; height: 100px; } /* set width w/ js */

#ajax_load_overlay_pages .bg, #ajax_load_overlay_list .bg { z-index: 2; /* the list itself is z-index 1, hence one higher */ position: absolute; left: 0; top: 0; margin:0; padding:0; width: 100%; height: 100%; background-color: #f0f0f0; opacity:0.7; filter:alpha(opacity=70); }
#ajax_load_overlay_list .msg { z-index: 3; position: relative; top: 15%; margin: -7px auto; padding: 15px 10px 35px 10px; width: 220px; height: 20px; border: 1px solid #999;
    background-color: #f7f7f7; background-image: url(../img/loading_big_gray_trans.gif); background-position: 50% 38px; background-repeat: no-repeat;
    color: #888; text-align: center; font-size: 13px; font-style: italic;
    -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
    -moz-box-shadow: 0px 0px 3px #999; -webkit-box-shadow: 0px 0px 3px #999; box-shadow: 0px 0px 3px #999; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999'); 
}


/* --------------------------------------------------------------
 *              Browser specific fixes (using css selector js)
 * ----------------------------------------------------------- */

/* all gecko */
.gecko .buttons button span { top: -1px; }

/* chrome */
.chrome .buttons button span { top: 2px; }
.chrome .buttons.small button span { top: 1px; }

.chrome .list table { width: 986px; }
.chrome .list th { padding: 0 0 0 5px; margin: 0; }
.chrome .list th.cb { padding-left: 2px; }
.chrome .list th.sort .sort_arrow { width: 11px; height: 9px; margin-right: 5px; }

/*
.chrome .list td.cut span { margin-top: -6px; }
.chrome .list td.cut span.cut { margin-top: -1px; }
.chrome .list .smallRows td.cut span { margin-top: -4px; }
.chrome .list .smallRows td.cut span.cut { margin-top: 1px; }
    
.chrome .list_cuttooltips span { margin-top: 6px; }
.chrome .list_cuttooltips.cuttool_small span { margin-top: 5px !important; margin-bottom: 3px !important; }
.chrome .list_cuttooltips.s.cuttool_small span { margin-top: 5px !important; margin-bottom: 3px !important; }
*/
.chrome #pop_person_list .list table { width: 752px; }
.chrome #tab_search .list table { width: auto !important; }
.chrome #tab_search .list td { height: 25px; }

/* opera */
.opera .buttons button span { top: 1px; }
.opera .buttons.small button span { top: 1px; }
    
.opera input[type=checkbox] { margin: 6px; width: 10px; height: 10px; }      /* bizarre size on checkboxes */

/* safari */
.safari .list table { width: 986px; }
.safari .list th { padding: 0 0 0 5px; margin: 0; }
.safari .list th.cb { padding-left: 2px; }
.safari .list th.sort .sort_arrow { width: 11px; height: 9px; margin-right: 5px; }

/*
.safari .list_cuttooltips.s.cuttool_small span { margin-top: 4px !important; margin-bottom: 3px !important; }
*/
.safari #pop_person_list .list table { width: 752px; }   
.safari #tab_search .list table { width: auto; }
.safari #tab_search .list td { height: 25px; }
    