@charset "utf-8";
/* CSS Document */

.dataCountOk {
	color: #003333;
	background-color: #CCFFCC;
}

.dataCountNotOk {
	color: #990000;
	background-color: #FFCC99;
}

table.CampaignTable {
	border: 1px solid #CCCCCC;
	padding: 0px;
}

table.CampaignTable th {
	background-color: #f3f1ec;
	font-weight: bold;
	padding: 6px;
}

table.CampaignTable td.subhead {
	background-color: #EEEEEE;
	font-weight: bold;
	padding: 6px;
}

table.CampaignTable td {
	border-top: 1px solid #e1e1e1;
	padding: 6px;
}

table.CampaignTable td a {
	text-decoration: none;
}

table.CampaignTable tr.saturation td {
	background-color: #CCFFFF;
}

table.CampaignTable tr.rts td {
	background-color: #FFFFC1;
}

table.CampaignTable tr.warning td {
	background-color: #FFD2D2;
	font-weight: bold;
	color: #000;
}

table.CampaignTable td.sep {
	border-top: 1px dotted #999;
}

div#DataUploadSummary {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	width: 400px;
	height: 160px;
	padding: 5px;
	overflow: auto;
	margin-bottom: 10px;
}


table#SummaryTable {
	border: 1px solid #CCCCCC;
	padding: 0px;
}

table#SummaryTable th {
	font-size: 80%;
	background-color: #f3f1ec;
	font-weight: bold;
	padding: 6px;
}

table#SummaryTable td.subhead {
	background-color: #EEEEEE;
	font-weight: bold;
	padding: 6px;
}

table#SummaryTable td {
	border-top: 1px solid #ddd;
	border-right: 1px solid #e1e1e1;
	padding: 6px;
}

table#SummaryTable td.odd {
	background-color: #EEEEEE;
}

table#SummaryTable td.even {
	background-color: #F3F3F3;
}

table#SummaryTable td.total {
	font-weight: bold;
	text-align: center;
}
table#SummaryTable td.total.noborder {
	border-right: none !important;
}

table#SummaryTable th.res {
	background-color: #D6E9D7;
}

table#SummaryTable th.nonres {
	background-color: #C2C9DA;
}

table#SummaryTable td.res {
	background-color: #E9EFE7;
	text-align: center;
}

table#SummaryTable td.nonres {
	background-color: #F0F2F7;
	text-align: center;
}

table#SummaryTable td a {
	text-decoration: none;
}

table#SummaryTable tr.zerodata td {
	background-color: #FFE2C6;
}

p.zerodata {
	background-color: #FFE2C6;
	padding: 5px 7px;
}

tr.close td {
	background-color: #CCFFCC;
}

tr.notclose td {
	background-color: #FFE2C6;
}

div.OptionButtons {
	margin-bottom: 6px;
	text-align: right;
}

div.legend {
	border: 1px solid #DDD;
	margin-top: 10px;
	width: 300px;
	padding-left: 10px; 
}

div.legend p.close {
	padding-left: 6px;
	border-left: 10px solid #CCFFCC;
}

div.legend p.notclose {
	padding-left: 6px;
	border-left: 10px solid #FFE2C6;
}

a.button {
	font-size: 80%;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ccc; 
	background-color: #EEE;
	padding: 6px;
	text-decoration: none;
	color: #666;
}

a.button_selected {
	font-size: 90%;
	font-weight: bold;
	margin-top: 1px;
	border: 1px solid #ccc; 
	border-bottom: 1px solid #f3f1ec;
	background-color: #f3f1ec;
	padding: 6px;
	text-decoration: none;
	color: #666;
}

tr.warning td {
	background-color: #FFCCCC;
}

span.warning {
	color: #990000;
	font-weight: bold;
}

ul.warning_items {
	margin: 10px;
	margin-top: 2px;
	padding: 0px;
	font-size: 110%;
}

ul.warning_items li {
	padding-top: 10px;
	list-style: none;
}

ul.warning_items h3 {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 10px;
}

div.footnote {
	font-size: 10px;
}

a.remove {
	font-size: 11px;
	color: #CC0000;
}


/* HIDE AND SHOW ROW DEFINITIONS */
#AMRebate_TR, #RTSRebatePayable_TR, #DataChargeApplies_TR {
	display: none;	
}

div#possible_match_options {
	background-color: #FFFFFF;
	width: 400px;
	height: 200px;
	overflow: auto;
	padding: 0 10px;
	margin-bottom: 10px;
	border: 1px solid #999;
	font-size: 12px;
}

div#possible_match_options label {
	display: block;
	padding: 2px 0;
}

div#possible_match_options label input {
	margin: 0 5px 0 0;
}

