/* $Id: forum.css,v 1.5 2007/07/22 07:01:07 dries Exp $ */

#forum {
	width: 520px;
}
#forum .description {
  font-size: 0.9em;
  margin: 0.5em;
}

#forum td.created, #forum td.posts, #forum td.topics, #forum td.replies, #forum td.pager {
  white-space: nowrap;
}
#forum td.posts, #forum td.topics, #forum td.replies, #forum td.pager {
  text-align: center;
}
#forum tr td.forum {
  padding-left: 25px; /* LTR */
  background-position: 2px 2px; /* LTR */
  background-image: url(http://www.rutasdecine.com/misc/forum-default.png);
  background-repeat: no-repeat;
}
#forum tr.new-topics td.forum {
  background-image: url(http://www.rutasdecine.com/misc/forum-new.png);
}
#forum div.indent {
  margin-left: 20px;
}

.forum-topic-navigation {
  padding: 1em 0 0 3em; /* LTR */
  /*border-top: 1px solid #888;
  border-bottom: 1px solid #888;*/
  text-align: center;
  padding: 0.5em;
}
.forum-topic-navigation .topic-previous {
  text-align: left; /* LTR */
  float: left; /* LTR */
  width: 46%;
}
.forum-topic-navigation .topic-next {
  text-align: right; /* LTR */
  float: right; /* LTR */
  width: 46%;
}

.contenedor_forum {
	width: 588px;
	border: 1px solid #C4C4C4;
	background-color: #FFFFFF;
	padding-bottom:20px;
}
.contenedor_forum .cabecera_forum{
	background-image: url('http://www.rutasdecine.com/modules/forum/images/cabecera.png');
	background-repeat: no-repeat;
	height: 23px;
	width: 588px;
	margin-bottom: 23px;
}
.contenedor_forum .cabecera_forum .marcador {
	padding: 4px 0 0 10px;
	color: #FFFFFF;
	font-weight: bold;
}

#forum table {
	width: 570px;
	margin: auto;
	border-collapse: none;
}

#forum  table  tr th{
	border-top: 1px solid #C3DA85;
	*margin:0;
}
#forum  table  tr th.first{
	/*background-image: url('http://www.rutasdecine.com/modules/forum/images/cab_first.png');
	background-repeat: no-repeat;
	background-position: left;*/
	height: 20px;
	*height: 16px;
	width: 300px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #A2C63C;
	border-right: 2px solid #FFFFFF;
}
#forum  table   tr th.second{
	/*background-image: url('http://www.rutasdecine.com/modules/forum/images/cab_second.png');
	background-repeat: no-repeat;*/
	height: 20px;
	*height: 16px;
	width: 50px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #A2C63C;
	border-right: 2px solid #FFFFFF;
}
#forum  table   tr th.third{
	/*background-image: url('http://www.rutasdecine.com/modules/forum/images/cab_third.png');
	background-repeat: no-repeat;*/
	height: 20px;
	*height: 16px;
	width: 90px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #A2C63C;
	border-right: 2px solid #FFFFFF;
}
#forum  table   tr th.last{
	/*background-image: url('http://www.rutasdecine.com/modules/forum/images/cab_last.png');
	background-position: right;
	background-repeat: no-repeat;*/
	height: 20px;
	*height: 16px;
	width: 140px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #A2C63C;
}
#forum  table   tr.cabecera{
	/*background-image: url('http://www.rutasdecine.com/modules/forum/images/cab_topics.png');
	background-position: right;
	background-repeat: no-repeat;*/
	height: 20px;
	*height: 16px;
	width: 570px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #BAD36E;
}
#forum  table   tr.cabecera th{
	text-align: center;
	font-weight: bold;
	background-color: #A2C63C;
}
#forum  table   tr.cabecera th a{
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#content-area .node-type-forum {
	*margin-top: -19px;
}