﻿/* Images Check Ingvi */

.modalBackground
{
  opacity:0.3;
  filter:alpha(opacity=30);
  -moz-opacity:0.3;
  background-color:#000000;   
}

.modalBackgroundNoMargin {
	opacity: 0.3;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	background-color: #000000;
	margin-left: 0 !important;
}

.modalPopupContainer
{
    
}

.modalPopupContent
{
  background-color:#FFFFFF;
  border:1px solid #CECFCE;
  padding:10px;
}

.modalPopupHeader
{
  background-color:transparent;
  height:25px;
  padding-left:0px;
  padding-top:0px;
  color:#ffffff;
  font-weight:bold;
  font-size:12px;
}

.modalPopupHeaderText
{
  float:left;
  padding-left:10px;
  padding-top:5px;
}

.modalPopupHeaderLeft
{
  width:0px;
  height:25px;
  float:left; 
  /*background-image:url('../IMAGES/POPUPS/mp_headerbackleft.gif');
  background-repeat:no-repeat;*/
}

.modalPopupHeaderRight
{
  width:0px;
  height:25px;
  float:left; 
 /* background-image:url('../IMAGES/POPUPS/mp_headerbackright.gif');
  background-repeat:no-repeat;*/
}

.modalPopupHeaderWrap
{
  height:25px;
  float:left; 
  background-image:url('../Images/Layout/mainmenu_wrap.gif');
  background-repeat:repeat-x;
}

.modalPopupButtonContainer
{
  float:left;
  clear:both; 
  margin-top:10px;
}

.modalPopupButton
{
  float:left;  
}