/*
contact index
*/

#post{
    width : 90%;
    margin : 25px 5%;
}

#pageHeader{
    width : 100%;
    padding : 20px 0;
    height : 80px;
}

#pageHeader h3{
    width : 50%;
    float : left;
    margin : 0;
}

#pageHeader input{
    float : right;
    margin-left : 15px;
}

.commentWrapper{
    margin-bottom : 15px;
    border-bottom: 1px dotted #CCCCCC;
}

#postBody{
    padding-bottom : 20px;
}

#commentsWrapper{
    padding-left : 25px;
}

.title {
    padding-left : 25px;
    cursor : pointer;
}

.title:hover{
    background-color: #FEE9CC;
}

.opened{
    color : green;
}

.notOpened {
    color : red;
}

.open{
    background-image: url('../../../images/community/common/arrow_down.png');
    background-repeat: no-repeat;
    background-position: left;
}

.closed{
    background-image: url('../../../images/community/common/arrow_right.png');
    background-repeat: no-repeat;
    background-position: left;
}

.threadItemContent {
    width : 80%;
    margin-left : 5%;
    margin-top : 15px;
    border-bottom : 1px dotted #CCCCCC;
    background-color: #FEE9CC;
    padding : 10px;
}

.row{
    padding-bottom : 15px;
}
