/*-----------------------------------------------------------------------------------------------------
	Container Panel Styling
-----------------------------------------------------------------------------------------------------*/
.OuterPanel
{
    border: 1px solid #B8CDDA;
    width: 100%;
    height: 100%;
}

.PanelH_Filler
{
    background-image: url(Images/PanelH_Filler.png);
    background-repeat: repeat-x;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    padding-left: 10px;
}
	
.PanelShadow_LeftEdge
{
    text-align: left;
    vertical-align: top;
    background-color: #FFFFFF;
}

.PanelShadow_RightEdge
{
    text-align: Right;
    vertical-align: top;
    background-color: #FFFFFF;
}

.containermaster_blue {
	width: 100%;
	background-color: #DFE5F2;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
}

.ContentArea
{
    background-position: top;
    padding: 12px 0px 0px 0px;
    background-color: #ffffff;
    width: 100%;
    background-image: url(Images/PanelShadow_Filler.png);
    background-repeat: repeat-x;
    text-align: left;
}


.PanelBottomShadow_LeftEdge
{
    text-align: left;
    vertical-align: bottom ;
    background-color: #FFFFFF;
}

.PanelBottomShadow_RightEdge
{
    text-align: Right;
    vertical-align: bottom;
    background-color: #FFFFFF;
}


.PanelBottomShadow_Filler
{
    background-position: bottom ;
    padding: 0px 0px 0px 0px;
    width: 100%;
    background-image: url(Images/PanelBottomShadow_Filler.png);
    background-repeat: repeat-x;
    text-align: right;
}



























































































































































