.ribbon {margin-left: -17px;border-radius: 4px;}
 
td {padding: 3px;}

.generated ul li {margin-left: 30px; clear: both;}

/* Ads */

#Ad_Leaderboard {
 margin: 7px 0px 10px 0px;
}

#Ad_Inline {
 width: 300px; 
 height: 250px; 
 float: left;
 border: 1px solid gray;
 padding-bottom: 4px;
 background: #F9F9F9;
}

.Ad_LinkUnit {
 margin: 10px 0px 5px 0px;
 overflow: hidden;
 border: 1px solid white;
}

/* Navigation and Header */

.navBlock {
 background: #F9F9F9;
 padding: 10px 10px 0px 10px;
 border: 1px solid gray;
 margin-right: 10px;
 float: left;
}

.navBlock h4 {
 font-size: 15px;
 font-weight: bold;
 margin-bottom: 10px;
}

.navBlock ol {
 margin-bottom: 6px;
}

#centerPanel {
 float: left; 
 margin-right: 10px;
 width: 185px;
}

#centerPanel button {
 color: #2E6E9E;
 text-align: left;
 padding: 8px;
 width: 100%;
 font-size: 11px;
 display: block;
 margin-bottom: 10px;
 line-height: 18px;
}

#centerPanel button:hover, #centerPanel a:hover {
 text-decoration: none !important;
 cursor: pointer;
}

#centerPanel button img {
 float: left;
 margin-right: 10px;
 width: 32px;
}

.quickFact {
 background: #F9F9F9;
 padding: 10px;
 margin-bottom: 10px;
 border-radius: 4px;
 font-size: 12px;
}

.quickFact div {
 padding: 2px 5px 2px 5px;
 border: 1px solid black;
 border-radius: 2px;
 text-align: center;
 margin-top: 10px;
}

/* Tax Table */

.taxtable {
 width: 100%;
 font-size: 14px;
 margin: 20px 0px 0px 0px;
 border: 2px solid black;
 border-collapse: separate;
 -moz-border-radius: 3px;
 border-radius: 3px;
}

.taxtable td {
 border-bottom: 1px solid gray;
}

.taxTableHeader td
{
 padding: 3px; 

}

.taxBracket
{
 border-top: 1px solid black;
 /*font-weight: bold; making rows disappear in ie9 for some reason */
}

.shadedBracket {
 background-color: #F9F9F9;
}

.federaltax td
{
 width: 140px;
}

#noTax
{
 padding: 4px;
 background: #007700;
 text-align: center;
 font-size: 13px;
 margin-top: 7px;
 color: white;
}

#noTax a:visited, #notax a:link {color: white; text-decoration: underline;}

#flatTax
{
 background: #72A9D3;
 color: white;
 padding: 4px;
 text-align: center;
 font-size: 12px;
 margin-top: 7px
}

#dateAlert
{
 background: #FF6666;
 color: white;
 padding: 4px;
 text-align: center;
 font-size: 12px;
 margin-top: 7px
}
#dateAlert a:link 
{
 color: white;
 text-decoration: underline;
}

#likeBox {
 margin-top: 7px; 
 float: right; 
 width: 265px; 
 height: 24px;
 overflow: hidden;
}

dt h2
{
 font-weight: bold;
 font-size: 14px;
}

dd
{
 margin: 6px 0px 6px 30px;
}

.ribbon a:link, .ribbon a:visited {
 color: white;
}

.leftImage {
 float: left;
 margin-right: 10px;
 text-align: center;
}

.rightImage {
 float: right; 
 text-align: center; 
 margin-left: 5px;
}

.bordered {
 border: 1px solid silver;
 width: 120px;
 margin-right: 10px;
}

#calcWrapper {
 margin: 5px; 
 padding: 6px; 
 border-radius: 6px; 
 background: #EBEBEB; 
 overflow: hidden;
 border: 1px solid #C1C1C1;
}

/* Tax Forms */

#taxForms
{
 margin: 15px 5px 5px 5px;
}

.formInfo
{
 width: 100%;
 min-height: 70px;
}

.formIcon
{
 float: left;
 margin-right: 10px; 
}

.formData
{
 margin-left: 60px;
 margin-bottom: 10px;
}

.FormLastUpdated
{
 font-size: 11px;
 color: silver;
 font-style: italic;
 float: right;
}

/* Example Table */

.exampleTable {
 margin-top: 10px; 
 font-size: 11px;
 margin-bottom: 10px;
}

.exampleTable table {
 width: 100%; 
 font-size: 10px; 
 font-weight: inherit;
}

.exampleTaxAmount {
 color: #008800; 
 margin-top: 2px;
 padding-top: 2px;
 border-top: 1px dashed silver;
}

.exampleImage {
  height: 100px;
  float: left;
  margin-right: 15px;
 }
 
 #References {
  float: left; 
  font-size: 12px; 
 }
 
 #References li {
  margin-bottom: 10px;
 }
 
/* Tax Calculator Pages */

.slideTitle {
 font-size: 15px;
 font-weight: bold;
 margin-top: 10px;
}

.heading span {
  font-family: Helvetica; 
  font-effect: outline; 
  font-weight: bold; 
  font-size: 29px; 
  float: right;
 }
 
.headerLink  {
 margin: 5px 0px 5px 6px;
 font-size: 14px;
 font-weight: bold;
}