/* GREY */
.t_grey {
	background: url('../interface/common/borders_grey/dot.gif') 0 0 repeat-x;
	width: 100%;
}
.b_grey {
	background: url('../interface/common/borders_grey/dot.gif') 0 100% repeat-x;
}
.l_grey {
	background: url('../interface/common/borders_grey/dot.gif') 0 0 repeat-y;
}
.r_grey {
	background: url('../interface/common/borders_grey/dot.gif') 100% 0 repeat-y;
}
.bl_grey {
	background: url('../interface/common/borders_grey/bl.gif') 0 100% no-repeat;
}
.br_grey {
	background: url('../interface/common/borders_grey/br.gif') 100% 100% no-repeat;
}
.tl_grey {
	background: url('../interface/common/borders_grey/tl.gif') 0 0 no-repeat;
}
.tr_grey {
	background: url('../interface/common/borders_grey/tr.gif') 100% 0 no-repeat; 
	padding:10px;
}

/* ORANGE*/

.t_orange {
	background: url('../interface/common/borders_orange/dot.gif') 0 0 repeat-x;
	width: 100%;
}
.b_orange {
	background: url('../interface/common/borders_orange/dot.gif') 0 100% repeat-x;
}
.l_orange {
	background: url('../interface/common/borders_orange/dot.gif') 0 0 repeat-y;
}
.r_orange {
	background: url('../interface/common/borders_orange/dot.gif') 100% 0 repeat-y;
}
.bl_orange {
	background: url('../interface/common/borders_orange/bl.gif') 0 100% no-repeat;
}
.br_orange {
	background: url('../interface/common/borders_orange/br.gif') 100% 100% no-repeat;
}
.tl_orange {
	background: url('../interface/common/borders_orange/tl.gif') 0 0 no-repeat;
}
.tr_orange {
	background: url('../interface/common/borders_orange/tr.gif') 100% 0 no-repeat;
	padding:10px;
}

/* RED*/

.t_red {
	background: url('../interface/common/borders_red/dot.gif') 0 0 repeat-x;
	width: 100%;
}
.b_red {
	background: url('../interface/common/borders_red/dot.gif') 0 100% repeat-x;
}
.l_red {
	background: url('../interface/common/borders_red/dot.gif') 0 0 repeat-y;
}
.r_red {
	background: url('../interface/common/borders_red/dot.gif') 100% 0 repeat-y;
}
.bl_red {
	background: url('../interface/common/borders_red/bl.gif') 0 100% no-repeat;
}
.br_red {
	background: url('../interface/common/borders_red/br.gif') 100% 100% no-repeat;
}
.tl_red {
	background: url('../interface/common/borders_red/tl.gif') 0 0 no-repeat;
}
.tr_red {
	background: url('../interface/common/borders_red/tr.gif') 100% 0 no-repeat;
	padding:10px;
}

