/****************************************************/
/* CONTAINERS                                       */
/****************************************************/

.containerPane 
{
    margin-bottom: 15px;
}

/* Box Blue ------------------- */		

.boxBlue {
		background-color:#d5e4f1;
		border:solid #FFFFFF 2px;
		padding:5px;
		}

.boxBlue h5, .boxBlue p {
		font-size:14px;
		letter-spacing:-.5px;
		}

/* Bevel Head *************************/

.bevelGray, .bevelBlue
{
    height: 21px;
}
.bevelGray h5, .bevelBlue h5
{
    padding: 3px 0 0 5px;
    font-size: 13px;    
}

/* BevelHead Gray */

.bevelGray {        background: url("../IPC.3/images/header_bar_gray_background.png") repeat-x top; }
.bevelGray_inner {  background: url("../IPC.3/images/header_bar_gray_left.png") no-repeat top left; }
.bevelGray h5 {     background: url("../IPC.3/images/header_bar_gray_right.png") no-repeat top right; }

/* BevelHead Blue */

.bevelBlue {        background: url("../IPC.3/images/header_bar_blue_background.png") repeat-x top; }
.bevelBlue_inner {  background: url("../IPC.3/images/header_bar_blue_left.png") no-repeat top left; }
.bevelBlue h5 {     background: url("../IPC.3/images/header_bar_blue_right.png") no-repeat top right; color: #fff; }


/* Box Gradient Rounded ***********/

.boxRoundedGradient
{
    background: url('../IPC.3/images/grad-bkgrnd.gif') repeat-x 1px bottom;
}
.boxRoundedGradient_Top 
{
    height: 9px;
    background: url('../IPC.3/images/grad-border-top.gif') repeat-x right top;
}
.boxRoundedGradient_Bottom 
{
    height: 13px;
    background: url('../IPC.3/images/grad-border-bott.gif') repeat-x right top;
}
.boxRoundedGradient_RightLine
{
    background: url('../IPC.3/images/grad-line-right.gif') repeat-y top right;   
}
.boxRoundedGradient_LeftLine
{
    background: url('../IPC.3/images/grad-line-left.gif') repeat-y top left;   
}
.boxRoundedGradient_Content
{
    padding: 20px;
}

.boxRoundedGradient_LeftLine, 
.boxRoundedGradient_RightLine
{
    margin:0;
    padding: 0;
}