/* Container Styles for DotNetNuke
Side Module Container RU Valley Forge Skin */

div.side_modules_wrapper
{
	
	width: 260px;
	float: left;
	display: inline;
		border: 1px solid #bbb;
	background-color: #eee;
	padding: 10px 15px 15px 10px;
	margin-bottom: 20px;
}



div.side_modules_title
{
	width: 225px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 23px;
	color: #2C5999;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #bbb;
	margin-bottom:5px;
}

div.side_module a
{
	color: #2c5999;
	text-decoration: underline;
	font-weight: bold;
}

.actionbuttons
{
	clear: both;
}

