/** LightGray theme for Shout-Maru <http://shout.x-maru.org>
**/
#shoutmaru {
	border:1px solid #000;
	background:#eee;
	overflow:auto
}
#shoutmaru, #shoutmaru table { color:#666 }
#shoutmaru h1 {
	font-size:13px;
	background:#eee;
	color:#000;
	border-bottom:1px solid #000;
	margin:0;
	padding:0.25em;
}
#shoutmaru p {
	margin:0;
	padding:0 0.5em;
	border-bottom:1px solid #445;
	background:#fff;
}
#shoutmaru .odd, #shoutmaru .even { background:#fff }
#shoutmaru small { color:#999 }
#shoutmaru th { text-align:right; background:#f0f0f0 }
#shoutmaru th span input{
	padding:0;
	margin:1px;
	font-size:9px;
	color:#000;
	border:1px solid #003;
}
#shoutmaru th span input:hover{
	background:#ccc;
}

