#data_page {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	background-color:#fff;
	margin:0;
	padding:10px;
}
#data_page_title {
	color: #005596;
	font-size: 21pt;
	font-weight: bold;
	font-family: helvetica,arial,sans-serif;
}
.button_block  {
	float:right;
}
.button_block form {
	display: inline;
}

.attribute_name {
	color:#005596;
	font-size: 12pt;
	font-family: helvetica,arial,sans-serif;
	padding-left:20px;
	width: 200px;
}
.attribute_value {
	border-left	:1px solid #cccccc;
	font-size: 12pt;
	font-weight: bold;
	font-family: helvetica,arial,sans-serif;
	
}

div.attribute_section {
	border:1px solid #7f9db9;
	border-bottom:0;
}

div.last_attribute_section {
	border:1px solid #7f9db9;
}
#captiveform div.attribute_section {
	border:0;
}
#parentform div.attribute_section {
	border:0;
}
#managementform div.attribute_section {
	border:0;
}
#saved_searches div.attribute_section {
	border:0;
}

.attribute_section input {
	height:22px;
	width:100%;
}
.attribute_section select {
	height:22px;
	width:100%;
}
.last_attribute_section input {
	height:22px;
	width:100%;
}
.last_attribute_section select {
	height:22px;
	width:100%;
}
.attribute_section table{
	border:1px solid #cccccc;
	border-bottom: 0;
	border-collapse:collapse;
	width:100%
}
.last_attribute_section table{
	border:1px solid #cccccc;
	border-collapse:collapse;
	width:100%
}

.attribute_section td,.attribute_section tr{
	margin:0;
	padding:5px;
}
.last_attribute_section td,.last_attribute_section tr{
	margin:0;
	padding:5px;
}

#captiveform .attribute_section table{
	border:0;
}
#captiveform .last_attribute_section table{
	border:0;
}
#captiveform .attribute_value {
	border-left	:0;
}
#parentform .attribute_section table{
	border:0;
}
#parentform .last_attribute_section table{
	border:0;
}
#parentform .attribute_value {
	border-left	:0;
}
#managementform .attribute_section table{
	border:0;
}
#managementform .last_attribute_section table{
	border:0;
}
#managementform .attribute_value {
	border-left	:0;
}
#saved_searches .attribute_section table{
	border:0;
}
#saved_searches .last_attribute_section table{
	border:0;
}
#saved_searches .attribute_value {
	border-left	:0;
}



#data_list {
	border:1px solid #cccccc;
	border-collapse:collapse;
	width:100%
}
#data_header {
	color:#005596;
	background-color:#f2f2f2;
	font-size: 12pt;
	font-family: helvetica,arial,sans-serif;
	padding:20px;
	border-bottom:1px solid #cccccc;
}
#data_list th, #data_list td {
	border:1px solid #cccccc;
}
#data_header th {
	padding:5px 10px 5px 10px;
	font-weight: bold;
}
#data_list td {
	padding:2px 5px 2px 5px;
	font-weight: normal	;
}

.data_row {
}
.data_row_alt {
	background:#fafafa;
}
.new_search {
	width:150px;
	padding-left:5px;
	padding-right:5px;
	border:0;
}
.saved_search {
	border:0;
}

