﻿/* Base */

#popupBackground
{
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #8D8780;
	z-index: 70;
	top: 0;
	left: 0;
	opacity: 0.6;
	filter: alpha(opacity=60);	
}

.popup
{
	display: table;
	border-collapse: collapse;
	border-spacing: 0; 
	position: absolute;
	top: 80px;
	left: 60px;
	width: 500px;
	background-color: White;
	empty-cells: show;
	z-index: 90;
}
	
	.popupTopLeft
	{
		width: 16px;
		height: 16px;
		background-image: url(/images/popups/top-left.gif);
		background-repeat: no-repeat;
		padding: 0;
		display: table-cell;
	}
	
	.popupTopMiddle
	{
		height: 10px;
		background-image: url(/images/popups/top-middle.gif);
		background-repeat: repeat-x;
		background-position: top;
		padding: 0;
		display: table-cell;
	}
	
	.popupTopRight
	{
		width: 16px;
		height: 16px;
		background-image: url(/images/popups/top-right.gif);
		background-repeat: no-repeat;
		padding: 0;
		display: table-cell;
	}
	
	.popupLeftMiddle
	{
		width: 10px;
		background-image: url(/images/popups/left-middle.gif);
		background-repeat: repeat-y;
		background-position: left;
		padding: 0;
		display: table-cell;
	}
	
	.popupContentCell
	{
		display: table-cell;
	}
		
	.popupRightMiddle
	{
		width: 10px;
		background-image: url(/images/popups/right-middle.gif);
		background-repeat: repeat-y;
		background-position: right;
		padding: 0;
		display: table-cell;
	}
	
	.popupBottomLeft
	{
		width: 16px;
		height: 16px;
		background-image: url(/images/popups/bottom-left.gif);
		background-repeat: no-repeat;
		padding: 0;
		display: table-cell;
	}
	
	.popupBottomMiddle
	{
		height: 10px;
		background-image: url(/images/popups/bottom-middle.gif);
		background-repeat: repeat-x;
		background-position: bottom;
		padding: 0;
		display: table-cell;
	}
	
	.popupBottomRight
	{
		width: 16px;
		height: 16px;
		background-image: url(/images/popups/bottom-right.gif);
		background-repeat: no-repeat;
		padding: 0;
		display: table-cell;
	}



/* Indivual popups */

.popupHeader
{
	border-bottom: 2px solid #F1F0ED;
	width: 420px;
	clear: both;
	padding: 0 5px 3px 5px;
	margin: 0 0 20px 0;
}

.popup a:link, .popup a:active, .popup a:visited, .popup a:hover
{
	color: #E9241A;
}

#popupUpload
{
	width: 390px;
	border: 2px solid #F1F0ED;
	padding: 5px;
	margin: 0 35px 10px 0;
	text-align: right;
	float: right;
}

	#popupUploadButtons
	{
		clear: both;
		margin-top: 10px;
	}
	
	#uploadSingle
	{
		position: relative;
		bottom: -5px;
	}

#popupLogin
{
	width: 360px;
	border: 2px solid #F1F0ED;
	padding: 5px 5px 10px 5px;
	margin: 0 35px 10px 0;
	text-align: right;
	float: right;
}
	
.genericPopupBody
{
	width: 390px;
	border: 2px solid #F1F0ED;
	padding: 5px;
	margin: 0 35px 10px 0;
	text-align: right;
	float: right;
}