﻿

.roundedRectangleContainer { width:530px; }
.roundedRectangleContainer .content { background-color:#626DA5;color:White;}
.roundedRectangleContainer .content A { color:White;text-decoration:none;}


.roundedRectangleContainerAds { height:100%; }
.roundedRectangleContainerAds td.content { background-color:#E6A434;padding-bottom:15px;}
.roundedRectangleTable { width:100% }
.roundedRectangleContainer td.tl { background-repeat:no-repeat;background-image: url(/Images/GetRoundedRectangleImage.ashx?piece=TopLeft&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23626DA5&outsideBackgroundColor=%23FFFFD6); }
.roundedRectangleContainer td.tr { background-repeat:no-repeat;background-image: url(/Images/GetRoundedRectangleImage.ashx?piece=TopRight&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23626DA5&outsideBackgroundColor=%23FFFFD6); }
.roundedRectangleContainer td.t { background-repeat:repeat-x;background-image: url(/Images/GetRoundedRectangleImage.ashx?piece=Top&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23626DA5&outsideBackgroundColor=%23FFFFD6); }
.roundedRectangleContainer td.bl { background-repeat:no-repeat;background-image: url(/Images/GetRoundedRectangleImage.ashx?piece=BottomLeft&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23626DA5&outsideBackgroundColor=%23FFFFD6); }
.roundedRectangleContainer td.br { background-repeat:no-repeat;background-image: url(/Images/GetRoundedRectangleImage.ashx?piece=BottomRight&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23626DA5&outsideBackgroundColor=%23FFFFD6); }
.roundedRectangleContainer td.b { background-repeat:repeat-x;background-image: url(/Images/GetRoundedRectangleImage.ashx?piece=Bottom&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23626DA5&outsideBackgroundColor=%23FFFFD6); }
.roundedRectangleContainer td.l { background-repeat:repeat-y;background-image: url(/Images/GetRoundedRectangleImage.ashx?piece=Left&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23626DA5&outsideBackgroundColor=%23FFFFD6); }
.roundedRectangleContainer td.r { background-repeat:repeat-y;background-image: url(/Images/GetRoundedRectangleImage.ashx?piece=Right&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23626DA5&outsideBackgroundColor=%23FFFFD6); }

.roundedRectangleContainerAds td.tl { background-repeat:no-repeat;background-image: url(/Images/GetRoundedRectangleImage.ashx?piece=TopLeft&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23E6A434&outsideBackgroundColor=%23FFFFD6); }
.roundedRectangleContainerAds td.tr { background-repeat:no-repeat;background-image: url(/Images/GetRoundedRectangleImage.ashx?piece=TopRight&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23E6A434&outsideBackgroundColor=%23FFFFD6); }
.roundedRectangleContainerAds td.t { background-repeat:repeat-x;background-image: url(/Images/GetRoundedRectangleImage.ashx?piece=Top&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23E6A434&outsideBackgroundColor=%23FFFFD6); }
.roundedRectangleContainerAds td.bl { background-repeat:no-repeat;background-image: url(/Images/GetRoundedRectangleImage.ashx?piece=BottomLeft&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23E6A434&outsideBackgroundColor=%23FFFFD6); }
.roundedRectangleContainerAds td.br { background-repeat:no-repeat;background-image: url(/Images/GetRoundedRectangleImage.ashx?piece=BottomRight&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23E6A434&outsideBackgroundColor=%23FFFFD6); }
.roundedRectangleContainerAds td.b { background-repeat:repeat-x;background-image: url(/Images/GetRoundedRectangleImage.ashx?piece=Bottom&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23E6A434&outsideBackgroundColor=%23FFFFD6); }
.roundedRectangleContainerAds td.l { background-repeat:repeat-y;background-image: url(/Images/GetRoundedRectangleImage.ashx?piece=Left&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23E6A434&outsideBackgroundColor=%23FFFFD6); }
.roundedRectangleContainerAds td.r { background-repeat:repeat-y;background-image: url(/Images/GetRoundedRectangleImage.ashx?piece=Right&cornerWidth=15&cornerHeight=15&borderWidth=5&borderColor=Black&insideBackgroundColor=%23E6A434&outsideBackgroundColor=%23FFFFD6); }

tr.h { display:none; }
.tl, .tr, .t, .bl, .br, .b { height:15px; }
.tl, .tr, .l, .bl, .br, .r { width:15px; }


.skinnedPanelOuter {background-color: #E6A434;color:Black;}
.skinnedPanelHeader {
	display: block;
	height:22px;
	padding: 0px 5px 0px 5px;
	font-family: Trebuchet MS;
	font-size: 11pt;
	color: Black;
	float: left;
	clear:both;
	width:100%;
}

.skinnedPanelContent
{
	display: block;
	background-color: #efeac5;
	padding: 5px 5px 5px 5px;
	height: 100%;
	clear:both;
	margin: 0px 0px 0px 0px;
}
.skinnedPanelContent A, .skinnedPanelContent A:Hover, .skinnedPanelContent A:Visited, .skinnedPanelContent A:Link, .skinnedPanelContent A:Active { color:#626DA5;text-decoration:underline;}