/* GENERAL */

.forum .title {
	margin:0px;
	padding:0px;	
	text-decoration: none;
	border: 0px;
}

.forum h2.title
,.forum h2.title a
,.forum h2.title a:link
,.forum h2.title a:visited {
	font-size: 1.1em;
}

.forum h2.title {
	margin-bottom:5px;
}

.forum h3.title
,.forum h3.title a
,.forum h3.title a:link
,.forum h3.title a:visited {
	font-size: 1em;
}

.forum h3.title {
	margin-bottom:5px;
}

.forum .list {
	width:100%;
}

.forum .list tr.row td {
	vertical-align:top;
	padding: 10px;
}

.forum .list tr.alt td {
	/* background-color: #E7F3FF; */
}

.forum .title {
	font-weight:bold;
}

.forum .list tr.title {
	background-color: #1264CE;
}

.forum .list tr.title td {
	height:40px;
	vertical-align: top;
	font-weight: bold;
	padding: 10px;
         color: #FFFFFF;
}

.forum .list tr.row td {
	vertical-align: top;
	padding: 10px;
}

.forum .creator {
	font-size: 0.85em;
}

.forum .creator .date {
	display: block;
}

.forum .list tr.row td.forumGoogleAd {
          margin: 0px;
          padding: 10px 0px 10px 0px;
}

.forum .list tr.row td.forumGoogleAd .forumGoogleAdDiv {
          border: none;
}

.forum img {
          border: none;
}

/* GROUP */

.forum .group .image img {
	width: 100px;
}

.forum .group .list .row {
	width: 100%;
	padding-bottom: 20px;
}

.forum .group .image {
	width: 120px;
}

.forum .group .title-container {
	padding-right: 10px;
}

.forum .group .last-topic {
	width: 170px;
	padding-right: 5px;
}

.forum .group .stat {
	width: 100px;	
}

.forum .group .stat span {
	font-size: 0.85em;
}

.forum .group .stat .value {
	font-weight: bold;
}

/* TOPIC */

.forum .topic {
}

.forum .topic .title-container {
	padding-right: 10px;
}

.forum .topic .stat {
	width: 80px;
	text-align:right;
	padding-right:10px;	
}

.forum .topic .last-message {
	width: 200px;
	padding-right:5px;
}

.forum .topic .stat {
	width: 80px;
}

.forum .topic .actions {
	height: 60px;
	padding: 20px 10px;
	background-color: #dedede;
	width:100%;
}

.forum .topic .actions .label {
	font-weight:bold;
}

.forum .topic .actions .action-limit {
	width:40%;
	float:left;
}

.forum .topic .actions .action-sort {
	width:40%;
	float:left;
}

.forum .topic .actions .action-button {
	width:20%;
	text-align:right;
	float:left;
}

.forum .topic .new-topic {
	text-align:right;
	margin: 20px 10px;
}

.forum .topic .head-summary {
          width: 100%;
          background: #E7F3FF;
}

.forum .topic .head-summary-image {
          text-align: center;
          vertical-align: top;
          width: 120px;
          padding: 10px;  
}

.forum .topic .head-summary-resume {
          width: 340px;
          text-align: left;
          vertical-align: top;
          padding: 10px 50px 10px 10px; 
}

.forum .topic .head-summary-stat {
          text-align: left;
          vertical-align: top;
          padding: 10px;  
}
 
/* MESSAGE */

.forum .message .date {
	font-size: 0.85em;
	font-weight: bold;
	text-align: right;
        position:relative;
}

.forum .message .new-message {
	text-align:right;
	margin: 20px 10px;
}

.forum .message .creator-container {
	width: 120px;
	text-align:center;
}

.forum .message .list tr.row .creator-container {
         border-top: solid 1px #E7F3FF;
         /* border-left: solid 1px #E7F3FF; 
         border-bottom: solid 1px #E7F3FF; */
}

.forum .message .list tr.row .message {
         border-top: solid 1px #E7F3FF;
         /* border-left: solid 1px #E7F3FF; 
         border-bottom: solid 1px #E7F3FF; */
}

.forum .message .list tr.alt .creator-container {
         border-top: solid 1px #E7F3FF;
}

.forum .message .list tr.alt .message {
         border-top: solid 1px #E7F3FF;
}


