#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=50);
	background-color:transparent !important;
	background-color: #333333;
	background-image: url("/img/maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-repeat: repeat;
	display:none;
}

#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}

#popupInner {
	background-color: transparent;
}

#popupFrame {
	position: relative;
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0 0 0 0;
	
	z-index: 202;
}

#popupTitleBar {
	position: relative;
	
	width: 100%;
	height: 23px;
	
	margin: 0px;
	padding: 0px;
	border: 0px;
	
	z-index: 203;
}

#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}

.popTab, .popTabL {
	height: 23px;
	background: url(/img/_tabs/popL.png) 0 0 no-repeat;
}

.popTab h1 {
	margin:  0 0 0 0;
	background: url(/img/_tabs/popR.png) bottom right no-repeat;
}

.popTabL h1 {
	margin:  0 0 0 0;
	background: url(/img/_tabs/popLR.png) bottom right no-repeat;
}

.popTab h2 {
	margin:  0 0 0 0;
	background: url(/img/_tabs/popR.png) bottom right no-repeat;
}

.popTabL h2 {
	margin:  0 0 0 0;
	background: url(/img/_tabs/popLR.png) bottom right no-repeat;
}

.popTab h1 a, .popTabL h1 a {
	display: block;
	
	padding-top: 5px;
	margin-left: 10px;
	padding-bottom: 5px;

	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;

	text-decoration: none;
	color: #265E8F;
	
	background: url(/img/_tabs/popBG.png);
}

.popTab h2 a, .popTabL h2 a {
	margin: 0 0 0 0;
	padding-top: 5px;
	padding-bottom: 5px;
	
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;

	text-decoration: none;
	color: #265E8F;
}

.popTab h1 a { margin-right: 50px; }
.popTabL h1 a { margin-right: 31px; }

.popTab h1 a:link, .popTabL h1 a:link, .popTabL h2 a:link { text-decoration: none; color: #265E8F; }
.popTab h1 a:visited, .popTabL h1 a:visited, .popTabL h2 a:visited { text-decoration: none; color: #265E8F; }
.popTab h1 a:hover, .popTabL h1 a:hover, .popTabL h2 a:hover { text-decoration: none; color: #265E8F; }
.popTab h1 a:active, .popTabL h1 a:active, .popTabL h2 a:active { text-decoration: none; color: #265E8F; }

.popBox {
	border: 1px solid #3A97FF;
	border-bottom: 0px;
	
	padding: 0 0 0 0;
	margin: 0 0 0 0;

	background: url(/img/_boxes/pgBG.gif);
}

.popBtm {
	height: 10px;
	background: url(/img/_boxes/popBL.png) 0 0 no-repeat;
}

.popBtm h1 {
	margin:  0 0 0 0;
	background: url(/img/_boxes/popBR.png) bottom right no-repeat;
}

.popBtm h1 a {
	display: block;

	padding: 0 0 0 0;
	margin: 0;
	
	margin-left: 10px;
	margin-right: 10px;
	
	background: url(/img/_boxes/popBtm.png);
}

#msgContainer {
	position: absolute;
	display: none;
	
	top: 0px;
	left: 0px;
	
	padding: 0px;
	
	z-index: 201;
}

#msgInner {
	padding: 10px;
	
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	
	color: #575757;
	background-color: #F1F1F1;
}
