/* 
=================================
 Container Styles for DotNetNuke
 Created by: ucube
=================================
*/   

.ucube_topmid
{
	border-top: thin #6666FF solid;	 
}

.ucube_containerSize
{
	width:100%;
}

.ucube_title
{
	font-family:Verdana, Arial;
	color:#333399;
	font-size:11pt;
	font-weight: bold;
}

.ucube_contentpane
{
	font-family:Tahoma, Verdana, Arial;
	color:#000000;
	font-size:10pt;
	margin-top: -10px;
}

.ucube_righttopconer
{
	width: 29px; 
	height: 49px; 
    background-repeat: repeat-y;
}

.ucube_midleft
{
	width: 27px; background-repeat: repeat-y
}

.ucube_midright
{
    width: 29px; 
    background-repeat: repeat-y;
}

.ucube_midbot
{
	background-repeat: repeat-x;
	height: 34px;
	padding-right: 3px;
	padding-left: 3px;       
}



.ucube_contentpane A:link {text-decoration: none}
.ucube_contentpane A:hover {
	text-decoration: underline;
	color:#6666FF;
}