.right-bar-panel
{
	width: 211px;
	color: White;
	text-align: left;
	margin-top: 6px;
}
	.right-bar-panel h1
	{
		font-family: Arial;
		font-size: 16px;
		font-weight: bold;
		padding: 10px 10px 0px;
		margin: 0px;
		color: White;
	}
	.right-bar-panel h1 img
	{
		vertical-align: middle;
		margin-right: 4px;
	}

.rbp-green
{
	background-color: #45890e;
	background-image: url("../images/rbar_panel_top_green.jpg");
	background-repeat: no-repeat;
}

.rbp-blue
{
	background-color: #402fbb;
	background-image: url("../images/rbar_panel_top_blue.jpg");
	background-repeat: no-repeat;
}

.rbp-shoutbox
{
	background-color: #403ce7;
	background-image: url("../images/rbar_panel_top_shoutbox.jpg");
	background-repeat: no-repeat;
}

.rbp-search
{
	background-color: #8b9c3d;
	background-image: url("../images/rbar_panel_top_search.jpg");
	background-repeat: no-repeat;
}

.rbp-gray
{
	background-color: #ccc;
	background-image: url("../images/rbar_panel_top_gray.jpg");
	background-repeat: no-repeat;
}

/* Shoutbox */
#shoutbox
{
	text-align: center;
	margin: 0px 4px 0px;
	font-size: 0.8em;
	height: 300px;
	overflow: auto;
}
	#shoutbox .item
	{
		margin-bottom: 1px;
		padding: 5px;
		text-align: left;
		color: #29215d;
		background-color: #fff;
	}
	
	#shoutbox-items
	{
		padding-top: 3px;
	}
	#shoutbox a
	{
		color: #06314e;
	}

	#shoutbox a:visited
	{
		color: #06314e;
	}

	#shoutbox a:hover
	{
		color: #e45602;
	}

/* Search Form */
#search-form
{
	padding: 10px;
}

	#search-form .input
	{
		margin-bottom: 6px;
		font-size: 13px;
	}
	
	#search-form label
	{
		font-size: 13px;
	}
	
	#search-form .txtbox
	{
		width: 168px;
		color: #666;
		font-size: 13px;
	}
	
	#search-form .agebox
	{
		width: 50px;
		color: #666;
		font-size: 13px;
	}
	
	#search-form .selbox
	{
		width: 178px;
		color: #666;
		font-size: 13px;
	}
	
	#search-form .button
	{
		text-align: center;
	}
	
	#search-form .button input
	{
		width: 170px;
	}
	
	#search-form .links
	{
		margin: 10px;
		text-align: center;
	}
	
	#search-form .error
	{
		font-size: 11px;
		margin-bottom: 5px;
		text-align: center;
		color: #ffa4a4;
	}
	
/* Shoutbox Form */
#shoutbox-form
{
	padding: 10px;
}

	#shoutbox-form .textbox
	{
		margin-bottom: 4px;
	}
	
	#shoutbox-form .textbox input
	{
		width: 168px;
	}
	
	#shoutbox-form .button
	{
		text-align: center;
	}
	
	#shoutbox-form .button input
	{
		width: 160px;
	}
	
	#shoutbox-form .links
	{
		margin: 10px;
		text-align: center;
	}
	
	#shoutbox-form .error
	{
		font-size: 11px;
		margin-bottom: 5px;
		text-align: center;
		color: #ffa4a4;
	}
	
/* Star Box */
#starbox
{
	text-align: center;
}
	#starbox .bet
	{
		font-size: 80%;
		padding: 5px;
	}