div.edit {
	margin: 0px 0px 10px 0px;
	border: 1px solid #bfbfbf;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
div.edit input {
	border: 1px solid #b8b8b8;
	margin: 1px;
	padding: 1px;
}
div.edit textarea {
	border: 1px solid #b8b8b8;
	margin: 2px;
	padding: 3px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.edit.compact {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.edit.compact textarea,
div.edit.compact input {
	border: 1px solid #b8b8b8;
	margin: 2px 0px 0px 2px;
	padding: 0px;
}

div.edit select {
	border: 1px solid #b8b8b8;
	margin: 2px 0px 0px 2px;
	padding: 0px;
	display: inline;
	line-height: 16px;
}
div.edit select optgroup {
	color: #434343;
}
div.edit select optgroup option {
	color: #000000;
}
div.edit textarea {
	border: 1px solid #989898;
}
div.edit button {
	border: 1px outset #989898;
	padding: 0px;
	margin: 1px;
}
div.edit button.delete {
	border: 0px none;
	width: 16px;
	height: 16px;
	padding: 6px 0px 0px 0px;
	margin: 0px;
	background: url("/tbs/images/global/delete.16px.png") no-repeat;
}
div.edit textarea:focus,
div.edit input:focus,
div.edit select:focus {
	border: 1px solid #0055aa;
	background-color: #ffffe8;
	color: #000000;
}
div.edit div.head {
	clear: both;
	padding: 2px 4px 2px 12px;
	margin: 3px 0px 5px 0px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #dfdfdf;
	font-size: 18px;
	color: #767676;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
}
div.edit div.head ul {
	float: right;
	background-color: #efefef;
	margin: 0px;
	padding: 0px 5px 4px 20px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
div.edit div.head ul li {
	margin: 0px;
	padding: 0px 8px;
	line-height: 12px;
	display: inline;
}
div.edit h1,
div.edit h2 {
	margin: 2px 2px 7px 2px;
	padding: 2px 2px 2px 8px;
	color: #000;
	font-size: 20px;
	font-style: italic;
	letter-spacing: 1px;
}
div.edit h2 {
	color: #333;
	font-size: 16px;
}
div.edit h1 a.small,
div.edit h2 a.small {
	font-size: 12px;
}
div.edit h1 sub,
div.edit h2 sub {
	color: #adadad;
	font-size: 12px;
	line-height: 20px;
	vertical-align: inherit;
}
div.edit ul ul li {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 2px 0px;
}
div.edit div.whole,
div.edit div.half,
div.edit div.third,
div.edit div.fourth,
div.edit div.multiple,
div.edit div.twoThird {
	margin: 5px 0px;
	padding: 0px 5px;
}
div.edit div.half {
	float: left;
	width: 48%;
}
div.edit div.third {
	float: left;
	width: 320px;
}
div.edit div.fourth {
	float: left;
	width: 233px;
}
div.edit div.multiple {
	float: left;
	white-space: nowrap;
}
div.edit div.wholeOuter {
	margin: 0px 3px;
	border: 1px solid #cfcfcf;
}
div.edit div.twoThird {
	float: left;
	width: 648px;
}
div.edit div.threeFourth {
	float: left;
	width: 720px;
}
div.edit div.wholeOuter div.half,
div.edit div.wholeOuter div.third,
div.edit div.wholeOuter div.fourth,
div.edit div.wholeOuter div.multiple {
	margin: 0px 6px;
}
div.edit div.half input.full {
	width: 355px;
}
div.edit div.half textarea {
	width: 350px;
	height: 65px;
}
div.edit div.third textarea {
	width: 188px;
	height: 60px;
}
div.edit div.twoThird textarea {
	width: 480px;
	height: 120px;
}
div.edit div.whole textarea {
	width: 845px;
	height: 150px;
}
div.edit div.whole textarea.small {
	width: 188px;
	height: 50px;
}
div.edit div.foot {
	clear: both;
	padding: 4px 4px 2px 12px;
	margin: 0px 0px 3px 0px;
	border-top: 1px solid #dfdfdf;
	background-color: #f8f8f8;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
}
/* start table.edit */
div.edit .inputRow {
	margin: 0px 2px 8px 2px;
	padding: 0px;
	clear: both;
}
div.edit .inputRow.errorRow .title {
	color: #a00;
}
div.edit .inputRow.errorRow .input input {
	border: 1px solid #f00;
}
div.edit .inputRow .title {
	text-align: right;
	width: 100px;
	float: left;
	height: 22px;
	line-height: 22px;
	padding-right: 4px;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
}
div.edit .inputRow .title.empty {
}
div.edit .inputRow .input {
	line-height: 22px;
	min-height: 22px;
	margin-left: 106px;
}
div.edit .inputRow .input span {
	margin: 0px 0px 0px 2px;
	color: #666;
}
div.edit .inputRow .input span.error {
	color: #d00;
	font-weight: bold;
}
div.edit .inputRow .input ul {
	padding: 0px;
	margin: 0px;
}
div.edit .inputRow .input li {
	margin: 1px 1px;
	padding: 0px 0px;
}
div.edit .inputRow .input li input {
	line-height: 10px;
	margin: 0px 5px 0px 2px;
}

div.edit .inputRow .input li label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}
div.edit .inputRow .input li label input {
    width: 13px;
    height: 13px;
    padding: 0px;
    margin: 2px 4px 2px 2px;
    vertical-align: bottom;
    position: relative;
    top: -2px;
    *overflow: hidden;
}



/*/
div.edit div.addressOptions {
	padding: 3px;
}
/**/
div.edit div.addressOptions button {
	margin: 4px;
	color: #000000;
	padding: 3px 3px 3px 22px;
	border: 1px solid #cccccc;
	background-color: #efefef;
	text-align: left;
}
div.edit div.addressOptions button.business {
	background: #efefef url("/tbs/images/global/business.16px.png") 3px 3px no-repeat;
}
div.edit div.addressOptions button.residence {
	background: #efefef url("/tbs/images/global/residence.16px.png") 3px 3px no-repeat;
}
div.edit div.addressOptions button:hover {
	background-color: #ffffff;
}
div.edit div.addressOptions button:active {
	background-color: #dfdfdf;
}

.clear {
	clear: both;
}

div.edit .textPlain,
div.edit .textBlurb {
	padding: 5px;
	margin: 3px;
}

div.edit .textPlain {
	border: 1px solid #bfbfbf;
}

div.edit .textBlurb {
	border: 1px solid #afcfaf;
	background-color: #f8fff8;
}

div.edit .textBlurb h1 {
	background-color: #c8dfc8;
	border: 1px solid #c8dfc8;
	color: #7f8f7f;
	padding: 3px;
	margin: 0px 0px 3px 0px;
}

div.edit .textBlurb h2 {
	color: #000;
	padding: 3px;
	margin: 0px 0px 3px 0px;
	letter-spacing: 0px;
}

div.edit th .textBlurb {
	margin: 1px;
}

div.edit h2 {
	text-decoration: none;
	border: none;
	margin: 4px;
	padding: 2px;
	white-space: nowrap;
}

div.edit .column a.active span			{ color: #000;	}
div.edit .column a.idle span			{ color: #eee;	}
div.edit .column a.dead span			{ color: #ddd;	}
div.edit .column a.loading span			{ color: #ace;	}
div.edit .column a.inactive span		{ color: #ccc;	}
div.edit .column a.inactive:hover span	{ color: #888;	}


div.edit .column {
	float: left;
	margin: 2px;
	padding: 2px 6px;
	border: 1px solid #e3e3e3;
	background-color: #ffffff;
}

div.edit .column li {
	padding: 2px 0px;
	margin: 0px;
}

div.edit .save,
div.edit .submit,
div.edit .delete,
div.edit .edit {
	margin: 0px;
	padding: 1px 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 0px none;
	font-weight: bold;
	color: #ffffff;
}

div.edit a.save,
div.edit a.submit,
div.edit a.delete,
div.edit a.edit {
	padding: 0px 2px;
}

div.edit .save {	background-color: #008800;	}
div.edit .submit {	background-color: #885500;	}
div.edit .delete {	background-color: #990000;	}
div.edit .edit {	background-color: #66bbff;	}

div.edit a.save {	border: 2px solid #006600;	}
div.edit a.submit {	border: 2px solid #663300;	}
div.edit a.delete {	border: 2px solid #770000;	}
div.edit a.edit {	border: 2px solid #4499ff;	}


/* compact */

div.edit.compact {
	background: none;
	margin: 0px;
}

div.edit.compact div.whole,
div.edit.compact div.half,
div.edit.compact div.third,
div.edit.compact div.fourth,
div.edit.compact div.multiple,
div.edit.compact div.twoThird {
	background-color: #ffffff;
}

div.edit.compact .inputRow {
	margin: 0px;
}
div.edit.compact .inputRow .title {
	background: #ffffff;
	border: 0px;
	font-weight: bold;
	width: 80px;
}
div.edit.compact .inputRow .title.empty {
	background: #ffffff;
}
div.edit.compact .inputRow .input {
	background: #ffffff;
	margin-left: 86px;
}
div.edit.compact .inputRow .input input {
	margin: 0px 4px 0px 0px;
}
div.edit.compact .inputRow .input ul {
	margin: 0px;
	padding: 2px;
}
div.edit.compact .inputRow .input li {
	background: #ffffff;
	padding: 0px;
	margin: 0px;
}

