/* -- ContentList -- */

table.ContentList {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border: 0;
	border: 1px solid #dadada;
	padding: 0;
	margin: 0;
}

table.ContentList.RowSelection {
	cursor:default;
}

table.ContentList th {        /* for simulating two tables */
	border: 1px solid #909090;
	background: #dadada;
}

table.ContentList td.Transparent,
table.ContentList th.Transparent {  /* for simulating two tables */
	background: #F1F1F1;
	border: 0;
	text-align: left;
	font-weight: normal;
}

table.FormGrid table.ContentList td,
table.ContentList td {
	border-right: 1px solid #dadada;
	padding: 3px 6px 3px 6px;
}

table.ContentList tbody tr td table tr td {
	border: 0;
}

table.FormGrid table.ContentList td.Checkbox,
table.ContentList td.Checkbox {
	width:14px;
	margin:0;
	text-align:center;
}

table.ContentList td.Checkbox input {
	margin:0 !important;
}

table.ContentList thead td.Checkbox {
	padding-top:0;
	#padding-left:6px;
}

table.ContentList td.SlimName{
	width: 135px;
}

table.FormGrid table.ContentList td.InputField,
table.ContentList td.InputField,
table.ContentList tr.InputField td {
	margin: 0;
	padding: 2px 8px 0px 8px;
}

table.ContentList td input[type=text],
table.FormGrid table.ContentList td input[type=text] {
		margin: 0 0 2px 0;
}

table.FormGrid table.ContentList td input {
	padding: 0 2px 0 2px;
}

table.FormGrid table.ContentList td.InputField select,
table.ContentList td.InputField select {
	padding: 1px 0 0 0;
}

table.ContentList thead tr, table.ContentList thead tr td {
	background: white url(../../gfx/masteradmin/listhead_img_background.png) left top repeat-x;
}

table.ContentList tfoot tr {
	background: white url(../../gfx/masteradmin/listhead_img_background.png) left top repeat-x;
}

table.ContentList thead tr td {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-right: 0px;
	padding: 0 4px 0 4px;
	height: 28px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #000;
	white-space: nowrap;
}

table.ContentList tr td {
	height: 18px;
	line-height: 18px;
	vertical-align:middle;
}

table.ContentList thead tr td img{
	margin: -2px 0 0 0;
	float: right;
}

table.ContentList thead tr td a[href*="OrderBy"] {
	min-width:100%;
	#width:expression((this.getElementsByTagName("strong")[0] || {}).offsetWidth + "px");
	display:block;
	position:relative;
	padding: 3px 0 !important;
	padding-right:2px !important;
	margin-top:2px;
	#margin-top:0;
	margin-bottom:2px;
	#margin-bottom:0;
	left:-2px;
	white-space:nowrap;
}

table.ContentList thead tr td a[href*="OrderDesc"] {
	border-top:1px solid #bfc2c3;
	border-left:1px solid #bfc2c3;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	/*background:url(../javascript/dijit/themes/epages/images/bgr_menuitem_highlight.png) repeat-x top left;*/
}

table.ContentList thead tr td a[href*="OrderBy"] img {
	position:absolute;
	right:0;
	margin:0;
}

table.ContentList thead tr td a[href*="OrderBy"] strong {
	display:block;
	#display:inline-block;
	padding-right:18px;
	padding-left:20px;
	vertical-align:baseline;
	line-height:16px;
	cursor:pointer;
}

table.ContentList thead tr td img.HeadlineIcon {
	margin: 0 10px 0 0;
	float: none !important;
}

table.ContentList thead tr td div.HeadContainer {
	margin: 0 0 4px 0;
	font-weight: normal;
}

table.ContentList thead tr td a:link,
table.ContentList thead tr td a:visited,
table.ContentList thead tr td a[activated],
table.ContentList thead tr td a:visited {
	color: #000;
}

table.ContentList tbody tr {
	color: #000000;
	background-color: #ffffff;
}

table.ContentList.RowSelection tbody tr[hovered] td {
	background-color:#e5e5e5 !important;
}

table.ContentList tbody tr.alternate td {
	background-color: #efefef;
}

table.ContentList.RowSelection tbody tr.RowSelected[hovered] td,
table.ContentList.RowSelection tbody tr.RowSelected td {
	/*
	xbackground-color:#d5e1ec !important;
	xbackground-color:#deffc4 !important;
	xbackground-color:gold !important;
	xbackground-color:#c5e3f9 !important;
	xbackground-color:#e3ffd3 !important;

	xbackground-color:#ffdac2 !important;

	xbackground:#A0A7A9 !important;
	*/
	background:#DAEBF8 !important;
}

