/* Standard Style Box settings */
div.stylebox,
div.styletitlebox{
	overflow:hidden;

}
div.styletitlebox .bd .c .s,
div.stylebox .bd .c .s
{
	height: 100%;
	overflow: hidden;
}

body.ext-ie6 div.hd div.c,
body.ext-ie6 div.bd div.c,
body.ext-ie6 div.ft div.c
{
	asdf__background: none;
}

div.hdbdft  div.hd,
div.hdbdft  div.ft, 
div.hdbdft  div.bd 
{
	asdfoverflow: visible;
}

div.hdbdft,
div.thdbdft{
	overflow:hidden;

}
div.thdbdft .bd .c .s,
div.hdbdft .bd .c .s
{
	height: 100%;
	overflow: hidden;
}

body.ext-ie6 div.hd div.c,
body.ext-ie6 div.bd div.c,
body.ext-ie6 div.ft div.c
{
	asdf__background: none;
}

div.hdbdft  div.hd,
div.hdbdft  div.ft, 
div.hdbdft  div.bd 
{
	asdfoverflow: visible;
}


/* Schill Style Box Settings */

.schill {
	position: relative;
	margin-right: 12px;
	max-width:980px; /*
 
 
 based on image dimensions - not quite consistent with drip styles yet */
}
.schill .content,
.schill .t,
.schill .b,
.schill .b div {
 background:transparent url(/lib/external/s.gif) no-repeat top left;  /* Customize.  */
}
 
.schill .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
}
 
.schill .t {
 /* top+left vertical slice */
 position:absolute;
 right:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-right:-12px; /*   */
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 overflow: hidden;
 background-position:top right;
}
 
.schill .b {
 /* bottom */
 position:relative;
 width:100%;
}
 
.schill .b,
.schill .b div {
 height:80px; /* height of bottom cap/shade */
 font-size:1px;
}
 
.schill .b {
 background-position:bottom left;
}
 
.schill .b div {
 position: absolute;
 right: 0;
 width:12px; /* bottom corner width */
 margin-right:-12px;
 background-position:bottom right;
}



/* Template for new schill box in the CMS_StyleBox php code  */

.altius {
	margin-right:  12px;		/* Offset the Right Margin*/
}

.altius .content,
.altius .t,
.altius .b,
.altius .b div {
	background-image:url(/dialog2/demo/dialog2-blue-800x1600.png);
}

.altius .content {
	padding: 12px 0 0 12px;
}

 .altius .t {
	 width:12px; /* top slice width */
	 margin-right:-12px; /*  */
 }
 
.altius .b,
.altius .b div {
	height:  30px;
}
.altius .b div {
	width:12px; /* bottom corner width */
	margin-right:-12px;
}
 
 
