/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.logintop{
	background:url(login_top.jpg) no-repeat bottom left;
	height:32px;
}
.logintitle{
	font:10px "Trebuchet MS";
	color:#FFFFFF;
}
.logincontent{
	background:url(login_bg.jpg) repeat-y;
	font:10px "Trebuchet MS";
	color:#FFFFFF;
	padding:0px 18px 10px 12px;
}

.topLeft
{
	background:url(top_left.gif) no-repeat bottom left;
	width:20px;
	height:40px;
}

.top{
	background:url(top_middle.gif) repeat-x bottom left;
	height:40px;
}

.topRight
{
	background:url(top_right.gif) repeat-x bottom right;
	width:35px;
	height:40px;
}

.title{
	font:14px "Trebuchet MS";
	color:#1d2f93;
	font-weight:bold;
	text-decoration:underline;
}

.contentLeft
{
 background:url(content_left.gif) repeat-y;
 width:20px;
 
}

.content{
	background:url(content_middle.gif) ;
	font:11px "Trebuchet MS";
	color:#1d2f93;
	/*padding:0px 25px 10px 15px;*/
}

.contentRight
{
	background:url(content_right.gif) repeat-y;
	width:35px;
	height:27px;
}

.bottomLeft
{
	background:url(bottom_left.gif) repeat-y;
	width:20px;
	height:27px;
}

.bottom
{
	background:url(bottom_middle.gif) repeat-x;
	height:27px;
}

.bottomRight
{
	background:url(bottom_right.gif) repeat-y;
	width:35px;
}