#popup {
	background-color:#f0f0f0;
}
.calcHeader {
	font-weight:bold;
	margin-bottom:5px;
	padding:3px 10px;
	background:#dcdcdc url(../../../typo3conf/ext/rcag_immomanager/res/roundCorner.gif) left bottom no-repeat;
}

.calcDivider {
	height:5px;
	background-color:#f0f0f0;
}

.calcTable {
	width:100%;
}

.calcTable tr {
	background:#dcdcdc;
}

.calcTable td {
	padding:3px 10px;
}

.calcTable tr.fbold {
	font-weight:bold;
}
.calcTable td.aright {
	text-align:right;
}
.calcTable td.aleft {
	text-align:left;
}
.calcTable .lastCol {
	width:30px;
	text-align:left;
	padding-left:0px;
}
.jsHide{
	display:none;
}
/*
.jsHide{
    position:absolute;
    top:-50000px !important ;
    left:-50000px !important ;
}
*/

/* NWO old tooltip just for me*/
img.calccsh-icon {
	vertical-align: middle;
	cursor: help;
}

a.calccsh-link {
	white-space: normal;
}

a.calccsh-link span.calccsh-inline {
	display: none;
	position: absolute;
	left:200px;
	margin:0px;
	padding: 1px 2px 2px 2px;
	background: #ffffff;
	border: 1px solid #050505;
	width: 250px;
	z-index: 100;
	color: #000000;
	font-weight: normal;	
	text-align:left;
}

html>body  .calccsh-inline {
	/*margin:0;*/
}

a.calccsh-link:hover span.calccsh-inline {
	display: block;
}

span.calccsh-inline span.header,
table.calccsh-inline span.header {
	font-weight: bold;
	float: left;
	width: 100%;
	background-color: #F6F2E6;
}

span.calccsh-inline {
	line-height: 16px;
}

a.calccsh-link span.calccsh-inline.show-right {
	/*margin: 0px 0px 0px -148px;*/
	margin: 0px 0px 0px 0px;
}