/* $Id$ */

/*
* Bi-Select
*/
table.bi-select {
	border: solid 1px silver;
	font: normal 11px Tahoma;
	}

table.bi-select td.select1,
table.bi-select td.select2{
	padding: 0px 10px 0px 10px;
	}

table.bi-select td.select1 {
	padding-top: 6px;
	}

table.bi-select td.select1 select,
table.bi-select td.select2 select{
	font: normal 12px Arial;
	display: block;
	margin-top: 2px;
	height: 310px;
	width:100%;
	}

table.bi-select td.select2 select{
	margin-bottom: 10px;
    height: 110px;
	}

table.bi-select td.buttons{
	text-align: center;
	padding: 4px 0px 4px 0px;
	}

table.bi-select td.buttons input{
	border-width: 1px;
	width: 40%;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	}
	
table.bi-select td.buttons input.button1{
	background-image: url(images/a-m-d.gif);
	}
	
table.bi-select td.buttons input.button2{
	background-image: url(images/a-m-u.gif);
	}