﻿.ModalBackground {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
	background-color: #000000;
	opacity:0.5;
	filter:alpha(opacity=50);
}

.ModalDialog
{
	position:absolute;
	background-color:#fff;
	border:1px solid #fff;
	padding:0px;
	display:none;
	text-align:left;
}

.ModalDialog iframe {
	width:100%;
	height:100%;
	border-width:0;
}

.ModalDialogBody 
{
	padding:0;
	margin:0;
	overflow:hidden;
	text-align:left;
}

.ModalDialogHeader 
{
	height:23px;
	margin:0px;
	width:100%;
	overflow:hidden;
	background-color:#800001;
	color:#fdefca;
	padding-top:3px;
	padding-left:5px;
}

.ModalDialogHeader .close 
{
	position:absolute;
	right:5px;
	top:3px;
}


.ModalDialogHeader H2, .ModalDialogHeader H1
{
}

.ModalDialogContent
{
	width:100%;
	overflow:auto;
	top:0px;
	right:0px;
	position:relative;
	padding:0px;
	margin:0;
	height:50px;
	visibility:hidden;
}

.ModalDialogContentInner 
{
	padding:10px;
}


.ModalDialogContent hr 
{
	color:#000;background-color:#000;
}

.ModalDialogClose {
	position:absolute;
	right:7px;
	top:7px;
}

/*define the heights for all modal dialogs*/
#ModalDialogTaf 
{
	height:400px;
	width:400px;
}

#ModalDialogAbuse 
{
	height:250px;
	width:400px;
}

#ModalDialogGuestbook 
{
	height:450px;
	width:450px;

}

#ModalDialogBlog 
{
	height:450px;
	width:450px;
}

#ModalDialogEcardShow
{
	height:400px;
	width:480px;
}

#ModalDialogTravelPartInfo
{
	height:450px;
	width:480px;
}

#ModalDialogTravelPartBlock 
{
	height:450px;
	width:580px;
}

#ModalDialogContentPage
{
	height:450px;
	width:480px;
}

#ModalDialogLogin
{
	height:450px;
	width:480px;
}