﻿.tabs {
}

    .tabs .tab {
        width: 32%;
        height: 50px;
        float: left;
        border: 1px solid black;
        background-color: #ffffff;
        border-bottom: none;
        padding: 3px;
        vertical-align: middle;
    }

    .tabs .emptyTab {
        width: 32%;
        height: 50px;
        float: left;
        border-bottom: 1px solid black;
        background-color: #ffffff;
        padding: 4px;
        vertical-align: middle;
    }

    

    .tabs .row {
        width: 100%;
        margin: 0;
    }

    .tabs .tabDisabled {
        width: 32%;
        height: 50px;
        float: left;
        border-bottom: none;
        padding: 3px;
        vertical-align: middle;
        border: 1px solid darkgray;
        border-bottom: 1px solid black;
        color: darkgray;
        background-color: lightgray;
        cursor: pointer;
    }

    .tabs .content {
        width: 96.35%;
        border: 1px solid black;
        border-top: none;
        position: relative;
        padding: 10px;
    }

        .tabs .content .innerContent {
            height: 350px;
        }


    .tabs .tabButton {
        width: 200px;
        height: 20px;
        background-color: blue;
        color: white;
        text-align: center;
        padding: 8px;
        float: right;
        cursor: pointer;
        font-weight: bold;
        margin-left: 5px;
    }

    .tabs .tabButtonDisabled {
        width: 200px;
        height: 20px;
        background-color: gray;
        color: lightgray;
        text-align: center;
        padding: 8px;
        float: right;
        font-weight: bold;
        margin-left: 5px;
    }

    .tabs strong {
        font-size: 1.2em;
    }

.failValidation {
    color: red;
}




.submitButton {
    width: 200px;
    height: 20px;
    background-color: blue;
    color: white;
    text-align: center;
    padding: 8px;
    float: right;
    cursor: pointer;
    font-weight: bold;
    margin-left: 5px;
}

.cancelButton {
    width: 200px;
    height: 20px;
    background-color: gray;
    color: black;
    text-align: center;
    padding: 8px;
    float: right;
    cursor: pointer;
    font-weight: bold;
    margin-left: 5px;
}

#journalItems
{
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  height: 435px;
  width:100%;
  top:60px;
  left:0px;
}

#journalEditor{
    position:absolute;

}

.ModSocialGroupsC{
    padding:10px;
}

.ModSocialGroupsC .dnnRight,.ModSocialGroupsC .dgdAvatar{
    display:none;
}

.rowActions{
    white-space:nowrap;
}
.rowActions a{
    margin-left:8px;   
}

.videoPendingRow {
    background-color: #fcbebe;
    height:70px;
}


.videoPendingRowAlt {
    background-color: #fc9f9f;
    height: 70px;
}

.GroupViewHeader h1{
    font-size: 18px;
}

.journalrow img {
    width: 40px !important;
}

.journalrow div.author img {
  margin-left: 5px;
}

.journalTools #journalOptionArea {
  top: 142px !important;
  position: absolute !important;
  width: 97% !important;
  z-index: 100 !important;
}

#journalEditor #tbar span#tbar-perm {
  display: none;
}