.PopupView
{
}

.PopupViewHeader,
.PopupViewFooter,
.PopupViewContent
{
}

.PopupTop,
.PopupLeftTop,
.PopupRightTop
{
	height: 19px;
	cursor: pointer;
}

.PopupBottom,
.PopupLeftBottom,
.PopupRightBottom
{
	height: 11px;
}

.PopupRight,
.PopupRightTop,
.PopupRightBottom,
.AlertPopupRightTop
{
	width: 19px;
}

.PopupLeft,
.PopupLeftTop,
.PopupLeftBottom,
.AlertPopupLeftTop
{
	width: 11px;
}

.PopupTop
{
	background: url('/images/info/top.png') 0px 8px repeat-x;
}

.PopupBottom
{
	background: url('/images/info/bottom.png') repeat-x;
}

.PopupLeft
{
	background: url('/images/info/left.png') repeat-y;
}

.PopupRight
{
	background: url('/images/info/right.png') repeat-y;
}

.PopupContent
{
	margin: 0px;
	padding: 0px;
	background-color: White;
}

.PopupProfileContent
{
	width: 700px;
}

.PopupClose
{
	color: #606060;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.AlertPopupTop,
.AlertPopupTopBlue,
.AlertPopupLeftTop,
.AlertPopupRightTop
{
	height: 37px;
	cursor: pointer;
}

.AlertPopupTop
{
	background: url('/images/info/alerttop.png') 0px 8px repeat-x;
}

.AlertPopupTopBlue
{
	background: url('/images/info/alerttopblue.png') 0px 8px repeat-x;
}

.AlertTitle
{
	color: White;
	font-size: 14px;
	padding-top: 6px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.AlertContent
{
	color: #444;
	font-size: 16px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.AlertButton1,
.AlertButton2,
.AlertButton1:hover,
.AlertButton2:hover
{
	width: 60px;
	border: 0px;
	margin: 5px;
	height: 26px;
	color: white;
	cursor: pointer;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.AlertButton2,
.AlertButton2:hover
{
	margin-left: 15px;
}

.AlertButton1
{
	background: url('/images/button/AlertOrange.jpg') no-repeat;
}

.AlertButton2
{
	background: url('/images/button/AlertGray.jpg') no-repeat;
}

.AlertButton1:hover
{
	background: url('/images/button/AlertBlue.jpg') no-repeat;
}

.AlertButton2:hover
{
	background: url('/images/button/AlertSilver.jpg') no-repeat;
}

.AlertContentContainer
{
	padding: 10px;
}

.PopupModalMask
{
	opacity: .4;
	filter: alpha(opacity=40);
}