div.adminDataDisplay {
	width: 742px;
	margin-top:10px;
}


table.adminDataDisplay_top {
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #5C4277;
}

table.adminDataDisplay {
	width: 742px;
	border-bottom: 1px solid #5C4277;
	margin-bottom: 5px;
	margin-top:5px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

table.adminDataDisplay.wide {
	width: 940px;
}


table.adminDataDisplay tr.odd {
	background-color: #FFFFFF;
}

table.adminDataDisplay tr.even {
	background-color: #E6E6E6;
}

table.adminDataDisplay tr.title {
	background-image: url(../../images/form/formMiddle.jpg);
	background-repeat: repeat-x;
}

table.adminDataDisplay tr.title th {
	height: 22px;
	color: #FFFFFF;
}

table.adminDataDisplay tr.title th.left {
	background-image: url(../../images/form/formLeft.jpg);
	background-repeat: no-repeat;
	font-size: 0px;
	line-height: 0px;
	width: 4px;
	margin: 0px;
	padding: 0px;
}

table.adminDataDisplay tr.title th.right {
	background-image: url(../../images/form/formRight.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 0px;
	line-height: 0px;
	width: 4px;
	margin: 0px;
	padding: 0px;
}

table.adminDataDisplay tr td {
	vertical-align: top;
	padding: 4px;
	font-size:11px;
}

table.adminDataDisplay tr td.left {
	border-left: 1px solid #5C4277;
	font-size: 0px;
	line-height: 0px;
	width: 4px;
	margin: 0px;
	padding: 0px;
}

table.adminDataDisplay tr td.right {
	border-right: 1px solid #5C4277;
	font-size: 0px;
	line-height: 0px;
	width: 4px;
	margin: 0px;
	padding: 0px;
}

th.selectColumn {
	width: 20px;
}

td.selectColumn input {
	margin: -2px 0px 0px 0px;
}

div.file_labels {
	float: left;
	font-weight: bold;
}

table.adminDataDisplay td.noRecords {
	color: #FF0000;
	border-right: 1px solid #5c4277;
	border-left: 1px solid #5c4277;
}

#selectButton {
	width: 12px;
	height: 12px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 0px 0px 3px;
	padding: 0px;
}

table.adminDataDisplay td.editColumn {

}

table.adminDataDisplay td.editColumn div.editIcon {
	float: right;
	font-size: 0px;
	line-height: 0px;
	width: 15px;
	height: 15px;
	background-image: url(../../images/admin/icons/edit.gif);
	background-repeat: no-repeat;
}

table.adminDataDisplay td.editColumn div.duplicateIcon {
	float: right;
	font-size: 0px;
	line-height: 0px;
	width: 15px;
	height: 15px;
	background-image: url(../../images/admin/icons/duplicate.gif);
	background-repeat: no-repeat;
}

table.adminDataDisplay div.addIcon {
	float: right;
	font-size: 0px;
	line-height: 0px;
	width: 40px;
	height: 15px;
	background-image: url(../../images/admin/icons/add_extend.png);
	background-repeat: no-repeat;
}

table.adminDataDisplay .editColumn {
	text-align: right;
	font-weight: normal;
}

div.adminDataDisplay.submit {
	margin-top: 10px;
}

table.adminDataDisplay a.actionLink {
	color: #FFFFFF;
	cursor: pointer;
}

table.adminDataDisplay a.actionLink:hover {
	color: #990000;
}

table.adminDataDisplay a.actionLink_edit {
	color: #000000;
	cursor: pointer;
}

table.adminDataDisplay a.actionLink_edit:hover {
	color: #990000;
}


td.BorderRight {
	border-right: 1px solid #5C4277;
}

td.BorderLeft {
	border-left: 1px solid #5C4277;
}

/* title headers */
div.filterLabel div.left  {
	width: 4px;
	height: 22px;
	background-image: url(../../images/form/formLeft.jpg);
	background-repeat: no-repeat;
	float: left;
}

div.filterLabel div.middle {
	width: 717px;
	font-size: 12px;
	float: left;
	padding: 3px 0px 0px 0px;
	text-align: center;
}

div.filterLabel div.right {
	width: 4px;
	height: 22px;
	background-image: url(../../images/form/formRight.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
}

div.filterLabel {
	width: 742px;
	height: 22px;
	background-image: url(../../images/form/formMiddle.jpg);
	background-repeat: repeat-x;
	color:#FFFFFF;
	margin-top:10px;
}
/* title headers */


