﻿
body {
}

.BackgroundRed{
    background-color:red;
}

.hidden{
    visibility:collapse;
}

/* ------------ Blog ------------ */



.BlogRecordCreateForm {
    width: 100%;
}

.BlogRecordCreateForm table {
    width: 100%;
}

.BlogRecordCreateForm label {
    font-size:16pt;
}

.BlogRecordCreateForm input {
}

.BlogRecordCreateForm_Title_Input {
    width: 99%;
}

.BlogRecordCreateForm_Body_Input{  
    height:200px;
    width:99%;
}

.BlogRecordCreateForm_Tags_Input {
    width: 99%;
}

.BlogRecordCreateForm_SubmitButton {
}

.BlogRecordViewTextArea {
    height: 200px;
    width: 99%;
}

.BlogRecordViewBodyList {
    width: 99%;
}

/* Blog Record Edit Form*/
.BlogRecordEditForm {
    width: 100%;
}

    .BlogRecordEditForm table {
        width: 100%;
    }

    .BlogRecordEditForm label {
        font-size: 16pt;
    }


.detailspictures {
    /*background-color: cornflowerblue;*/
    flex-wrap: wrap;
    display: flex;
    justify-content: right;
    align-items: stretch;
    align-content: flex-start;
    /*display: flex;
    
    justify-content: center;
    flex-basis:400px;*/
}

.pictureholder {
    width: 200px;
}