

td.fieldName{ text-align: left; width: 10em; }

.errorMessage { color:red; }

.note { color: #AAAAAA; }

table.itemsList th 
{
/*	color:white;
	background-color: #234da0; */
	padding: 4px;
}

table input {
	/* width: 20em; */
}

table.form  {
	width: 100%;
	border: 1px solid #eeeeee;
}

table.form td 
{
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	padding-right: 4px;
	padding-left: 4px;
	
	vertical-align: top;	
}

.odd {
	background-color: #EEEEEE;
}


table.itemsList  
{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #eeeeee;
	border-left-color: #eeeeee;	
}

table.itemsList th a !important {
	color: #FFFFFF;
	text-decoration: none;
}

table.itemsList th a:visited !important { 
	color: #FFFFFF;
	text-decoration: none;
}

table.itemsList td 
{
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #eeeeee;
	border-right-color: #eeeeee;	
	
	padding: 4px;
}

.productTitle{ 
	text-align:left;
}

.adTitle{ 
	text-align:left;
}

div.campaignTitle { 
	margin: 0;
	padding: 0;
	font-size: 1.25em;
	font-weight: bold;
	color: #234da0;
}

