/*
 * Defines styles used to decorate individual calendar cells.
 */

.decoration-bunting
{
	background-image:   url('images/BuntingTL.png'),
                        url('images/BuntingTR.png'),
                        url('images/BuntingT.png'),
                        url('images/VerticalStar.png'),
                        url('images/VerticalStar.png'),
                        url('images/VerticalStar.png');
    background-repeat:  no-repeat, no-repeat, repeat-x, repeat-x, repeat-y, repeat-y;
	background-position: left top, right top, top, bottom, left, right;
	background-size:    auto 25%, auto 25%, auto 17%, auto 10px, auto 10px, auto 10px;
}

.decoration-lead-in
{
    background: linear-gradient(to bottom right, lightgrey, white);
}

.decoration-lead-out
{
    background: linear-gradient(to top left, lightgrey, white);
}

.decoration-halloween-1
{
	background-image:   url('images/spider.png'),
                        url('images/boo.png');
    background-repeat:  no-repeat, no-repeat;
	background-position: right top, left bottom;
	background-size:    auto 50%, auto 75%;
}

.decoration-birthday-red
{
	background-image:   url('images/red-balloon.png'),
                        url('images/red-streamer.png');
    background-repeat:  no-repeat, no-repeat;
	background-position: right top, left top;
	background-size:    auto 66%, auto 95%;
}

.decoration-birthday-blue
{
	background-image:   url('images/blue-balloon.png'),
                        url('images/blue-streamer.png');
    background-repeat:  no-repeat, no-repeat;
	background-position: right top, left top;
	background-size:    auto 66%, auto 95%;
}

.decoration-birthday-gold
{
	background-image:   url('images/gold-balloon.png'),
                        url('images/gold-streamer.png');
    background-repeat:  no-repeat, no-repeat;
	background-position: right top, left top;
	background-size:    auto 66%, auto 95%;
}

.decoration-birthday-green
{
	background-image:   url('images/green-balloon.png'),
                        url('images/green-streamer.png');
    background-repeat:  no-repeat, no-repeat;
	background-position: right top, left top;
	background-size:    auto 66%, auto 95%;
}

.decoration-birthday-mauve
{
	background-image:   url('images/mauve-balloon.png'),
                        url('images/mauve-streamer.png');
    background-repeat:  no-repeat, no-repeat;
	background-position: right top, left top;
	background-size:    auto 66%, auto 95%;
}

.decoration-birthday-teal
{
	background-image:   url('images/blue-balloon.png'),
                        url('images/teal-streamer.png');
    background-repeat:  no-repeat, no-repeat;
	background-position: right top, left top;
	background-size:    auto 66%, auto 95%;
}
