﻿

.AssignmentItem
{
    float: left;
    width: 100%;
}

    .AssignmentItem .AssignmentItemRow
    {
        float:left;
        width: 100%;
        clear: both;
    }

        .AssignmentItem .AssignmentItemRowItem
        {
            float:left;
            width: 25%;
        }
    
        .AssignmentItem .AssignmentItemRow .AssignmentItemQuestion
        {
            float:left;
            font-weight: bold;
            width: 100%;
            padding-top: 10px;
            padding-bottom: 2px;
        }
        
        .AssignmentItem .AssignmentItemRow .AssignmentItemAnswer
        {
            float:left;
            width: 100%;
        }
        
            .AssignmentItem .AssignmentItemRow .AssignmentItemAnswer textarea
            {
                width: 100%;
                height: 60px;
            }
        
        
.AssignmentItem #HistoryMessages
{
    background-color: #ffffff;
    width: 100%;
    line-height: 1.5;
    height: 50px;
    overflow: auto;
}


.AssignmentListPerGroupList
{
    float:left;
    width: 100%;
}

    .AssignmentListPerGroupList .AssignmentListPerGroupListItem
    {
        float:left;
        width: 100%;
        
        /*
        border-style: solid;
        border-width: 1px;
        border-color: #000000;
        */
    }
    
        .AssignmentListPerGroupList .AssignmentListPerGroupListItem .AssignmentListPerGroupRow
        {
            float:left;
            width: 100%;
        }
        
            .AssignmentListPerGroupRow .AssignmentListPerGroupRowItem
            {
                float:left;
                width: 25%;
            }
            
            .AssignmentListPerGroupRow .AssignmentListPerGroupQuestion
            {
                float:left;
                width: 100%;
                font-weight: bold;
                padding-top: 10px;
                padding-bottom: 2px;
            }
                
                .AssignmentListPerGroupRowItem .AssignmentListPerGroupAnswer
                {
                    float:left;
                    width: 100%;
                }
        
.AssignmentListPerGroupList #HistoryMessages
{
    float:left;
    background-color: #ffffff;
    width: 100%;
    line-height: 1.5;
    height: 50px;
    overflow: auto;
}

.AssignmentListPerGroupSeperator
{
    float:left;
    width: 100%;
    margin: 5px 0px 5px 0px;
}