/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.bcontainerrow1_blue
{
    background-color: #dfe5f2;
    border-right: #7994cb 1px solid;
    border-top: #7994cb 1px solid;
    border-left: #7994cb 1px solid;
    border-bottom: #7994cb 1px solid;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.containerrow2_blue {
	background-color: #ffffff;
}
.CenterTitleWhite
{
    font-weight: bold;
    font-size: 12pt;
    color: #000000;
    font-family: Verdana;
}

.TitleWhite
{
    color: #ffffff;
    font-weight: bold;
    font-size: 10pt;
    font-family: Verdana;
}
.BlueHeadLeft
{
    background-image: url(/Portals/_default/Containers/borsholm/LeftHeadBG.jpg);
    height: 30px;
}
.BlueHeadright
{
    background-image: url(/Portals/_default/Containers/borsholm/RightHeadBG.jpg);
}
.BlueHeadcenter
{
    background-image: url(/Portals/_default/Containers/borsholm/centerHeadBG.jpg);
}