﻿/* lightboxes */
.Popup {
	border: solid 15px #413731;
	background-color: white;
	position: relative;
	width: 450px;
}

.PopupDefaultSize {}

.PopupWide {
	width: 935px;
}

.pbehind
{
	z-index:100000 !important;
}

.Popup .Header {
	font-weight: bold;
	font-size: 13px;
	background: #e5e5e5;
	padding: 8px 15px;
	color: #333;
}

.Popup .Content {
	padding: 12px 15px;
	zoom: 1;
}

.Popup .Content:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

	.Popup .Content h2 {
		font-size: 16px;
	}
	
	.Popup .scrolling-content {
		height: 400px;
		overflow: auto;
	}
	
.Popup .close {
	position: absolute;
	top: 5px;
	right: 5px;
	background: url(Images/popup_close.gif) no-repeat;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}

.Popup .buttons-holder {
	float: right;
	padding: 10px 0 0;
}

	.Popup .buttons-holder .button {
		margin: 0 0 0 12px;
	}

	.Popup .secondary {
		border: 1px solid #bdbdbd;
		background: #dfdfdf;
		color: #333;
	}

	.Popup .buttons-holder .no-margin .button {
		margin: 0 0;
	}

.Popup .data-table td, 
.Popup .data-table th {
	padding: 0 0 3px;
}

.Popup .data-table th {
	font-weight: bold;
	text-align: left;
	padding-right: 15px;
}

.ModalBackground {
	background-color: #FFF;
	filter: alpha(opacity=80);
	opacity: 0.80;
}
/* /lightboxes */

.Draggable{
	-moz-box-shadow: #333 0 0 25px;
	-webkit-box-shadow: #333 0 0 25px;
	position: absolute;
	z-index: 30;
}

	.Draggable .Header{
		cursor:move;	
	}
	
/* updated popup style */
.updated-popup {
	background: #FFF;
	border: 1px solid #FFF;
	width: 416px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.ie6 .updated-popup,
.ie7 .updated-popup,
.ie8 .updated-popup {
	border: 1px solid #666;
}

	.updated-popup .Header {
		zoom: 1;
		background: url(Images/popup_draggable_bg.jpg) no-repeat;
		position: relative;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
	}
	
	.updated-popup .Header:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		height: 0;
	}
	
		.updated-popup .Header span.title {
			float: left;
			background: url(Images/popup_header_fade.gif) repeat-x;
			color: #FFF;
			font-size: 15px;
			padding: 8px 25px 10px 18px;
			-moz-border-radius-topleft: 10px;
			-webkit-border-top-left-radius: 10px;
		}
		
		.updated-popup .Header .close {
			position: absolute;
			right: 8px;
			top: 8px;
			background: url(Images/popup_close.gif) no-repeat;
			width: 20px;
			height: 20px;
			text-indent: -9999px;
			outline: none;
		}
		
	.updated-popup .Content {
		padding: 12px 18px;
	}

/* /updated popup */