/* $Id: advanced_forum.css,v 1.1.2.3 2009/03/05 04:47:02 michellec Exp $ */

/*
This file contains colors, graphics, and text effects. For structural markup,
see advanced_forum-structure.css.

Colors used:
  #DEDEDE Sticky posts, statistics subheader
  #CCCCCC Borders, post seperator, avatar frame
*/

/*** FORUM LINK LISTS ********************************************************/

.forum-links li {
  list-style-image: none;
  list-style-type: none;
  background: none;
}

.forum-links li a {
  font-weight: bold;
}

/*** FORUM TABLES ************************************************************/

#forum table {
/* Empieza Anyadido */
/*  border: 2px solid #CCCCCC; */
  border: 2px solid #000;
/* Termina Anyadido */
}

/* Headers */
#forum th a,
#forum th a:link,
#forum th a:hover,
#forum th a:visited {
  font-weight: bold;
}

/* Containers & Forums */

/* Empieza Anyadido */

#forum .container{
  background: #000000 ;
}

#forum td.container a {
  font-size: 125%;
  color: #eeeeee !important;
}

#forum td.description {
  font-size: 75%;
}

/* Termina Anyadido */
  
#forum td.container a {
  font-weight: bold;
}

#forum td.container .description {
  font-size: 75%;
/* Empieza Anyadido */
  color: #CCCCCC;
/* Termina Anyadido */
}

/* Topic listings */
#forum tr.sticky-topic {
  background: #DEDEDE;
}

/* Empieza Anyadido */
#forum td.icon {
  background: #808080;
}
/* Termina Anyadido */

#forum td.created,
#forum td.last-reply {
  font-size: 0.9em;
}

/*** FORUM STATISTICS *********************************************************/

#forum-statistics {
  border: 2px solid #000;
}

#forum-statistics-header {
  background: #000000 ;
  color: #eeeeee !important;
  font-weight: bold;
}

.forum-statistics-sub-header {
  background-color: #DEDEDE;
  font-weight: bold;
}

/*** FORUM THREADS ***********************************************************/

.forum-post {
  border: 2px solid #CCCCCC;
}

/* Header at the top of each post */
.post-info {
  border-bottom: 1px solid #CCCCCC;
}

.posted-on {
  font-size: .8em;
  font-weight: bold;
}

.post-title {
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
}

/* Author information pane */
/* Note: more CSS in the author pane css file */
.author-pane .author-name {
  font-size: 110%;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.author-pane .picture img {
  border: 1px solid #CCCCCC;
}

.author-pane .author-pane-label {
  font-weight: bold;
}
/* Empieza anyadido 
.author-pane .author-pane-online-icon {
  margin-left: 15px;
}
*/
.author-pane .author-pane-online-status {
  position: relative;
  top: -20px;
  font-size: 70%;
  font-weight: bold;
}

.author-pane .author-title {
  padding-top: 5px;
}

.author-pane .author-pane-user-title {
  border: 1px solid #CCCCCC;
  font-weight: bold;
  text-align: center;
}
/* Termina anyadido */

/* Post text area */
.forum-post-panel-main {
  border-left: 1px solid #CCCCCC;
}

/* Signature */
.author-signature {
  font-size: .8em;
}

/* Post footer */
.forum-post-footer {
  border-top: 1px solid #CCCCCC;
}

.forum-jump-links {
  border-right: 1px solid #CCCCCC;
}
