body {
  background: url(/Images/background.jpg) top center repeat-y #444F6B;
  /* background: url(/Images/christmas.gif) top center fixed no-repeat #535560; */
  text-align: center;
  padding: 0px;
  margin: 0px;

  font-family: arial, sans-serif;
  font-size: 9pt;
}

textarea {
  font-family: arial, sans-serif;
  font-size: 9pt;
  width: 100%;
}

a {
  outline: none;
}

#layout {
  position: relative;

  width: 740px;
  margin: 0px auto;
  padding-bottom: 10px;
  text-align: left;
  background-color: #2E2E2E;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

#user-bar {
  text-align: right;
  color: white;
  padding: 4px 3px;
}

#user-bar a {
  text-decoration: none;
  font-weight: bold;
  margin: 0px 5px;
  color: white;
}

#user-bar a:hover {
  text-decoration: underline;
}

#header {
  position: relative;
  background: url(/Images/header.jpg) top center no-repeat;
  /* background: url(/Images/header_christmas.jpg) top center no-repeat; */
  height: 87px;
}

#header #gfed-link {
  position: absolute;
  display: block;

  height: 65px;
  width: 500px;

  top: 10px;
  left: 10px;
}

#header #geeksoft-link {
  position: absolute;
  display: block;

  height: 65px;
  width: 120px;

  top: 10px;
  right: 0px;
}
 
#menu-bar {
  background: url(/Images/menu-back.jpg) top left repeat-x #6B6B6B;
  border-bottom: 1px solid #000;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 5px 0px;
}

#menu-bar a {
  color: white;
  text-decoration: none;
  margin: 0px 5px;
}

#menu-bar a:hover {
  text-decoration: underline;
}

#menu-bar a.active {
  text-decoration: underline;
}

#page-links {
  background-color: #999;
  border-bottom: 1px solid black;
  padding: 5px 0px;
  text-align: center;
}

#page-links a {
  color: black;
  text-decoration: none;
  margin: 0px 3px;
  font-size: .9em;
}

#page-links a:hover,
#page-links a.active {
  text-decoration: underline;
}

#advertisement-top {
  margin: 5px 0px 0px 0px;
  position: relative;
  text-align: center;
}

#close-notice {
  margin: 5px 10px;
  background-color: #FCC;
  font-size: 1.5em;
  text-align: center;
  padding: 10px;
}

#advertisement-top .banner-ad {
  display: block;
  padding: 13px 128px;
  margin: 0px auto;
  width: 468px;
  background-color: #414C69;
  border: 1px solid black;
}

#advertisement-top .banner-ad img {
}


#advertisement-bottom {
  clear: both;
  margin: 5px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  text-align: center;
}

#body {
  margin-top: 10px;
}

#right-bar {
  width: 150px;
  float: right;
  padding: 0px 8px;
}

.box {
  width: 150px;
  background: url(/Images/box-back.jpg) bottom right no-repeat #6A6A6A;
  border: 1px solid #000;
  margin-bottom: 8px;
}

.box h1 {
  font-size: 1em;
  font-weight: normal;
  color: white;
  background-color: #414C68;
  border-bottom: 1px solid #000;
  padding: 4px 8px;
  margin: 0px;

}

.box .box-content {
  padding: 5px 8px 8px 8px;
  color: #FFF;
  font-size: .9em;
}

.box .box-content a {
  display: block;
  color: #FFF;
  text-decoration: none;
  margin-bottom: 2px;
}

.box .box-content a:hover {
  text-decoration: underline;
}

#content {
  position: relative;
  float: right;
  width: 522px;
  background-color: white;
  border: 1px solid #000;
  padding: 10px 20px 20px 20px;
  line-height: 1.5em;
}


#content h2 {
  border-bottom: 1px solid #999;
}

#content a {
  font-weight: bold;
  color: #20337A;
}

#content a:hover {
  color: #000;
  text-decoration: none;
}

#footer {
  clear: both;
  padding-top: 10px;
  margin: 10px 20px;
  color: #CCC;
  text-align: center;
  font-size: .9em;
}

#footer a {
  color: white;
}

.listing {
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #CCC;
  margin-bottom: 4px;
} 

.header th {
  background-color: #DDD;
  border-bottom: 1px solid #CCC;
  color: #333;
  padding: 3px;
}

