@import url(WA_MinimalDefault.css);

/* Title */
div.SkinContainer h2.Title { text-align: left; }
div.SkinContainer h2.Title, div.SkinContainer h2.Title span
{
	color: #004078;
	font-weight: bold;
	font-size: 18px;
	
	font-family: Arial, Sans-Serif;
	padding: 4px 0;
}
/* Content */
div.SkinContainer .Content { margin-top: 2px; padding: 4px 0 0 0; }
div.SkinContainer .Content, div.SkinContainer .Content .Normal
{
	color: Black;
}

.BackgroundHeader h1.Title {
	background: url('images/container-hd-left-bg.png') top left no-repeat;
	display: block;
	height: 48px;
	margin-left: -8px;
	margin-right: -8px
}

.BackgroundHeader h1.Title span {
	background: url('images/container-hd-right-bg.png') top right no-repeat;
	display: block;
	height: 42px;
	margin: 4px 0 0 8px;
	padding: 5px 15px 0 7px;
}

.BackgroundHeader h1.Title span {
	color: #FFCC00;
	font-family: Tahoma;
	line-height: 38px;
	font-size: 20px;
}

/* IE6 fix */

* html #h1.Title  { 
	margin-left: -16px;
	margin-right: -16px;
}

/* IE7 fix */
*:first-child+html h1.Title span { 
	margin: 0 0 0 8px;
} 

/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.BackgroundBody .dialog {
 position:relative;
 margin:4px auto;
 min-width:8em;
 max-width:960px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:0px; /* default, width of left corner */
 margin-bottom:-10px; /* spacing under dialog */
 margin-right: -8px;
}

.BackgroundBody .dialog a, 
.BackgroundBody .dialog h1, 
.BackgroundBody .dialog h2,
.BackgroundBody .dialog h3,
.BackgroundBody .dialog h4 {
	color: #fff;
}

.BackgroundBody .dialog .content,
.BackgroundBody .dialog .t,
.BackgroundBody .dialog .b,
.BackgroundBody .dialog .b div {
 background:transparent url('images/container-rounded-bg.png') no-repeat top right;
 _background-image:url(dialog2-blue.gif);
}

.BackgroundBody.Red .dialog .content,
.BackgroundBody.Red .dialog .t,
.BackgroundBody.Red .dialog .b,
.BackgroundBody.Red .dialog .b div {
 background:transparent url('images/container-rounded-red-bg.png') no-repeat top right;
 _background-image:url(dialog2-blue.gif);
}

.BackgroundBody.Purple .dialog .content,
.BackgroundBody.Purple .dialog .t,
.BackgroundBody.Purple .dialog .b,
.BackgroundBody.Purple .dialog .b div {
 background:transparent url('images/container-rounded-purple-bg.png') no-repeat top right;
 _background-image:url(dialog2-blue.gif);
}

.BackgroundBody .dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0 18px 10px 10px;
}

.BackgroundBody .dialog .t,
.BackgroundBody.Red .dialog .t,
.BackgroundBody.Purple .dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:8px; /* top slice width */
 margin-left:-8px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.BackgroundBody .dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.BackgroundBody .dialog .b,
.BackgroundBody .dialog .b div {
 height:10px; /* height of bottom cap/shade */
 font-size:1px;
}

.BackgroundBody .dialog .b,
.BackgroundBody.Red .dialog .b,
.BackgroundBody.Purple .dialog .b {
 background-position:bottom right;
}

.BackgroundBody .dialog .b div,
.BackgroundBody.Red .dialog .b div,
.BackgroundBody.Purple .dialog .b div {
 position:relative;
 width:8px; /* bottom corner width */
 margin-left:-8px;
 background-position:bottom left;
}

.BackgroundBody .dialog .hd,
.BackgroundBody .dialog .bd,
.BackgroundBody .dialog .ft {
 position:relative;
}

.BackgroundBody .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. */
}

.BackgroundBody .dialog h1,
.BackgroundBody .dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.BackgroundBody .dialog h1 {
 padding-bottom:0px;
}

div.SkinContainer.BackgroundBody .Content, div.SkinContainer.BackgroundBody .Content .Normal {
	color: #FFF;
}