body            { font-family:      "Trebuchet MS", tahoma, arial, Verdana, sans-serif;
                  font-size:        80%;
                  background-color: white;}

.item-wrapper-red,
.item-wrapper-blue,
.item-wrapper-yellow,
.item-wrapper-green,
.item-wrapper-cyan,
.item-wrapper-purple
                { margin-bottom:    20px; }
.item-title     { font-weight:      bold;
                  text-align:       left; }
.story          { text-align:       left;
                  background-color: #FFFFFF; }
.story-hover    { text-align:       left;
                  cursor:           pointer; }
.story-headline { font-weight:      bold; }
.story-image    { border:           0;
                  padding:          2px 0 2px 2px; }
.table-wrap table
                { font-family:      "Trebuchet MS", tahoma, arial, Verdana, sans-serif;
                  font-size:        inherit;
                  padding:          0;
                  border:           0;
                  margin:           0;
                  clear:            none; }
.table-row      { text-align:       left; }
.table-row-hover{ text-align:       left;
                  cursor:           pointer; }
.box            { text-align:       left; }
.box-hover      { text-align:       left;
                  cursor:           pointer; }
.noborder       {  }
.noborder-hover { cursor:           pointer; }
                  
/* RED     Light: #F2DADE  Dark: #B34356 */
.item-wrapper-red .story-hover
                { background-color: #F2DADE; }
.item-wrapper-red .item-title
                { background-color: #F2DADE; }
.item-wrapper-red .table-row-hover
                { background-color: #F2DADE; }
/* BLUE    Light: #DAE0F2  Dark: #4561B1 */
.item-wrapper-blue .story-hover
                { background-color: #DAE0F2; }
.item-wrapper-blue .item-title
                { background-color: #DAE0F2; }
.item-wrapper-blue .table-row-hover
                { background-color: #DAE0F2; }
/* YELLOW  Light: #F2EDDA  Dark: #B29C44 */
.item-wrapper-yellow .story-hover
                { background-color: #F2EDDA; }
.item-wrapper-yellow .item-title
                { background-color: #F2EDDA; }
.item-wrapper-yellow .table-row-hover
                { background-color: #F2EDDA; }
.item-wrapper-yellow .box-hover
                { background-color: #F2EDDA; }
/* GREEN   Light: #DFF2DA  Dark: #5CB145 */
.item-wrapper-green .story-hover
                { background-color: #DFF2DA; }
.item-wrapper-green .item-title
                { background-color: #DFF2DA; }
.item-wrapper-green .table-row-hover
                { background-color: #DFF2DA; }
/* CYAN    Light: #DAF2EC  Dark: #DAF2EC */
.item-wrapper-cyan .story-hover
                { background-color: #DAF2EC; }
.item-wrapper-cyan .item-title
                { background-color: #DAF2EC; }
.item-wrapper-cyan .table-row-hover
                { background-color: #DAF2EC; }
/* PURPLE  Light: #ECDAF2  Dark:  #9445B1 */
.item-wrapper-purple .story-hover
                { background-color: #ECDAF2; }
.item-wrapper-purple .item-title
                { background-color: #ECDAF2; }
.item-wrapper-purple .table-row-hover
                { background-color: #ECDAF2; }
.item-wrapper-purple .noborder-hover
                { background-color: #ECDAF2; }

a               { color:            #4561B1; }
a:active        { color:            #4561B1; }
a:visited       { color:            #4561B1; }
a:hover         { color:            #B34356; }