﻿/* 
================================
 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;
}

.containerrow3_gray
{
	background-color: transparent;
	padding: 0 4 0 4;
}

#top_left_corner
{
	background: transparent url(images/top_left_corner.gif) no-repeat bottom right;
	height: 4px;
	width: 5px;
}

#top_side
{
	background: transparent url(images/top_side_repeater.gif) repeat-x bottom;
	height: 4px;
}

#top_right_corner
{
	background: transparent url(images/top_right_corner.gif) no-repeat bottom left;
	height: 4px;
	width: 7px;
}

#left_side
{
	background: transparent url(images/side_left_repeater.gif) repeat-y top right;
	width: 5px;
}

#right_side
{
	background: transparent url(images/side_right_repeater.gif) repeat-y top left;
	width: 7px;
}

#bottom_left_corner
{
	background: transparent url(images/bottom_left_corner.gif) no-repeat top right;
	width: 5px;
	height: 8px;
}

#bottom_side
{
	background: transparent url(images/bottom_side_repeater.gif) repeat-x top;
	height: 8px;
}

#bottom_right_corner
{
	background: transparent	url(images/bottom_right_corner.gif) no-repeat top left;
	width: 7px;
	height: 8px;
}

#bottom_side_left
{
	background: transparent url(images/bottom_left_side.gif) no-repeat top left;
	width: 5px;
	height: 8px;
	float: left;
}

#bottom_side_right
{
	background: transparent url(images/bottom_right_side.gif) no-repeat top right;
	width: 4px;
	height: 8px;
	float: right;
}

#blue_content
{
	background: #5c6dbf url(images/blue_bg_repeater.gif) repeat-x top left;
}

#blue_content .normal, #blue_content .normalBold, #blue_content .td, #blue_content .p
{
	color: #FFF;
}

#grey_content
{
	background: #53585e url(grey_bg_repeater.gif) repeat-x top left;
}

#grey_content .normal, #grey_content .normalBold, #grey_content .td, #grey_content .p, #grey_content .Heade
{
	color: #FFF;
}

#grey_title_bg
{
	background-color: #525252;
	height: 28px;
	padding-left: 5px; padding-right: 5px;
}

#grey_title_bg .Head
{
	color: #FFF;
}