.discussion {
    clear:both;
    width:87%;
    margin-top:10px;
    margin-left:30px;
}

.discussion thead td {
    text-align: center;
    font-weight: bold;
}

.discussion tr {
    height:40px;
}
.discussion tr td {
    padding: 5px;
    border:1px solid #DDDDDD;
}

.discussion tr td.theme {
    width:60%;
    font-size: small;
}
.discussion tr td.author {
    width:70px;
    font-size:10px;
    text-align: center;
}

.discussion tr td.comments {
    width:60px;
    text-align: center;
    font-size: x-small;
}

.discussion tr td.type {
    width:30px;
}

.discussion tr td.actions {
    width:60px;
}
.create-theme {
    margin-left: 33px;
}

.invitedUser {
    float:left;
    clear:both;
	background-color: #eee;
    width:90%;
    margin:1px;
    padding:3px;
    border:1px solid #aaa;
}

.invitedArea {
    float:left;
    clear:both;
    margin:10px;
    margin-right:15px;
    padding:15px;
    border:1px solid #aaa;
    width:90%;
}

.invitedArea li {
    list-style:none;
}

#confirmedArea a.userprofilelink, #invitedArea a.userprofilelink {
    font-size:18px;
    color:#728D9F;
    text-decoration: none;
    margin: 0;
}

#confirmedArea a img {
    float:left;
}

.dis-totic {
    padding: 10px;
    margin-left: 100px;
    margin-top: 20px;
    border:1px solid #CCCCCC;
}
.dis-totic p {
    margin-left: 10px;
}

.comments_list div.pages ul li {
    float: left;
    clear: none;
}



