/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.ContainerHeadLeft {
	background: url(header_cap_left.png) bottom left no-repeat;
	width: 10px;
	height:20px;
}

.ContainerHeadActions {
	background: url(header_bg.png) repeat-x bottom;
	width: 1px;
}

.ContainerHeadTitle {
	background: url(header_bg.png) repeat-x bottom;
	height:20px;
	text-align:left;
	width: 100%;
	padding: 0px 3px 0px 5px;
}

.ContainerHeadRight {
	background: url(header_cap_right.png) bottom right no-repeat;
	width: 7px;
	height:20px;
}
.ContainerContentLeft {
	background: url(container_left.png) left repeat-y;
	width: 10px;
	height:10px;
	
}
.ContainerContentRight {
	background: url(container_right.png) right repeat-y;
	width: 7px;
	height:10px;
	
}
.ContainerContent 
{
	/*T R B L */
	padding: 10px 5px 5px 5px;
	background-color:#cccccc;
	
}

.ContainerBottomLeft {
	background: url(container_bottom_left.png) top right no-repeat;
	width: 10px;
	height:10px;
	
}
.ContainerBottomRight 
{	
	background: url(container_bottom_right.png) top right no-repeat;
	width: 7px;
	height:10px;
	
}
.ContainerBottom 
{
	background: url(container_bottom_bg.png) top repeat-x;
	
	height:10px;
	
	
}

select, input {
	font-family: tahoma;
	font-size: 11px;
	color: #333;
}
.CntrTitle
{
	font-family: Tahoma, Arial, Helvetica;
   font-size:  10pt;
   font-weight: bold;
   color: #ffffff;
}
