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

.discussion div {
    float:left;
    border:1px solid #DDDDDD;
    border-left:none;
    height:50px;
    padding:10px;
    width:10%;
}

.discussion div.theme {
    width:60%;
    border:1px solid #DDDDDD;
}
.discussion div.author {
    width:60px;
    font-size:10px;
}
.discussion div.comments {
    width:10px;
}

.discussion div.type {
    width:30px;
}

.discussion div * {
    vertical-align:middle;
}

.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 {
    background:transparent url(../images/user_blue.gif) no-repeat scroll 0 5px;
    padding-left:20px;
    font-size:18px;
    color:#728D9F;
}

#confirmedArea a img {
    float:left;
}

