/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:980px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 z-index:1;
 margin-left:6px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(basicWarper.png) no-repeat top right;
 _background-image:url(basicWarper.png);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 6px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:6px; /* top slice width */
 margin-left:-6px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:5px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:6px; /* bottom corner width */
 margin-left:-6px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}


/* ADS WARPER */

.ads {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:740px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 z-index:1;
 margin-left:6px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.ads .content,
.ads .t,
.ads .b,
.ads .b div {
 background:transparent url(AdsWarper.gif) no-repeat top right;
 _background-image:url(AdsWarper.gif);
}

.ads .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:6px 6px 0px 2px;
}

.ads .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:6px; /* top slice width */
 margin-left:-6px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.ads .b {
 /* bottom */
 position:relative;
 width:100%;
}

.ads .b,
.ads .b div {
 height:10px; /* height of bottom cap/shade */
 font-size:1px;
}

.ads .b {
 background-position:bottom right;
}

.ads .b div {
 position:relative;
 width:6px; /* bottom corner width */
 margin-left:-6px;
 background-position:bottom left;
}

.ads .hd,
.ads .bd,
.ads .ft {
 position:relative;
}

.ads .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.ads h1,
.ads p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.ads h1 {
 color:#FFF;
 padding:1px 0 0 0;
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;
 font-weight:bold;
 text-transform:uppercase;
}

/* BLUE WARPER */

.blueWrp {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:980px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 z-index:1;
 margin-left:6px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.blueWrp .content,
.blueWrp .t,
.blueWrp .b,
.blueWrp .b div {
 background:transparent url(BlueWarper.png) no-repeat top right;
 _background-image:url(BlueWarper.png);
}

.blueWrp .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:6px 6px 0px 2px;
}

.blueWrp .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:6px; /* top slice width */
 margin-left:-6px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.blueWrp .b {
 /* bottom */
 position:relative;
 width:100%;
}

.blueWrp .b,
.blueWrp .b div {
 height:12px; /* height of bottom cap/shade */
 font-size:1px;
}

.blueWrp .b {
 background-position:bottom right;
}

.blueWrp .b div {
 position:relative;
 width:6px; /* bottom corner width */
 margin-left:-6px;
 background-position:bottom left;
}

.blueWrp .hd,
.blueWrp .bd,
.blueWrp .ft {
 position:relative;
}

.blueWrp .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.blueWrp h1,
.blueWrp p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.blueWrp h1 {
 color:#FFF;
 padding:1px 0 0 0;
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;
 font-weight:bold;
 text-transform:uppercase;
}
/* ORANGE WARPER */

.orangeWrp {
 position:relative;
 margin:0px auto;
 min-width:100px;
 max-width:740px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 z-index:1;
 margin-left:6px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.orangeWrp .content,
.orangeWrp .t,
.orangeWrp .b,
.orangeWrp .b div {
 background:transparent url(orangeWarper.png) no-repeat top right;
 _background-image:url(orangeWarper.png);
}

.orangeWrp .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:6px 6px 0px 8px;
}

.orangeWrp .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-6px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.orangeWrp .b {
 /* bottom */
 position:relative;
 width:100%;
}

.orangeWrp .b,
.orangeWrp .b div {
 height:12px; /* height of bottom cap/shade */
 font-size:1px;
}

.orangeWrp .b {
 background-position:bottom right;
}

.orangeWrp .b div {
 position:relative;
 width:6px; /* bottom corner width */
 margin-left:-6px;
 background-position:bottom left;
}

.orangeWrp .hd,
.orangeWrp .bd,
.orangeWrp .ft {
 position:relative;
}

.orangeWrp .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.orangeWrp h1,
.orangeWrp p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.orangeWrp h1 {
 color:#FFF;
 padding:8px 0 10px 0;
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;
 font-weight:bold;
 text-transform:uppercase;
}

/* GREEN WARPER */

.greenWrp {
 position:relative;
 margin:0px auto;
 min-width:100px;
 max-width:740px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 z-index:1;
 margin-left:6px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.greenWrp .content,
.greenWrp .t,
.greenWrp .b,
.greenWrp .b div {
 background:transparent url(verdewrp.png) no-repeat top right;
 _background-image:url(verdewrp.png);
}

.greenWrp .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:6px 6px 0px 8px;
}

.greenWrp .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-6px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.greenWrp .b {
 /* bottom */
 position:relative;
 width:100%;
}

.greenWrp .b,
.greenWrp .b div {
 height:12px; /* height of bottom cap/shade */
 font-size:1px;
}

.greenWrp .b {
 background-position:bottom right;
}

.greenWrp .b div {
 position:relative;
 width:6px; /* bottom corner width */
 margin-left:-6px;
 background-position:bottom left;
}

.greenWrp .hd,
.greenWrp .bd,
.greenWrp .ft {
 position:relative;
}

.greenWrp .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.greenWrp h1,
.greenWrp p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.greenWrp h1 {
 color:#FFF;
 padding:8px 0 10px 0;
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;
 font-weight:bold;
 text-transform:uppercase;
}

/* FUSIA WARPER */

.fusiaWrp {
 position:relative;
 margin:0px auto;
 min-width:100px;
 max-width:740px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 z-index:1;
 margin-left:6px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.fusiaWrp .content,
.fusiaWrp .t,
.fusiaWrp .b,
.fusiaWrp .b div {
 background:transparent url(fusiawrp.png) no-repeat top right;
 _background-image:url(fusiawrp.png);
}

.fusiaWrp .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:6px 6px 0px 8px;
}

.fusiaWrp .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-6px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.fusiaWrp .b {
 /* bottom */
 position:relative;
 width:100%;
}

.fusiaWrp .b,
.fusiaWrp .b div {
 height:12px; /* height of bottom cap/shade */
 font-size:1px;
}

.fusiaWrp .b {
 background-position:bottom right;
}

.fusiaWrp .b div {
 position:relative;
 width:6px; /* bottom corner width */
 margin-left:-6px;
 background-position:bottom left;
}

.fusiaWrp .hd,
.fusiaWrp .bd,
.fusiaWrp .ft {
 position:relative;
}

.fusiaWrp .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.fusiaWrp h1,
.fusiaWrp p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.fusiaWrp h1 {
 color:#FFF;
 padding:8px 0 10px 0;
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;
 font-weight:bold;
 text-transform:uppercase;
}