.row-even,
.row-even-new {
  background-color: #F5F5F5;
}  

.row-even td,
.row-odd td {
  border-bottom: 1px solid #CCC; 
  padding: 3px;
}

.row-odd,
.row-odd-new {
  background-color: #FFF;
}

.row-even-new td,
.row-odd-new td {
  border: 2px solid #A00;
  padding: 4px;
}

.form td {
  padding: 2px;
}

.form-label {
  font-weight: bold;
}

.form-label-right {
    text-align: right;
    font-weight: bold;
}

.form-optional {
  font-style: italic;
}

.form-note,
.note {
  font-size: 8pt;
  font-style: italic;
}

.breadcrumbs {
  margin: 8px 0px;
}

.breadcrumbs a {
  font-weight: bold;
  color: #0B6356;  
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.alert,
.message {
  border: 1px solid #434D6A;
  background-color: #C1CAE5;
  padding: 5px;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
}

.alert {
    border-color: #933;
    background-color: #FCC;
}

.mgmt-links {
  margin: 20px 0px;
  padding: 10px 0px 5px 10px;
  border-top: 1px solid #CCC;
  text-align: right;
}

.mgmt-links a {
  border: 1px solid #999;
  background-color: #DDD; 
  color: #666;
  padding: 1px 8px 1px 8px;
  text-decoration: none;
  font-weight: normal;
}

.mgmt-links a:hover {
  background-color: #FFF;
}

/*** Headlines ***/

.headline {
  margin-bottom: 1.5em;
}

.headline h3 {
  clear: both;
  border-bottom: 1px solid #999;
  margin: 0px 0px 0px 2px;
  padding: 4px;
}

.headline .posted {
  padding: 4px 15px 0px 15px;
  font-size: 8pt;
  color: #666;
  font-style: italic;
}

.headline .content {
  padding: 4px 15px 5px 15px;
  border: 0px;
}

.headline .comment {
  display: block;
  text-align: right;
  color: #666;
  padding: 4px 15px 5px 15px;
}

.staff h2 {
  margin-bottom: 2px;
}

.staff .staff-title {
  font-weight: bold;
  font-size: 9pt;
}

.staff .staff-dates {
  color: #666;
  font-size: 10px;
  font-style: italic;
  margin-left: 15px;
}

.staff p {
  margin-left: 15px;
}

#content .msg-old,
#content .msg-old a { 
    font-weight: normal;
    text-decoration: none;
}

#content .msg-new, 
#content .msg-new a {
    text-decoration: none;
    font-weight: bold;
}

.address-book {
    font-size: 9px;
    display: none;
    border-style: solid;
    width: 150px;
    padding: 0px;
    z-index: 99;
    position: absolute;
    border-width: 0px 1px 0px 1px;
    border-color: #999;
    background-color: #FFF;
}

.address-book a {
    display: block;
    text-decoration: none;
    padding: 2px;
    border-bottom: 1px solid #999;
    background-color: #EEE;
}

.address-book a:hover {
    background-color: #FFF;
}

a.address-book-hide {
    background-color: #CCC;
    color: #333;
    font-weight: normal;
}

.user-options {
    border: 1px solid #CCC;
    border-bottom: none;
    background-color: #F5F5F5;
    font-size: 9px;
    margin-bottom: 5px;
}

.user-options h2 {
    font-size: 9px;
    font-weight: bold;
    background-color: #DDD;
    border-bottom: 1px solid #CCC;
    padding: 2px;
    margin: 0px;
}

.user-options a {
    display: block;
    text-decoration: none;
    padding: 2px;
    border-bottom: 1px solid #CCC;
}

.user-options a:hover {
    background-color: #FFF;
}

.inbox-batch {
    text-align: right;
    margin: 5px;
}

.inbox-options {
    margin: 8px 0px 8px 0px;
}

.inbox-options a {
    border: 1px solid #AAA;
    background-color: #EEE;
    padding: 2px 4px;
    color: #666;
    text-decoration: none;
}

.inbox-options a:hover {
    background-color: #FFF;
}

.gfed-league {
    text-align: center;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #CCC;
}

.gfed-league .banner {
    font-size: 2em;
}

.gfed-banner {
    width: 334px;
}

