@charset "utf-8";
/* CSS Document */
/* Lines edge styles, rather than gradient styles */
.bl_line_o {
	background-image: url(../images/orange_line/bl.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.tl_line_o {
	background-image: url(../images/orange_line/tl.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.br_line_o {
	background-image: url(../images/orange_line/br.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.tr_line_o {
	background-image: url(../images/orange_line/tr.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding: 12px;
}
/* These styles are for creating joined DIV's with the line style above, allowing you to connect regions fluidly - the DIVs must be adjacent however*/
.bl_line_join_o {
	background-image: url(../images/orange_line/bl_straight_vector.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.tl_line_join_o {
	background-image: url(../images/orange_line/tl_straight_vector.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.br_line_join_o {
	background-image: url(../images/orange_line/br_straight_vector.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.tr_line_join_o {
	background-image: url(../images/orange_line/tr_straight_vector.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding-top: 22px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
}
/* extra styles for creating an arrow effect at the bottom left , just uses extra padding */
.br_line_arrow_o {
	background-image: url(../images/orange_line/br_arrow_vector.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.bl_line_arrow_o {
	background-image: url(../images/orange_line/bl_arrow_vector.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
/* 	The next CSS blocks ( to the bottom) override the navigation colour styles in the main style sheet */
/* COMMENT THIS ENTIRE SECTION OUT IF YOU WANT THE DEFAULT STYLE SHEET TO CONTROL THE COLOURS */
/* Link display for labelled navigation buttons */


