table.Data
{
	border-spacing: 1px;
	font-size: 10px;
	background: #E7E7E7;
	color: #666666;
	margin-top: 2px;
	margin-bottom: 10px;
}
#TemplatesPreviewBody>#CustomersList
{
	margin-left: 200px;
	margin-bottom: 10px;
}
#TemplatesPreviewBody>#CustomersList>caption
{
	margin-left: 200px;
	margin-top: 10px;
}
table.Data td a:link, table.Data td a:visited
{
	color: #666666;
	text-decoration:none;
	font-weight: bold;
}

table.Data td a:hover
{
	/*color:#009900;*/
	color: #e8a400;
	text-decoration:underline;
	font-weight: bold;
}

table.Data caption
{	
	border: #666666;
	border-bottom:2px solid #666666;
	/*text-transform:uppercase;*/
	padding:5px;
	background:url(../../UI-ST/Img/tableHeader.gif) top repeat-x;
	font:12px 'Verdana', Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	text-align: left;
}
table.Data td, table.Data th
{
	padding:4px;
}
table.Data thead th
{
	text-align:center;
	BACKGROUND: url(../../UI-ST/Img/OptionButtons-5.gif) #f5f5f5;
	color: #666666;
	border:1px solid #ffffff;
	text-transform:uppercase;
}
table.Data tbody th
{
	font-weight:bold;
}
table.Data tbody th.minWidth
{
	width: 200px;
}
table.Data tbody tr
{
	BACKGROUND-COLOR: #EBEEDF;
	text-align:left;
}
table.Data tbody tr.odd
{
	background: #ffffff;
	border-top:1px solid #ffffff;
}
table.Data tbody th a:link, table.Data tbody th a:visited
{

}
table.Data tbody th a:hover
{
	/*color:#009900;*/
	color: #9f3d00;
}
table.Data tbody tr td
{
	padding-bottom: 8px;
	padding-top: 8px;
	BACKGROUND-COLOR: #EBEEDF;
	border:1px solid #ffffff;
}
table.Data tbody tr td.alignCenter
{
	text-align: center;
}

table.Data tbody tr.odd td
{
	background: #ffffff;
	border-top:1px solid #ffffff;
}
table.Data tfoot th, table.Data tfoot td
{
	background:url(../../UI-ST/Img/OptionButtons-5.gif);
	padding:5px;
	text-align:center;
	font:13px 'Verdana', Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	border-bottom:3px solid #cccccc;
	border-top:1px solid #DFDFDF;
}
.tableSubmit
{
	BACKGROUND: url(../../UI-ST/Img/Button-Orange.gif) transparent no-repeat;
	border-style: none;
	FONT-SIZE: 10px;
	COLOR: #990000;
	cursor: pointer;
	width: 100px;
	height: 22px;
	vertical-align: middle;
	padding-bottom: 1px;
	margin-bottom: 5px;	
}
.RightAlign
{
	text-align: right;
}
.LeftAlign
{
	text-align: left;
}
.CenterAlign
{
	text-align: center;
}
