﻿
/* scorecard.ascx */
div.scorecard { width:240px; border:solid 2px #e19e00; float:right; padding: 10px; margin: 20px 5px;}
table.scorecard {font-size: 12px; font-weight: normal;	color: #000000; border:0 ; border-collapse:collapse;}
td.titleBrand { border-width:0;  color:White; text-align:center; height:26px;  background: #3BC2C8; width:60% ;border-right:solid 4px white; padding-top:0;}
td.titleRating {border-width:0; background-color: #3BC2C8;  color:White; text-align:center; height:26px; width:9em; margin-right:0;border-right:solid 4px white; padding-top:0;}
/* rows */
td.brand { background-color: #c5f0f9; color:black; text-align:center; height:13px;padding:4px; border-top:solid 4px white;border-right:solid 6px white;}
td.rating { background-color:  #c5f0f9; color:black; text-align:center; height:13px;padding:4px; border-top:solid 4px white;border-left:solid 4px white;border-right:solid 4px white;}
td.altbrand { background-color: #eaf9fe; color:black; text-align:center; height:13px;padding:4px; border-top:solid 4px white;border-right:solid 6px white;}
td.altrating { background-color:  #eaf9fe; color:black; text-align:center; height:13px;padding:4px; border-top:solid 4px white;border-left:solid 4px white;border-right:solid 4px white;}
/* rounded corner top blocks */
div.leftcorner {float: left; z-index: 2}
div.lefttext {margin: 0.8em 0.4em 0.4em 0; text-align:center;}
div.rightcorner {float:right; z-index:  2}
div.righttext {margin: 0.8em 0 0.4em 0.4em; text-align:center;}
/* syndicated reports list */
table.syndicatedreports {font-size: 12px; font-weight: normal;	color: #000000; border: solid 4px #ddd ; border-collapse:collapse;}
table.syndicatedreports th { color:blue; text-align:left; height:13px;padding:4px; border-top:solid 4px #ddd;border-right:solid 4px #ddd;}
table.syndicatedreports td { color:black; text-align:left; height:13px;padding:4px; border-top:solid 4px #ddd;border-right:solid 4px #ddd;}
/* report text */
div.reportFullContainer p {padding-bottom: 10px; font-size: 1em; line-height: 1.2em;}
div.reportFullContainer br {padding-top: 10px; font-size: 1em;}
div.reportFullContainer td {padding-top: 10px; font-size: 1em;}