/*********************************
POP-UPS, DIALOG BOXES AND HEADERS
*********************************/
.asiDialog{
  width: 660px;
  z-index: 99;
  position: absolute;
}
.asiDialog.small{
  width: 400px;
  height: 200px;
}
*>.asiDialog.small{
  height: auto;
  min-height: 200px;
}
.asiDialog.large{
  width: 80%;
  height: 417px;
  position: absolute;
}
*>.asiDialog.large{
  height: auto;
  min-height: 200px;
  position:absolute;
  left:0px;
}
.asiDialog.inFront{
  height: 500px;
  z-index:110;
  position:absolute;
}
.asiDialog .controls{
  position: absolute;
  top: 2px;
  right: 0;
  margin: 0 1px;
  font-size: 10px;
}
.asiDialog .controls a{
  float: right;
  margin: 0;
  padding: 0 2px;
}
.asiDialog h1{
  font-size: 13px;
  line-height: 27px;
  padding: 0 10px;
  margin: 0 0 10px;
}
.asiDialog.fullWindow{
  position: static;
  margin: 0;
  width: 100%;
  height: 100%;
}
.asiDialog p{
  text-align: center;
}
#asiAlert{
  z-index: 5000;
  width: 400px;
  height: 150px;
}
*>#asiAlert{
  height: auto;
  min-height: 150px;
  margin: 0 5px 15px;
}
#asiAlert h1{
  margin: 0 0 20px;
}
#asiAlert p{
  text-align: center;
  margin: 0px 5px 20px;
  line-height: 16px;
}

/* These are for the RichTextEditor's color picker */
.asiDialog.colorPicker{
  width: 240px;
  height: 200px;
}
*>.asiDialog.colorPicker{
  height: auto;
  min-height: 200px;
}
.asiDialog.colorPicker h1{
  margin-bottom: 0px; /* Remove spacing between header and content */
}

.alert-info, .alert-warning{
  margin: 5px auto;
  width: 90%;
  padding: 5px;
  border: 1px solid;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; 
}
