/* CSS styles for producers page */

#newProducersBox p {
	padding: 0px 0px 0px 10px;
}

#userOptionsBox ul {
	padding-left: 0.75em;
	margin-left: 0.75em;
}

/* producers table */
#producersTableContainer {
	clear: both;
	padding-left: 8px;
	padding-right: 8px;
	border: 1px solid #99aacc;
}

#producersTable {
	border-collapse: collapse;
	width: 100%;
}

#producersTable .tableheadcell {
	text-align: left;
	font-weight: bold;
	padding:6px;
}

#producersTable .tablecell1, .tablecell2 {
	border-top: 1px solid #99aacc;
	padding: 5px;
}

#producersTable .tablecell1 {
}

#producersTable .tablecell2 {
	background-color: #f4f4f4;
}

.producersTableLinks {
	text-align: center;
}

