
body {width:100%; height:100%; margin:0px; }

.content {font-size:12px;}

#backgroundDiv {position:relative;width:800px;height:272px;
           background:url(../images/background.gif);
           background-repeat: repeat-x;
           padding-top:2px;
           padding-right:0px;}

#navContainer {border:solid 1px #eeeeff;
               width:34px;}

#screenOuter
{position:relative;
 left:0px;top:0px;width:480px;height:274px;
 background-color:#ffffff;overflow:hidden;}

.innerScreen
{position:relative;
 left:0px;top:0px;width:480px;
 background-color:#ffffff;overflow:hidden}

#itemsOuter {position:relative;
             left:0px; top:0px; width:100%; height:216px;
             overflow:hidden;}
.innerItems {position:relative; left:0px; top:0px; width:100%;
             overflow:hidden;}

.pageContent {width:746px;height:600px;
              font-size:12px;
              border:1px solid #eeeeff;
              margin-left:4px;
              padding:3px;}

.readItemRow
            {height:22px;
             font-size:12px;font-weight:normal;
             background-color:#ffffff;}
.selectedItemRow
            {height:22px;
             font-size:12px;font-weight:normal;
             background-color:#eeeeff}

.unreadItemRow
            {height:22px;
             font-size:12px;font-weight:bold;
             background-color:#ffffff;}
.unreadSelectedItemRow
            {height:22px;
             font-size:12px;font-weight:bold;
             background-color:#eeeeff}


.navTable {width:100%;font-size:12px;}
.navRow {background-color:#eeeeff;margin:0px}
.feedTitlesRow {background-color:#eeeeff;margin:0px;font-size:12px;}

.feedDescription {width:746px;
                  font-size:12px;font-weight:bold;
                  margin-left:4px;
                  margin-right:0px;
                  border:1px solid #eeeeff;
                  padding:3px;}

.itemListPanel {width:746px;
                margin-top:3px;margin-left:4px;
                border:1px solid #eeeeff;
                background-color:#ffffff;}

.itemTitlesListContainer {border:1px solid #eeeeff;}
.itemTitlesList {width:100%;padding:0px;margin:0px;background-color:#ffffff;
                 font-size:12px}

.itemListScrollContainer {width:20px;border:1px solid #eeeeff;}
#scrollOuter {position:relative;
              left:0px; top:0px; width:100%; height:196px;
              overflow:hidden;}

#scrollInner {position:absolute;
             left:0px; top:0px;width:100%;
             background-color:#eeeeff;
             overflow:hidden;
             z-index:0;}
.scrollIconsContainer {position:absolute;left:0px;top:0px;width:100%;height:216px;}
.scrollIcons {height:216px;width:100%;}

.itemDescription {width:746px;font-size:12px;
                  margin-top:3px;margin-left:4px;
                  border:1px solid #eeeeff;
                  padding:3px;}

.itemOptions {width:746px;font-size:12px;
              background-color:#eeeeff;
              margin-left:4px;
              margin-top:2px;
              padding:3px;}
