﻿/*
================================
 Container Styles for DotNetNuke
================================
*/   




.containerHeader
{
	text-align:left;
	background:#0640B6;
	padding:0px;
}

.containerActions
{
	text-align:left;
}

.ContainerWrapper
{
	border:solid 1px #0640B6;
	margin-bottom:15px;
}

.ContainerContentPane
{
	text-align:left;
	padding:5px;
}

.containerHeader span
{
	color:White;
	font-family:Sans-Serif;
}

.containermaster_blue {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;

}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}

.containerrow2_blue {
	background-color: #ffffff;
}

.blueborder{margin-bottom:5px;border:1px #AAA solid;}
.blueborder .ctitle{height:40px;padding-left:10px;background:#EFEFEF;border:1px #94A7C6 solid;}
.blueborder .ctitle .head{}
.blueborder .ccontent{padding:10px;}
.blueborder p{margin-top:0;}
.blueborder .actionbuttons{text-align:right;font-size:1px;line-height:1px;height:1px;padding-right:20px;}
