
/********************************************************************************************************************************/
/*                                                                                                                              */
/*                                                        TOP ORNAMENT                                                          */
/*                                                                                                                              */
/********************************************************************************************************************************/

table.ornament tr.top td.left {
	background-image: url(../images/ornaments/ornatopleft.gif);
	width: 42px;
	background-repeat: no-repeat;
	background-position: top left;
}
table.ornament tr.top  {
	background-image: url(../images/ornaments/ornatopmid.gif);
	height: 42px;
	background-repeat: repeat-x;
	background-position: top;
}
table.ornament tr.top td.right {
	background-image: url(../images/ornaments/ornatopright.gif);
	width: 42px;
	background-repeat: no-repeat;
	background-position: top right;
}

/********************************************************************************************************************************/
/*             td.middle                                                                                                                 */
/*                                                       MIDDLE ORNAMENT                                                        */
/*                                                                                                                              */
/********************************************************************************************************************************/

table.ornament tr.midbot td.left {
	background-image: url(../images/ornaments/ornamidbotleft.gif);
	width: 42px;
	background-repeat: no-repeat;
	background-position: bottom left;
}
table.ornament tr.midbot td.middle {
	background-image: url(../images/ornaments/ornamidmid.gif);
	height: 5px;
	background-repeat: repeat-x;
	background-position: top;
}
table.ornament tr.midbot td.right {
	background-image: url(../images/ornaments/ornamidbotright.gif);
	width: 42px;
	background-repeat: no-repeat;
	background-position: bottom right;
}

table.ornament tr.midtop td.left {
	background-image: url(../images/ornaments/ornamidtopleft.gif);
	width: 42px;
	background-repeat: no-repeat;
	background-position: top left;
}
table.ornament tr.midtop td.middle {
	background-image: url(../images/ornaments/ornamidmid.gif);
	height: 5px;
	background-repeat: repeat-x;
	background-position: top;
}
table.ornament tr.midtop td.right {
	background-image: url(../images/ornaments/ornamidtopright.gif);
	width: 42px;
	background-repeat: no-repeat;
	background-position: top right;
}

/********************************************************************************************************************************/
/*                                                                                                                              */
/*                                                       BOTTOM ORNAMENT                                                        */
/*                                                                                                                              */
/********************************************************************************************************************************/

table.ornament tr.bot td.left {
	background-image: url(../images/ornaments/ornabotleft.gif);
	width: 42px;
	background-repeat: no-repeat;
	background-position: bottom left;
}
table.ornament tr.bot td.middle {
	background-image: url(../images/ornaments/ornabotmid.gif);
	height: 28px;
	background-repeat: repeat-x;
	background-position: bottom;
}
table.ornament tr.bot td.right {
	background-image: url(../images/ornaments/ornabotright.gif);
	width: 42px;
	background-repeat: no-repeat;
	background-position: bottom right;
}

td.more {
	text-align: right;
	padding: 0px 12px 0px 12px;
}
