/* shoutbox board */
.shoutboxp {
	width:100%;
	table-layout:fixed;
}


.shoutboxpl1 {
	font-size:10px;
	padding:5px;
	border-right:1px solid #bbb
}

.shoutboxpl2 {
	padding:5px;
	font-size:11px;
}

.shoutboxpls1 {
	height:31px;
	vertical-align:bottom;
	padding-bottom:5px;
	text-align:right;
	font-size:1px;
}

.shoutboxpls1 img {
	margin-right:5px;
}

.shoutboxpl1 a {
	font-size:11px;
	font-weight:bold;
}

.shoutboxpl1 a.avatar {
	display:block;
	margin:3px 0px;
	text-align:center;
}

.shoutboxpl1 .createdAt {
	text-align:center;
}

.shoutboxpsr td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	height:7px;
	font-size:1px;
}

/* shoutbox board head/th row */
tr.shoutboxph {
	font-size:10px;
}

/* shoutbox board head th 1 - label */
.shoutboxph1, .shoutboxph2 {
	text-align:left;
}

.shoutboxph1 {
	width:130px;
}

.shoutboxplr1 {
	background:#E7ECF8;
}

.shoutboxplr2 {
	background:#D6DBE7;	
}
