/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialogBox {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:1011px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#6d6d6d;
 z-index:1;
 margin-left:10px; /* default, width of left corner */
 margin-bottom:0; /* spacing under dialog */
}

.dialogBox .pContent,
.dialogBox .pTop,
.dialogBox .pBottom,
.dialogBox .pBottom div {
 background:transparent url(../images/grey-bg.png) no-repeat top right;
}

.dialogBox .pContent {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 10px 0px 0px;
}

.dialogBox .pTop {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:10px; /* top slice width */
 margin-left:-10px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

body.ie6 .dialogBox .pTop
{
 
}

.dialogBox .pBottom {
 /* bottom */
 position:relative;
 width:100%;
}

.dialogBox .pBottom,
.dialogBox .pBottom div {
 height:7px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialogBox .pBottom {
 background-position:bottom right;
}

.dialogBox .pBottom div {
 position:relative;
 width:10px; /* bottom corner width */
 margin-left:-10px;
 background-position:bottom left;
 line-height:1px;
}

.dialogBox .hd,
.dialogBox .bd,
.dialogBox .ft {
 position:relative;
}

.dialogBox .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. */
}
/*
.dialogBox h1,
.dialogBox p {
 margin:0px; 
 padding:0.5em 0px 0.5em 0px;
}

.dialogBox h1 {
 padding-bottom:0px;
}
*/

.dialogBox .floatContent
{
    float:left;
    width:100%;
    padding-top:5px;
}

body.ie6 .dialogBox .floatContent
{
    float:none;
}

.dialogBox.darkGrey .pContent
{
    background-image: url(../images/dark-grey-bg.png);
}

.dialogBox.darkGrey .pTop
{
    background-image: url(../images/dark-grey-bg.png);
}

.dialogBox.darkGrey .pBottom
{
    background-image: url(../images/dark-grey-bg.png);
}

.dialogBox.darkGrey .pBottom div
{
    background-image: url(../images/dark-grey-bg.png);
}


.dialogBox.bottomCornersOnly .pContent
{
    background-image: none;
    background-color: #ebedea;
}

.dialogBox.bottomCornersOnly .pTop
{
    background-image: none;
    background-color: #ebedea;
}

.dialogBox.topCornersOnly .pBottom
{
    background-image: none;
    background-color: #ebedea;
}

.dialogBox.topCornersOnly .pBottom div
{
    background-image: none;
    background-color: #ebedea;
}

.dialogBox.darkGrey.bottomCornersOnly .pContent
{
    background-color: #cacdc8;
}

.dialogBox.darkGrey.bottomCornersOnly .pTop
{
    background-color: #cacdc8;
}

.dialogBox.noDarkGreyBottomCornersOnly .pTop
{
    background-color: #ebedea;
}

.dialogBox.darkGrey.topCornersOnly .pBottom
{
    background-color: #cacdc8;
}

.dialogBox.darkGrey.topCornersOnly .pBottom div
{
    background-color: #cacdc8;
}


.dialogBox.tabbedBox .pContent
{
    background-image: none;
    background-color: #ebedea;
}

div.tabbedBoxContainer
{
position:relative;
padding-top:26px;
position:relative;
top:-26px;
left:0px;
}
div.tabbedBoxTabBar
{
clear:both;
height:26px;
width:100%;
position:absolute;
top:0px;
right:0px;
}
div.tabbedBoxTab
{
width:122px;
text-align:center;
height:26px;
float:right;
margin-left:17px;
background-image:url(/images/bridalclub-tab.png);
cursor:pointer;
line-height:26px;
vertical-align:middle;
}
div.tabbedBoxTab a
{
color:#ffffff;
font-size:14px;
width:122px;
height:26px;
display:block;
}












/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
