/* ---------- Styles specific to the project ----------- */

td.header1 {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 13px;
	color : rgb(34,39,139);
	text-decoration : none;
	text-align : left;
	padding-top : 1px;
	padding-bottom : 1px;
	padding-left : 20px;
	border-bottom : 0px solid rgb(240,240,240);
	background :  rgb(255,255,255) url(../images/menu_st.gif) no-repeat center left;
	/*border-bottom : 1px solid rgb(203,220,252);*/
	height :  20px;
	}
	
	
/* Ajax suggestions */

.suggestions {
font-family : Verdana,Arial,Helvetica;
font-weight : normal; 
font-size : 11px;
max-height: 200px;
width : 300px;
border: 1px solid #000;
overflow : auto;
margin-top : 1px;
float : left;
background-color: rgb(255,255,255);
}

.suggestions span {
display: block;
}

.suggestions span.highlight{
background-color: darkblue;
color: white;
}

td.ComplementTitletransOrd {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 14px;
	color : rgb(237,239,0);
	text-decoration : none;
	text-align : left;
	padding-top : 1px;
	padding-bottom : 1px;
	padding-left : 0px;
	height :  20px;
	}
	
span.accent{
	font-Weight : bold; 
	color : rgb(237,239,0);
}

div#pricesforeachquant{
	position: relative;
	display:block;
	width: 100%;
}

div#pricesforeachquant2{
	position: absolute;
	right:20px;
	top:0px;
	visibility: hidden;
	/*width: 100%;*/
	border: 2px solid rgb(54,54,54);
}

div#transContainer{
	width: 950px;
	height: 400px;
	overflow: scroll;
}


