﻿/*Standard Popup */

.standardPopup
{
	border: solid 1px #FC7010;
	background-color: #FFFFFF;
	padding: 2px 2px 2px 2px;
	margin-left: auto;
	margin-right: auto;
}

.titleDiv
{
	background-color: #FC7010;
	height: 23px;
	margin-bottom: 1px;
	text-align: left;
	line-height: 23px;
	padding-left: 16px;
	padding-right: 7px;
}

.notificationPopup
{
	padding: 16px 16px 16px 16px;
	min-height: 150px;
}

.confirmBoxPopup
{
	padding: 16px 16px 16px 16px;
	min-height: 120px;
}

.contentDiv
{
	text-align: left;
	border-top: solid 1px #FC7010;
	border-bottom: solid 1px #7B7D7B;
	padding-bottom: 1px;
}
.closeButtonPanel
{
	
	line-height: 23px;
	vertical-align: middle;
	float:right;
	width:30px;
	text-align:right;
}

.buttonPanel
{
	text-align: right;
	padding-bottom: 10px;
}

.titlePanel
{
	float:left;	
	width:80%;
	
}
.popupCell
{
	background-color: #DEDFDE;
	padding: 3px 16px 3px 16px;
	border-bottom: solid 1px white;
}

.popup
{
	background-color: #DEDFDE;
	padding: 3px 16px 3px 16px;
}

.boxBottom
{
	height: 1px;
	border-top: solid 1px #7B7D7B;
	margin-top: 2px;
}

.boxTop
{
	height: 1px;
	border-bottom: solid 1px #fc7010;
	margin-bottom: 2px;
}

.boxTitleText
{
	color:White;
	width:80%;	
}

.popupContent
{
	padding: 16px 16px 16px 16px;
}

.symbolPanel
{
	text-align: left;
}


.dimmedBackground
{
	background-image: url(../images/body_bg.gif);
	filter: alpha(opacity=50);
	opacity: 0.5;
}


