﻿.ExtendableBlueBox
{
	color:#000;
	margin-left:12px; /* default, width of left corner */
	margin-bottom:0.5em; /* spacing under dialog */
	margin:0 auto;
	min-width:100px;
	max-width:980px; /* based on image dimensions - not quite consistent with drip styles yet */
	position:relative;
	z-index:1;
}
.ExtendableBlueBox .ExtendContent, .ExtendableBlueBox .t, .ExtendableBlueBox .b, .ExtendableBlueBox .b div 
{
    background:url('/Content/Styles/Images/BlueBox/BlueBoxExtendable.png') no-repeat top right;
}
.ExtendableBlueBox .ExtendContent
{
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:25px 12px 0px 3px;
}
.ExtendableBlueBox .t
{
	/* top+left vertical slice */
 	position:absolute;
	left:0px;
	top:0px;
	width:12px; /* top slice width */
	margin-left:-12px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}
.ExtendableBlueBox .b
{
	/* bottom */
 	position:relative;
	width:100%;
}
.ExtendableBlueBox .b, .ExtendableBlueBox .b div
{
	height:30px; /* height of bottom cap/shade */
	font-size:1px;
}
.ExtendableBlueBox .b { background-position:bottom right; }
.ExtendableBlueBox .b div
{
	position:relative;
	width:12px; /* bottom corner width */
	margin-left:-12px;
	background-position:bottom left;
}
.ExtendableBlueBox .ExtendContent p, .ExtendableBlueBox .ExtendContent h2 {margin-bottom:0}
.ExtendableBlueBox .ExtendContent ul
{
	list-style-image:url(/images/small-bullet.gif);
	margin:0 0 0 27px;
	padding:0;
}
.ExtendableBlueBox .ExtendContent ul li
{
	color:#29292B;
	line-height:20px;
	padding-left:10px;
}