﻿
/* =================================================== */
.modalpopup-outer
{
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; /*      text-align: center;*/
  z-index: 99999;
  background-image: url(/mp/images/common/background-trans.png);
}

.modalpopup-inner
{
  width: 600px;
  height: 235px;
  margin: 255px auto; /*background-color: #f2f2f2;*/
  background-color: #ffffff;
  padding: 8px; /*text-align: center;*/
  border: solid 1px #C0C0C0;
  border-bottom: solid 1px #B1B1B1;
  border-right: solid 1px #B1B1B1;
  box-shadow: 2px 5px 10px rgba(43, 46, 14, 1);
}

.modalpopup-title
{
  float: left;
  height: 25px;
  font-weight: bold;
  background-repeat: no-repeat;
  font-size: 1.2em;
  width: 100%;
}

.modalpopup-content
{
  float: left;
  padding-top: 15px;
  width: 100%;
}
/* =================================================== */
/* Jquery UI - MPdialog-confirm                        */

.ui-dialog
{
  box-shadow: 2px 5px 10px rgba(43,46,14,1);
}
.ui-widget-overlay
{
  background: none;
}

.ui-widget-header
{
  border: none;
  background: none;
  color: black;
  font-weight: bold;
}
.ui-widget-content
{
  background: none;
  background-color: white;
}


.ui-dialog-buttonset .ui-button-text
{
  background: -moz-linear-gradient(#FFFFFF, #E1E1E1) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E1E1E1));
  color: #333333;
  border: 1px solid #C2C2C2;
  background-image: url(/mp/images/common/primary.gif);
}
.ui-state-hover
{
  background-color: Red;
}
div[aria-describedby="MPdialog-confirm"]
{
  box-shadow: 2px 5px 10px rgba(43, 46, 14, 1);
  z-index: 1000;
}

.ui-widget
{
  font-size: 1em;
}
/* =================================================== */
.MyFevorites
{
  background-image: url(/mp/images/common/my-favorites.png);
  background-repeat: no-repeat;
  background-position: 1px 2px;
}
