/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.Head
{
  color:#d2b648;
  font-family:Arial;
  font-style:italic;
  font-weight:bold;
  font-size:larger;
}

.containercontent
{
	background-color: #4d4d4d;
	width:100%;
}

.topLeft
{
	background-image:url(images/tlc.gif);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
}

.top
{
	background-image:url(images/tb.gif);
	background-repeat:repeat-x;
	height:15px;
}

.topRight
{
	background-image:url(images/trc.gif);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
}

.left
{
	background-image:url(images/l.gif);
	background-repeat:repeat-y;
	width:15px;
}

.right
{
	background-image:url(images/r.gif);
	background-repeat:repeat-y;
	width:15px;
}

.bottomLeft
{
	background-image:url(images/blc.gif);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
}

.bottom
{
	background-image:url(images/bb.gif);
	background-repeat:repeat-x;
	height:15px;
}

.bottomRight
{
	background-image:url(images/brc.gif);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
}

