/*
 GENERAL
*/

.forum .title
{
	/* reset decoration */
	margin:0px;
	padding:0px;	
	text-decoration: none;
	border: 0px;
}

.forum h1.title
,.forum h1.title a
,.forum h1.title a:link
,.forum h1.title a:visited
{
	font-size: 1.1em;
}

.forum h1.title
{
	margin-bottom:5px;
}

.forum h2.title
,.forum h2.title a
,.forum h2.title a:link
,.forum h2.title a:visited
{
	font-size: 1em;
}
.forum h2.title
{
	margin-bottom:5px;
}

.forum .list
{
	width:100%;
}
.forum .list tr.row td
{
	vertical-align:top;
	padding: 10px 5px;
}

.forum .title
{
	font-weight:bold;
}

.forum .list tr.title
{
      /*   background-color: #dedede; */
	background-color: #5179a7;
}
.forum .list tr.title td
{
	height:40px;
	vertical-align: top;
	font-weight: bold;
	padding: 10px 5px;
}
.forum .list tr.row td
{
	vertical-align: top;
	padding: 20px 5px;
         background-color: dee7ef;
}

.forum .list tr.alt td
{
        /* background-color:#efefef; */
	background-color:#FFFFFF;
}

.forum .creator
{
	font-size: 0.85em;
}
.forum .creator .date
{
	display: block;
}



/*
 GROUP
*/

.forum .group .image img
{
	border:5px solid #5179a7;
	width:100px;
}

.forum .group .list
{

}
.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: #5179a7;
	/*background-color: #dedede;*/
	/*display: table-cell;*/
	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;
}
 
/*
MESSAGE
*/

.forum .message .date
{
	height:30px;
	font-size: 0.85em;
	font-weight: bold;
	text-align: right;
}
.forum .message .new-message
{
	text-align:right;
	margin: 20px 10px;
}

.forum .message .creator-container
{
	width: 130px;
	text-align:center;
}

/*
.forum .message td.creator-container
,.forum .message .alt td.creator-container
{
	background-color: inherit;
}
*/

.forum .message .sendmessage
{
         float: left;
         margin-right: 20px;
         width: 100px;
         background-color:FFFFFF;
         text-align: center;
         /*padding-top: 3px;
         padding-bottom: 3px;*/
         border: 1px solid #5179a7;
}
.forum .message .sendalert
{
         float: left;
         width: 135px;
         background-color:FFFFFF;
         text-align: center;
         /*padding-top: 3px;
         padding-bottom: 3px;*/
         border: 1px solid #5179a7;
}
