﻿@media screen
{
    .PanelBody
    {
	    text-align: left;
	    background: #FFFFFF; 
	    border: solid 1px #4682B4; 
	    color: #003366; 
    }

    .PanelBodyText
    {
        margin: 10px;
    }

    .PanelHeaderCenter
    {
        background: url(TopCenter.gif);
        background-repeat: repeat-x;      
        margin: 0px 28px 0px 28px;
        height: 30px;
        position: relative;
    }

    .PanelClear
    {
        clear: both;
    }

    .PanelHeader
    {
	    position: relative;
        color: #FFFFFF; 
	    font-family: Verdana;
	    font-size: 11px; 
	    font-weight: bold; 
	    text-decoration: none; 
	    text-transform: uppercase; 
	    vertical-align: middle; 
	    height: 30px;
	    width: 100%;
    }

    .PanelHolder
    {
    }

    .PanelIcon 
    {
	    margin-left: 7px;
	    margin-top: 7px;
	    width: 16px;
	    float: left;
    }
            
    .PanelHeaderLeft
    {
        background: url(TopLeft.gif);
        width: 28px;
        float: left;  
        position: absolute;
        left: 0px;
        top: 0px;    
        height: 30px;      
    }

    .PanelText
    {
	    margin-left: 7px;
	    margin-top: 7px;
	    float: left;
    }

    .PanelHeaderRight
    {
        position: absolute;
        right: 0px;
        top: 0px;
        background: url(TopRight.gif);  
        width: 30px;          
        float: right;   
        height: 30px;         
    }

    .PanelExpandCollapse
    {
	    margin-top: 9px;
	    margin-left: 15px;
    }
}

@media print 
{
	.PanelExpandCollapse
	{
		display: none;
	}
	
	.PanelIcon
	{
		display: none;
	}
	
	.PanelHeaderLeft
	{
		display: none;
	}
	
	.PanelHeaderRight
	{
		display: none;
	}
}