﻿@media print
	{
	
	.HeaderBoxOutside
		{
		text-align:left; 
		margin-left:0; margin-right:0; /* remove center */
		}
		
	.HeaderBoxInside
		{
			width:auto; 
			text-align:left;
			border-style:none;
			background-color:#ffffff; 
			padding:0px 0px 0px 0px;
		}
		
	.HideRowFromPrinter
		{
			display:none;
			width:0px;
		}
			
	.HideFromPrinter
		{
			visibility:hidden;
			display:none;
			width:0px;
			height:0px;
		}
	.MasterPage_Frame 
	        {
	            border-style:none;
	            border-width:0px;
	            width:660px;
	        } 
	.BodyBox
	        {
	            border-style:none;
	            border-width:0px;
	        } 
	}

/* SCREEN */
@media screen
{   
    /* Content Page Width is a constant in the ContentPage.Master */
    
    .MasterPage_Frame 
    {
        border-style:solid;
        border-width:1px;
        overflow:scroll; 
    }
    .BodyBox
    {
        background-color:#ffffff;
        border-color:#D5CDB3;
        border-style:solid;
        border-width:1px;
    } 
    .HomePage_Master_Body  
    {
        /*
        background-image:url(http://www.ci.hillsboro.or.us/include/homePage/bg1.png); 
        background-repeat:repeat-y; 
        */
        background-color:#3d3d3d; 
    }
    .ContentPage_Master_Body  
    {
        /*
        background-image:url(http://www.ci.hillsboro.or.us/include/homePage/bg1.png);
        background-repeat:repeat-y; 
        */
        background-color:#3d3d3d;
    }
    .ContentPage, #MasterPageFooter  
    {
        background-color:#eae8dc; /* Oregon City */
        background-color:#fffae1; 
        background-color:#F4F2EC; /*fcfbf5*/
        background-color:#D5CDB3; 
        background-color:#f8f8e9;
    }
/*
    body 
    {
	    margin:0;
	    padding:0px 0px 0px 0px;
	    background-color:#808080;
	    background-color:#fffae1;
        font-size: 1.0em;
	    font-family:'Arial','Verdana','Times New Roman';
    }
*/
    #PageFrame 
    {
	    /* width:905px; */
	    /* margin-left:auto; margin-right:auto; */ /* Center */
	    margin-left:0;
	    border-width:thin; 
	    border-style:solid;
	    border-color:#000000;
	    background-color:#ffffff;
	    padding:3px 3px 3px 3px; /*  3 pixel frame around the page */

	    /* --- 
	    padding:0;
	    border-style:none;
	    */
    }
    #HomePageHeaderImage 
    {
	    background-image:url(https://www.ci.hillsboro.or.us/include/MasterPage/images/HomePage_bkgnd.png); 
	    background-repeat:repeat-x;
	    margin:0;
	    padding:0;
	    border-style:none;
	    border-width:0;
	    font-size:0; /* to remove gap between images */
    }


    /* Nav_MenuBar --> QuickLinks.css */

    #PageHeaderImage 
    {
background-image:url(https://www.ci.hillsboro.or.us/include/Graphics/h1_Nav_Header_bkgnd.png); 
	    background-repeat:repeat-x;
	    margin:0;
	    padding:0;
	    border-style:none;
	    border-width:0;
	    font-size:0; /* to remove gap between images */
    }

    #PageMidSection 
    {
	    /* position: relative; */
	    background-color:#ffffff;
	    padding:1px 0px 0px 0px;
	    text-align:left;
	    /* width:100%; */
	    border-style: none;
    }

    #QuickLinks 
    {
	    background-color:#ffffff;
	    color: #333333;
    }

    #PageContent 
    {
	    background-color:#ffffff;
	    text-align:left;
    }

    #MasterPageFooter 
    {
	    float:inherit;
	    text-align:center;
    }

    #MasterPageFooter a
    {
	    font-size: .7em;
	    font-family: Verdana,Tahoma,Sans-Serif,Arial;
	    color: #000000;
	    text-decoration: none;
    }

    #MasterPageFooter a:hover 
    {
	    /* text-decoration:underline; */
	    /* color: #222222; */
	    background-color:#ffffaa;
    }

    .breadcrumb
    {
	    text-decoration: none;
	    font-family: Verdana;
	    font-size: .71em;
	    color: #0000ff;
    }
    .breadcrumb:hover 
    {
	    text-decoration: underline;
    }

    /* ------------ Horizontal Menu Bar ------------- */

    .Nav_MenuBar_H
    {
    	height: 1.8em;
        background: black url(https://www.ci.hillsboro.or.us/Graphics/glossyback2.gif) repeat-x bottom left;
    	display: block;
	color: white;
	text-align:center;
	padding-top:4px;
    }

    a.menuitem_H
{
	font:normal 0.90em 'Arial Unicode MS', Arial, "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-family:Arial, Verdana, Geneva, 'Arial Unicode MS', Arial, Tahoma, Verdana;
   	font-size: .9em;
   	font-weight:normal;
        
        font-size:0.8em;
        font-weight:bold;
	font-family: Verdana;

	color: white;
	height: 1px;
	padding: 2px 10px 4px 10px;
	text-decoration: none;
    }
    	
    a.menuitem_H:hover 
    {
	    background-color:Blue;
    }

    .gmenu
    {
        list-style-type: none;
        margin: 5px 0;
        padding: 0;
        width: 130px;
        border: 1px solid #9A9A9A;
        border-top-style:none;
        border-bottom-style:none;
        background-color:#eaeaea;
    }

    .gmenu li a
    {
        background-color: white;
        font: normal 13px Verdana, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
        color: black;
        display: block;
        width: auto;
        padding: 3px 0;
        padding-left: 10px;
        text-decoration: none;
        border:1px solid #0000ff;
        border-left-style:none;
        border-right-style:none;
        border-top-style:none;
        background-color:#fafafa;
    }

    .gmenu li a
    { 
        /*IE only. Actual menu width minus left padding of A element (10px) */
        width: 120px;
    }
    .gmenu li a:active
    {
	    color: blue;
    }
    .gmenu li a:hover
    {
	    background-color:#dddddd;
    }
    .minHeight 
    {
        min-height:400px;
        height:auto !important;
        height:400px;
    }
}

