@import url(WA_MinimalDefault.css);

div.SkinContainer {margin:0;}
/* Title */
div.SkinContainer h2.Title { text-align: center; }
div.SkinContainer h2.Title, div.SkinContainer h2.Title span
{
	color: #004078;
	font-weight: bold;
	font-size: 22px;
	
	font-family: Arial, Sans-Serif;
	padding: 4px 0;
}
/* Content */
div.SkinContainer .Content { margin-top: 4px; padding: 0; }
div.SkinContainer .Content, div.SkinContainer .Content .Normal
{
	color: #666;
}

.circle {
	background:url(circlebg.jpg) no-repeat;
}

.decoratetitle {
	padding:0px 0 0 69px;
	background:url(decorate.png) no-repeat bottom;
	height:41px;
}

.rectangle .Head {
	font-size:16px;
	color:#999;
}

.rectangletop, .rectanglebot {
	width:610px;
}

.rectangletop {
	margin:8px 0 0 0;
}

.rectangle {
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:none;
	border-bottom:none;
	clear:both;
	float:left;
	margin:0px;
	text-align:left;
	width:602px;
	padding:0 0 0 6px;
}

.RectangleContent {
	padding:2px 6px 4px 0px;
}
	
  /* 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: -8px 10px 0 10px; }
.rbroundbox { width: 100%; margin: auto; background-color: #A5D1D1; margin-top:10px; }

.yellowrbroundbox { width: 100%; margin: auto; background-color:#FDF7E3; margin-top:0px; }
.purplerbroundbox { width: 100%; margin: auto; background:#E8E6F2 url(swirl.jpg) no-repeat bottom right; margin-top:0px; }

div.SkinContainer {	margin: 0; clear:both; }
	div.SkinContainer .AdminToolbar { background-color: #FFE1E1; }
	div.SkinContainer .Content { padding: 2px 0 0 0; clear: both; }
	


/*##################################################################*/
/*##################################################################*/

.dialog, .dialog2, .dialog3 {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:850px; /* 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:0.5em; /* spacing under dialog */
}

.dialog .content, 
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(blue-box.gif) no-repeat top right;
 _background-image:url(blue-box.png);
}

.dialog2 .content, 
.dialog2 .t,
.dialog2 .b,
.dialog2 .b div {
 background:transparent url(pink-box.gif) no-repeat top right;
 _background-image:url(pink-box.png);
}

.dialog3 .content, 
.dialog3 .t,
.dialog3 .b,
.dialog3 .b div {
 background:transparent url(purple-box.gif) no-repeat top right;
 _background-image:url(purple-box.png);
}

.dialog .content, .dialog2 .content, .dialog3 .content  {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 8px 0px 8px;
}

.dialog .t, .dialog2 .t, .dialog3 .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:8px; /* top slice width */
 margin-left:-18x;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b, .dialog2 .b, .dialog3 .b  {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b, .dialog2 .b, .dialog3 .b,
.dialog .b div,  .dialog2 .b div, .dialog3 .b div {
 height:11px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b, .dialog2 .b, .dialog3 .b {
 background-position:bottom right;
}

.dialog .b div, .dialog2 .b div, .dialog3 .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:0px;
 background-position:bottom left;
}

.dialog .hd, .dialog2 .hd, .dialog3 .hd, 
.dialog .bd, .dialog2 .bd, .dialog3 .bd,
.dialog .ft, .dialog2 .ft, .dialog3 .ft {
 position:relative;
}

.dialog .wrapper, .dialog2 .wrapper, .dialog3 .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, .dialog2 h1, .dialog3 h1,
.dialog p, .dialog2 p, .dialog3 p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1, .dialog2 h1, .dialog3 h1  {
 padding-bottom:0px;
}

/* Title */
div.SkinContainer h2.Titleimg { text-align: center; }
div.SkinContainer h2.Titleimg, div.SkinContainer h2.Titleimg span
{
	color: #fff;
	font-weight: normal;
	font-size: 20px;	
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 3px 0 4px;
	line-height:22px;
}