/*-------------------------------------
	Container Default Styles
--------------------------------------*/
div.SkinContainer ul
{	
	margin:0;
}
div.SkinContainer .AdminToolbar
{
	background-color:#72343A;
	clear:both;
}
div.SkinContainer h3.Title, div.SkinContainer h3.Title span
{
	margin: 0;
	color: Black;
	font-weight: bold;
	font-size: 105%;
	font-family: Arial, Sans-Serif;
}
div.SkinContainer .Content
{
	padding: 0 0 8px 8px;
	clear: both;
	text-align: left;
}


/* Title */
div.SkinContainer h2.Title { text-align: left; }
div.SkinContainer h2.Title, div.SkinContainer h2.Title span
{
	color:#FFFFFF;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Sans-Serif;
	padding: 4px 0 8px 0;
	margin:0px;
}
/* Content */
div.SkinContainer .Content { margin-top: 2px; padding: 4px 0 0 0; clear:both; }
div.SkinContainer .Content, div.SkinContainer .Content .Normal
{
}
/*##################################################################*/
/*##################################################################*/

.yellowtop {
float:left;
height:2px;
width:100%;
clear:both;
}

.yellowcontent {
	background-image:url(containerbg.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:auto;
	clear:both;
	float:left;
}

.linescontent {
	margin:0 9px;
	border-top:1px solid #666666;
}

.yellowcontent .Head {
	margin:0 0 0 7px;
	line-height:27px;
}

.yellow {
	float:left;
	clear:both;
	width:100%;
	padding:7px 0 2px 0;
}

.graycontent .Head {
	margin:0 0 0 7px;
	line-height:27px;
}
.graycontent  { 
	margin: 10px 8px 12px 8px; 
	background-color:#5d5d5d;
	border-top:2px solid #888;
	border-left:2px solid #888;
	border-right:2px solid #444;
	border-bottom:2px solid #444;
	padding:3px;
	}

/*##################################################################*/
/*##################################################################*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*##################################################################*/
/*##################################################################*/

 /* set background images for corners */

.rbtop div  { background: url(corner-top-left.png) no-repeat top left; }
.rbtop      { background: url(corner-top-right.png) no-repeat top right; }
.rbbot div  { background: url(corner-bottom-left.png) no-repeat bottom left; }
.rbbot      { background: url(corner-bottom-right.png) no-repeat bottom right; }

body.ie .rbtop div  { background: url(corner-top-left.gif) no-repeat top left; }
body.ie .rbtop      { background: url(corner-top-right.gif) no-repeat top right; }
body.ie .rbbot div  { background: url(corner-bottom-left.gif) no-repeat bottom left; }
body.ie .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: -12px 8px 0 8px; }
.rbroundbox { width: 100%; margin: auto; background-color: #5F494A; margin-bottom:8px; }
.redroundbox { width: 100%; margin: auto; background-color: #792B32; margin-bottom:8px; }

div.SkinContainer .WhiteContent, div.SkinContainer .WhiteContent .Normal
{
	color:#fff;
}	
/*##################################################################*/
/*##################################################################*/

.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.png) 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 -2px 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:6px 0 0 0;
}

.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:5px 4px 7px 0;
}

.dialog h1 {
 padding-bottom:0px;
}
