/* $Id: dialogbox.css 64263 2011-04-07 16:16:23Z christopher.sanders $
/css/0.1/screen/common/modules/dialogbox.css
(c)2006 - 2010 The New York Times Company */

.dialogBoxContainer,
.dialogBox,
.dialogBoxPointer,
.dialogBoxPointerLeft,
.dialogBoxPointerRight,
.dialogBoxPointerUp,
.dialogBoxCloseContainer {
  position: absolute;
}

.dialogBox {
  border: 1px solid #ccc;
  background-color: #fff;
  -moz-box-shadow: 0 1px 3px #aaa;
  -webkit-box-shadow: 0 1px 3px #aaa;
  box-shadow: 0 1px 3px #aaa;
  text-align: left;
}

.dialogBox.blue {
  border: 1px solid #c5d3e1;
  background-color: #e6eff8;
}

.dialogBox .inset {
  margin: 10px;
}

.dialogBox .module {
  border: none;
  margin-bottom: 20px;
  background: none;
}

.dialogBox .header {
  margin-bottom: 4px;
  zoom: 1;
}

.dialogBox .header .moduleHeaderBd,
.dialogBox .header .moduleHeader {
  margin: 0;
}

.dialogBox .header .element2 {
  width: 52px;
}

.dialogBoxPointer {
  left: 48%;
  background: url(6a1a24d357fc68a5bb77a83ad7626418aeea22b7.png)  left top no-repeat;
  height: 13px;
  width: 11px;
}

.dialogBoxPointerLeft {
  top: 48%;
  left: -10px;
  background: url(d398005a4572adc61b110c06c24b5dd78155c789.png)  left top no-repeat;
  height: 15px;
  width: 10px;
}

.dialogBoxPointerRight {
  top: 48%;
  right: -10px;
  background: url(7e1182ded10471ff5ebbc9bfb0c17189860acb89.png)  left top no-repeat;
  height: 15px;
  width: 10px;
}

.dialogBoxPointerUp {
  left: 48%;
  top: -8px;
  background: url(bcdf5d37087735ac778b2dff75ed85aaa8cf0161.png)  left top no-repeat;
  height: 8px;
  width: 12px;
}

.dialogBox.blue .dialogBoxPointer {
  background-image: url(e235261b0251b383a5b8362cc7888e15db63ea7a.png) ;
  background-color: transparent;
}

.dialogBox.blue .dialogBoxPointerLeft {
  background-image: url(8b1d6053fbbdb14436801adde86a15e93806c753.png) ;
  background-color: transparent;
}

.dialogBox.blue .dialogBoxPointerRight {
  background-image: url(54a760d46bfbb8f81d1f4646d7e990ee3a4755ae.png) ;
  background-color: transparent;
}

.dialogBox.blue .dialogBoxPointerUp {
  background-image: url(53e4825d16eb4fdf9773f4dca363d599961988b1.png) ;
  background-color: transparent;
}

.dialogBoxCloseContainer {
  top: 5px;
  right: 5px;
}

.dialogBoxClose {
  font-family: arial, helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #000 !important;
  background: url(af824007718ea16d935a99a5d3029aea241dc3b2.gif)  right top no-repeat;
  display: block;
  height: 13px;
  padding-right: 18px;
}

.dialogBoxClose.hideText {
  padding-right: 0;
  width: 13px;
}

/* IE8 and below get non shadowed pointer images */

.dialogBoxPointer {
  background-image: url(3b4238370fde7dda90c03ed16997948b9a329bb0.png) \9;
}

.dialogBoxPointerLeft {
  left: -8px\9;
  background-image: url(2518b71776167695499af4fef938120250006176.png) \9;
  height: 10px\9;
  width: 8px\9;
}

.dialogBoxPointerRight {
  right: -8px\9;
  background-image: url(3d52c07690b10a0eda462398f2651b628932e93c.png) \9;
  height: 10px\9;
  width: 8px\9;
}

.dialogBox.blue .dialogBoxPointer {
  background-image: url(d8bd56698c4373b7852e2d247f215bb4f587983b.png) \9;
}

.dialogBox.blue .dialogBoxPointerLeft {
  background-image: url(d5843780daff3701cf7ccf8dc7ed7e4dfbfd9e79.png) \9;
}

.dialogBox.blue .dialogBoxPointerRight {
  background-image: url(9b11239fd55def34f0b374049d826619dbed2c95.png) \9;
}