.gfed-banner a img {
    border: 2px solid #000;
    margin: 0px;
}

.gfed-banner a {
    text-decoration: none;
}

.gfed-banner a .league-name {
    font-size: 16px;
    padding: 10px 0px 10px 0px;
    font-weight: bold;
    font-variant: small-caps;
    color: #FFF;
    background-color: #000;
    border: 2px solid #000;
}

.gfed-banner a:hover img {
    border-color: #F00;
}

.gfed-banner a:hover .league-name {
    border-color: #F00;
}

.options-bar {
    margin: 5px 0px 10px 0px;
}

ol li,
ul li {
}

.gfed-hof {
}

.gfed-hof img {
    padding: 0px;
    margin: 0px;
}

.gfed-hof h3 {
    margin-bottom: 2px;
    padding-bottom: 0px;
    border-bottom: 1px solid #999;
}

.gfed-hof-match table td {
    border: none;
}

.gfed-entry-container {
}

.gfed-entry td {
    border: 0px;
    padding: 0px;
}

.gfed-entry .banner {
    display: block;
    margin: 2px;
    padding: 1px;
    border: 0px;
    background-color: #000;
    text-align: center;
}

.gfed-entry .banner img {
    float: none;
    padding: 0px;
    margin: 0px;
}

.gfed-entry .title {
    text-align: left;
    padding: 2px 0px 2px 4px;
    height: 25px;
    background-color: #CCC;
    border-bottom: 1px solid #999;
}

.gfed-entry .summary {
    padding: 4px 4px 20px 4px;
    font-size: 10px;
}

.gfed-entry .details {
    width: 175px;
    font-size: 10px;
    padding: 4px 4px 20px 4px;
}

.wins {
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

.rank {
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

.rank-change {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

.rank-change .arrow {
    font-size: 24px;
}

.rank-change .positive {
    color: #696;
}

.rank-change .negative {
    color: #F66;
}

.small-note,
.small-note a {
    font-size: 9px;
    font-weight: normal;
    font-style: italic;
}

.ad {
    padding: 0px;
    width: 468px;
    height: 60px;
    border: 0px;
}

.profile {
    border-spacing: 0px;
    border-collapse: collapse;
    border: 1px solid #CCC;
    background-color: #F5F5F5;
    margin-bottom: 4px;
}

.profile td {
    padding: 4px;
    border-bottom: 1px solid #CCC;
}

.profile .form-label {
    color: #666;
    text-align: right;
}

.profile .username-row td {
    border-bottom: 1px solid #CCC;
    background-color: #DDD;
    padding: 8px;
    text-align: center;
}

.profile .username {
    font-weight: bold;
}

.profile .nickname {
    font-style: italic;
}

.profile .role {
    margin-bottom: 4px;
}

.profile .role-name {
    font-weight: bold;
}

.profile .role-expires {
    margin-left: 10px;
    font-style: italic;
    font-size: 11px;
}


div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

#html-textarea {
  width: 100%;
}

#recent-news a {
  display: block;
  padding: 2px;
  border-bottom: 1px solid #777;
}

#recent-news a:last-child {
  border-bottom: none;
}

#topic-watchlist div {
  position: relative;
  padding: 2px;
  border-bottom: 1px solid #777;
}

#topic-watchlist div:last-child {
  border-bottom: none;
}

#topic-watchlist .title {
  display: block;
  width: 120px;
}

#topic-watchlist .new-posts {
  position: absolute;
  text-align: right;
  top: 2px;
  width: 20px;
  right: 0px;
}

.code {
  font-family: monospace;
  white-space: pre;
  border: 1px solid #AAC;
  background-color: #F5F5F5;
  padding: 3px;
  overflow: scroll;
}

.big-links {
  width: 300px;
  margin-left: 20px;
}

.big-links a {
  display: block;
  font-size: 1.4em;
  margin-bottom: 5px;
}

.big-links a:hover {
  text-decoration: underline;
}

.voting-preview {
  height: 200px;
  border: 1px solid #999;
  padding: 10px;
  overflow: auto;
}

/** ROLEPLAY LISTING **/

.indent {
  margin-left: 10px;
}

.score {
    font-size: 1.2em;
    font-weight: bold;
}

.votes {
    font-size: .8em;
    font-style: italic;
}


