/* Form tables */
table.form{
}
	table.form tr{
	}
		table.form tr th{
			margin:0px; padding:7px;
			color:#333; background:#F6F6F6;
			border-top:1px solid #CCC;
		}
		table.form tr td{
			margin:0px; padding:5px;
			color:#333;
			border-top:1px solid #CCC;
		}
		table.form tr td.label{
			width:150px;
		}
		table.form tr td.label.required{
			padding-right:16px;
			background-image:url(../images/icons/bullet_red.png);
			background-repeat:no-repeat;
			background-position:center right;
		}
		table.form tr td.field{
		}
		table.form tr td.field.required{
		}

/* Overview tables */
table.overview{
	width:100%;
	border-bottom:1px solid #E0E0E0;
	border-left:1px solid #E0E0E0;
}
	table.overview tr{
	}
		table.overview tr th{
			margin:0px; padding:7px;
			color:#333; background:#E3E3E3;
			border-top:1px solid #E0E0E0;
			border-right:1px solid #E0E0E0;
		}
		table.overview tr td{
			margin:0px; padding:7px;
			color:#333; background:#FFF;
			border-top:1px solid #E0E0E0;
			border-right:1px solid #E0E0E0;
		}
	table.overview tr.even{
	}
		table.overview tr.even td{
			background:#F3F3F3;
		}
	table.overview tr.uneven{
	}
		table.overview tr.uneven td{
		}

/* TinyMCE tables */
table.mceLayout{
}
	table.mceLayout tr th{
		margin:0px; padding:0px;
		background:none;
	}
	table.mceLayout tr td{
		margin:0px; padding:0px;
		background:none;
	}
