﻿/* ------------------------------------------------------------------------- */
/* TOPICS (The Eye)                                                          */
/* ------------------------------------------------------------------------- */

.Banner {
   position: relative;
   height: 100px;
}

.BannerLogo {
   position: absolute;
   top: 0px;
   left: 0px;
}

.BannerTitle {
   position: absolute;
   top: 20px;
   left: 200px;
   font-size: 30pt;
}

.BannerNameplate {
   position: absolute;
   top: 57px;
   left: 272px;
   font-size: 15pt;
}

.BannerControls {
   position: absolute;
   margin: 0px;
   top: 5px;
   right: 0px;
   width: 320px;
   height: 75px;
   overflow: hidden;
}

.BannerCommands {
   position: absolute;
   margin: 0;
   bottom: 5px;
   right: 0px;
   text-align: right;
   font-size: 8pt;
}

/* ------------------------------------------------------------------------- */

.TheEyeBody {
   background-image: url(/theeye/images/Background.jpg);
}

/* ------------------------------------------------------------------------- */

.SectionBar {
   font-size: 11pt;
   padding: 5px;
   height: 20px;
   border-top: solid lightGrey 1px;
   border-bottom: solid lightGrey 1px;
}

.Sections {
   position: relative;
   float: left;
   font-variant: small-caps;
}

.SelectedButton {
   position: relative;
   display: inline-block;
   background-color: #BBBBBB;
   color: #FFFFFF;
   border: solid lightGrey 1px;
   padding-left: 2px;
   padding-right: 2px;
   text-align: center;
   font-weight: bold;
}

.SectionButton {
   display: inline-block;
   padding-left: 2px;
   padding-right: 2px;
   text-align: center;
   cursor: pointer;
}

.SectionButton-Highlight {
   display: inline-block;
   background-color: #DDDDDD;
   color: #FF6633;
   padding-left: 2px;
   padding-right: 2px;
   text-align: center;
   cursor: pointer;
}

.Dateline {
   font-size: 10.0pt;
   line-height: 16pt;
   margin-left: 20px;
   display: inline-block;
   float: right;
}

/* ------------------------------------------------------------------------- */

.StatusEntry {
   padding-bottom: 2px;
   border-bottom: solid #1066A2 1px;
}

/* ------------------------------------------------------------------------- */

.IntegrateHere {
   font-size: 10pt;
}

.IntegrateIcon {
   padding: 2px;
   padding-right: 5px;
   width: 30px;
}

.IntegrateHereCompact {
}

.IntegrateCompactIcon {
   width: 18px;
   padding-left: 2px;
   padding-bottom: 8px;
}

/* ------------------------------------------------------------------------- */

.Heading {
   font-size: 11pt;
   font-weight: bold;
   color: #FF6633;
   margin-top: 0px;
}

.SubHeading {
   font-size: 10pt;
   font-weight: bold;
   color: #336699;
}

/* ------------------------------------------------------------------------- */

.Advert {
   position: relative;
   width: 490px;
   height: 83px;
}

.News {
   padding: 10px;
}

.Editorial {

}

.Integration {
   text-align: left;

}

/* ------------------------------------------------------------------------- */

.Entry {
   border-bottom: solid #5B96BE 1px;
   padding-bottom: 10px;
   margin-bottom: 10px;
}

.EntryTitle {
   font-weight: bold;
   font-size: 10pt;
}

.EntryByline {
   font-size: 8pt;
}

.EntryDescription {
   font-size: 9pt;
}

.EntryDescription img {
   margin: 5px;
}

.EntryImage {
   border: solid gray 1px;
   float: left;
   width: 85px;
   margin-top: 3px;
   margin-right: 10px;
   margin-bottom: 10px;
}

.EntryImage-Narrow {
   border: solid gray 1px;
   float: left;
   width: 70px;
   margin-top: 3px;
   margin-right: 10px;
   margin-bottom: 10px;
}

.EntryImage-Wide {
   border: solid gray 1px;
   float: left;
   width: 100px;
   margin-top: 3px;
   margin-right: 10px;
   margin-bottom: 10px;
}

.EntryLinks {
   margin-top: 10px;
}

.EntryLink {
   color: green;
   font-weight: normal;
   font-size: 9pt;
}

.EntryCommands {
   margin-top: 10px;
}

/* ------------------------------------------------------------------------- */

.TopicBox {
   position: relative;
   float: left;
   width: 160px;
   margin-top: 10px;
   margin-right: 20px;
   margin-bottom: 10px;
}

/* ------------------------------------------------------------------------- */

.Left {
   background-color: lightCyan;
}

.Center {
   background-color: lightSteelBlue;
}

.Right {
   background-color: peachPuff;
}

/* ------------------------------------------------------------------------- */
/* Layout A */

#layoutA_1 {
   position: relative;
   padding: 5px;
   float: left;
   width: 240px;
}

#layoutA_2 {
   position: relative;
   padding: 5px;
   float: left;
   width: 490px;
}

#layoutA_3 {
   position: relative;
   padding: 5px;
   float: right;
   width: 240px;
}

/* ------------------------------------------------------------------------- */
/* Layout B */

#layoutB_1 {
   position: relative;
   padding: 5px;
   float: left;
   width: 240px;
}

#layoutB_2 {
   position: relative;
   padding: 5px;
   float: left;
   width: 740px;
}

/* ------------------------------------------------------------------------- */
/* Layout C */

#layoutC_1 {
   position: relative;
   padding: 5px;
   float: left;
   width: 990px;
}

/* ------------------------------------------------------------------------- */

