#listViewContainer {
	margin: 10px;
	padding:0px;
}

table#listView tbody tr td.history_cell
{
	border-bottom: 1px solid #bbad7c;
	padding-bottom: 4px;
	padding-top: 4px;
}

table#listView {
	border: 1px solid #333;
	width:100%;
	font-family: "lucida grande", verdana, sans-serif;
	color:#000;
	padding:0px;
	margin:0px;
	line-height:8px;
	font-size: .6em;
}
/* -------------------- thead styles -------------------- */
/* ------------- header  ------------- */
#listView thead img {
	border: 0px;
	padding: 1px;
}
#listView thead tr.header td {
	background-color:#806b20;
	background-image: url(../images/theadtitle.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* ------------- graph ------------- */

#listView thead tr.graph td {
	background-color:#fff;
	text-align:center;
	vertical-align:top;
}


/* ------------- shelf ------------- */
#listView thead tr.shelf td {
	background-color:#bbad7c;
	background-image:none;
	text-align:right;
	padding:1px 8px;
}
#listView thead tr.shelf form {
	margin:0px;
	padding:0px;
}
#listView thead tr.shelf input, #listView thead tr.shelf img {
	margin:0px;
	padding:2px 3px;
	vertical-align:middle;
}
#listView thead tr.shelf #search {
white-space:nowrap;
}
#listView thead tr.shelf #searchField {
	display:none;
}

#listView thead tr.shelf select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

/* ------------- sorting columns ------------- */
#listView thead tr.sortColumns th {
	background-image:url(../images/theadunselected.gif);
	padding:0px;
	padding-left: 3px;
	border-left: 1px solid #bbad7c;
	border-bottom: 1px solid #999;
	text-align:left;
	font-weight:normal;
	font-size:10px;
}
#listView thead tr.sortColumns th.nosort {
	background-image:url(../images/thead.gif);
	padding: 1px 8px;
}
#listView thead tr.sortColumns th a {
	padding: 1px 8px;
	text-decoration: none;
	color:#2f4860;
	display:block;
	background-image:url(../images/theadunselected.gif);
}

#listView thead tr.sortColumns th a:hover {
	text-decoration: underline;
}

#listView thead tr.sortColumns th.selected-up, #listView thead tr.sortColumns th.selected-down {
	background-image:url(../images/theadselected.gif);
	text-decoration: none;
	display:block;
	background-repeat: repeat;
	background-position: left top;
	font-weight:bold;
}
#listView thead tr.sortColumns th.selected-up a{
	background-image:url(../images/arrowup.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-left: 4px;
	font-weight:bold;
}

#listView thead tr.sortColumns th.selected-down a{
	background-image:url(../images/arrowdown.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-left: 4px;
	font-weight:bold;
}

#listView thead tr.sortColumns img {
	border: 0px;
	padding: 5px 5px 0px 3px;
}


/* -------------------- tbody styles -------------------- */
#listView tbody tr td {
	padding-top: 3px;
	padding-left:8px;
	border-left: 1px solid #dbcd9c;
	font-size:10px;
}

#listView tbody tr.selected td {
	background-color: #3d80df;
	color: #fff;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}

#listView tbody tr td form{
	margin: 0px;
	padding: 0px 0px;
}

#listView tbody tr.disabled td{
	background-color:#FFCCCC;
	border-bottom: 1px solid #D9D9D9;
}

#listView tbody tr.completed td{
	background-color:#D3E8C6;
	border-bottom: 1px solid #D9D9D9;
}
#listView tbody tr.fulfilled td{
	background-color:#FFFFCC;
	border-bottom: 1px solid #D9D9D9;
}
#listView tbody tr.declined td{
	background-color:#FFCCCC;
	border-bottom: 1px solid #D9D9D9;
}
#listView tbody tr.tally td{
	background-color:#0064A0;
	border-bottom: 1px solid #D9D9D9;
	color:#fff;
	font-weight:bold;
}
#listView tbody tr.total td{
	background-color:#666;
	border-bottom: 1px solid #D9D9D9;
	color:#fff;
	font-weight:bold;
}
#listView tbody tr td input, #listView tbody tr td img{
	padding: 0px 2px;
}

/* -------------------- tfoot styles -------------------- */
#listView tfoot tr.groupApply td {
	background-color:#ccc;
	background-image:none;
	text-align:left;
	padding:1px 8px;
}
#listView tfoot tr.paging input, #listView tfoot tr.paging span.pages {
	margin:0px;
	padding:2px 3px;
	vertical-align:middle;
}
#listView tfoot tr.paging select {
	margin:0px;
	padding:0px;
	font-family:  "lucida grande", verdana, sans-serif;
	font-size:9px;
}

#listView tfoot tr.paging td{
	background-color:#bbad7c;
	border-top: 1px solid #999;
}

#listView tfoot tr.paging form {
margin:0px;
padding:0px;
}

#listView tfoot tr.paging td {
	text-align:center;
	padding:5px 0px 5px 0px;
	color:#eee;
}

#listView tfoot tr.paging .pagingSystem{
	padding:0px;
	vertical-align:middle;
}

/* -------------------- text styles -------------------- */

#listView h1 {
	font-size: 1.8em;
	font-weight:bold;
	color: #ddd;
	padding:6px 12px;
	margin:0px;
}
@media print {
	#listView thead tr.shelf {
		display:none;
	}
	
	#listView tfoot tr.paging {
		display:none;
	}
}

.formsuccess {
	text-align:left;
	padding:5px;
	width:100%;
	border:1px dashed #ccc;
	background-color:#D3E8C6;
	font-weight:normal;
	margin:10px 0px 10px 0px;
	vertical-align:middle;
	color:#666;
}
