﻿.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70); 
	opacity:0.7; 
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px 3px 3px 3px;
	min-width:100px;
	min-height:120px;
}

.header
{
	height:30px;
	background:#6666CC url('images/page_header.png') repeat-x;
	border-bottom:solid 2px #999999;
	border-right:solid 2px #999999;
	border-left:solid 2px #999999;
	text-align:center;
}

.modal_header
{
	color:#FEFEFE;
	font-weight:bold;
	text-align:center;
	font-size:12px;
	padding-top:5px;
}

#big-cont-cond
{
	width:600px;
}

.modalPopup #big_img 
{
	min-width:100px;
	min-height:120px;
	background:#ffffdd url("images/placeholder-100.jpg") no-repeat; 
}

.modalPopup #big_img IMG
{
	max-width:600px;
	max-height:800px;
}

.modalPopupClose
{
	margin-top:10px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	color:#0000CC;
}