
.hider            { display: block; position: absolute; top:0px; left:0px; width:100%; height:100%; margin-left:0px; padding:0px; background-color:#8ab78c;
                                        filter:Alpha(opacity=99); /* IE */
                                        -moz-opacity: 0.99; /* Mozilla */
                                        opacity: 0.99; /* Opera */
                                    }
.dialog_holder         { position:absolute; display:none; padding:20px; }
.dialog_menu           { position:relative; width:100%; background-color:#333333; height:30px; line-height:30px; }
.dialog_frame          { position:relative; background-color:#ffffff; width:100%; height:100%; }
.dialog_bg             { position:absolute; height:20px; width:20px; }
.dialog_bg_n           { background-image:url(/templates/template/js/ituma-overlay/schatten_n.png); left:0px; top:-20px; width:100%; /*background-color:greeN;*/ }
.dialog_bg_ne           { background-image:url(/templates/template/js/ituma-overlay/schatten_ne.png); right:-20px; top:-20px; /*background-color:yellow;*/ }
.dialog_bg_e           { background-image:url(/templates/template/js/ituma-overlay/schatten_e.png); top:0px; right:-20px; height:100%; /*background-color:greeN;*/ }
.dialog_bg_se           { background-image:url(/templates/template/js/ituma-overlay/schatten_se.png); bottom:-20px; right:-20px; /*background-color:yellow;*/ }
.dialog_bg_s           { background-image:url(/templates/template/js/ituma-overlay/schatten_s.png); left:0px; bottom:-20px; width:100%; /*background-color:greeN;*/ }
.dialog_bg_sw           { background-image:url(/templates/template/js/ituma-overlay/schatten_sw.png); left:-20px; bottom:-20px; /*background-color:yellow;*/ }
.dialog_bg_w           { background-image:url(/templates/template/js/ituma-overlay/schatten_w.png); left:-20px; top:0px; height:100%; /*background-color:greeN;*/ }
.dialog_bg_nw           { background-image:url(/templates/template/js/ituma-overlay/schatten_nw.png); left:-20px; top:-20px; /*background-color:yellow;*/ }
.dialog_contentHolder  { position:relative; overflow:auto; background-color:#ffffff; width:100%; height:100%; }
.dialog_content        { position:absolute; background-color:#ffffff; padding:10px; }
.dialog_menu .dialog_tab { position:relative; left:0px; top:0px; float:left; margin-right:10px; cursor:pointer; height:29px;
             width:50px; border:1px solid black; border-bottom:none; padding:0px 10px;
            background-color:#EEEEEE; overflow:hidden; }


.dialog_close          { background-image:url(/templates/template/js/ituma-overlay/close.png); position:absolute; right:-15px; top:-15px; width:30px; height:30px; cursor:pointer; /*background-color:yellow;*/ }

.loader             { position:absolute; width:100%; height:100px; text-align:center; vertical-align:middle; line-height:100px; padding-top:20px; display:none; }




/*
.box_content         { background-color:#f4f4f4; padding:5px; display:none;
                                        filter:Alpha(opacity=10); 
                                        -moz-opacity: 0.10; 
                                        opacity: 0.10; 
}
.box_scroll         { overflow-y: scroll; }
.box_close          { background-image:url(close.png); line-height:1px; height:20px; width:98px; background-repeat:no-repeat; background-position:right; }
.box_close a        { display:inline-block; width:98px; height:20px; outline:0px; }
.box_schatten_2     { background-image:url(schatten_2.png); line-height:1px; }
.box_schatten_3     { background-image:url(schatten_3.png); line-height:1px; height:10px; background-repeat:no-repeat; }
.box_schatten_4     { background-image:url(schatten_4.png); line-height:1px; height:10px; }
.box_schatten_5     { background-image:url(schatten_5.png); line-height:1px; height:10px; width:10px; background-repeat:no-repeat; }



.box_holderContentBG { position:relative; background-color:#ffffff; margin-right:10px; height:100%; }
.box_schatten_1     { background-image:url(schatten_1.png); line-height:1px; background-repeat:no-repeat;
                        position:absolute; height:10px; right:0px; top:-5px; width:10px;
                    }
.box_schatten_3     { background-image:url(schatten_3.png); line-height:1px; background-repeat:no-repeat;
                        position:absolute; height:10px; right:0px; bottom:0px; width:10px;
                    }
*/