@import url(WA_MinimalDefault.css);

/* 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:0; padding: 0; }
div.SkinContainer .Content, div.SkinContainer .Content .Normal {
	color: #333;
}

.dialog3 div.SkinContainer .Content, .dialog3 div.SkinContainer .Content .Normal {
	color: #fff;
}
	
  /* set background images for corners */

.rbroundbox {
	background-color:#eee;
}

.CLroundbox {
	background-color:none;
	width: 100%; 
	clear:both; 
	margin:-7px 0 0 0px!important;
}

.rbroundbox h2, .rbroundbox h2 .Head {
	color:#444;
	font-size:15px;
	margin:0 0 7px 0;
}

.rbtop div  { background: url(corners/tl.png) no-repeat top left; height:8px;}
.rbtop      { background: url(corners/tr.png) no-repeat top right; height:8px;}
.rbbot div  { background: url(corners/bl.png) no-repeat bottom left; height:8px;}
.rbbot      { background: url(corners/br.png) no-repeat bottom right; height:8px;}

body.ie .rbtop div  { background: url(corners/tl.gif) no-repeat top left;}
body.ie .rbtop      { background: url(corners/tr.gif) no-repeat top right;}
body.ie .rbbot div  { background: url(corners/bl.gif) no-repeat bottom left;}
body.ie .rbbot      { background: url(corners/br.gif) no-repeat bottom right;}

.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px!important;
	font-size: 1px;
	margin-bottom:-5px;
}

body.ie7 .rbtop div, .rbtop, .rbbot div, .rbbot {
	margin-bottom:0px;
}

.rbcontent  { 
	margin: 0 14px;
}

.CLroundbox .rbcontent  { 
	margin: -7px 0!important;
	position:relative;
	z-index:1;
}

.CLroundbox .rbtop, .CLroundbox .rbbot   { 
	position:relative;
	z-index:1000;
}

.CLroundbox {
	
}

.rbcontent p {
	margin-top: 0px;
}

.rbroundbox { 
	width: 100%; 
	clear:both; 
	margin:0px!important;
}

.SkinContainer {
	margin: 10px 0px;
}


div.SkinContainer { margin:6px 0 4px 0; clear:both; }
	div.SkinContainer .AdminToolbar { background-color: #FFE1E1; }
	div.SkinContainer .Content { padding:0; clear: both; }
	
.Plain {
	border-bottom:1px dotted #999;
}

.boxshadow {
	background:url(shadowtop.jpg) repeat-x;
}


.titleleft {
	float:left;
	width:7px;
	height:31px;
	margin:-8px 0 0 0;
	background:url(titleleft.jpg) no-repeat;
}

.titlemain {
	float:left;
	width:auto;
	height:31px;
	margin:-8px 0 0 0;
	background:url(titlemain.jpg) repeat-x;
	padding:5px 3px 0 3px;
}

.titleright {
	float:left;
	width:7px;
	height:31px;
	margin:-8px 0 0 0;
	background:url(titleright.jpg) no-repeat;
}

body.ie7 .titleleft, body.ie .titleleft {
	margin:0;
}

body.ie7 .titlemain, body.ie .titlemain {
	margin:0;
}

body.ie7 .titleright, body.ie .titleright {
	margin:0;
}

/* Title */
.dialog h2 .Head, .titlemain h2 .Head {
	color:#fff;
	font-size:15px;
	letter-spacing:1px;
}

.titlemain div.SkinContainer {	margin: 0 0 2px 0; clear:none; }
.titlemain	div.SkinContainer .Content { padding: 2px 0 0 0; clear: none; }

/*##################################################################*/
/*##################################################################*/

.dialog, .dialog2, .dialog3, .dialog4 {
 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 .b {
 background:transparent url(graybox.png) no-repeat top right;
}

.tealouter .dialog .content, .tealouter .dialog .b {
 background:transparent url(greenbox.png) no-repeat top right;
}

.dialog .content, .dialog2 .content, .dialog3 .content, .dialog4 .content   {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:5px 18px 0px 10px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0;
 top:0;
 width:8px; /* top slice width */
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
 background:#fff url(graybox.png);
}

.tealouter .dialog .t {
 background:#fff url(greenbox.png);
}

.dialog .b, .dialog2 .b, .dialog3 .b, .dialog4 .b  {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b, .dialog2 .b, .dialog3 .b, .dialog4 .b,
.dialog .b div,  .dialog2 .b div, .dialog3 .b div, .dialog4 .b div {
 height:7px; /* height of bottom cap/shade */
 font-size:1px;
}

.tealouter .dialog .b, .dialog .b, .dialog2 .b, .dialog3 .b, .dialog4 .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:11px; /* bottom corner width */
 margin-left:0px;
 background:#fff url(graybox.png) bottom left;
}

.tealouter .dialog .b div {
 background:#fff url(greenbox.png) bottom left;
}
	
.dialog .hd, .dialog2 .hd, .dialog3 .hd, .dialog4 .hd 
.dialog .bd, .dialog2 .bd, .dialog3 .bd, .dialog4 .bd
.dialog .ft, .dialog2 .ft, .dialog3 .ft, .dialog4 .ft {
 position:relative;
}

.dialog .wrapper, .dialog2 .wrapper, .dialog3 .wrapper, .dialog4 .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, .dialog4 h1
.dialog p, .dialog2 p, .dialog3 p, .dialog4 p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1, .dialog2 h1, .dialog3 h1, .dialog4 h1  {
 padding-bottom:0px;
}


	
