BODY.mod {
	Background-Image: url('');
	background-color: #9BA0B0;
}

DIV.mod {
	background-color: #9BA0B0;
}

TABLE.mod {
	width: 100%;
	border-width: 3px;
	border-spacing: 0px;
}

TD.mod_top {
	background-image: url('./gfx/top.gif');
	background-repeat: repeat-x;	
}

TD.mod_top_empty {
	background-image: url('./gfx/top_empty.gif');
	background-repeat: repeat-x;
	color: white;
	font-size: 9pt;
	font-weight: bold;
	white-space: nowrap;
}

TD.mod_bot {
	background-image: url('./gfx/bot.gif');
	background-repeat: repeat-x;		
}

TD.mod_left {
	background-image: url('./gfx/left.gif');
	background-repeat: repeat-y;		
	background-color: #A0A6AB;
}

TD.mod_right {
	background-image: url('./gfx/right.gif');
	background-repeat: repeat-y;	
	background-color: #A0A6AB;
}

TD.mod_main {	
	height: 100%;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #A0A6AB;
}

TD.head {
	background-image: url('./gfx/box.gif');
	background-repeat: repeat-x;
	font-size: 9pt;
	font-weight: bold;
	color: black;
}

TD.box_top {
	background-image: url('./gfx/box_t.gif');
	background-repeat: repeat-x;
}

TD.box_left {
	background-image: url('./gfx/box_l.gif');
	background-repeat: repeat-y;
}

TD.box_right {
	background-image: url('./gfx/box_r.gif');
	background-repeat: repeat-y;
}

TD.box_bottom {
	background-image: url('./gfx/box_b.gif');
	background-repeat: repeat-x;
}

TD.box_main {
	background-color: #9BA0B0;
}
