@charset "utf-8";

/* banner container */
#bsBanner{
	width:234px;
	font-size:10px;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial,Helvetica,sans-serif;
	padding:7px 0px 0px 0px;
	background-image:url(../images/grey/bsBanner.jpg);
	background-repeat:no-repeat;
	line-height:normal;
}

#bsLeft, #bsRight{
	height:39px;
}

/* ie 6 */
* html #bsLeft, * html #bsRight{
	height:25px;
}

/* ie 7 */
* + html #bsLeft, * + html #bsRight{
	height:32px;
}
#bsLeft{
	float:left;
	padding-left:10px;
}

#bsRight{
	float:right;
	padding-right:10px;
}

/* form elements */
#bsForm{
	margin:0px 0px 0px 0px;
	padding:0px;
}

#bsBanner .bsInput,
#bsBanner .bsSelect,
#bsBanner .bsCheck{
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial,Helvetica,sans-serif;
	color:#4e4e4e;
	font-size:10px;
	margin:0px 4px 0px 0px;
	padding:0px;
	float:left;
	border:1px solid #fff;
}

#bsBanner .bsButton{
	border:none;
	width:90px;
	height:34px;
}

#bsBanner .bsInactive{
	color:#cbcbcb;
}

#bsBanner .bsInput{
	height:16px;
	width:35px;
}

/* ie 6 */
* html #bsBanner .bsInput{
	height:18px;
}

#bsBanner .bsSelect{
	height:18px;
	width:77px;
}

#bsBanner .bsCheck{
	width:20px;
	height:15px;
	padding:0px;
	border:none;
}

#bsBanner .bsEco{
	padding:3px 0px 0px 0px;
	clear:both;
}

#bsBanner .bsEco label{
	float:left;
	width:100px;
}

/* disclaimer */
#bsBanner .bsDisclaimer,
#bsBanner .bsDisclaimer a{
	font-size:10px;
}

#bsBanner .bsDisclaimer{
	clear:both;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 10px;
}

/* ie 6 */
* html #bsBanner .bsDisclaimer{
	position:relative;
	top:-5px;
}

#bsBanner .bsDisclaimer a{
	text-decoration:none;
}


/* Theme colours */
#bsBanner{
	color:#666;
}

#bsBanner .bsDisclaimer,
#bsBanner .bsDisclaimer a{
	color:#999;
}

#bsBanner .bsDisclaimer{
	background-color:#d1d1d1;
}
