/**
 * Msg Stylesheets
 */

.MBox {
  background-color: white;
  border: 1px solid black;
  cursor: default;
  height: 150px;
  margin: 0;
  overflow: hidden;
  padding: 1px;
  position: absolute;
  visibility: hidden;
  width: 200px;
}

.Text div {
  color: black;
}

.MBox img {
  margin-top: 3px;
}

.MBtn {
  cursor: default;
  height: 20px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 20px;
}
 
.Msg {
  color: black;
  overflow: hidden;
  padding: 10px 5px 0px 35px;
  vertical-align: top;
  text-align: left;
}

.Msg pre {
  color: black;
}

.Msg_error {
  background: #fff url('../images/msg_error.png') no-repeat scroll 10px 30px;
}

.Msg_warning {
  background: #fff url('../images/msg_error.png') no-repeat scroll 10px 30px;
}

.Msg_notice {
  background: #fff url('../images/msg_warning.png') no-repeat scroll 10px 30px;
}

.Msg_confirm, .Msg_confirmOut {
  background: #fff url('../images/msg_question.png') no-repeat scroll 10px 30px;
}

.Msg_prompt {
  background: #fff url('../images/msg_question.png') no-repeat scroll 10px 30px;
}

.Msg_io {
  background: #fff url('../images/msg_io.png') no-repeat scroll 10px 30px;
}

.MsgBtn {
  background-image: url('../images/swm_titlebar_active.jpg');
  bottom: 5px;
  color: white;
  float: right;
  font-weight: bold;
}

.Title {
  background-image: url('../images/swm_titlebar_active.jpg');
}

.TitleInactive {
  background-image: url('../images/swm_titlebar_inactive.jpg');
}

.Bar {
  cursor: default;
  height: 24px;
  margin: 0; 
  overflow: hidden;
  padding-top: 2px;
  text-align: left;
  text-align: left;
}

.Bar span {
  color: white;
  font-size: 13px;
  font-weight: bold;
  padding-left: 14px;
}
