﻿/* === Ajax Stuff === */
a.ajaxHref {
    display: block;
    height: 24px;
    padding-left: 24px;
    margin: 4px;
    text-indent: -999em;
    background: #fff url(Images/Core/spinner.gif) no-repeat 50% 50%;
}
/* === Collapse Steuerung === */
a.collapseCtrl {
    text-decoration: none;
    background: transparent url(Images/icons/Minus.png) no-repeat 0% 52%;
    padding-left: 18px;
}
a.collapseCtrlClosed {
    text-decoration: none;
    background: transparent url(Images/icons/Plus.png) no-repeat 0% 52%;
    padding-left: 18px;
}

/* Modales Fenster */

#modal_overlay {
    background:#000 url(images/core/diagonals.png) repeat 0% 0%;
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	display: none;
}

#modal_load {
    background:#FFF url(images/core/waitingBoxBg.png) no-repeat 0% 0%;
    position: fixed;
    height:70px;
    width:308px;
    z-index:103;
    padding:0px;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -154px; /* -height/2 0 0 -width/2 */
    display:none;
}

#modal_load p.text {
    padding-top:23px;
    font-size:1.3em;
    font-weight:bold;
    color:black;
    margin-left:65px;
}

#modal_load p.wait {
    background-position:99% 15%;
    background-repeat:no-repeat;
}