body 
{
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-family: MS Sans Serif, Helvetica, Verdana, Arial;
    font-size: small;
}

img
{
    border: 0px;
}
    

.leftNav 
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 230px;
    border: 0px;
    border-right: 2px solid Navy;
}

.mainNav 
{
    position: absolute;
    top: 0px;
    left: 230px;
    padding: 5px 5px 5px 10px;
    border: 0px;
}


/* INFO MESSAGE */
.infoMessage
{
    color: Red;
    font-weight: bold;
}


/* OBJECT INFORMATION TABLE */
.objectInformation
{
    margin: 5px 0px 5px 0px;
    width: 70%;
    padding: 3px;
    border-style: outset;
    border-width: 1px;
    border-color: Silver;
    background-color: #fafafa;
}

.objectInformation th
{
    text-align: left;
    font-weight: bold;
}

.objectInformation td
{
    text-align: left;
    padding-left: 10px;
}


/* OBJECT DATA TABLE */
.objectData 
{
    margin: 5px 0px 5px 0px;
    width: 70%;
    padding: 3px;
    border-style: outset;
    border-width: 1px;
}

.objectData th
{
    text-align: left;
    font-weight: bold;
    width: 1%;
    white-space: nowrap;
}

.objectData td
{
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}


/* BLOG */
/* EDITABLE */
.postsEditableTable 
{
    width: 100%;
}

.postEditable 
{
    margin: 5px 0px 5px 0px;
    width: 100%;
    border: 2px solid #346CBE;
    border-collapse: collapse;
}

.postEditable th
{
    text-align: left;
    font-weight: bold;
    color: #346CBE;
    padding: 1px 3px 1px 3px;
    border-bottom: 1px solid #346CBE;
}

.postEditable td
{
    text-align: left;
    padding: 1px 3px 1px 3px;
    border-bottom: 1px solid #346CBE;
}

.postEditable td.postText
{
    text-align: left;
    padding: 5px;
}


/* NORMAL */
.postsNormalTable 
{
    width: 90%;
    text-align: left;
    color: Black;
}

.postNormal
{
    color: Black;
    margin: 5px 0px 5px 0px;
    width: 100%;
    border: 0px;
    border-collapse: collapse;
}

.postNormal th
{
    text-align: left;
    font-weight: bold;
    color: #346CBE;
    padding: 2px 3px 2px 3px;
    border-bottom: 1px solid #346CBE;
    background-color: White;
}

.postNormal td
{
    color: Black;
    text-align: left;
    padding: 1px 3px 1px 3px;
}

.postNormal td.postTitle
{
    font-size: x-large;
    font-weight: bold;
    color: #346CBE;
}

.postNormal td.postTheme
{
    font-size: medium;
    font-weight: bold;
}

.postNormal td.postUserAndDate
{
    font-size: x-small;
}

.postNormal td.postText
{
    padding: 5px 3px 5px 3px;
}


/* THUMBNAIL */
.blogThumbnail
{
    color: Black;
    margin: 5px 0px 5px 0px;
    width: 90%;
    border: 0px;
    border-bottom: 1px solid Silver;
    border-collapse: collapse;
}

.blogThumbnail td
{
    color: Black;
    text-align: left;
}

.blogThumbnail td.blogTheme
{
    font-size: x-large;
    font-weight: bold;
}


.postThumbnail td
{
    color: Black;
    text-align: left;
}

.postThumbnail td.postTitle
{
    font-size: large;
    font-weight: bold;
    color: #346CBE;
}

.postThumbnail td.postTitle a
{
    color: #346CBE;
    text-decoration: none;
}

.postThumbnail td.postTitle a:hover
{
    color: #346CBE;
    text-decoration: underline;
}

.postThumbnail td.postUserAndDate
{
    font-size: x-small;
}

.postThumbnail td.postText
{
    padding: 5px 3px 5px 3px;
}


/* POST VIEWER */
.postViewer
{
    color: Black;
    margin: 5px 0px 5px 0px;
    width: 90%;
    border: 0px;
    border-collapse: collapse;
}

.postViewer td
{
    color: Black;
    text-align: left;
}

.postViewer td.post
{
    width: 70%;
    border-right: 1px solid Silver;
}

.postViewer td.themes
{
    color: Black;
    font-size: medium;
    font-weight: bold;
    width: 30%;
    height: 1%;
    vertical-align: top;
    padding: 10px 5px 10px 5px;
    border-bottom: 1px solid Silver;
}

.postViewer td.themes a
{
    color: #346CBE;
    text-decoration: none;
}

.postViewer td.themes a:hover
{
    color: #346CBE;
    text-decoration: underline;
}

.postViewer td.otherPosts
{
    color: Black;
    font-size: medium;
    font-weight: bold;
    width: 30%;
    height: 1%;
    vertical-align: top;
    padding: 10px 5px 10px 5px;
}

.postViewer td.otherPosts a
{
    color: #346CBE;
    text-decoration: none;
    font-size: small;
}

.postViewer td.otherPosts a:hover
{
    color: #346CBE;
    text-decoration: underline;
    font-size: small;
}


/* RSS ITEM */
/* EDITABLE */
.rssItemsEditableTable 
{
    width: 100%;
}

.rssItemsEditable 
{
    margin: 5px 0px 5px 0px;
    width: 100%;
    border: 2px solid #346CBE;
    border-collapse: collapse;
    text-align: left;
}

.rssItemsEditable th
{
    font-weight: bold;
    color: #346CBE;
    padding: 1px 5px 1px 5px;
    white-space: nowrap;
}

.rssItemsEditable td
{
    color: Black;
    padding: 1px 5px 1px 5px;
    width: 90%;
}


/* XML */
/* EDITABLE */
.xmlElementsEditableTable 
{
    width: 100%;
}

.xmlElementEditable
{
    margin: 5px 0px 5px 0px;
    width: 100%;
    border: 2px solid #346CBE;
    border-collapse: collapse;
}

.xmlElementEditable th
{
    text-align: left;
    font-weight: bold;
    color: #346CBE;
    padding: 1px 3px 1px 3px;
    border-bottom: 1px solid #346CBE;
}

.xmlElementEditable td
{
    text-align: left;
    padding: 1px 3px 1px 3px;
    border-bottom: 1px solid #346CBE;
}

.xmlElementEditable td.postText
{
    text-align: left;
    padding: 5px;
}


/* MULTIMEDIA FILES */
.mmFiles 
{
    margin: 5px auto 5px auto;
    width: 98%;
    border: 2px solid #346CBE;
    border-collapse: collapse;
    text-align: left;
}

.mmFiles th
{
    font-weight: bold;
    color: #346CBE;
    padding: 1px 5px 1px 5px;
    white-space: nowrap;
    border: 1px solid #346CBE;
    background-color:  #346CBE;
    color: White;
}

.mmFiles th a
{
    /*color: #346CBE;*/
    color: White;
    text-decoration: none;
}

.mmFiles th a:hover
{
    text-decoration: underline;
}

.mmFiles td
{
    color: Black;
    padding: 1px 5px 1px 5px;
    width: 90%;
    border: 0px;
    border: 1px dashed #346CBE;
    border-top: 0px;
    border-bottom: 0px;
}

.mmFiles tr.altRow
{
    background-color: #f0f0f0;
}

.mmFiles tr.pager
{
    background-color: #f0f0f0;
}

.mmFiles tr.pager td
{
    border: 0px;
    border-top:  1px dashed #346CBE;
}

.mmFiles tr.pager table td
{
    border: 0px;
    font-weight: bold;
    width: 1px;
}