/* ---------- 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;
	}
	
div.fill{
	height: 30px;
}

div.fill2{
	height: 10px;
}
	
	/* 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;
}

.suggestionssmall {
font-family : Verdana,Arial,Helvetica;
font-weight : normal; 
font-size : 11px;
max-height: 20px;
/*width : 10px;*/
/*border: 1px solid #000;*/
overflow : auto;
margin-top : 1px;
float : left;
background-color: rgb(255,255,255);
}

#tmpremise{
	visibility:hidden;	
}

div#transContainer{
	/*width: 800px;*/
	height: 300px;
	overflow: scroll;
}

td.adminText2spTransparent{
	font-weight : normal; 
	font-size : 11px;
	color : rgb(54,54,54);
	text-decoration : none;
	text-align : left;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 5px;
	padding-right : 5px;
	border-left : 1px solid rgb(101,147,207);
	}
	
div.PublicantError {
	font-family : Verdana,Arial,Helvetica;
	font-weight : normal; 
	font-size : 10px;
	color : rgb(255,0,0);
	background-color : rgb(255,204,204);
	border : 2px solid rgb(255,0,0);
	padding : 5px;
	/*margin : 10px;*/
}

div#msgHeader{
	position: absolute;
	top: 100px;
	text-align: center;
	color: rgb(255,255,255);
	padding-left: 150px;
	font-weight: bold;
	font-size: 18px;
}

div#msgHeader2{
	position: absolute;
	top: 101px;
	text-align: center;
	color: rgb(0,0,0);
	padding-left: 151px;
	font-weight: bold;
	font-size: 18px;
}

div.InfoUser{
	margin: 10px;
	border: 2px solid rgb(101,147,207);
	background: rgb(224,237,255) url(../admin_images/admin-degrade2.gif) repeat-x bottom left;
	padding: 5px;
	font-size: 12px;
	color: rgb(54,54,54);
}

div#newcustomer{
	visibility: hidden;
}


input#butt_newcustomer_save{
	visibility: hidden;
}

div#newaddress{
	visibility: hidden;
}


input#butt_newaddress_save{
	visibility: hidden;
}
