#browse {
	padding: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
}

#browse p {
	margin-top: 8px;
	margin-bottom: 8px;
}

#browse h1 {
	background: url(/images/divider_white.gif) repeat-x bottom;
	padding-bottom: 18px;
	font-size: 24px;
	position: relative;
}

#browse h2 {
	margin-top: 6px;
	font-size: 16px;
}

#listOnlyForm {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 6px;
	padding-left: 5px;
}

#listOnlyForm label, #listOnlyForm input.checkbox, #listOnlyForm h2 {
	float: left;
	height: 14px;
	font-size: 11px;
}

#listOnlyForm h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
}

#listOnlyForm label {
	margin-right: 6px;
	margin-left: 16px;
}

#listOnlyForm .listItem {
	float: right;
}

#listOnlyForm .submit {
	margin-top: 15px;
	margin-right: 0px;
}

#browse li {
	list-style: none;
	float: left;
	margin-right: 8px;
}

#browse ul.atoz li a {
	font-weight: bold;
}


/*Table*/

table {
	margin-bottom: 20px;
}

table th {
	font-weight: normal;
	font-size: 16px;
	color: #BE202B;
	padding-bottom: 12px;
	background: url(/images/divider_white.gif) repeat-x bottom;
}

table .name {
	text-align: left;
	width: 387px;
}

table .name span {
	color: #666;
	font-style: italic;
}

table .type {
	text-align: right;
	width: 100px;
}

table td.type {
	color: #444;
}

table td {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
}

table td, table td a, table td span {
	font-size: 11px;
}
