/**
 * CSS-File for all default CSS entries
 * 
 * This file contains all default CSS. Custom Colors should be set in 
 * style CSS.
 *
 * @copy 2009, e-grafixx media consulting GmbH
 * @author Martin Specht <mspecht@e-grafixx.net>
 * @version 1.0
 * @package CSS
 */


/** popup frame definitions */


div#divPopupWorkspace {
   padding-top: 116px;
   margin: 0 10px 30px 10px;
   width: 994px;
   border-right: 1px solid #CBCBCB;
   border-bottom: 1px solid #CBCBCB;
}

div#divPopupHead {
	height: 106px;
	position: fixed;
	top: 0;
	left: 0;
	width: 1004px;
	background: #E9E9E9 url(../../image/system/head-background.jpg) repeat-x;
	border-right: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
   	z-Index: 32000;
}

.headPopup {
	width: 1004px !important;
}
