/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 2px solid #000000;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #486CAE;
	color: #ffffff;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #78A3F2;
	border-left: 1px solid #78A3F2;
	border-right: 1px solid #204095;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}

/* Longhorn Style */
.TransparentRef 
{
	
}
/* WinXP Style */
.LonghornMainTable 
{
	border-collapse:collapse; 
	border: 1px solid #000000;
	
	width: 400px;
	top: 100px;
	left: 100px;
	
	background-color: #E9EEF3;
	FILTER: DropShadow(Color=#000000, OffX=5, OffY=-3, Positive=1);
	
}

.LonghornHeaderRow
{
	color: #333333;
	height: 25px;
	white-space:nowrap;
	width: 100%;
	
}

.LonghornHeaderCell
{
	font-family: Arial, Verdana, Tahoma;
	font-weight:bold;
	color: #333333;
	font-size: 12px;
	height: 25px;
	padding: 5px 0px 5px 10px;
	margin-left: 10px;
	white-space:nowrap;
	width: 100%;
}

.LonghornTitleBar {
	/*background-color: #486CAE;*/
	background-color: #4e7dd1;
	color: #ffffff;
	font-weight: bold;
	height: .8em;
	padding: 5px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #78A3F2;
	border-left: 1px solid #78A3F2;
	border-right: 1px solid #204095;
	position: relative;
	z-index: 203;
}

.LonghornBodyRow
{
	text-align:center;
	
}
.LonghornBodyLeft
{
	white-space:nowrap;
}

.LonghornBodyMiddle 
{
	text-align:center;
	width:390px;
	white-space:nowrap;
}
.LonghornBodyRight
{

	white-space:nowrap;
}

.LonghornFooterRow
{
	height: 3px;
	white-space:nowrap;
}

.LonghornFooterCell
{
	height: 4px;
	width: 100%;
	white-space:nowrap;
}

.LonghornInnerTable 
{
	border-collapse:collapse; 
	border: 1px solid #000000;
	background-color: #EFEFEF;
	width: 100%;

}
.LonghornTitleCell
{
	background-color: #719BD4;
	font-family: Arial, Verdana, Tahoma;
	font-weight: bold;
	color: #ffffff;
	font-size: 15px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left:20px;
	white-space:nowrap;
	width: 100%;
}
.LonghornTitle
{
	background-color: #719BD4;
	height: 40px;
	padding: 6px;
	white-space:nowrap;
	width: 100%;
	background-image: url("images/mbTitleRowBG.gif")!important;	
	

}
.LonghornIcon 
{
	width:1px; 
}
.LonghornMessageCell 
{
	padding:  10px 10px 5px 10px;	
	overflow: auto; 
	font-size: 9pt; 
	font-family: Arial, Verdana, Tahoma;
	color: #333333;
	background-color: #FFFFFF;
	vertical-align: top;
}

.LonghornMessageRow 
{
	overflow: auto; 
	background-color: #FFFFFF;
	height: 80px;
}

.LonghornGrayLineRow 
{
	height:1px;
	width:100%;
	background-color: #D7D7D7;
	white-space: nowrap;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}
.LonghornGrayLineCell 
{
	height:1px;
	width:100%;
	background-color: #D7D7D7;
	white-space: nowrap;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.LonghornWhiteLineRow 
{
	height:1px;
	width:100%;
	background-color: #FFFFFF;
	white-space: nowrap;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.LonghornWhiteLineCell 
{
	height:1px;
	width:100%;
	background-color: #FFFFFF;
	white-space: nowrap;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.LonghornButtonsRow 
{
	padding: 0.5em; 
	margin: 5px 0px 20px 0px;  
	font-size: 10pt;font-family: arial, helvetica, sans-serif; 
	color: #000000;
	height:40px;
	background-color: #ECECEC;
	text-align:right;
	/*background-image: url("images/mbButtonRowBG.gif")!important;	*/
}
	
LonghornButtonsCell 
{	
	text-align:right;
	padding-right: 25px;
	
	
}
.LonghornButton 
{
	padding-right: 0.5em; 
	padding-left: 0.5em; 
	margin: 5px 5px 5px 5px; 
	white-space:nowrap;
	
}

/* WinXP Style */

.WinXPTable 
{
	border-collapse:collapse; 
	border: 2px solid #000000;
	background-color: #EFEFEF;
}
.WinXPTitleCell
{
	background-color: #486CAE;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	height: 2.0em;
	padding: 6px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #78A3F2;
	border-left: 1px solid #78A3F2;
	border-right: 1px solid #204095;
	white-space:nowrap;
	width: 100%;
}
.WinXPTitle
{
	background-color: #486CAE;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	height: 2.0em;
	padding: 6px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #78A3F2;
	border-left: 1px solid #78A3F2;
	border-right: 1px solid #204095;
	white-space:nowrap;
	width: 100%;

}
.WinXPIcon 
{
	width:1px; 
}
.WinXPMessageCell 
{
	padding: 10px 5px 5px 5px;	
	/*margin: 10px 0px 0px 2px; */
	overflow: auto; 
	font-size: 9pt; 
	font-family: arial, helvetica, sans-serif; 
	color: #333333;
	background-color: #EFEFEF;
}

.WinXPMessageRow 
{
	overflow: auto; 
	background-color: #EFEFEF;
}

.WinXPButtonsRow 
{
	padding: 0.5em; 
	margin: 5px 0px 20px 0px;  
	font-size: 10pt;font-family: arial, helvetica, sans-serif; 
	color: #000000;
	background-color: #EFEFEF;
	}
.WinXPButton 
{
	padding-right: 0.5em; 
	padding-left: 0.5em; 
	margin: 10px 5px 20px 5px;	
}

