/** Akwa theme for Shout-Maru <http://shout.x-maru.org>
**/
#shoutmaru {
	border:2px solid #222;
	background:url(akwa_brushed.png) #ccc;
	overflow:auto;
}
#shoutmaru, #shoutmaru table { color:#000 }
#shoutmaru h1 {
	color:#000;
	font-size:13px;
	background:url(akwa_brushed.png) #ccc;
	border-bottom:2px solid #000;
	margin:0;
	padding:0.25em;
}
#shoutmaru p {
	margin:0;
	padding:0 0.5em;
	border-bottom:1px solid #445
}
#shoutmaru .odd { background:#efefff; }
#shoutmaru .even { background:#fff; }
#shoutmaru small { color:#9a9 }
#shoutmaru th { text-align:right; background:url(akwa_brushed.png) #ccc }
#shoutmaru th span input {
	padding:0;
	margin:1px;
	font-size:9px;
	color:#000;
	border:1px solid #000;
}
#shoutmaru th span input:hover{
	background:#ff9;
}

