/** sxo theme for Shout-Maru <http://shout.x-maru.org>
	* Alternating colors (lt blue, lt gray) 
	* <h1> title bar
	* scrollbars automatically appear if necessary (overflow:auto)
	* Form buttons styled
	* Target width: 200px
**/
#shoutmaru {
	border:2px solid #006;
	background:#eef;
	overflow:auto;
}
#shoutmaru, #shoutmaru table { color:#333 }
#shoutmaru h1 {
	font-size:13px;
	background:#556;
	color:#fff;
	border-bottom:2px solid #006;
	margin:0;
	padding:0.25em;
}
#shoutmaru p {
	margin:0;
	padding:0 0.5em;
	border-bottom:1px solid #445
}
#shoutmaru .odd { background:#f0f0f0; }
#shoutmaru .even { background:#f0f0ff; }
#shoutmaru small { color:#99c }
#shoutmaru th { text-align:right }
#shoutmaru th span input{
	padding:0;
	margin:1px;
	font-size:9px;
	color:#003;
	background:#f0f0f0;
	border:1px solid #003;
}
#shoutmaru th span input:hover{
	background:#ff9;
}

