/**
 * POPUP CONTAINER STYLES
 */

.alert_btn
	{
		text-align: center;
		color:#393939;
		background: transparent url("/mtracker/resources/images/alert_btn.gif");
		background-repeat: no-repeat;
		border: 0px;
		font-family: verdana;
		font-size: 11px;
		font-weight: bold;
		height: 23px;
		overflow: hidden;
		position: relative;
		text-align: center;
		width: 58px;
		cursor:hand;
	}

.alert_btn_o
	{
		text-align: center;
		background: transparent url("/mtracker/resources/images/alert_btn_o.gif");
		background-repeat: no-repeat;
		border: 0px;
		font-family: verdana;
		font-size: 11px;
		font-weight: bold;
		height: 23px;
		overflow: hidden;
		position: relative;
		text-align: center;
		width: 58px;
		cursor:hand;
	}

#popupMask {
	position: absolute;
	z-index: 999;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .50;
	filter: alpha(opacity=50);
	background-color:transparent !important;
	background-color: #CCC;	
}

#popupDivMask {
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .50;
	filter: alpha(opacity=50);
	background-color:transparent !important;
	background-color: #CCC;	
}

#popupContainer {
	position: absolute;
	z-index: 1001;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
	border: outset #393F6A 3px;
	/*border-top: 1px solid #393F6A;
	border-bottom: 1px solid #0B1961;	
	border-left: 1px solid #393F6A;
	border-right: 1px solid #393F6A;*/
}

#popupInner {	
	background-color: #ffffff;
}
#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;	
	z-index: 1002;
	background-color: #E1E5FF;
	cursor: auto;
}
#popupTitleBar {
	font-family: "Arial";
	background-color: #1B276A;
	color: #ffffff;
	font-weight: bold;
	height: 1.3em;
	padding: 3px;	
	z-index: 1003;
	cursor: move;
}
#popupTitle {
	float:left;
	font-size: 0.8em;
}
#popupControls {
	float: right;	
	cursor: pointer;
	cursor: hand;
}
#dragClass{
	position : relative;
	cursor : move;
}
#okButton{
	background:  transparent url('/mtracker/resources/images/oval-gray-left.gif') no-repeat top left;
	font: bold 12px Arial; 
	line-height: 16px; 
	height: 20px; 
	padding-left:5px; 
	position:relative;
}
.popupTable{
	width: 100%;
	height: 100%;
}
.popupTableTD{
	width: 100%;
	height: 100%;	
	vertical-align: middle;
	/*border-top: 1px solid #393F6A;	
	border-bottom: 1px solid #0B1961;	
	border-left: 1px solid #393F6A;
	border-right: 1px solid #393F6A;*/
}