﻿.blueShadowBoxHeader
{
    background-image: url('images/contentborders/header.bmp'); 
}

.blueShadowUL
{
    background-position: right bottom; 
    width:7px; 
    height:7px;
    background-image: url('images/contentborders/ul.bmp'); 
    background-repeat: no-repeat;
}

.blueShadowTop
{
    background-position: center bottom; 
    background-image: url('images/contentborders/top.bmp'); 
    background-repeat: repeat-x;
}

.blueShadowUR
{
    background-position: left bottom; 
    width:7px;
    background-image: url('images/contentborders/ur.bmp'); 
    background-repeat: no-repeat;
}

.blueShadowRight
{
    background-position: left top; 
    background-image: url('images/contentborders/right.bmp'); 
    background-repeat: repeat-y;
}

.blueShadowBR
{
    background-position: left top; 
    background-image: url('images/contentborders/br.bmp'); 
    background-repeat: no-repeat;
}

.blueShadowBottom
{
    background-position: left top; 
    background-image: url('images/contentborders/bottom.bmp'); 
    background-repeat: repeat-x;
}

.blueShadowBL
{
    background-position: right top; 
    height:7px;
    background-image: url('images/contentborders/bl.bmp'); 
    background-repeat: no-repeat;
}

.blueShadowLeft
{
    background-position: right top; 
    background-image: url('images/contentborders/left.bmp'); 
    background-repeat: repeat-y;
}