DIV#container, DIV#main {
	background: #eeddff;
}

DIV.vblock, DIV.eblock, DIV.wblock, DIV.vstrip {
	margin: 1ex;
	padding: 0.6ex;
}

DIV.vblock {
	background: white;
}

DIV.eblock {
	background: #e8d0f0;
	border: 1px solid #880000;
}

DIV.wblock {
	background: #ffcccc;
	border: 2px solid #ff0000;
}

DIV.vitem, DIV.vheader, DIV.vcontent, DIV.hcontent {
	margin: 0;
	padding: 0.3ex 0.8ex 0.3ex 0.8ex;
}

DIV.vitem {
	border: 1px dotted #8888ff;
}

DIV.vitem P {
	padding: 0;
	margin: 0.25ex 0 0.25ex 0;
}

DIV.vheader {
	text-align:center;
}

DIV.hcontent {
	display:none;
}

DIV.thumb {
	width: 104px;
	margin: 10px;
	display: inline-block;
	text-align: center;
}

A.nb IMG {
	border: none;
}

A.tb IMG {
	border: 1px solid black
}

TABLE.msglist {
	width: 95%;
}

TABLE.msglist TD {
	border: 1px dotted #8888ff;
	margin: 0;
	padding: 0.3ex 0.8ex 0.3ex 0.8ex;
	text-align: left;
}

TABLE COL.msgname {
	width: 18%;
}

TABLE COL.msgdate {
	width: 30%;
}

TABLE COL.msgtitle {
	width: 35%;
}

TABLE COL.msgflags {
	width: 12%;
}

SPAN.urc {
	color: red;
}


