/*
================================
 Container Styles for DotNetNuke
================================
*/

#containerWrap
{
	text-align:left;
	background:#f3edc6;
}
#solpartWrap
{
	text-align:center;
	display:table;
	height:0px;
	margin:0px auto;
}
#IEfix
{
	margin:0px auto;
}
#solpartCenterTD
{
	margin:0px auto;
	height:0px;
	_width:10px;
}
#solpartCenter
{
	margin:0px auto;
	max-height:12px;
}
#titleTable
{
	height:28px;
	padding: 0px;
}
#titleCapLeft
{
	background:url(images/containerCapLeft.gif) no-repeat right;
	width:4px;
	height:28px;
}
#titleWrap
{
	background:url(images/containerSlice.gif) repeat-x;
	height:28px;
	padding:2px 25px 0px 27px;
}
#titleWrap .head
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#000000; 
	line-height:12px;
	font-weight: bold;
}
#titleCapRight
{
	background:url(images/containerCapRight.gif) no-repeat left;
	width:2px;
	height:28px;
}
#borderTop
{
	background:url(images/containerBorder.gif) top repeat-x;
	margin-top:2px;
	_display:table; /* must display as table for consistance in IE */
	_width:100%;
}
#borderRight
{
	background:url(images/containerBorder.gif) right repeat-y;
	_display:table;
	_width:100%;
}
#borderBottom
{
	background:url(images/containerBorder.gif) bottom repeat-x;
	_display:table;
	_width:100%;
}
#borderLeft
{
	background:url(images/containerBorder.gif) left repeat-y;
	_display:table;
	_width:100%;
}
#borderTL
{
	background:url(images/container_t_l.gif) top left no-repeat;
	_display:table;
	_width:100%;
}
#borderTR
{
	background:url(images/container_t_r.gif) top right no-repeat;
	_display:table;
	_width:100%;
}
#borderBR
{
	background:url(images/container_b_r.gif) bottom right no-repeat;
	_display:table;
	_width:100%;
}
#borderBL
{
	background:url(images/container_b_l.gif) bottom left no-repeat;
	_display:table;
	_width:100%;
}
.containerContentPane
{
	display:table;
	height:25px;
	text-align:left;
	margin:0px;
}
.containerBordardedContentPane
{
	padding:15px;
}
