﻿/* 
================================
 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: 5px 5px 5px 5px;
}

.containerrow2_greyblock
{
	background-color: #444444;
	padding: 5 5 5 5;
	color: #ceccbf;
}

.containerrow2_orangeblock
{
	background-color: #ff7d23;
	padding: 5 5 5 5;
	color: black;
}

.containerrow2_greenblock
{
	background-color: #052e21;
	padding: 5 5 5 5;
	color: #ceccbf;
}

.greyedge
{
	background: #858585 url(images/grey_block_topborder.jpg) no-repeat bottom right;
	padding: 0 0 0 0;
	height: 3px;
	line-height: 1px;
}

.greyBack
{
	background-color: #737373;
	color: White;
	padding: 0px 5px 0px 5px;
}

#greyBack .Head
{
	color: White;
}

.containerrow3_gray
{
	background-color: transparent;
	padding: 0 4 0 4;
}