
#decorativebar {
	width:100%;
	height:14px;
	background:url(decorate.png) no-repeat center;
	margin:3px 0 0 0;
}

body.ie #decorativebar {
	background:url(decorate.jpg) no-repeat center;
}

#decorativebar2 {
	width:795px;
	height:10px;
	background:url(decorate2.png) no-repeat;
}

body.ie #decorativebar2 {
	background:url(decorate2.jpg) no-repeat center;
}

.decoratetitle2 {
	padding:6px 0 3px 14px;
}

 /* set background images for corners */

.rbtop div  { background: url(corner-top-left.gif) no-repeat top left; }
.rbtop      { background: url(corner-top-right.gif) no-repeat top right; }
.rbbot div  { background: url(corner-bottom-left.gif) no-repeat bottom left; }
.rbbot      { background: url(corner-bottom-right.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.rbcontent  { margin: 0 14px; }
.rbroundbox { width: 100%; margin: auto; }

.rbroundbox { background-color: #e1deef; margin-top:10px; }

div.SkinContainer {	margin: 0 0 14px 0; }
	div.SkinContainer .AdminToolbar { background-color: #FFE1E1; }
	div.SkinContainer .Content { padding: 2px 0 0 0; clear: both; }
	div.SkinContainer .PlainContent { padding:0; clear: both; }
	
	
/*##################################################################*/
/*##################################################################*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:1000px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:4px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(box.jpg) no-repeat top right;
 _background-image:url(box.png);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 8px 0px 8px;
 margin:0 0 -4px 0;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:4px; /* top slice width */
 margin-left:-4px;
 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:4px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:4px; /* bottom corner width */
 margin-left:-4px;
 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 {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:9px 0 3px 0;
 color:#fff;
 text-align:center;
 font-family:Georgia,"Times New Roman",Times,serif;
 font-size:21px;
 font-variant:small-caps;
 font-weight:normal;
 text-decoration:underline;
}

.dialog p, .dialog .Normal {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:5px 2px 4px 0;
 color:#fff;
}

.dialog a {
	color:#fff!important;
}

.dialog a:hover {
	color:#CCCCCC!important;
}