﻿.overlay {
	background-color:#FFF;
	filter:alpha(opacity=1);
	-moz-opacity:0.01;
	-khtml-opacity: 0.01;
	opacity: 0.01;
	position:absolute;
	left:0px;
	top:0px;
	height:100%;				
	width:100%;
	z-index:99;
	display: none;
	HEIGHT: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	WIDTH: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

.filled-overlay {
	background-color:#000000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.inlineModalBoxContainer {
	position:absolute;
	z-index:100;
	display: none;
	width:100%; 
	height: 0;
}

table.inlineModalBox {
	border-collapse:collapse;
	table-layout:fixed;
	margin:auto;	
	width: 400px;
	margin-top: 120px;	
}

td.pop_topleft {
	background:transparent url(../Styles/imgs/pop-dialog-sprite.png) no-repeat scroll 0 0;
}

td.pop_topright {
	background:transparent url(../Styles/imgs/pop-dialog-sprite.png) no-repeat scroll 0 -10px;
}

td.pop_top, td.pop_bottom {
	background:transparent url(../Styles/imgs/pop-dialog-sprite.png) repeat-x scroll 0 -40px;
}

td.pop_side {
	background:transparent url(../Styles/imgs/pop-dialog-sprite.png) repeat-y scroll -10px 0;
}

td.pop_content {
	padding:0;
}

td.pop_bottomleft {
	background:transparent url(../Styles/imgs/pop-dialog-sprite.png) no-repeat scroll 0 -20px;
}

td.pop_bottomright {
	background:transparent url(../Styles/imgs/pop-dialog-sprite.png) no-repeat scroll 0 -30px;
}

td.pop_topleft, td.pop_topright, td.pop_bottomleft, td.pop_bottomright {
	height:10px;
	overflow:hidden;
	padding:0 !important;
	width:10px !important;
}


.watermarked {
	color: #D6D6D6;
}

