﻿/* 
================================
 Container Styles for DotNetNuke
================================
*/

.containermaster_gray
{
	width: 100%;
	background-color: transparent;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}

.containermaster_padless
{
	width: 100%;
	background-color: transparent;
	moz-border-radius-bottomleft: 0px;
	moz-border-radius-bottomright: 0px;
	moz-border-radius-topleft: 0px;
	moz-border-radius-topright: 0px;
	border: solid 0px black;
}

.containerrow2_gray
{
	background-color: transparent;
	padding: 5 0 5 0;
}

.containerrow2_image
{
	background: #d8dde3 url(images/container-body-tile.png) repeat-x top;
	padding: 5 5 5 5;
}

.containerrow3_gray
{
	background-color: transparent;
	padding: 0 4 0 4;
}

.container-header-image, .container-header-image-noline
{
    background: #f6f6f6 url(images/container-header-image.png) no-repeat bottom left;
    height: 41px;
    width: 40px;
    margin-right: 5px;
    float: left;
}

.container-header-image-noline
{
    background-image: url(images/container-header-image-noline.png);
    height: 40px;
}

.container-header, .container-header-noline
{
    background: #f6f6f6 url(images/container-header-tile.png) repeat-x bottom;
    height:41px;
    vertical-align: bottom;
}

.container-header-noline
{
    background-image: url(images/container-header-tile-noline.png);
    height: 40px;
}
