.clear
{
    clear: both;
}

a
{
    cursor: pointer;
}



.forum-question-page
{
}
    .forum-question-page .manchet
    {
        word-wrap:break-word;
    }


    .forum-question-page .info-box
    {
        padding: 0 0 16px 0;
    }

        .forum-question-page .info-box .info-date
        {
            float: left;
            font-size: 11px;
            line-height: 13x;
            color: #ED8613;
            font-family:Georgia, "Times New Roman", Times, serif;
        }
        
        .forum-question-page .info-box .info-author
        {
            padding: 0 0 0 8px;
            float: right;
            font-family:Georgia, "Times New Roman", Times, serif;
            font-size: 11px;
            line-height: 13px;
            word-wrap: break-word;
            color: #646464;
        }

    .forum-question-page .comments
    {
        padding: 5px 0 0 0;
    }
        .comment-item
        {
            background-image: url(image/bg.list.gif);
            background-repeat: repeat-x;
            min-height:80px;
            border-top: 1px solid #ed8613;
            padding-top:15px;
            padding-left:25px;
            margin-bottom:20px;
        }
            .comment-author
            {
                font-size:14px;
                font-family:Georgia, "Times New Roman", Times, serif;
                color:#000;
                word-wrap: break-word;
                margin-bottom:10px;
            }

            .comment-text
            {
                font-size:11px;
                font-family:Georgia, "Times New Roman", Times, serif;
                color:#646464;
                margin-bottom:10px;
                padding-right: 20px;
                word-wrap: break-word;
                /*width:465px;*/
            }

            .no-questions
            {
                font-size: 14px;
                line-height: 17px;
                font-family:Georgia, "Times New Roman", Times, serif;
                color:#646464;
                text-align: center;
            }

.forum-questions-page
{

}

    .forum-questions-page .questions
    {
        padding: 5px 0 0 0;
    }
        .forum-questions-page .questions .question-item
        {
            background-image: url(image/bg.list.gif);
            background-repeat: repeat-x;
            min-height:80px;
            border-top: 1px solid #ed8613;
            padding-top:15px;
            padding-left:25px;
            margin-bottom:20px;
            cursor: pointer;
        }

        .forum-questions-page .questions .question-item:hover
        {
            background-image: url(image/bg.list.hover.gray.gif);
            border-top:1px solid #cd3042;
        }

            .forum-questions-page .questions .question-author
            {
                float: left;
                font-size:14px;
                font-family:Georgia, "Times New Roman", Times, serif;
                color:#000;
                margin-bottom:10px;
                word-wrap: break-word;
            }

            .forum-questions-page .questions .question-category
            {
                padding: 0 25px 0 0;
                float: right;
                font-size:14px;
                font-family:Georgia, "Times New Roman", Times, serif;
                color:#646464;
                margin-bottom:10px;
            }

            .forum-questions-page .questions .question-text
            {
                font-size:11px;
                font-family:Georgia, "Times New Roman", Times, serif;
                color:#646464;
                margin-bottom:10px;
                padding-right: 20px;
                word-wrap: break-word;
            }

.comment-form-container
{
    padding: 20px 0 0 0;
}
    .comment-form-container textarea
    {
        width: 402px;
        height: 100px;
        margin: 0;
        padding: 5px;
        font-size: 14px;
        line-height: 16px;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }


.question-form-container
{
    padding: 20px 0 0 0;
}

    .question-form-container select
    {
        width: 411px;
        padding: 0;
        margin: 0;
        font-size: 14px;
        line-height: 16px;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }
    .comment-form-container .input input,
    .question-form-container .input input
    {
        width: 400px;
        margin: 0;
        padding: 0 5px;
        font-size: 14px;
        line-height: 16px;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }

    .question-form-container textarea
    {
        width: 400px;
        height: 100px;
        margin: 0;
        padding: 5px;
        font-size: 14px;
        line-height: 16px;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }


.form-item
{
    padding: 3px 0 13px 0;
}
    .form-item .label
    {
        font-size: 15px;
        padding: 0 0 3px 0;
    }

    .form-item .submit-input
    {
    }
        .form-item .submit-input input
        {
            margin: 0;
        }


    .events-container
    {
        padding: 5px 0;
    }

        .events-container .month-headline
        {
            font-weight: bold;
            font-size:18px;
            line-height: 24px;
            color: #646464;
            font-family:Georgia, "Times New Roman", Times, serif;
        }

        .events-container .events
        {
            padding: 5px 0 0 0;
        }

        .events-container .events .event-item
        {
            background-image: url(image/bg.list.gif);
            background-repeat: repeat-x;
            min-height:80px;
            border-top: 1px solid #ed8613;
            padding-top:15px;
            padding-left:25px;
            margin-bottom:20px;
            cursor: pointer;
        }

        .events .event-item:hover
        {
            background-image: url(image/bg.list.hover.gray.gif);
            border-top:1px solid #cd3042;
        }

            .events .event-item .event-headline
            {
                font-size:14px;
                font-family:Georgia, "Times New Roman", Times, serif;
                color:#000;
                margin-bottom:10px;
                word-wrap: break-word;
            }

            .events .event-item .event-manchet
            {
                width: 470px;
                font-size:11px;
                font-family:Georgia, "Times New Roman", Times, serif;
                color:#646464;
                margin-bottom:10px;
                word-wrap:break-word;
                padding-right: 20px;
            }

            .events .event-item .event-date
            {
                float:left;
                font-size:14px;
                font-family:Georgia, "Times New Roman", Times, serif;
                color:#ed8613;
                margin-right:10px;
            }


.teaser-questions
{
}
    .teaser-question
    {
        padding: 0 5px 10px 0;
    }
        .teaser-question a:hover
        {
            text-decoration: none;
            cursor: pointer;
        }

        .teaser-question .question-text a
        {
            font-family:Georgia, "Times New Roman", Times, serif;
            font-size: 11px;
            line-height: 13px;
            word-wrap: break-word;
            color: #000000;
            display: block;
        }

        .teaser-question .question-author a
        {
            font-size: 11px;
            word-wrap: break-word;
            color: #646464;
            font-family:Georgia, "Times New Roman", Times, serif;
        }
        
    .view-all
    {

    }
        .view-all a
        {
            font-family:Georgia, "Times New Roman", Times, serif;
            font-size: 11px;
            color: #ED8613;
            cursor: pointer;
        }

        .view-all a:hover
        {
            color: #cd3042;
        }