   .box {
      margin-top: 5px;
      margin-bottom: 5px;
      margin-left: 10px;
      background: url("../images/box-header-gradient.png") repeat-x white;
      padding: 3px 4px 3px 2px;
   }
   .box a:link,.box a:visited {
      color: #13135e;
   }
   .box .header h2 {
      padding-top: 2px;
      padding-left: 4px;
      font-family: sans-serif;
      margin: 0px 0px 0px 0px;
      font-size: 14pt;
   }
   .box .header {
      text-align: left;
      margin-bottom: 3px;
      padding-bottom: 5px;
      border-bottom: 2px #13135e solid;
   }
   .box .header .headertitle {
      cursor: move;
   }
   .box .menu {
      position: relative;
      z-index: 50;
      background-color: white;
      border: 2px solid #13135e;
      margin-top: 3px;
   }
   .box.search {
      text-align: center;
   }
   .box.feed .feedtype,.box.subscription .feedtype {
      font-size: 10pt;
      font-style: italic;
   }
   .box.feed .itemdescription {
      font-style: italic;
      color: #888;
   }
   .box .ui {
      color: #13135e;
      text-decoration: none;
      font-style: normal;
      font-weight: bold;
   }
   .box.feed .emaillink,.box .feedtype,.box.xhtml .saveicon,.box .menuarrow,.box .refresh,.box .comments,.box .allread,.box .editlink {
      position: static;
      float: right;
      margin-top: 5px;
      margin-right: 5px;
   }
   .box.feed .emaillink,.box .feedtype,.box.xhtml .saveicon,.box .refresh,.box .comments,.box .allread,.box .editlink {
      float: right;
   }
   .box .menuarrow {
      float: left;
   }
   
   /* READ / UNREAD */
   .box .unread,.box .unread a,.box.unread h2 a,.box .read,.box .read a,.box.read h2 a  {
      color: #13135e;
      text-decoration:none;
   }
   .box .unread a {
      font-weight:bold;
    }
