﻿#Popup {
	display: inline-block;
	position: relative;
	max-width: 800px;
}

#Popup .PopupTop, #Popup .PopupBottom {
	height: 27px;
	margin: 0 29px;
	background: url(/Common/Images/Popup-TopBottom.png) repeat-x top;
	position: relative;
}

#Popup .PopupBottom {
	height: 29px;
	background-position: bottom;
}

#Popup .PopupTop .Left, #Popup .PopupBottom .Left, #Popup .PopupBottom .Right, #Popup .PopupTop .Right {
	position: absolute;
	display: block;
	height: 27px;
	width: 29px;
	background: url(/Common/Images/Popup-Corners.png) no-repeat;
}

#Popup .PopupTop .Left {
	left: -29px;
	background-position: left top;
}

#Popup .PopupTop .Right {
	right: -29px;
	background-position: right top;
}

#Popup .PopupBottom .Left {
	left: -29px;
	height: 29px;
	background-position: left bottom;
}


#Popup .PopupBottom .Right {
	right: -29px;
	height: 29px;
	background-position: right bottom;
}

#Popup .PopupContent-Left {
	background: url(/Common/Images/Popup-LeftRight.png) repeat-y left;
	padding-left: 29px;
}

#Popup .PopupContent-Right {
	background: url(/Common/Images/Popup-LeftRight.png) repeat-y right;
	padding-right: 29px;
}

#Popup .PopupContent {
	background-color: #fff;
	font: 12px/14px Verdana, Geneva, sans-serif;
	color: #333;
}

#Popup .PopupContent h1 {
	font: 14px/33px Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #131e26;
	height: 35px;
	background: url(/Common/Images/Popup-HeaderBar.png) no-repeat right top;
	padding: 0 45px 0 0;
	text-shadow: 0 1px #f2f9ff;
	margin: 0 0 15px;
	text-align: left;
	cursor: move;
}

#Popup .PopupContent h1 span {
	display: block;
	height: 35px;
	background: url(/Common/Images/Popup-HeaderBar.png) no-repeat left top;
	padding: 0 0 0 15px;
}

#Popup .PopupContent strong {
	color: #000;
}

#Popup .PopupContent-Inner {
	padding: 0 15px;
	text-align: left;
}

#Popup .PopupContent input, #Popup .PopupContent textarea {
	font: 12px/14px Verdana, Geneva, sans-serif;
	color: #333;
}

#Popup .PopupContent input {
	border: 1px solid #aaa;
	background-color: #f3f3f3;
	height: 24px;
	text-indent: 5px;
	margin-right: 10px;
}

#Popup .PopupContent p {
	margin: 0 0 15px;
}

#Popup .PopupContent p input.PopupButton input.PopupButtonLong {
	margin-bottom: 0;
}

#Popup .PopupContent a {
	color: #04a;
	text-decoration: none;
}

#Popup .PopupContent a:hover {
	text-decoration: underline;
}

#Popup .PopupContent input.PopupButton {
	height: 26px;
	width: 94px;
	background: url(/Common/Images/Popup-Button.png) no-repeat left top;
	border: 0;
	text-align: center;
	font: 14px/16px Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	padding: 0 0 3px;
	text-indent: 0;
	margin: 0 0 15px;
	text-shadow: 0 1px #eee;
}

#Popup .PopupContent input.PopupButtonLong {
	height: 26px;
	width: 210px;
	background: url(/Common/Images/Popup-Button-Long.png) no-repeat left top;
	border: 0;
	text-align: center;
	font: 14px/16px Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	padding: 0 0 3px;
	text-indent: 0;
	margin: 0 0 15px;
	text-shadow: 0 1px #eee;
}

#Popup .PopupContent input.PopupButton:hover input.PopupButtonLong:hover {
	background-position: left bottom;
}

#Popup .PopupContent .ScrollableContainer {
	border: 1px solid #aaa;
	max-height: 200px;
	overflow: auto;
	margin-bottom: 15px;
}

#Popup .PopupContent .Padding
{
    padding: 15px;
}

#Popup .ScrollableContainer table.RegularTable {
	width: 100%;
	background-color: #f8f8f8;
}

#Popup .ScrollableContainer table.RegularTable tr td {
	border-top: 1px solid #d4d4d4;
	padding: 4px 7px 5px;
}

#Popup .ScrollableContainer table.RegularTable tr:first-child td {
	border-top: 0;
}

#Popup .ScrollableContainer table.RegularTable tr.Row2 td {
	background-color: #eee;
}

#Popup .ScrollableContainer table.RegularTable tr:hover td {
	border-top-color: #accfe6;
	background-color: #e0f2ff;
}