/* generalised bookassist styles */
/* bar1 defines the top color strip, bar1txt the text color for display */
.bar1 {
	background-color: #7ECDD0;
	background-image: url(/images/brand/t03_default.jpg);
	height: 78px; width: 750px; background-position: left bottom; background-repeat: no-repeat;
}
.bar1txt {
	color: #014D6E;
	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: #014D6E;
	background-image: url(/images/brand/b03_default.jpg);
	height: 60px;background-repeat: no-repeat;background-position: left top;
}

/* subs are for the results and details pages */
.bar1sub {
	background-color: #ffffff;
	background-image: url(/images/brand/ts01.gif);
	height: 40px; width: 750px; background-position: left bottom; background-repeat: no-repeat;
}
.bar2sub {
	background-color: #ffffff;
	background-image: url(/images/brand/bs01_g.gif);
	height: 35px; 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_default.jpg);
	background-position: left bottom; background-repeat: no-repeat;
}

