/* NEW POPUP */

.tieto_popup_container {
	border:4px solid #fff;
	padding:0;
	position:fixed;
  _position:absolute; /* hack for internet explorer 6*/	
  /*display:none;*/
  /*overflow:hidden;*/
  text-align:left;    
  position:absolute;
}
.tieto_popup_header {
	background-color: #0080c6;
	min-height:34px;
	padding-bottom: 6px;
	width:100%;
	float:left;
}

.tieto_popup_body {
	overflow-y:auto;
	height:90%;
	width:100%;
	float:left;
	padding:0;
	background:#fff;
	
}

.tieto_popup_content {
	font-family: Arial;
	font-size:14px;
	float:left;
	padding: 40px 60px 40px 50px;	
}

.tieto_popup_title {
	float:left;
	width:100%;
	padding:6px 0 6px 50px;
}

.tieto_popup_title h3{
	color: #fff;
	font-family: Arial;
	font-size:24px !important;
	font-weight:bold;
	float:left;
	margin:0 !important;
	padding:0 !important;
}


.tieto_popup_button_close {
	width:16px;
	height:17px;	
	background-image:url('/_layouts/images/TEDI/MTConsumer/popup/close-popup_normal.gif');
	background-repeat:no-repeat;
	float:right;
	margin-top:4px;
	margin-right:4px;
	cursor:pointer;
}

.tieto_popup_button_close_over {
	background-image:url('/_layouts/images/TEDI/MTConsumer/popup/close-popup_over.gif') !important;
}


.tieto_icon_help {
	background-image:url('/_layouts/images/TEDI/MTConsumer/popup/help-info.jpg');
	background-repeat:no-repeat;
	background-position:10px 6px;
}

.tieto_popup_cell_close {
	width:60px !important;
}


.tieto_popup_header table {
	width:100%;
}
.popupContainer {
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/	
    display:block;
    overflow:hidden;
    background-image:url('/_layouts/images/TEDI/MTConsumer/mg_logo.gif');
	background-position:right bottom;
	background-repeat:no-repeat;
    padding-top:15px !important;
	padding-bottom:50px !important;
	
}

.popupUrlContainer {
	background-image:none !important;
   padding:0 !important;
}

.popupContainer_custom{
	background-color:#fff;
    position:fixed;
    _position:absolute;/* hack for internet explorer 6*/	
    display:block;
    overflow:hidden;
    padding:0px !important;
    margin:0px !important;
}

.popupContainer-top{
 	background-image:url('/_layouts/images/TEDI/MTConsumer/popup/topshadow.gif');
    background-repeat:repeat-x;
	height:10px;
	width:100%;
	position:absolute;
	top:0;
	left:0;	
}

#popupBackground
{
    filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity:0.3;
	position:fixed;
	_position:absolute;	
}

