/*
	customize_report_element.css is
	used in Customize Report Element (Reports) and Reports Editor (Config)
*/
/*div.cre-general-list {
	padding: 4px;
	border: 1px solid white;
	border-left-color: #c6c6c6;
	border-top-color: #c6c6c6;
	height: 210px;
	overflow: auto;
}
div.cre-general-list th {
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
}
div.cre-general-list td {
	white-space: normal;
}
div.cre-general-list a:link,
div.cre-general-list a:visited,
div.cre-general-list a:hover {
	text-decoration: none;
	color: black;
}*/
/*div.cre-fields-header {  To be removed 
	text-align: right;
	padding: 4px;
}*/
table.cre-fields-header {
	margin-top: 0px;
	width: 100%;
}
table.cre-fields-header th,
table.cre-fields-header td {
	vertical-align: baseline;
	padding: 0 0 3px 0;
}
table.cre-fields-header th {
	font-weight: normal;
	text-align: left;
}
table.cre-fields-header td {
	text-align: right;
}
div.cre-fields-list {
	border: 1px solid #D7D7D7;
	height: 260px;
	background-color: White;
	overflow: auto;
}
div.cre-fields-list td {
	padding: 2px 4px 2px 7px;
	vertical-align: baseline;
	color: #5f5f5f;
}
div.cre-fields-list td.label {
	padding-left: 0px;
	color: black;
	cursor: default;
}
div.cre-fields-list td.disabled {
	color: #b4b4b4;
}
/*
	Non-editable field handling in General and Advanced tab
*/
/*table.cre-non-editable-field-header {
	width: 100%;
	margin-top: 5px;
}
table.cre-non-editable-field-header th,
table.cre-non-editable-field-header td {
	padding: 2px 0;
	text-align: left;
	font-weight: normal;
}
table.cre-non-editable-field-header td {
	text-align: right;
}
div.cre-non-editable-field {
	padding: 4px;
	border: 1px solid white;
	border-left-color: #c6c6c6;
	border-top-color: #c6c6c6;
	height: 110px;
	overflow: auto;
	margin-bottom: 5px;
}*/
/*
	Filters tab
*/
table.cre-textarea-grid {
	width: 99%;
	margin-top:7px;
}
table.cre-textarea-grid th,
table.cre-textarea-grid td {
	padding: 1px 0;
	text-align: left;
	font-weight: normal;
}
table.cre-textarea-grid td {
	text-align: right;
}
table.cre-textarea-grid textarea {
	margin: 0;
	width: 99%;
}
/*
	cre_manage_fields.css is
	used in Config/Reports/Customize Report Element/Manage Fields
*/
table.cre-manage-fields-layout td {
	vertical-align: top;
	padding: 1px 4px;
	white-space: normal;
}
table.cre-manage-fields-layout button {
	margin-bottom: 7px;
}
div.cre-manage-fields-list {
	width: 186px;
	height: 210px;
	overflow: auto;
	background-color: white;
	border: 1px solid #a9a9a9;
}
div.cre-manage-fields-list ul {
	margin: 0;
	padding: 0;
}
div.cre-manage-fields-list li,
div.cre-manage-fields-list li.selected {
	/*background-color: yellow;
	border: 1px solid Red;*/
	padding: 2px 4px;
	color: black;
	background-color: White;
	cursor: default;
}
div.cre-manage-fields-list li.selected {
	color: white;
	background-color: #436da9;
}
/*
	reports.css is used in Config/Reports
*/
table.general-editor-header th,
table.general-editor-header td {
	padding: 4px 0;
}
table.general-editor-header th {
	text-align: left;
}
table.general-editor-header td {
	text-align: right;
}
