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

.dialog {
font-size:14px;
 position:relative;
 margin:0px auto;
 margin-top:5px;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(../images/dialog2-Y-800x1600.png) no-repeat top right;
 _background-image:url(dialog2-blue.gif);
}

.dialog .content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:5px 12px 0px 0px;
	background-image: url(../images/dialog2-Y-800x1600.png);
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 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:18px; /* height of bottom cap/shade */
 font-size:1px;
}

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

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 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;
}


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

.dialogG {
	font-size:12px;
	position:relative;
	margin:0px auto;
	margin-top:5px;
	min-width:8em;
	max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
	color:#000;
	margin-left:12px; /* default, width of left corner */
	margin-bottom:0.5em; /* spacing under dialog */
}

.dialogG .content,
.dialogG .t,
.dialogG .b,
.dialogG .b div {
 background:transparent url(../images/dialog2-G-800x1600.png) no-repeat top right;
 _background-image:url(dialog2-blue.gif);
}

.dialogG .content {
text-align:left;
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:5px 14px 0px 2px;
	background-image: url(../images/dialog2-G-800x1600.png);
}

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

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

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

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

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

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

.dialogG .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. */
}

.dialogG h1,
.dialogG p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}
.dialogG p {
text-align: justify;
}

.dialogG h1 {
color:#990000;
 text-align:center;
 padding-bottom:2px;
 letter-spacing:-0.04em;
}

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

.dialogYR {
font-size:14px;
 position:relative;
 margin:5px auto 12px 12px; /* 12px is default, width of left corner */
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
}

.dialogYR .content,
.dialogYR .t,
.dialogYR .b,
.dialogYR .b div {
 background:transparent url(../images/dialog2-YR-800x1600.png) no-repeat top right;
 _background-image:url(dialog2-blue.gif);
}

.dialogYR .content {
	text-align:left;
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:5px 14px 0px 2px;
	background-image: url(../images/dialog2-YR-800x1600.png);
}

.dialogYR .content img {
margin:3px 4px 0 0;
}

.dialogYR .content .quotes{
background:url(../images/quote-left.png) top left no-repeat;
padding:10px 0 0 3px;
width:100%;
text-align:center;
font-weight:bold;
}
.dialogYR .content .quotesBtm{
background:url(../images/quote-right.png) bottom right no-repeat;
padding:0 0 10px 0;
width:100%;
text-align:center;
}
.dialogYR .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

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

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

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

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

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

.dialogYR .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. */
}

.dialogYR h1,
.dialogYR p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}
.dialogYR p {
text-align: justify;
}

.dialogYR h1 {
color:#990000;
 text-align:center;
 padding-bottom:2px;
 letter-spacing:-0.04em;
}

/*   -- Grey with title bar --*/
.dialogGT {
	font-size:14px;
	position:relative;
	margin:5px auto;
	min-width:8em;
	max-width:976px; /* based on image dimensions - not quite consistent with drip styles yet */
	color:#000;
	margin-left:12px; /* default, width of left corner */
	margin-bottom:12px; /* spacing under dialog */
}
.dialogGT .contentGT, .dialogGT .tGT, .dialogGT .bGT, .dialogGT .bGT div {
	background:transparent url(../images/dialog2-GT-1000x1600.png) no-repeat top right;
}
.dialogGT .boxtitle {
	text-align:left;
	height:20px;
	font-size:12px;
	font-weight:bold;
	padding:1px 0 0 0;
}
.dialogGT .boxContent {
	text-align:left;
	font-size:12px;
	font-weight:normal;
	padding:5px;
}
.dialogGT p{
	font: 12px/14px normal Arial, Helvetica, sans-serif;
	text-align:left;
	margin:0px;
	padding:0 0;
}

.dialogGT .contentGT {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:5px 12px 0px 0px;
	background-image: url(../images/dialog2-GT-1000x1600.png);
}
.dialogGT .tGT {
	/* top+left vertical slice */
    position:absolute;
	left:0px;
	top:0px;
	width:12px; /* top slice width */
	margin-left:-12px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}
.dialogGT .bGT {
	/* bottom */
 position:relative;
	width:100%;
}
.dialogGT .bGT, .dialogGT .bGT div {
	height:10px; /* height of bottom cap/shade */
	font-size:1px;
}
.dialogGT .bGT {
	background-position:bottom right;
}
.dialogGT .bGT div {
	position:relative;
	width:12px; /* bottom corner width */
	margin-left:-12px;
	background-position:bottom left;
}
