﻿.PostTable
{
    width: 100%;
    background-color: #ffffcc;
    background-image: none;
    text-align: justify;
}

.CharSection
{
    width: 150px;
    vertical-align: top;
    padding: 5px;
}

.TextSection
{
    vertical-align: top;
    padding: 5px;
    position: relative;
}

h3
{
    margin-bottom: 0px;
}

.PostDate
{
    font-size: smaller;
}

.ICText, .NPCText
{
    font-family: Verdana;
}





.RowOOC
{
    background-color: #eeeebb;
}

.RowOOC a
{
    color: #0000ff;
}

tr.RowOOC td, tr.RowOOC th
{
    border-style: solid;
    border-width: 4px;
    border-right-color: #ddddaa;
    border-bottom-color: #ddddaa;
    border-top-color: #eeffbb;
    border-left-color: #eeffbb;
}





.RowIC
{
    background-color: #d45045;
}

.RowIC a
{
    color: #ffffff;
}

tr.RowIC td, tr.RowIC th
{
    border-style: solid;
    border-width: 4px;
    border-right-color: #c34034;
    border-bottom-color: #c34034;
    border-top-color: #e56156;
    border-left-color: #e56156;
}

.RowIC .OOCText
{
    font-size: smaller;
    font-family: System;
    display: block;
}

.RowIC .GMText
{
    font-style: oblique;
    color: #ffffff;
    display: block;
}





.RowNPC
{
    background-color: #3cbb55;
}

tr.RowNPC td, tr.RowNPC th
{
    border-style: solid;
    border-width: 4px;
    border-right-color: #2baa44;
    border-bottom-color: #2baa44;
    border-top-color: #4dcc66;
    border-left-color: #4dcc66;
}

.RowNPC .GMText
{
    font-style: oblique;
    color: #ffffff;
    display: block;
}





.RowGM
{
    background-color: #baba2d;
}

.RowGM a
{
    color: #ffffff;
}

tr.RowGM td, tr.RowGM th
{
    border-style: solid;
    border-width: 4px;
    border-right-color: #a9a91c;
    border-bottom-color: #a9a91c;
    border-top-color: #cbcb3e;
    border-left-color: #cbcb3e;
}

.RowGM .ICText
{
    display: block;
}

.RowGM .GMText
{
    color: #ffffff;
}

.RowGM .OOCText
{
    font-size: smaller;
    font-family: System;
    display: block;
}





.RowMOD
{
    background-color: #5858e4;
}

.RowMOD a
{
    color: #ffff00;
}

tr.RowMOD td, tr.RowMOD th
{
    border-style: solid;
    border-width: 4px;
    border-right-color: #4747d3;
    border-bottom-color: #4747d3;
    border-top-color: #6969f5;
    border-left-color: #6969f5;
}

.RowMOD .MODText
{
    font-weight: bold;
    color: #ffff00;
}


.ReplySection
{
	position: absolute;
	top: 0px;
	right: 0px;
}