@charset "utf-8";
/* CSS Document */

#content-header {
height:64px;
width:100%;
background:url(../images/content-header-bg.gif);
line-height:64px;
}

#board-header {
background:url(../images/small-header-bg.png) repeat-x;
height:23px;
color:#9e0b0f;
font-size:11px;
font-weight:bold;
line-height:23px;
padding-left:8px;
}

#board-table {
text-align:left;
}

#board-table th {
color:#9e0b0f;
font-size:11px;
background:#FAFAFA url(../images/table-row-line.gif) bottom repeat-x;
overflow:hidden;
height:24px;
}

#board-table td {
padding-bottom:5px;
padding-left:8px;
background:url(../images/table-row-line.gif) bottom repeat-x;
}

p.title {
font-size:20px;
font-weight:bold;
color:#9e0b0f;
float:left;
display:inline;
margin:0 0 0 20px;
}

.grey {
color:#e6e7e8;
}

.red {
font-weight:bold;
color:#9e0b0f;
}

