﻿/*-------------------------------------------------------------------*/
/*------------------------ MainTemplate -----------------------------*/
/*-------------------------------------------------------------------*/
    .pnlMain
    {
        width: 100%;
        overflow: Visible;
    }
    .pnlHeader, .pnlFooter, .pnlMenu, .pnlTopNavigation, .pnlTopNavigationInternal, .logo, 
    .pnlHeaderCentered, .parlwebsite-toolbar, .parlwebsite-footer /* public site classes to hide for print preview */
    {
        display: none;
        visibility: hidden;
    }       
    .pnlContent 
    {
        width: 98%;
        overflow: visible;
    }    
    .pnlListHeaderNote
    {
        display: block;
        clear:both;
        width: 100%;
    }
    .pnlListHeader
    {
		display: inline;
    }
    
    .imgBrandRight
	{
		display: none;
		visibility: hidden;
	}
	.lblTitle, .lblTitleNoCapital, H1
	{	    
		width: 100%;
	}
	.pnlRelatedLinks
	{
		display: none;
	}
/*-------------------------------------------------------------------*/      
    
    .lblFileTabTitle
    {
	    display: block;
	    font-family: Verdana, Arial;
	    font-size: 1em;
	    font-weight: bold;
	    color: #000000;
	    border-top-width: 0px;
	    border-bottom-width: 3px;
	    border-top-style: solid;
	    border-bottom-style: double;
	    border-top-color: #000000;
	    border-bottom-color: #000000;
	    background-color: #ffffff;
	    text-transform: none;
	    padding-bottom: 2px;
	    padding-top: 1px;
	    margin-bottom: 15px;
	    margin-top: 20px;
    }
    .FileTabSection
    {
        margin-bottom: inherit;    
        overflow: visible;  
    }
    .lblFileTabSection
    {	
	    font-weight: bold;
	    font-size: 0.95em;
	    text-transform: uppercase;
	    color: #000000;
	    background-color: #EEEEEE;
	    border-top: none;
	    border-bottom: solid 1px #000000;
	    margin-bottom: 10px;
	    display: block;
    }
/*-------------------------------------------------------------------*/        
    /*Needed for Nested div in Firefox and Mozilla*/
    .ClearFix 
    {
        overflow: auto;
    }
    
    a:link, a:visited, a:active
    {
        color: Black;
    }
    
    .SiteMapPath 
    {
        display: none;
    }
    
/*------Back to top arrows section--------*/
    a.BackToTopArrow, a.BackToTopArrowFooter
    {
        display: none;
    }
    
    
/*****************************************
			GRIDS
*****************************************/
	.GridTable
	{
		border-collapse:collapse;
	}
	
    .GridHeader th
    {
        border-bottom: double 3px #666666;
        padding-top: 1px;
        padding-bottom: 3px;
        text-align: left;     
        vertical-align: bottom;   
    }
    .GridHeader th a, .GridHeader th a:visited
    {
        text-decoration: none;
    }
    .GridRows td
    {
        border-bottom: solid 1px #cccccc;
        padding-top: 1px;
        padding-bottom: 2px;
        vertical-align: top;
    }
    .GridRowsAlt td
    {
        border-bottom: solid 1px #cccccc;
        padding-top: 1px;
        padding-bottom: 2px;
        background-color: #ffffee;
        vertical-align: top;
    }
    td.ColumnAlignToRight, th.ColumnAlignToRight
    {
        text-align: right;
    }
    td.ColumnAlignToCenter, th.ColumnAlignToCenter
    {
        text-align: center;
    }

    .GridNotes
    {
        display: block;
        font-style: italic;
        padding-left: 15px;
        padding-bottom: 2px;
        font-size : smaller;
    }
    .PaddingLeft10px
    {
        padding-left: 10px;
    }
    .PaddingTop10px
    {
        padding-top: 10px;
    }

   
.BreadItem, .BreadItemSelected,
.BreadSubItem, .BreadSubItemWithChildren,
.BreadSubSubItemWithChildren,.BreadSubSubSubItemSelected, 
.BreadSubSubItemWithChildrenSelected, .BreadSubSubItemSelected,
.BreadSubItemWithChildrenSelected, .BreadSubItemSelected,
.BreadSubSubItem, .BreadSubSubSubItem
    {
        /* display: none;*/
        float: left;        
    }

 
.BreadCrumbsHolder
{
	width: 100%;
    display: none;
}   
.TextEditorButtons, .NoteEditor, .NoteEditorBox, .NoteEditorLabel
    {
        display: none;
    }