#customizeStagesDlg {
	background: #f8f8f8;
}
#stageListTbl {
	margin: 15px auto 18px auto;
	table-layout: fixed;
	width: 880px; /* 802 + # */
}
#stageListTbl button {
	margin: 0;
}
#stageListTbl input{
	padding-left: 5px;
	border: 1px solid #abadb3;
}
#stageListTbl td{
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	vertical-align: middle;
}

#stageListTbl .col1 {
	padding-right: 4px;
}
#stageListTbl .col2 {
	padding-left: 14px;
	padding-right: 14px;
}
#stageListTbl .col3 {
	padding-left: 4px;
	padding-right: 4px;
}
#stageListTbl .col4 {
	padding-left: 14px;
	padding-right: 14px;
}
#stageListTbl .col5 {
	padding-left: 5px;
	padding-right: 5px;
}

#stageListTbl .stageNameTxt {
	height: 26px;
	width: 130px;
	//margin: 0 15px;
}
#stageListTbl .stageDescriptionTxt {
	height:26px;
	width: 500px;
}
#stageListTbl .fontColorBtn {
	/*
	height: 28px;
	width: 28px;
	background-image: url("/images/icons/font-color.png"), -webkit-linear-gradient(top, #f9f9f9, #d9d9d9);
	background-position: center center;
	background-repeat: no-repeat;
	*/
}
#stageListTbl .backgroundColorBtn {
	/*
	height: 28px;
	width: 28px;
	background-image: url("/images/icons/background-color.png"), -webkit-linear-gradient(top, #f9f9f9, #d9d9d9);
	background-position: center center;
	background-repeat: no-repeat;
	*/
}
#stageListHeaderRow td {
	font-size: 9px;
	font-weight: bold;
	line-height: 1.2;
	vertical-align: middle;
}
#addRemoveBtnCol {
	width: 30px;
}
#stageNameCol {
	width: 134px;
}
#stageDescriptionCol {
	width: 504px;
}
#stagePermissionsCol {
	width: 30px;
}
#stageFontColorCol {
	width: 52px;
}
#stageBackgroundCol {
	width: 52px;
}
#stageListTbl .removeStageBtn {
	background: url("/images/icons/subtract.png") no-repeat center center, -webkit-linear-gradient(top, #f9f9f9, #d9d9d9);
	height: 30px;
	width: 30px;
	cursor: pointer;
}
#stageListTbl .addStageBtn {
	background: url("/images/icons/add.png") no-repeat center center, -webkit-linear-gradient(top, #f9f9f9, #d9d9d9);
	height: 30px;
	width: 30px;
	cursor: pointer;
}
#stageListTbl .stagePermissionsBtn {
	background: url("/images/icons/edit.png") no-repeat center center, -webkit-linear-gradient(top, #f9f9f9, #d9d9d9);
	height: 30px;
	width: 30px;
	cursor: pointer;
}
#stageListTbl #addStageLink {
	text-align: left;
	color: #0000ff;
	text-decoration: underline;
	font-weight: bold;
	vertical-align: middle;
}
#stageListTbl #addStageLink span {
	cursor: pointer;
}
#stagesRestoreDefaultsBtn {
	float: left;
	padding: 14px;
}
#stagesSaveAndCancelBtnBox button {
	float: right;
	margin-left: 16px;
	padding: 14px;
}
#stageListSpacerRow td{
	border-bottom: 1px solid #ccc;
	height: 0px;
	padding: 3px;
}
#stageListButtonsRow td {
	border-top: 1px solid #fff;
	padding: 18px 0 0 0;
}