/*

C_GenericDataSection (framework/admin)

*/

div.generic_data_section {
	float:left;
	margin:0px 15px 15px 0px;
	width:100%;
}

div.generic_data_section h2 {
	background-color:#333333;
	color:#ffffff;
	padding:5px 7px 5px 7px;
	margin:0px 2px 10px 2px;
}

div.generic_data_section h2 span {
	float:right;
	font-size:10px;
}

div.generic_data_section p {
	
}

div.generic_data_section h3 {
	float:left;
	margin:10px 2px 10px 2px;
	font-size:16px;
	font-weight:normal;
	width:100%;
}

table.generic_data_section_items {
	float:left;
	width:100%;
	/*
 border-collapse:collapse;
	*/
}

table.generic_data_section_items td,
table.generic_data_section_items th {
	padding:7px;
	vertical-align:top;
}

table.generic_data_section_items tr.gds_item {
	
}

table.generic_data_section_items tr.gds_item td.gds_item_label {
	background-color:#555555;
	color:#ffffff;
}

table.generic_data_section_items tr.gds_item td.gds_item_value {
	background-color:#ffffff;
}

table.generic_data_section_items tr.over td.gds_item_label {
	color:#ffffff;
	background-color:#111111;
}

table.generic_data_section_items tr.over td.gds_item_value {
	color:#000000;
	background-color:#dddddd;
}

/*

table.internal_property_table

*/

table.generic_data_section_items table.internal_property_table {
}

table.generic_data_section_items table.internal_property_table tr td {
}

table.generic_data_section_items table.internal_property_table tr td.ipt_key {
	background-color:#cccccc;
	font-weight:bold;
}

table.generic_data_section_items table.internal_property_table tr td.ipt_value {
	padding-right:30px;
}

/*

table.internal_data_table

*/

table.generic_data_section_items table.internal_data_table {
	
}

table.generic_data_section_items table.internal_data_table tr td,
table.generic_data_section_items table.internal_data_table tr th {
	text-align:left;
}

/*

.gds_item_actions

*/

.gds_item_actions {
	/* 
	display:block;
	float:right;
	*/
}
