    body {
      margin: 0;
      border: 0;
      font-family: sans-serif;
      background: #D0D0D0;
      color: black;
      text-align: center;
    }
    
    em {
      font-weight: bold;
    }
    
    .header {
      position: relative;
      background: url(headerBack.png) #303030; /*#3040A0;*/
      padding-top: 10px;
      padding-bottom: 10px;
      height: 30px;
      text-shadow: black 0px 1px 2px;
      color: white;
    }
    
    .header a img {
      border: 0px;
    }
    
    .headerText {
      font-size: 24px;
      font-weight: bold;
      padding-right: 20px;
      padding-top: 1px;
    }
    
    #Reader {
      display: none;
    }
    
    #Controls {
      position: relative;
      height: 64px;
      color: white;
      background: rgba(0, 0, 0, 0.8);
    }
    
    #ControlsTop {
      position: relative;
      height: 27px;
      background: black url(navBackground.png) repeat-x;
      padding-top: 5px;
      padding-left: 5px;
      white-space: nowrap;
      font-size: 15px;
      font-weight: bold;
      vertical-align: middle;
    }
    
    #EntryNr {
      float: right;
      font-size: 15px;
      padding-top: 7px;
      padding-right: 10px;
    }
    
    #Feed {
      border: 1px solid grey;
      background: white;
      list-style-type: none;
      padding: 10px;
      padding-top: 0px;
      padding-bottom: 0px;
      margin: 0px;
    }
    
    #Content {
      padding-top: 0px;
      color: black;
    }
    
    #Main {
      padding-top: 5px;
    }
    
    #OpenFind {
      padding-bottom: 5px;
      display: none;
    }
    
    #FeedFinder {
      position: relative;
      top: -13px;
      background: #E0E0FF;
      font-size: 15px;
      font-weight: bold;
      position: relative;
      margin-left: 10px;
      margin-right: 20px;
      margin-top: 5px;
      margin-bottom: 10px;
      border: 1px outset white;
      padding: 15px;
      display: none;      
      -moz-border-radius: 5px;      
      -webkit-border-radius: 5px;
    }
    
    #SearchResults {
      margin-top: 5px;
      margin-bottom: 10px;
      border-bottom: 2px groove white;
      font-size: 13px;
      font-weight: normal;
    }
    
    .searchEntry {
      padding: 4px;
      text-align: left;
      border-top: 2px groove white;
      border-bottom: 0px solid;
    }
        
    #ListHeader {
      position: relative;
      background: url(blueGradient.png) bottom;
      padding-bottom: 10px;
      padding-top: 10px;
      border-top: 1px solid white;
      border-bottom:  1px solid black;
      color: white;
      font-size: 19px;
      font-weight: bold;
      vertical-align: middle;
      z-index: 1;
    }
    
    #ListHeader input {
      vertical-align: middle;
    }
    
    .listFromSmall {
      font-size: 12px;
    }
    
    #Loading {
      float: left;
      padding-left: 10px;
      padding-top: 12px;
      display: none;
    }
    
    #ListType {
      margin-right: 26px;
    }
    
    #List {
      border: 1px solid gray;
      border-bottom: 0px;
      background: white;
      list-style-type: none;
      padding: 0px;
      margin-top: 0px;
      margin-bottom: 0px;      
    }
    
    .listEntry {
      text-align: left;
      padding-left: 10px;
      padding-right: 10px;
      color: #000040;
      padding-top:8px;
      padding-bottom: 8px;
      border-bottom: 1px solid gray;
      clear: both;
    }
    
    .listMore {  
      background: url(more.png) no-repeat right center;
    }    
    
    .listTitle {
      font-size: 14px;
      font-weight: bold;
    }
    
    .listDate {
      font-size: 11px;
      font-weight: bold;
      color: grey;
    }
    
    .listSummary {
      font-size: 11px;
      background: #C0C0C0;
      margin: 5px;
      padding: 5px;
      -moz-border-radius: 5px;            
      -webkit-border-radius: 5px;   
      display: none;         
    }
    
    .listContent {
      font-size: 12px;
      color: #202020;      
    }
    
    .listContent span a {
      display: none;
    }
    
    .listContent span+br+span+br {
      clear: both;
    }
    
    .listContent a img {
      padding-bottom: 5px;
      padding-top: 5px;
    }
    
    .listLink {    
      font-size: 11px;
      color: blue;
      padding-top: 5px;
    }
    
    .listClose {
      float: right;
      vertical-align: middle;
    }
    
    input {
      font-size: 12px;
      width: 190px;
    }
    
    input:focus {
      background: #FFFFE0;
    }
    
    .button {
      display: inline;
      font-size: 19px;
      font-weight: bold;
      background: #FF8000;
      background-image: url(navBackground.png);
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 10px;
      padding-right: 10px;
      margin-left: 10px;
      margin-right: 10px;
      border-left: 1px solid #808080;
      border-right: 1px solid #000000;
      text-shadow: black 0px 1px 2px;
    }
    
    div.button:hover {
      opacity: 0.9;
    }
    
    #Help {
      padding: 15px;
      margin: 10px;
      font-size: 11px;
      text-align: left;
      -moz-border-radius: 5px;            
      -webkit-border-radius: 5px;
      background: #303030;
      border: 2px solid white;
      color: white;         
    }
        
    #More {
      padding-top: 20px;
      padding-left: 20px;
      padding-right: 20px;
      text-align: left;      
    }
    
    #More a {
      color: orange;
      font-weight: bold;
      text-decoration: none;
      text-shadow: black 0px 1px 2px;
    }
    
    #More li {
      padding-bottom: 10px;
    }
    
    #More a img {
      border: 0px;
      vertical-align: middle;
    }

		#Footer {
		  font-family: sans-serif;
		  font-size: 10px;
		  color: #202020;
		  padding-top: 40px;
		  padding-bottom: 40px;
		  clear: both;
		}
		
		#Footer a {
		  text-decoration: none;
		  font-weight: bold;
		  padding-right: 10px;
		  color: #202020;
		} 
		
		#Footer a:hover {
		  text-decoration: underline;
		  color: black;
		}
		
		#Footer a img {
		  border: 0px;
		}
