﻿/******************************************************************************/
/***** RoundedPopup classes ***************************************************/
/******************************************************************************/

	/* Help popup */
	td.helpPopupTopLeft {
		background-image: url(../img/helppopup/topleft.png);
	}
	td.helpPopupTopCenter {
		background-image: url(../img/helppopup/topmiddle.gif);
	}
	td.helpPopupTopRight {
		background-image: url(../img/helppopup/topright.png);
	}
	td.helpPopupMiddleLeft {
		background-image: url(../img/helppopup/bg.gif);
	}
	td.helpPopupMiddleCenter {
		background-image: url(../img/helppopup/bg.gif);
	}
	td.helpPopupMiddleRight {
		background-image: url(../img/helppopup/middleright.png);
	}
	td.helpPopupBottomLeft {
		background-image: url(../img/helppopup/bottomleft.png);
	}
	td.helpPopupBottomCenter {
		background-image: url(../img/helppopup/bottommiddle.png);
	}
	td.helpPopupBottomRight {
		background-image: url(../img/helppopup/bottomright.png);
	}

	/* Error popup */
	td.errorPopupTopLeft {
		background-image: url(../img/errorpopup/topleft.png);
	}
	td.errorPopupTopCenter {
		background-image: url(../img/errorpopup/topmiddle.gif);
	}
	td.errorPopupTopRight {
		background-image: url(../img/errorpopup/topright.png);
	}
	td.errorPopupMiddleLeft {
		background-image: url(../img/errorpopup/bg.gif);
	}
	td.errorPopupMiddleCenter {
		background-image: url(../img/errorpopup/bg.gif);
	}
	td.errorPopupMiddleRight {
		background-image: url(../img/errorpopup/middleright.png);
	}
	td.errorPopupBottomLeft {
		background-image: url(../img/errorpopup/bottomleft.png);
	}
	td.errorPopupBottomCenter {
		background-image: url(../img/errorpopup/bottommiddle.png);
	}
	td.errorPopupBottomRight {
		background-image: url(../img/errorpopup/bottomright.png);
	}
	
	
	/* Light grey container */
	td.lightGreyContainerTopLeft {
		background-image: url(../img/lightgreycontainer/topleft.png);
	}
	td.lightGreyContainerTopCenter {
		background-image: url(../img/LightGreyContainer/topmiddle.png);
	}
	td.lightGreyContainerTopRight {
		background-image: url(../img/lightgreycontainer/topright.png);
	}
	td.lightGreyContainerMiddleLeft {
		background-image: url(../img/lightgreycontainer/middleleft.png);
	}
	td.lightGreyContainerMiddleCenter {
		background-image: url(../img/lightgreycontainer/bg.png);
	}
	td.lightGreyContainerMiddleRight {
		background-image: url(../img/lightgreycontainer/middleright.png);
	}
	td.lightGreyContainerBottomLeft {
		background-image: url(../img/lightgreycontainer/bottomleft.png);
	}
	td.lightGreyContainerBottomCenter {
		background-image: url(../img/lightgreycontainer/bottommiddle.png);
	}
	td.lightGreyContainerBottomRight {
		background-image: url(../img/lightgreycontainer/bottomright.png);
	}
	

	/* Green container */
	td.greenContainerTopLeft {
		background-image: url(../img/greencontainer/topleft.png);
	}
	td.greenContainerTopCenter {
		background-image: url(../img/greencontainer/topmiddle.png);
	}
	td.greenContainerTopRight {
		background-image: url(../img/greencontainer/topright.png);
	}
	td.greenContainerMiddleLeft {
		background-image: url(../img/greencontainer/middleleft.png);
	}
	td.greenContainerMiddleCenter {
		background-image: url(../img/greencontainer/bg.png);
	}
	td.greenContainerMiddleRight {
		background-image: url(../img/greencontainer/middleright.png);
	}
	td.greenContainerBottomLeft {
		background-image: url(../img/greencontainer/bottomleft.png);
	}
	td.greenContainerBottomCenter {
		background-image: url(../img/greencontainer/bottommiddle.png);
	}
	td.greenContainerBottomRight {
		background-image: url(../img/greencontainer/bottomright.png);
	}	
	
	
	/* Yellow container */
	td.yellowContainerTopLeft {
		background-image: url(../img/yellowcontainer/topleft.png);
	}
	td.yellowContainerTopCenter {
		background-image: url(../img/yellowcontainer/topmiddle.gif);
	}
	td.yellowContainerTopRight {
		background-image: url(../img/yellowcontainer/topright.png);
	}
	td.yellowContainerMiddleLeft {
		background-image: url(../img/yellowcontainer/bg.gif);
	}
	td.yellowContainerMiddleCenter {
		background-image: url(../img/yellowcontainer/bg.gif);
	}
	td.yellowContainerMiddleRight {
		background-image: url(../img/yellowcontainer/middleright.png);
	}
	td.yellowContainerBottomLeft {
		background-image: url(../img/yellowcontainer/bottomleft.png);
	}
	td.yellowContainerBottomCenter {
		background-image: url(../img/yellowcontainer/bottommiddle.png);
	}
	td.yellowContainerBottomRight {
		background-image: url(../img/yellowcontainer/bottomright.png);
	}