@charset "UTF-8";
/* Getreel Website
 *
 * Green style sheet.
 *
 * Copyright (c) 2004 Stefano Rivera <project-getreel "at" rivera "dot" za "dot" net>
 * http://rivera.za.net/
 */

@import url("base.css");

/********************************************************************
 * Fonts and styles
 */

body {
  font-family: "Courier Final Draft", "Courier New", monospace;
  background-color: #383431;
  color: silver;
}

h1 {
  font-size: large;
  color: white;
  text-transform: lowercase;
}

h2 {
  font-size: medium;
  font-weight: bold;
  color: white;
  text-transform: lowercase;
}

ul {
  list-style: disc;
}

:link {
  text-decoration: underline;
  color: silver;
}

:visited {
  text-decoration: underline;
  color: silver;
}

a:active {
  text-decoration: underline;
  color: white;
}

a:hover {
  color: white;
}

th {
  font-weight: bold;
  text-transform: lowercase;
}

/********************************************************************
 * Header
 */
div#header {
  background-color: #666666;
  border-color: #666666;
}

div#header div#title {
  font-size: 25px;
  color: white;
  padding-top: 5px;
  text-transform: lowercase;
}

div#header .colons {
  color: #84C225;
}

/********************************************************************
 * Footer
 */

div#copyright {
  font-size: x-small;
  color: gray;
}

/********************************************************************
 * Sidebar
 */
div#sidebar {
  border-right: 2px dashed #666666;
  background-color: #383431;
}

/********************************************************************
 * Menu
 */

div#menu a {
  text-decoration: none;
}

div#menu div.node {
  padding-left: 25px;
  padding-bottom: 0.5em;
  font-size: medium;
  color: #00923F;
  text-transform: lowercase;
}

div#menu div.node#selectedNode a {
  color: white;
  font-weight: bold;
}

div#menu div.node a:hover {
  font-size: large;
}

/********************************************************************
 ********************************************************************
 * Player
 */

p.error {
  color: #990000;
}

div#comment {
  background: #FFFF99;
  border: 2px solid #999900;
  color: black;
}

div#player {
  font-size: xx-small; /* For the em above */
}

table#nowPlaying caption {
  caption-side: top;
  text-align: left;
  font-weight: bold;
}

table#nowPlaying th {
  text-align: left;
  font-weight: bold;
}

/* If the plugin isn't installed */
div#player object p {
  font-size: large;
  font-weight: bold;
  color: #990000;
}

/********************************************************************
 * Thumbnails
 */

div#thumbs div.thumb {
  border: solid 2px #555555;
  background: #1F1D1B;
  font-size: x-small;
}

div#thumbs div#currentThumb {
  border-color: silver;
}

div#thumbs div.title {
  color: gray;
  overflow: hidden;
  height: 1em;
}

div#thumbs div.finalClient {
  color: gray;
}

/********************************************************************
 * GetJob
 */

div#currentImg {
  border: solid 2px #555555;
  text-align: center;
}

div#currentImg img {
  padding-top: 0;
}

div.gjAdminDir {
  border: solid 2px #555555;
  background: #1F1D1B;
  padding: 0.5em;
  margin: 0.5em;
}

/********************************************************************
 ********************************************************************
 * Tables
 */

table th a {
  text-decoration: none; /* No underline */
  font-size: small;
}

/********************************************************************
 * Clients
 */
table#ClientsTable tr.superUser {
  background: #887766;
  font-weight: bold;
}

table#ClientsTable tr.disabled {
  font-style: italic;
}

table#ClientsTable tr.enabled {
  background: #777777;
}

/********************************************************************
 * Reels
 */
table#ReelsTable tr.public {
  background: #667766;
}

table#ReelsTable tr.private {
  background: #776666;
}

/********************************************************************
 * Front Page
 */
div#slogan {
  font-size: x-large;
  color: white;
}

div#slogan2 {
  padding-bottom: 1em;
}

