div.twocolumncommon label
{
	float: left;
	width: 20%; 
	height: 100%;
	text-align: left;
	padding-left:2px;
	margin-top: 1px;
	margin-left: 1px;
	color: #276313;
}

div.twocolumncommon select
{	
	height: 20px;
}

#collectiondiv{
	background-color: #92abb8;
	height:300px;
	width:720px;
	overflow:auto;
	overflow-y:hidden
}

#mname_head{
	width:300px;
	text-align:left
}

#member_code_head{
	width:150px;
	text-align:left
}

#memberid_head{
	width:100px;
	text-align:left
}

#prod_head{
	width:75px;
	text-align:right;
}

.mname{
	width:200px;
	text-align:left;
	font-weight:bolder;
	padding-left:2px;
}

.member_code{
	width:100px;
	text-align:left
}

.memberid{
	visibility:hidden;
	width:0px;
}

.prod{
	text-align:right;
	width:70px;
}

.prod_tot{
	width:100px;
	text-align:right;
	padding-right:5px;
	font-size:10;
	font-weight:bolder;
}

.member_tot{
	width:100px;
	text-align:right;
	padding-right:20px;
	font-size:10;
	font-weight:bolder;
}

#collection{
	/*background-color: #92abb8;*/
	background-color: #1c94c4;
	color: #000000;
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
	border-left: 2px solid gray;
	border-right: 2px solid gray;
	width:700px;
	padding-right:2px;
}

#collection th{
	background: #00cccc; 
	color: #fff;  
	height: 30px;
	border-bottom: 2px solid gray;
	font-weight:bold;
	
}
.collection_row{
	/*background-color: #d9ecff;*/
	background-color: #C4D7E8;
	color: #000000;
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
	border-left: 2px solid gray;
	border-right: 2px solid gray;
	height:15px;
	
}
.acc_lookup_head{
	-moz-border-radius: 5px 5px 0 0;
/* background-image: -moz-linear-gradient(#46A3CA, #46A3CA); */
 background: #00cccc;
color: #FFFFFF;
font-weight: normal;
height: 30px;
padding-left: 2px;
padding-right: 2px;
width: 98%;
}
#form_border{
	 
  background-color: transparent;
  border: 1px solid gray;
  padding-bottom: 5px;
}

.collection_row_alt{
	background-color: #DAE6EE;
	/*background-color: #d8deff;*/
	color: #000000;
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
	border-left: 2px solid gray;
	border-right: 2px solid gray;
	height:15px;
}
.collection_button{
	height: 30px;
	width:75px;
}
#collection tbody{
	height:230px;
	overflow:auto;
	overflow-x:hidden
}

#collection input{
	width:100%;
	text-align:right;
}