BODY{
/*	background-color: red;*/
}

#availability{
	table-layout:fixed;
}

TABLE{
/*	margin-left: auto;*/
/*	margin-right: auto;*/
	table-layout:fixed;
/*	width:720px;*/
	font-size:12px;
}

#availablity .available{
/*	background: #c3beba;*/
	background:#c3beba url('../images/table/available-resized.jpg') no-repeat ;
	vertical-align:middle;
/*	margin-left: auto;*/
/*	margin-right: auto;*/
	cursor: pointer;
/*	horizontal-align*/
}

/*#response{
	width:400px;
}*/


#availablity .not-available{
	background:#c3beba url('../images/table/not-available-resized.jpg') no-repeat;
	vertical-align:middle;
	margin-left: auto;
	margin-right: auto;
	
}

#availablity .head{
	background-color: #e9e5e1;
	width:60px;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

#availablity .col-head{
	background-color: #D0cfce;
	width:50px;
	text-align:right;
}

#availablity .prev{
	text-align: right;
	cursor:pointer;
}

#availablity .next{
	cursor:pointer;
}

#availablity td{
/*	background-color: #e9584c;*/
	border-style: none;
	font-size:13px;
	padding:3px;
/*	width:40px;*/
}


#availablity table{
/*	background-color: red;*/
	border-style: none;

}

.footnote{
	text-align:center;
}

#allCustomers td{
	padding:10px;
	overflow:hidden;
	white-space:nowrap;
/*	margin:5px;*/
}

#allCustomers tr.alt{
	background-color:#ddd9d5;
}



#item-history {
	text-align:left;
}
/*
#item-history table {
	border-top: 1px solid #8632fc;
	border-bottom-width: 2px;
	border-bottom-color: #ae7dfd;
}

#item-history table tbody tr th{

	background-color: #c6c6c6;
	border-top: 1px solid #040404;
}
#item-history table tbody tr td{

	background-color: #dadada;
	border-bottom: 1px solid #0c0c0c;
}
*/
