/*
Inventory Table
*/
#inventoryTable {
	margin-top:5px;
}
#inventoryTable tbody tr {
	cursor:default;
}
#inventoryTable tbody tr.highlighted {
	cursor:pointer;
}
#inventoryTable thead th {
	padding:5px;
}
#inventoryTable thead th.sortable {
	cursor:pointer;
	text-decoration:underline;
	text-align:left;
}
#inventoryTable tbody tr td {
	/*no word wrap*/
	border-bottom:1px solid #CCC;
	padding:5px;
	vertical-align:top;
	color:#000F60;
	font-weight:bold;
	font-size:13px;
}
#inventoryTable tbody tr td div.description {
	z-index:100;
	position:absolute;
	width:600px;
	height: 65px;
	color:#333;
	font-weight:normal;
	font-size:11px;
	line-height:14px;
}
.odd {
	background-color: #FFF;
}
.even {
	background-color: #F5F5F5;
}
.highlighted {
/*
	background-color: #99B3FF;
*/
	background-color: #D9E8FF;
}
.top, .bottom {
	background-color:#F5F5F5;
	border:1px solid #CCCCCC;
	padding:10px;
}
.bottom {
	margin-top:10px;
}
div.dataTables_length select {
	margin:10px 0;
}
.dataTables_paginate {
		float:right;
}

/*
Search Form
*/
#searchForm {
	margin:auto;
	width:168px;
	float:left;
}
#searchForm input, select, textarea {
	margin:0 auto 5px auto;
	padding:inherit;
}



