body {
    font-family: Helvetica, Arial, sans-serif;
    background-image: url('header.gif');
}
h1 {
    font-size: 14pt;
}
h2 {
    font-size: 12pt;
    font-weight: bold;
}
#feedList, #feedContent {
    border: 1px solid white;
    background: white;
    padding: 3px;
    font-size: 10pt;
}
#feedListContainer div {
    padding: 2px 2px 0px 2px;
    height: 16px;
    font-size: 10pt;
    white-space: nowrap;
    cursor: pointer;
}
div.selectedFeed, div.unselectedFeed:hover {
    background-image: url('gray2.gif');
    cursor: pointer;
    color: blue;
}
div.disabledFeed {
    color: gray;
}
div.unselectedFeed:hover {
    background-image: url('blue2.gif');
    cursor: pointer;
}
#feedListContainer {
    overflow: hidden;
}
div.titlebar {
    background: #ffffff;
    padding: 4px;
    margin-bottom: 8px;
    text-align: center;
}
div.title {
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 2px;
}
div.description {
    font-size: 9pt;
}
div.entryTitle {
    border: 1px solid silver;
    font-family: arial;
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 4px;
    text-transform: capitalize;
}
div.entryText {
    margin-top: 2px;
    margin-left: 5px;
    font-size: 9pt;
    font-weight: normal;
    text-transform: none;
}
div.entries {
    padding: 0px 5px;
}
.error {
    background: white;
}


/* from - http://www.google.com/uds/samples/feedapidocs/sidebar.html */
#feedControl { 
  font-size: 12px;
  width : 480px;
//  text-transform: capitalize;
}

/* Suppress everything except for title */
// #feedControl .gf-snippet, 
#feedControl .gf-author, 
// #feedControl .gf-spacer, 
#feedControl .gf-relativePublishedDate { 
  display : none;
}    

/* decent padding at the bottom of each set of entries */
#feedControl .gfc-results {
  padding-bottom : 2em;
}

/* no padding between entries */
#feedControl .gfc-result {
  margin-bottom : 6px;
}

/* slightly larger section header title */
#feedControl .gfc-resultsHeader .gfc-title {
  color: #000000;
  font-size : 100%;
}
#feedControl .gfc-result .gf-title { 
  text-transform: capitalize;
  font-size: 12pt;
  font-weight: bold;
}

