﻿/* 
================================
 Container Styles for DotNetNuke
================================
*/

.containermaster_grey
{
	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;
	border: solid 0px #cc3b26;
	margin-bottom: 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,.containerrow2_gray
{
	background-color: transparent;
	padding: 5px 5px 5px 5px;
}

.containerrow2_greyblock
{
	background-color: #444444;
	padding: 5 5 5 5;
	color: #ceccbf;
}

.containerrow3_gray
{
	background-color: transparent;
	padding: 0 4 0 4;
}