div.rounded_panel
{
	width: 100%;
	display: block;
	margin: 0;
	text-align: left;
	height: 100%;

}

div.rounded_panel div.rounded_panel_top
{
	height: 5px;
	display: block;
	background: url(../media/images/rounded_panel/UpperLeft.png) no-repeat left top;
	margin-right: 20px;
}

div.rounded_panel div.rounded_panel_top span
{
	display: block;
	height: 5px;
	background: url(../media/images/rounded_panel/UpperRight.png) no-repeat right top;
	margin-right: -20px;
}

div.rounded_panel div.rounded_panel_rightside
{
	background: #FFFFFF url(../media/images/rounded_panel/gradient.png) repeat-x top left;
	height: 100%;
}

div.rounded_panel div.rounded_panel_leftside
{
	background: #FFFFFF url(../media/images/rounded_panel/gradient.png) repeat-x top left;
	height: 100%;
}

div.rounded_panel div.rounded_panel_content
{
	display: block;
	margin: 0px 8px 0px 8px;
	padding: 0px 0px 3px 0px;
	overflow: hidden;
	position:relative;
	min-height: 162px;
}
div.rounded_panel div.rounded_panel_content3
{
	display: block;
	margin: 0px 1px 0px 1px;
	padding: 0px 0px 3px 0px;
	overflow: hidden;
	position:relative;
	min-height: 162px;
}
div.rounded_panel div.rounded_panel_content_error
{
	display: block;
	margin: 0px 8px 0px 8px;
	padding: 0px 0px 3px 0px;
	position:relative;

	min-height: 40px;
	overflow: auto;
}

div.rounded_panel div.rounded_panel_bottom
{
	height: 5px;
	display: block;
	background: url( ../media/images/rounded_panel/BottomLeft.png ) no-repeat left bottom;
	margin-right: 20px;
}

div.rounded_panel div.rounded_panel_bottom span
{
	display: block;
	height: 5px;
	background: url(../media/images/rounded_panel/BottomRight.png) no-repeat right bottom;
	margin-right: -20px;
}

div.rounded_panel h2
{
	margin: 0;
	text-align: left;
	font-size: 1.3em;
	padding: 0;
}

div.rounded_panel hr
{
	color: #39B54A;
	height: 4px;
	background-color: #39B54A;
	border: none;
	margin: 2px 0 5px 0;
	padding: 0;
	width: 100%;
}

/* Panel Buttons */

div.rounded_panel .rounded_panel_button {
	float: right;
}

div.rounded_panel_button a.more_info_button {
	display: block;
	width: 75px;
	height: 20px;
	text-decoration: none;
	background: url(../media/images/Button_MoreInfo.png);
	background-position: 0px 0px;
}
div.rounded_panel_button a.more_info_button:hover {
	background-position: 0px -20px;
}

div.rounded_panel_button a.more_forums_button {
	display: block;
	width: 89px;
	height: 20px;
	text-decoration: none;
	background: url(../media/images/Button_MoreForums.png);
	background-position: 0px 0px;
}
div.rounded_panel_button a.more_forums_button:hover {
	background-position: 0px -20px;
}

div.rounded_panel_button a.archived_blogs_button {
	display: block;
	width: 97px;
	height: 20px;
	text-decoration: none;
	background: url(../media/images/Button_ArchivedBlogs.png);
	background-position: 0px 0px;
}
div.rounded_panel_button a.archived_blogs_button:hover {
	background-position: 0px -20px;
}

/* Panel H2 icons */
.icon_weather {
	background: url(../media/images/rounded_panel/Icon_Weather.png) no-repeat top right;
}

.icon_news {
	background: url(../media/images/rounded_panel/Icon_News.png) no-repeat top right;
}

.icon_advertisers {
	background: url(../media/images/rounded_panel/Icon_Advertisers.png) no-repeat top right;
}

.icon_blog {
	background:url(../media/images/rounded_panel/Icon_Blog.png) no-repeat top right;
}

.icon_forum {
	background: url(../media/images/rounded_panel/Icon_Forum.png) no-repeat top right;
}

.icon_page {
	background: url(../media/images/rounded_panel/Icon_Page.png) no-repeat top right;
}
