
    
    #centredPage {
        background-image: url("/images/interface/page_bg_tile.gif");
        background-repeat: repeat-y;
    }
    .singlePageContainerLeftTop {
		background-image: url("/images/pages/container_left_top.gif");
		background-repeat: no-repeat;
	}
    .singlePageContainerLeft {
		background-image: url("/images/pages/container_left_tile.gif");
		background-repeat: repeat-y;
	}
    .singlePageContainerBlankLeft {
		background-image: url("/images/pages/container_left_blank_tile.gif");
		background-repeat: repeat-y;
	}
    .singlePageContainerLeftBottom {
		background-image: url("/images/pages/container_left_bottom.gif");
		background-repeat: no-repeat;
	}
    .singlePageContainerRightTop {
		background-image: url("/images/pages/container_right_top.gif");
		background-repeat: no-repeat;
	}
	.singlePageContainerRight {
		background-image: url("/images/pages/container_right_tile.gif");
		background-repeat: repeat-y;
	}
    .singlePageContainerBlankRight {
		background-image: url("/images/pages/container_right_blank_tile.gif");
		background-repeat: repeat-y;
	}
    .singlePageContainerRightBottom {
		background-image: url("/images/pages/container_right_bottom.gif");
		background-repeat: no-repeat;
	}
    .singlePage .pageAdminBar {
    	background-image: url("/images/pages/admin_bar.gif");
        background-repeat: no-repeat;
        background-position: bottom center;
    }
    .singlePage .pageAdminBar .removeButton a {
        background-image: url("/images/buttons/cross.gif");
        background-repeat: no-repeat;
    }
    .singlePage .pageAdminBar .removeButton a:visited {
        background-image: url("/images/buttons/cross.gif");
        background-repeat: no-repeat;
    }
    .singlePage .pageAdminBar .removeButton a:hover {
		background-image: url("/images/buttons/cross_over.gif");
        background-repeat: no-repeat;
    }
    .singlePage .pageAdminBar .removeButtonOff a {
        background-image: url("/images/buttons/cross_off.gif");
        background-repeat: no-repeat;
    }
    .singlePage .pageAdminBar .removeButtonOff a:visited {
        background-image: url("/images/buttons/cross_off.gif");
        background-repeat: no-repeat;
    }
    .singlePage .pageAdminBar .removeButtonOff a:hover, .removeOver {
		background-image: url("/images/buttons/cross_off.gif");
        background-repeat: no-repeat;
    }
    .singlePage .pageAdminBar .uploadButton a {
        background-image: url("/images/buttons/upload.gif");
        background-repeat: no-repeat;
    }
    .singlePage .pageAdminBar .uploadButton a:visited {
		background-image: url("/images/buttons/upload.gif");
		background-repeat: no-repeat;
    }
    .singlePage .pageAdminBar .uploadButton a:hover, .uploadOver {
        background-image: url("/images/buttons/upload_over.gif");
        background-repeat: no-repeat;
    }
    #trashButton a {
        background-image: url("/images/buttons/trash.gif");
        background-repeat: no-repeat;
    }
    #trashButton a:visited {
		background-image: url("/images/buttons/trash.gif");
		background-repeat: no-repeat;
    }
    #trashButton a:hover, .trashOpen {
        background-image: url("/images/buttons/trash_open.gif");
        background-repeat: no-repeat;
    }
    #closeButton a {
    	background-image: url("/images/buttons/close.gif");
        background-repeat: no-repeat;
    }
    #closeButton a:visited {
    	background-image: url("/images/buttons/close.gif");
        background-repeat: no-repeat;
    }
    #closeButton a:hover, .closeOver {
    	background-image: url("/images/buttons/close_over.gif");
        background-repeat: no-repeat;
    }
    .fullShadowTop {
        background-image: url("/images/pages/container_full_top.gif") !important;
        background-repeat: no-repeat;
    }
    .fullShadow {
        background-image: url("/images/pages/container_full_tile.gif") !important;
        background-repeat: repeat-y;
    }
    .fullShadowBottom {
        background-image: url("/images/pages/container_full_bottom.gif") !important;
        background-repeat: no-repeat;
    }
    #arrowLeft a {
        background-image: url("/images/buttons/arrow_left.gif");
        background-repeat: no-repeat;
    }
    #arrowLeft a:visited {
        background-image: url("/images/buttons/arrow_left.gif");
        background-repeat: no-repeat;
    }
    #arrowLeft a:hover, .arrowLeftOver {
        background-image: url("/images/buttons/arrow_left_over.gif");
        background-repeat: no-repeat;
    }
    #arrowRight a {
		background-image: url("/images/buttons/arrow_right.gif");
        background-repeat: no-repeat;
    }
    #arrowRight a:visited {
        background-image: url("/images/buttons/arrow_right.gif");
        background-repeat: no-repeat;
    }
    #arrowRight a:hover, .arrowRightOver {
        background-image: url("/images/buttons/arrow_right_over.gif");
        background-repeat: no-repeat;
    }
    #arrowRightAdd a {
		background-image: url("/images/buttons/arrow_right_add.gif");
        background-repeat: no-repeat;
    }
    #arrowRightAdd a:visited {
        background-image: url("/images/buttons/arrow_right_add.gif");
        background-repeat: no-repeat;
    }
    #arrowRightAdd a:hover, .arrowRightAddOver {
        background-image: url("/images/buttons/arrow_right_add_over.gif");
        background-repeat: no-repeat;
    }
    #pageFold {
		background-image: url("/images/pages/page_fold_right.gif");
        background-repeat: no-repeat;
    }
    #infoPanel {
        background-image: url("/images/interface/panel_bg.gif");
        background-repeat: no-repeat;
    }
    #infoPanelButton a {
        background-image: url("/images/buttons/panel_button.gif");
        background-repeat: no-repeat;
    }
    #infoPanelButton a:visited {
        background-image: url("/images/buttons/panel_button.gif");
        background-repeat: no-repeat;
    }
    #infoPanelButton a:hover, .infoPanelButtonOver {
        background-image: url("/images/buttons/panel_button_over.gif");
        background-repeat: no-repeat;
    }
    #infoPanelMore a {
		background-image: url("/images/buttons/more_info.gif");
        background-repeat: no-repeat;
    }
    #infoPanelMore a:visited {
        background-image: url("/images/buttons/more_info.gif");
        background-repeat: no-repeat;
    }
    #infoPanelMore a:hover, .infoPanelMoreOver {
        background-image: url("/images/buttons/more_info_over.gif");
        background-repeat: no-repeat;
    }
    
