﻿/* Start of Classes For Master Pages' Background Images. */
.butterflyBackgroundContentLeftCell
{
    background-image: url(Images/bottom_butterfly.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.butterflyV2BackgroundContentLeftCell
{
    background-image: url(Images/bottom_butterflyv2.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.birdBackgroundContentLeftCell
{
    background-image: url(Images/bottom_birdsv2.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;    
}

.blueFlowerBackgroundContentLeftCell
{
    background-image: url(Images/bottom_flower_03.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;    
}

.blueFlowerBackgroundContentLeftCellFr
{
    background-image: url(Images/bottom_flower_03_FR.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;    
}

.redFlowerBackgroundContentLeftCell
{
    background-image: url(Images/bottom_flower_01.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;    
}
.heartBackgroundContentRightCell
{
    background-image: url(Images/bottom_heart.jpg); 
    background-position: 28px bottom;
    background-repeat: no-repeat;
}

.beeBackgroundContentRightCell
{
    background-image: url(Images/bottom_beesv2.jpg); 
    background-position: 18px bottom;
    background-repeat: no-repeat;
}

.blueFlowerBackgroundContentRightCell
{
    background-image: url(Images/bottom_flower_04.jpg); 
    background-position: 11px bottom;
    background-repeat: no-repeat;
}

.redFlowerBackgroundContentRightCell
{
    background-image: url(Images/bottom_flower_02.jpg); 
    background-position: 31px bottom;
    background-repeat: no-repeat;
}
/* End Of Classes For Master Pages' Background Images. */

.adjustLeftBackground
{
	background-position: 22px bottom;
}