div#div_workarea {
    float      : right;
    max-width  : 730px;
    width      : 95%;
    display    : inline-block;
    padding    : 2px 2px;
    min-height : 10em;
    font-family : "Palatino Linotype", Palatino, serif;
    font-size   : 16px;
    font-color  : #0f0f0f;
    color       : #0f0f0f;    
}

.centered {
    text-align : center;
}

div.mediaDisplay {
    width        : 98%;
    min-height   : 2em;
    margin       : 1px 1%;
    border-style : inset;
    border-width : 2px;
    overflow-y   : scroll;
}

div.thumbNailDiv {
    overflow  : hidden;
    float     : left;
    height    : 220px;
    width     : 210px;
    margin    : 2px 4px;
}

div#thumbnailPhotos {
    display   : flex;
    flex-flow : row wrap;
    width     : 99%;
    margin-left: 1px;
}

a.postThmbLink h3 {
    margin    : 2px 4px;
    font-size : 14px;
}

table.postEdit {
    font-size : 14px;
    margin    : 2px auto;
    width     : 98%;
}

table.postEdit th {
    text-align : right;
    padding    : 1px 2px 1px 0px;
}

table.postEdit td {
    text-align : left;
}

table.postEdit input#pt_lnkdImages {
    width      : 99%;
}

table.onePhoto {
    padding    : 1em 2px;
    width      : 99%;
}

table.onePhoto td {
    text-align : left;
    font-size  : 14px;
}

table.onePhoto textarea {
    width      : 95%;
}

input.mediaTitl {
    length    : 50em;
}

table.userInput {
    width        : 90%;
    margin       : 1px auto 6px auto;
    background-color : #d1d4e2;
    padding     : 0;
}

img.thumbNail {
    max-width : 200px;
    max-height: 190px;
    padding   :   2px;
}

img.size240 {
    max-width : 200px;
    max-height: 200px;
    margin    :   5px 4px 1px 4px;
}

img.size480 {
    max-width : 480px;
    min-width : 160px;
    width     : 95%;
    max-height: 480px;
    padding   : 0;
}

img.size640 {
    max-width : 900px;
    /* max-height: 640px; */
    padding   : 0;
}

table.onePhoto {
    margin    : 1em 2px;
}

table.onePhoto td {
    text-align : left;
    font-size  : 14px;
}

input.mediaTitl {
    length    : 50em;
}

table.onePhoto {
    margin    : 1em 2px;
}

table.onePhoto td {
    text-align : left;
    font-size  : 14px;
}

input.mediaTitl {
    length    : 50em;
}

div.clearBoth {
    clear        : both;
    text-align   : center;
}

div.userInputItem {
    height       : 3em;
    float        : left;
    padding      : 0.5em 1em;
}

input.infoField {
    width        : 30em;
}

div.vertScrolling {
    margin-bottom: 2px;
    width        : 99%;
    height       : 475px;
    overflow-x   : hidden;
    overflow-y   : scroll;
}

article.shortPost {
    display      : table;
    max-width    : 650px;
    width        : 99%;
    text-align   : center;
    margin-right : auto;
    margin-left  : auto;
    margin-bottom: 1em;
    background-color: #f0eae0;
    box-shadow   : 4px 5px 2px 2px;
}

article.shortPost p {
    padding     : 2px 0.6em;
    text-align  : left;
}

article.shortPost img {
    float       : right;
    margin      : 10px 10px;
}

div.noTitleStuff div.ui-dialog-titlebar {
    display : none;
}

div#one_post_dialog {
    text-align   : left;
    background-color: #f0ece4;
    box-shadow   : 4px 5px 2px 2px;
}

div#one_post_dialog h2 {
    margin : 3px auto 1em auto;
    font-size     : 19px;
    font-weight   : bold;
    color         : #204070;
    text-align    : center
}

div#one_post_dialog h3{
    margin : 3px auto 1em 1em;
    font-size     : 17px;
    font-weight   : bold;
    color         : #204070;
    text-align    : left
}


div#one_post_dialog p.article,ul,ol,table {
    font-family  : "Palatino Linotype", Palatino, serif;
    font-size    : 16px;
    color        : #0f0f0f;
    margin-left  : 1em;
    margin-right : 1em;
    margin-bottom: 1em;
}

div#one_post_dialog li {
    margin-bottom: 5px;
}

div#one_post_dialog a {
    font-weight: bold;
    color      : #2020a0;
}

div#one_post_dialog table {
    vertical-align: top;
}

div#one_post_dialog td,th {
    padding-bottom: 0.5em;
    vertical-align: top;
}

div#one_post_dialog figure.size480 {
    float       : right;
    display     : table;
    max-width   : 45%;
    margin-left : 1em;
    margin-right: 1em;
}

div#one_post_dialog figcaption {
    text-align : left;
    margin     : 1px 5px;
    padding     : 5px;
    font-family : "Palatino Linotype", Palatino, serif;
    font-size   : 16px;
    color       : #0f0f0f;
}

div#one_post_dialog figure.size240 {
    display   : table;
    width     : 230px;
    min-height: 254px;
    float     : left;
    margin    : 20px 20px;
    padding   : 5px;
    font-family : "Palatino Linotype", Palatino, serif;
    font-size   : 16px;
    color       : #0f0f0f; 
}

div#one_post_dialog figcaption.size240 {
    width     : 220px;
}

div#fullPostCloseDiv {
    text-align: center;
    position  : absolute;
    width     : 95%;
}

input.centered {
    text-align : center;
    margin     : 2px auto;
}

div.fb-share-button {
    float            : left;
    margin-left      : 10%;
    border           : 2px;
    padding          : 3px 2em;
}

article.shortPost a.moreBtn {
    margin-bottom: 1em;
}

article.shortPost h3 {
    font-size     : 17px;
    font-weight   : bold;
    color         : #204070;
    margin-bottom : 10px;
    margin-top    : 10px;
}

span.onHold {
    font-size        : 14px;
    background-color : #e8d090;
    padding          : 1px 2px;
}

h3.divider {
    text-align       : center;
    width            : 690;
    margin           : 5px auto;
    background-color : #d0d4e8;
}

h1.logo {
    margin           : 1px auto;
}

textarea#codeTextarea {
    margin           : 3% 3%;
    width            : 93%;
    height           : 93%;
}

.submenu a.show_newslink[data-select='y'] {
    color            : #2e4066;
    background-color : #e0b090;
}

.submenu a.mmbr_newslink[data-select='y'] {
    color            : #2e4066;
    background-color : #e0b090;
}

table.publishConfig {
    margin-left : 10%;
}

table.publishConfig td,th {
    padding     : 2px 2em;
}

table.publishConfig input#articleSelect {
    width       : 99%;
    text-align  : center;
}

div#emailPubContent button,span {
    margin      : 1px 4px;
}

div.objectDiv {
    clear       : both;
}

div.objectDiv video,object {
    margin      : 5px 2%;
    width       : 95%
}
