/*Modal Popup*/
.ModalBackground
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
	background-color: #000;
	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: auto;
	text-align: left;
}

.ModalDialogHeader
{
	background-image: url(../img/modaldialog/modaldialogheader.gif);
	height: 36px;
	margin: 0px;
	width: 100%;
	overflow: hidden;
}


.ModalDialogHeader H2, .ModalDialogHeader H1
{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	margin-top: 7px;
	margin-left: 7px;
}

.ModalDialogContent
{
	padding:20px;
	overflow:auto;
}

.ModalDialogContent hr
{
	height:1px;
	border:1px dotted #aaaaac;
}

.ModalDialogClose
{
	position: absolute;
	right: 7px;
	top: 7px;
}

#ModalDialogActionCreated
{
	height: 370px;
	width: 400px;
}
#ModalDialogActionRealised
{
	height: 250px;
	width: 400px;
}
#ModalDialogTaf
{
	height: 370px;
	width: 400px;
}

#ModalDialogBlog
{
	height: 300px;
	width: 400px;
}

#ModalDialogAbuse
{
	height: 270px;
	width: 400px;
}

#ModalDialogActionReaction
{
	height: 410px;
	width: 500px;
}

#ModalDialogDonationPromiseList
{
	height: 450px;
	width: 450px;
}

#ModalDialogActionBlog
{
	height: 450px;
	width: 470px;
}

#ModalDialogPrivateMessage
{
	height: 280px;
	width: 470px;
}

#ModalDialogActionDonation
{
	height: 450px;
	width: 480px;
}

#ModalDialogActionPhotoAlbum
{
	height: 250px;
	width: 450px;
}

#ModalDialogMailingPreview
{
	height: 500px;
	width: 500px;
}

#ModalDialogLinksEdit
{
	height: 150px;
	width: 300px;
}

#ModalDialogActionFlyer
{
	height: 700px;
	width: 660px;
}

#ModalDialogJudgeTeamAction
{
	height: 380px;
	width: 450px;
}
/*END Modal Popup*/