div.panel {
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

div.panel.background {
	background-color: #d8dfe9;
}
/*705
#primary-content {
	width: 705px;
	padding-right: 20px;
	padding-left: 20px;
}
*/
#primary-content {
	width: 700px;
	padding-right: 10px;
	padding-left: 10px;
}

#primary-content div.panel h2 {
	margin: 0;
	padding: 0;
}

#primary-content ul {
	margin-top: 0;
}

#primary-content h3 {
	margin-bottom: 0;
}

#primary-content h1,
#primary-content h2,
#primary-content h3,
#primary-content h4 {
	margin-left: 0px;
}

table.form .large {
	width: 247px;
}

table.form .medium {
	width: 200px;
}

table.form .small {
	width: 75px;
}

table.sort {
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 675px;
}


table.data {
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 675px;
}

table.data tr {
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 675px;
}

table.data sort {
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 675px;
}

table.data tr.sort th {
	border: 1px solid #ccc;
	background-color: #d8dfe9;
	text-align: left;
	padding: 4px;
	vertical-align: top;
	width: 675px;
}
table.data tr.sort td {
	border: 1px solid #ccc;
	background-color: #d8dfe9;
	text-align: left;
	padding: 4px;
	vertical-align: top;
}

table.data td {
	vertical-align: top;
	border: 1px solid #ccc;
	padding: 4px;
}
