/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #EFF2F8;
/*
	border-right: #607AB1 1px solid; 
	border-top: #607AB1 1px solid; 
	border-left: #607AB1 1px solid; 
	border-bottom: #607AB1 1px solid; 
	moz-border-radius-bottomleft: 5px; 
	moz-border-radius-bottomright: 5px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
*/
}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.png);
	height: 32px;
}
.containerrow2_blue {
	background-color: #ffffff;
}
.containerTitleText
{
	color: white;
	font-size: 16px;
	font-weight: bold;
}
.containermaster_noBorder_gray
{
	width: 100%;
	background-color: #F7F7F7;
}
.containermaster_noBorder_white
{
	width: 100%;
	background-color: #FFFFFF;
}
.containermaster_gray {
	width: 100%;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 5px; 
	moz-border-radius-bottomright: 5px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_gray {
	background-image: url(gradient_LtGray.png);
}
.containerrow2_gray {
	background-color: #ffffff;
}

/*
===============================
 Footy Container Classes 
===============================
*/

#Footy_Container
{
	position: relative;
	width: 100%;
}
#Footy_Image
{
	position: absolute;
	z-index: 900;
	left: 0;
	top: 0;
}
Table.footy_header
{
	width: 100%;
	margin-right: 15px;
}
#Wrapper_Heading_Gray
{
	background-image: url(red_img_gray/bg_header.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 26px;
}
#Wrapper_Heading_White
{
	background-image: url(red_img_white/bg_header.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 26px;
}

#Wrapper_Heading_Gray .Title, #Wrapper_Heading_White .Title
{
	vertical-align: bottom;
	padding: 4px 6px 0px 49px;
}
#Wrapper_Heading_Gray .Actions, #Wrapper_Heading_White .Actions
{
	padding-top: 4px;
	width: 17px;
}
#Wrapper_Heading_Gray .RightCurve, #Wrapper_Heading_White .RightCurve
{
	width: 22px;
	background: none;
	background-color: white;
	text-align: left;
}
#Separator_Top_Gray
{
	clear: left;
	width: 100%;
	background-image: url(red_img_gray/bg_header_bottom.png);
	background-repeat: repeat-x;
	height: 13px;
}
#Separator_Top_White
{
	clear: left;
	width: 100%;
	background-image: url(red_img_white/bg_header_bottom.png);
	background-repeat: repeat-x;
	height: 13px;
}
.Gray
{
	background-color: #F7F7F7;
}
.White
{
	background-color: white;
}

div.Corner_Left {
	position: relative; float: left;
}
div.Corner_Right {
	position: relative; float: right;
}

hr.footy_blue
{
	color: #607AB1;
	size: 1;
}
hr.footy_red
{
	color: #990000;
	size: 1;
}
.footy_title
{
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	padding-right: 5px;
	padding-top: 2px;
}
TD.red_footy_header_gray
{
	background-image: url(red_img_gray/bg_header.png);
	background-repeat: repeat-x;
}
TD.red_footy_header_white
{
	background-image: url(red_img_white/bg_header.png);
	background-repeat: repeat-x;
}
Table.footy_content_gray
{
	background-color: #F7F7F7;
	width: 100%;
}
Table.footy_content_white
{
	background-color: #FFFFFF;
}
TD.footy_content
{
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 8px;
}
TD.red_footy_bg_left_gray
{
	background-image: url(red_img_gray/bg_side_left.png);
	background-color: #F7F7F7;
	background-repeat: repeat-y;
	width: 16px;
}
TD.red_footy_bg_left_white
{
	background-image: url(red_img_white/bg_side_left.png);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	width: 16px;
}
TD.red_footy_bg_right_gray
{
	background-image: url(red_img_gray/bg_side_right.png);
	background-color: #F7F7F7;
	background-repeat: repeat-y;
	width: 13px;
}
TD.red_footy_bg_right_white
{
	background-image: url(red_img_white/bg_side_right.png);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	width: 13px;
}
TD.red_footy_bottom_gray
{
	background-image: url(red_img_gray/bg_bottom.png);
	background-color: #F7F7F7;
	background-repeat: repeat-x;
	height: 12px;
}
TD.red_footy_bottom_white
{
	background-image: url(red_img_white/bg_bottom.png);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	height: 12px;
}
TD.red_footy_content_top_gray
{
	background-image: url(red_img_gray/bg_header_bottom.png);
	background-color: #F7F7F7;
	background-repeat: repeat-x;
	height: 13px;
}
TD.red_footy_content_top_white
{
	background-image: url(red_img_white/bg_header_bottom.png);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	height: 13px;
}
