table.documentTable {
	margin: 0 0 20px 0;
}

	table.documentTable tr.title {
		cursor: pointer;
		background: #809fb3 url("../images/arrowDown.gif") left top no-repeat;
	}
		
		table.documentTable tr.title td {
			color: white;
			padding: 0 0 0 20px;
			font-size: 14px;
			font-weight: bold;
		}

		table.documentTable tr.title td, table.documentTable tr.documents td {
			border: 1px solid #809fb3;
		}

table.documentTableContent {
	display: none;
}

	table.documentTableContent thead tr {
		background: #809fb3;
	}

	

	table.documentTableContent th {
		text-align: left;
	}

	table.documentTableContent tr {
		cursor: pointer;
	}

	table.documentTableContent td, table.documentTable tr.documents .documentTableContent td {
		border: 0;
	}

	table.documentTableContent tr, table.documentTableContent tr.odd {
		background: #9bb2c2;
	}

	table.documentTableContent tr.even {
		background: #b3c5d3;
	}

	.documentTableContent .document.image { width: 25px; }

	.documentTableContent .document.title { width: 320px; }
	.documentTableContent .document.title div { width: 310px; overflow: hidden; }

	.documentTableContent .document.author { width: 290px; }
	.documentTableContent .document.author div { width: 280px; overflow: hidden; }

	.documentTableContent .document.theme { width: 136px; } 
	.documentTableContent .document.theme div { width: 136px; overflow: hidden; }

	.documentTableContent th.header {
		background: url("../images/bg.gif") left 4px no-repeat;
		padding: 0 0 0 18px;
	}

		.documentTableContent th.header.image {
			background: none;
		}

		.documentTableContent th.header.headerSortUp {
			background-image: url("../images/desc.gif");
		}

		.documentTableContent th.header.headerSortDown {
			background-image: url("../images/asc.gif");
			background-position: left 9px;
		}


	table.documentTableContent tr.search {
		background: #dfd100;
	}


div#search {
	position: absolute;
	right: 20px;
	top: 0;
}

	div#search .submit {
		background: #0071B9;
		color: white;
	}