/* generalised bookassist styles */
/* bar1 defines the top color strip, bar1txt the text color for display */
.bar1 {
	background-color: #ffffff;
	background-image: url(/images/brand/t03_dublin.jpg);
	height: 78px; width: 750px; background-position: left bottom; background-repeat: no-repeat;
}
.bar1txt {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;font-style: normal;font-weight: normal;
}

/* bar2 defines the picture and logo strip	*/
.bar2 {
	background-color: #ffffff;
	background-image: url(/images/brand/b03_dublin.jpg);
	height: 60px;background-repeat: no-repeat;background-position: left top;
}

/* sidebox is for the left hand menu strip. it is common except for the bg image*/
/* bg image can be defaulted to bg_sidebox.jpg, a white gradient */
.sidebox {
	background-image: url(/images/brand/bg_sidebox.jpg);
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;
	border-right-style: solid; border-left-style: solid;
	border-top-color: #E1E7E7; border-right-color: #E1E7E7;
	border-bottom-color: #E1E7E7; border-left-color: #E1E7E7;
}

/* bs3 the results and details pages 200604+ */
.bs3 {
	background-color: #ffffff;
	background-image: url(/images/brand/bs3_dublin.jpg);
	background-position: left bottom; background-repeat: no-repeat;
}