table.ContentList.RowSelection tbody tr.alternate.RowSelected[hovered] td,
table.ContentList.RowSelection tbody tr.alternate.RowSelected td {
	/*
	xbackground-color:#c8d8e7 !important;
	xbackground-color:#93ff3d !important;
	xbackground-color:#cfeeb7 !important;
	xbackground-color:#c0dcf2 !important;

	xbackground-color:#f5d2bb !important;
	*/
	background:#d3e3f0 !important;
}

table.ContentList tbody tr td.NoRowBorder {
	border-bottom: 0px;
	border-top: 0px;
}

table.ContentList tbody tr.SeparateRow td {
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #dadada;
}

table.ContentList tr th.NoBottomBorder,
table.ContentList tr td.NoBottomBorder {
	border-top: 1px solid #dadada;
	border-bottom: 0px;
	vertical-align: middle;
}

table.ContentList tr th.NoColumnBorder,
table.ContentList tr td.NoColumnBorder {
	border-left: 0px;
	border-right: 0px;
}

table.ContentList tbody tr td  img {
	padding: 0 3px 3px 0;
	vertical-align: middle;
}

table.ContentList tbody tr td input {
	vertical-align: middle;
}


table.ContentList tfoot,
table.ContentList tfoot tr td {
	height: 28px;

	border: 1px solid #dadada;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;

	color: #000;

	text-align: center;
	vertical-align: middle;
}

table.ContentList tfoot a,
table.ContentList tfoot a:visited,
table.ContentList tfoot a[activated] {
	color: #000;
}

.ContentList tr.GrandTotal td {
	font-weight: bold;
}

.ContentList tr.Total td {
	font-weight: bold;
}

.ContentList tbody tr.NewEntry td,
table.ContentList.RowSelection tbody tr.NewEntry[hovered] td {
	background: #fffbcd !important;
}

.ContentList tr.NewEntry label.LabelSlim {
	display:block;
	width:100px;
	white-space: normal;
	margin-top:2px;
	margin-left: 4px;
	float:left;
}

.ContentList tr.NewEntry td{
	padding-bottom:3px;
}

.ContentList tr.NewEntry .Changed {
	background-color:#fff !important;
}

table.ContentList input[name*=position],
table.ContentList input[name*=Position] {
	display:block;
	margin-left:auto !important;
	margin-right:auto !important;
	text-align:right;
}

table.ContentList.ContentListForcedWidth {
	table-layout:fixed;
	width:100%;
}
table.ContentList.ContentListForcedWidth td {
	overflow:hidden;
	white-space:nowrap;
}
table.ContentList.ContentListForcedWidth td * {
	white-space:nowrap !important;
}
table.ContentList.ContentListForcedWidth td table {
	table-layout:fixed;
	width:100% !important;
}
table.ContentList.ContentListForcedWidth td textarea,
table.ContentList.ContentListForcedWidth td input {
	max-width:100% !important;
	white-space:normal !important;
}
table.ContentList.ContentListForcedWidth thead td {
	width:auto;
}
table.ContentList.ContentListForcedWidth thead td.Checkbox {
	width: 20px !important;
}
table.ContentList.ContentListForcedWidth thead td.NoPadding {
	width: 0 !important;
}
table.ContentList.ContentListForcedWidth thead tr td a[href*="OrderBy"] {
	width:100%;
	overflow:hidden;
}
.ContentListForcedWidthPrimaryColumn img[src*='../../gfx/masteradmin/list_ico_s_changeorder_down.png'],
.ContentListForcedWidthPrimaryColumn img[src*='../../gfx/masteradmin/list_ico_s_changeorder_up.png'],
.ContentListForcedWidthPrimaryColumn img[src*='../../gfx/masteradmin/list_ico_s_changeorder_unselected.png'] {
	visibility:hidden;
}

/* disabled row */

table.ContentList tr.Disabled td,
table.ContentList tr.disabled td {
	color: #909090;
}

/* -- '--> Inner Elements: ContentList -- */

.ContentList .Identifier {
	width: 110px;
}

.ContentList .ObjectName,
.ContentList .ProductName {
	width: 80%
}

/* -- '--> InnerListTable -- */
table.InnerListTable {
	width: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 145% !important;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

table.InnerListTable td {
	height: auto !important;
	padding: 0;
	margin: 0;
	border: 0;
	line-height: 145% !important;
	vertical-align: top;
}


