﻿.Panel_Main_Content, 
#main_content
{
	background-color: #FFFFFF;		/*This is the backgournd color of all things inside div (unless overridden in the css itself.)*/
}

.Panel_Banner,
#top_banner 
{
	/*background: url(images/mast_header_bg.gif) repeat-y right;*/
}

.Panel_Container,
#container
{
	/*background: url(../App_Themes/Common/images/mast_content_head_bg.gif) repeat-x top;border-top: solid 1px #e1e1e1;
	background: url(images/mast_content_head_bg.gif) repeat-x top;
	border-bottom: solid 1px #6F9DD9;
	border-left: solid 1px #6F9DD9;
	border-right: solid 1px #6F9DD9;*/
	border-top-color: #DFDFDF;
	border-top-style: solid;
	border-top-width: 1px;
}

.Panel_Container_Body,
#container_body
{
	/*background: #83B0EC url('images/mast_container_bg.gif' ) repeat-x;*/
}

.Panel_Content_Body_Main,
#page_content
{
	/*border: solid 1px #6F9DD9;*/
	background-color: #FFFFFF;
}

.Panel_Breadcrumb,
#header_breadcrumb
{
	background-color: #DFDFDF;
	color: #333333;
}