/*
	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%;
}