﻿/* 
================================
 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_gray_underlined
{
	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-bottom: solid 1px #FF7D23;
}

.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_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;
}

.containerrow3_gray
{
	background-color: transparent;
	padding: 0 4 0 4;
}

.OrangeHead
{
	font-size: 11pt;
	color: #ff7d23;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.OrangeHead_normal
{
	font-size: 10pt;
	color: #ff7d23;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

td.grey-head
{
	background: transparent url(images/grey-head-repeater.jpg) repeat-x bottom left;
	height: 18px;
}

td.grey-head-side
{
	background: transparent url(images/grey-head-side.gif) no-repeat bottom left;
	height: 18px;
	width: 18px;
}

td.orange-head
{
	background: transparent url(images/orange-head-repeater.jpg) repeat-x bottom left;
	height: 18px;
}

td.orange-head-side
{
	background: transparent url(images/orange-head-side.gif) repeat-x bottom left;
	height: 18px;
	width: 17px;
}

.WhiteHead
{
	font-size: 10pt;
	color: white;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.spacer
{
	font-size: 5px;
	line-height: 5px;
	height: 5px;
}

.OrangeHeader
{
	font-size: 12px;
	color: #bb6301;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.GreyHeader
{
	font-size: 12px;
	color: #444238;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.GreenHeader
{
	font-size: 12px;
	color: #052e21;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}