/*** Cafe Csoport - CSS by Polgar Peter (Force) ***/

/* feher szinu overlay az egesz oldal folott */
div#cafeOverlay {
	background-color: #FFFFFF;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
	/* opacity options */
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
	/* overlay IE6 hack */
	* html div#cafeOverlay {
		position: absolute;
		height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 20 + 'px');
	}

/*overlay folott megjeleno   */
div#cafeDialog {
	background-color: transparent;
    display: block;
    left: 50%;
    position: absolute;
    top: 270px;
    z-index: 1000;
}

	div#cafeDialog table table {
		height: 100%;
		width: 100%;
	}

	div#cafeDialog td.topLeft {
		background: transparent url('/images/dialog/top_left.png') no-repeat left top;
		height: 40px;
		width: 15px;
	}

	div#cafeDialog td.topRight {
		background: transparent url('/images/dialog/top_right.png') no-repeat left top;
		height: 40px;
		width: 15px;
	}

	div#cafeDialog td.top {
		background: transparent url('/images/dialog/top.png') repeat-x right top;
		color: #008EB0;
		font-size: 14px;
		font-weight: bold;
		height: 40px;
		line-height: 19px;
		text-align: center;
		text-transform: uppercase;
		vertical-align: bottom;
		width: 370px;
		z-index: 300;
	}

		div#cafeDialog a.topX {
			background: transparent url('/images/dialog/close.gif') no-repeat left top;
			cursor: pointer;
			display: block;
			height: 13px;
			position: absolute;
			right: 20px;
			top: 20px;
			width: 12px;
			z-index: 310;
		}

	div#cafeDialog td.bottomLeft {
		background: transparent url('/images/dialog/bottom_left.png') no-repeat left bottom;
		height: 15px;
		width: 15px;
	}

	div#cafeDialog td.bottomRight {
		background: transparent url('/images/dialog/bottom_right.png') no-repeat left bottom;
		height: 15px;
		width: 15px;
	}

	div#cafeDialog td.bottom {
		background: transparent url('/images/dialog/bottom.png') repeat-x right bottom;
		height: 15px;
		width: 370px;
	}

	div#cafeDialog td.contentLeft {
		background: transparent url('/images/dialog/content_left.png') repeat-y left top;
		height: 100%;
		width: 15px;
	}

	div#cafeDialog td.contentRight {
		background: transparent url('/images/dialog/content_right.png') repeat-y right top;
		height: 100%;
		width: 15px;
	}

	div#cafeDialog td.content {
		background-color: #FFFFFF;
		color: #000000;
		font-size: 12px;
		height: 100%;
		line-height: 17px;
		padding: 10px;
		text-align: center;
		width: 350px;
	}

		div#cafeDialog td.content img,
		div#cafeDialog td.content input.button {
			display: none;
		}

		div#cafeDialog td.content h2 {
			color: #898989;
			display: block;
			font-size: 12px;
			font-weight: bold;
			line-height: 15px;
			margin-bottom: 10px;
		}

		div#cafeDialog td.content p {
			font-size: 11px;
		}
			div#cafeDialog td.content p a {
				color: #D22111;
			}