/* CSS Document */

body { font-family: Arial; font-size: 1em; margin:0; padding:0; }

.small { font-size: .75em; }

/* Credibility bar used on search results. */
.credbarcontainer { width:100px; height: 3px; background-color: white; border: 1px solid black; }
.credbargreen { height: 3px; background-color: green; }
.credbarred { height: 3px; background-color: red; }

/* The voting box with the up and down arrows next to a search result. */
.votingbox { border: 1px solid lightgray; width: 35px; }

/* Submission attribution. */
.submittedby { font-size: .8em; color: gray; }

/* Small url below result. */
.shorturl { font-size: .8em; color: green; }

/* Menu bar on top of site. */
.menubar { font-size: .8em; color: black; background-color: #eeeeee; border-bottom: 1px solid silver; }

/* Search result description. */
.description { font-size: .9em }

/* User avatar. */
.avatar { margin-right: 5px; margin-bottom: 5px; }

/* Result Preview Classes */
.preview { font-size: .9em; border: 2px solid #eeeeee; padding: 3px; }
.previewFrame { display:block; float: left; height: 300px; width: 200px; position: absolute; }
.previewTitle { background-color: navy; color: white; font-weight: bold; padding: 3px; }
