.containerPadding-bottom 
{
    padding-bottom:25px;
}	

/* ROUNDED CORNERS WITH TITLE*/
/*============================*/

.RC_TL
{
    background-image:url(images/RC_TL.GIF);
    background-repeat:no-repeat;
    width:10px;
    height:10px;
}
.RC_TR
{
    background-image:url(images/RC_TR.GIF);
    background-repeat:no-repeat;
    width:10px;
    height:10px;
}
.RC_BL
{
    background-image:url(images/RC_BL.GIF);
    background-repeat:no-repeat;
    width:10px;
    height:10px;
}
.RC_BR
{
    background-image:url(images/RC_BR.GIF);
    background-repeat:no-repeat;
    width:10px;
    height:10px;
}
.RC_T
{
    background-image:url(images/RC_T.GIF);
    background-repeat:repeat-x;
    height:10px;    
}
.RC_B
{
    background-image:url(images/RC_B.GIF);
    background-repeat:repeat-x;
    height:10px;    
}
.RC_L
{
    background-image:url(images/RC_L.GIF);
    background-repeat:repeat-y;
    width:10px;  
}
.RC_R
{
    background-image:url(images/RC_R.GIF);
    background-repeat:repeat-y;
    width:10px;  
}
.RC_Title
{
    padding-left:12px;
    padding-right:12px; 
}
.RC_Content
{
    padding-left:12px;
    padding-right:12px; 
}


/* GREY FILLED ROUNDED CORNERS WITH TITLE*/
/*============================*/

.Fill-RC_TL
{
    background-image:url(images/Fill-RC_TL.PNG);
    background-repeat:no-repeat;
    width:10px;
    height:10px;
}
.Fill-RC_TR
{
    background-image:url(images/Fill-RC_TR.PNG);
    background-repeat:no-repeat;
    width:10px;
    height:10px;
}
.Fill-RC_BL
{
    background-image:url(images/Fill-RC_BL.GIF);
    background-repeat:no-repeat;
    width:10px;
    height:10px;
}
.Fill-RC_BR
{
    background-image:url(images/Fill-RC_BR.GIF);
    background-repeat:no-repeat;
    width:10px;
    height:10px;
}
.Fill-RC_T
{
    background-image:url(images/Fill-RC_T.GIF);
    background-repeat:repeat-x;
    height:10px;    
}
.Fill-RC_B
{
    background-image:url(images/Fill-RC_B.GIF);
    background-repeat:repeat-x;
    height:10px;    
}
.Fill-RC_L
{
    background-image:url(images/Fill-RC_L.GIF);
    background-repeat:repeat-y;
    width:10px;  
}
.Fill-RC_R
{
    background-image:url(images/Fill-RC_R.GIF);
    background-repeat:repeat-y;
    width:10px;  
}
.Fill-RC_Title
{
    padding-left:12px;
    padding-right:12px;
    background-color:#d8d8d8; 
}
.Fill-RC_Content
{
    padding-left:12px;
    padding-right:12px;
    background-color:#d8d8d8; 
}


/* GOLD FILLED ROUNDED CORNERS WITH TITLE*/
/*============================*/

.GoldFill-RC_TL
{
    background-image:url(images/GoldFill-RC_TL.PNG);
    background-repeat:no-repeat;
    width:10px;
    height:10px;
}
.GoldFill-RC_TR
{
    background-image:url(images/GoldFill-RC_TR.PNG);
    background-repeat:no-repeat;
    width:10px;
    height:10px;
}
.GoldFill-RC_BL
{
    background-image:url(images/GoldFill-RC_BL.GIF);
    background-repeat:no-repeat;
    width:10px;
    height:10px;
}
.GoldFill-RC_BR
{
    background-image:url(images/GoldFill-RC_BR.GIF);
    background-repeat:no-repeat;
    width:10px;
    height:10px;
}
.GoldFill-RC_T
{
    background-image:url(images/GoldFill-RC_T.GIF);
    background-repeat:repeat-x;
    height:10px;    
}
.GoldFill-RC_B
{
    background-image:url(images/GoldFill-RC_B.GIF);
    background-repeat:repeat-x;
    height:10px;    
}
.GoldFill-RC_L
{
    background-image:url(images/GoldFill-RC_L.GIF);
    background-repeat:repeat-y;
    width:10px;  
}
.GoldFill-RC_R
{
    background-image:url(images/GoldFill-RC_R.GIF);
    background-repeat:repeat-y;
    width:10px;  
}
.GoldFill-RC_Title
{
    padding-left:12px;
    padding-right:12px;
    background-color:#e38d1a;
}
.GoldFill-RC_Content
{
    padding-left:12px;
    padding-right:12px;
    background-color:#e38d1a; 
}

/* 3D Shadow*/
/*============================*/


	

.ShadowRight_T
{
    background:url(images/3Dshadow_corner1.png) no-repeat left bottom;
    width:21px!important;
    height:64px;
    vertical-align:bottom !Important;
}
.ShadowRight_B
{
    background:url(images/3Dshadow_corner2.png) no-repeat;
    width:21px!important;
    height:75px;
}
.ShadowRight_Repeater
{
    background:url(images/3Dshadow_repeater.png) repeat-y;
    width:21px !Important;

}
.ShadowRight_Title, .ShadowRight_Content, .ShadowRight_Blank
{
 vertical-align:top
}

