.OrangeContainer, .blueContainer, .redContainer {
	width:100%;
}

.bluebox_c, .redbox_c, .orangebox_c {
	padding: 17px 10px 10px 10px;
}

#blueContainer, #OrangeContainer, #redContainer {
	height:100%;
	min-height:100%;
}



.orangebox_tl {
background-image:url(orange/TL.jpg);
background-position:top left;
background-repeat:no-repeat;
width:10px;
height:15px;
}
.orangebox_tr {
background-image:url(orange/TR.jpg);
background-position:top right;
background-repeat:no-repeat;
width:10px;
height:15px;
}
.orangebox_bl {
background-image:url(orange/BL.jpg);
background-position:bottom left;
background-repeat:no-repeat;
width:10px;
height:10px;
}
.orangebox_br {
background-image:url(orange/BR.jpg);
background-position:bottom right;
background-repeat:no-repeat;
width:10px;
height:10px;
}
.orangebox_tc {
background-image:url(orange/T.jpg);
background-position:top;
background-repeat:repeat-x;
}
.orangebox_l {
background-image:url(orange/L.jpg);
background-position:left;
background-repeat:repeat-y;
}
.orangebox_r {
background-image:url(orange/R.jpg);
background-position:right;
background-repeat:repeat-y;
}
.orangebox_bc {
background-image:url(orange/B.jpg);
background-position:bottom;
background-repeat:repeat-x;
}
.orangebox_c {
background-image:url(orange/c.jpg);
}

.bluebox_tl {
background-image:url(blue/TL.jpg);
background-position:top left;
background-repeat:no-repeat;
width:10px;
height:15px;
}
.bluebox_tr {
background-image:url(blue/TR.jpg);
background-position:top right;
background-repeat:no-repeat;
width:10px;
height:15px;
}
.bluebox_bl {
background-image:url(blue/BL.jpg);
background-position:bottom left;
background-repeat:no-repeat;
width:10px;
height:10px;
}
.bluebox_br {
background-image:url(blue/BR.jpg);
background-position:bottom right;
background-repeat:no-repeat;
width:10px;
height:10px;
}
.bluebox_tc {
background-image:url(blue/T.jpg);
background-position:top;
background-repeat:repeat-x;
}
.bluebox_l {
background-image:url(blue/L.jpg);
background-position:left;
background-repeat:repeat-y;
}
.bluebox_r {
background-image:url(blue/R.jpg);
background-position:right;
background-repeat:repeat-y;
}
.bluebox_bc {
background-image:url(blue/B.jpg);
background-position:bottom;
background-repeat:repeat-x;
}
.redbox_c {
background-image:url(red/c.jpg);
}

.redbox_tl {
background-image:url(red/TL.jpg);
background-position:top left;
background-repeat:no-repeat;
width:10px;
height:15px;
}
.redbox_tr {
background-image:url(red/TR.jpg);
background-position:top right;
background-repeat:no-repeat;
width:10px;
height:15px;
}
.redbox_bl {
background-image:url(red/BL.jpg);
background-position:bottom left;
background-repeat:no-repeat;
width:10px;
height:10px;
}
.redbox_br {
background-image:url(red/BR.jpg);
background-position:bottom right;
background-repeat:no-repeat;
width:10px;
height:10px;
}
.redbox_tc {
background-image:url(red/T.jpg);
background-position:top;
background-repeat:repeat-x;
}
.redbox_l {
background-image:url(red/L.jpg);
background-position:left;
background-repeat:repeat-y;
}
.redbox_r {
background-image:url(red/R.jpg);
background-position:right;
background-repeat:repeat-y;
}
.redbox_bc {
background-image:url(red/B.jpg);
background-position:bottom;
background-repeat:repeat-x;
}
.redbox_c {
background-image:url(red/c.jpg);
}

.greybox_tl {
background-image:url(grey/TL.jpg);
background-position:top left;
background-repeat:no-repeat;
width:10px;
height:11px;
}
.greybox_tr {
background-image:url(grey/TR.jpg);
background-position:top right;
background-repeat:no-repeat;
width:10px;
height:11px;
}
.greybox_tc {
background-image:url(grey/T.jpg);
background-position:top;
background-repeat:repeat-x;
}

