table.msgBoardListing {
border: 1px solid black;
background-color: #eeeeee;
text-align: left;
vertical-align: top;
font: 12px Verdana;
}
table tr td {
padding: 5px;
}
table tr th {
border-bottom: 1px solid #555555;
padding-left: 5px;
padding-right: 5px;
background-color: #999999;
}
div.msgBoardMsg {
border-bottom: 1px solid #7799BB;
/*background-color: #f5f5ff;*/
margin-bottom: 10px;
}
tr.new {
font-weight: bold;
}
div.msgBoardMsg div.left {
font-size: 12px;
float: left;
width: 200px;
color: black;
padding: 5px;
}
div.msgBoardMsg div.leftOwner {
font-size: 12px;
float: left;
width: 200px;
color: black;
padding: 5px;
}
div.msgBoardMsg div .user{
font-weight: bold;
padding-bottom: 8px;
}
div.msgBoardMsg div.leftOwner .user{
font-weight: bold;
}
.boardPaging{
padding:5px;
}
div.msgBoardMsg div.right {
padding: 5px;
padding-left: 220px;
}
div.msgBoardMsg div.right div.subject {
background-color: #def;
border-bottom: 1px solid black;
font: 14px Verdana;
font-weight: bold;
text-align: left;
padding: 5px;
margin-bottom:10px;
}
div.msgBoardMsg div.right span.subject {
font: 14px Verdana;
color: black;
}
div.msgBoardMsg div.right div.data {
/*padding: 10px;*/
text-align: justify;
font: 12px Arial;
color: black;
padding-bottom:10px;
}
div.msgBoardMsg div.actionPanel {
    border-top: 1px solid #7799BB;
}
div.msgBoardMsg div.actionPanel a{
color: #06407a;
padding-right: 10px;
text-align: left;
font-size:13px;
}
div.msgBoardMsg div.actionPanel a:hover{
color: red;
text-decoration: underline;
}
div.msgBoardTextMessage {
border: 1px solid blue;
padding: 10px;
background-color: #00aaff;
font-weight: bold;
color: white;
}
#boardRootMsgGrid{
font-size: 10px;
}
#boardRootMsgGrid td{
font-size: 10px;
}
.msgBoardMsgMark {
}
.msgBoardMsgMarknew {
color: red;
background-color: yellow;
text-align: center;
border: 1px solid orange;
font-weight: bold;
padding: 3px;
}
.quote{
color: #888;
font-size: 12px;
border: 1px solid #888;
background-color: white;
}
a.boardActivePage {
text-decoration:underline;
color: orange;
font-weight:bold;
border: 1px solid black;
padding: 3px;
background-color: #333333;
}
