/*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;
	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;
	background: #fff url(../img/modaldialog/bg-modal.gif) top repeat-x;
}

.ModalDialogHeader
{
	background-image: url(../img/modaldialog/modaldialogheader.gif);
	height: 30px;
	margin: 0px;
	width: 100%;
	overflow: hidden;
}


.ModalDialogHeader H2, .ModalDialogHeader H1
{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	margin-top: 8px;
	margin-left: 8px;
}

.ModalDialogContent
{
	padding:20px;
	overflow:auto;
}

.ModalDialogContent hr
{
	color: #999;
	background-color: #999;
}

.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;
}

#ModalDialogSponsorsEdit
{
	height: 180px;
	width: 320px;
}

#ModalDialogActionFlyer
{
	height: 550px;
	width: 660px;
}

#ModalDialogJudgeTeamAction
{
	height: 380px;
	width: 450px;
}
/*END Modal Popup*/