﻿/************************************************************************************
* 
* © 2009 Ecliptic Technologies, Inc. - All Rights Reserved
* Unauthorized use or reproduction of this product is strictly prohibited by law.
* Website: www.ecliptictech.com
* Email: info@ecliptictech.com
*
* Name: print.css
* Description: Print CSS file for the Professional Property Management website
*
*************************************************************************************/

/* Auxiliary style sheets
------------------------------------------------------------------------------------*/

@import url(type.css);
/*@import url(forms.css);*/


/* Body 
------------------------------------------------------------------------------------*/

*
    {
    margin:0px;
    padding:0px;
    }

body
	{
	background:#ffffff;
	}


/* Images
------------------------------------------------------------------------------------*/

.imageleft
    {
    float:left;
    margin:0px 1em 1em 0px;
    border:1px solid #999999;
    clear:both;
    }

.imageright
    {
    float:right;
    margin:0px 0px 1em 1em;
    border:1px solid #999999;
    clear:both;
    }

/*.imageleft img, .imageright img
    {
    border:1px solid #999999;
    }*/

.imagefull
    {
    display:block;
    margin:0px 0px 1em 0px;
    border:1px solid #999999;
    clear:both;
    }


/* Horizontal rules
------------------------------------------------------------------------------------*/

hr
	{
	display:none;
	}

.hr
	{
	margin:0px 0px 1em 0px;
	border-top:1px dotted #999999;
	width:100%;
	}


/* Container
------------------------------------------------------------------------------------*/

#container
	{
	width:100%;
	}


/* Masthead
------------------------------------------------------------------------------------*/

#masthead
    {
    float:none !important;
    width:100%;
    }

#toplinks
    {
    display:none;
    }

#banner
    {
    width:100%;
    }
    
#banner-logo
    {
    float:none !important;
    width:100%;
    }

#banner-logo img
    {
    display:block;
    }
    
#banner-flash
    {
    display:none;
    }


/* Main background
------------------------------------------------------------------------------------*/

#main
    {
    float:none !important;
    width:100%;
    }


/* Content
------------------------------------------------------------------------------------*/

#content
	{
	float:none !important;
	width:100%;
	}


/* Sidepane
------------------------------------------------------------------------------------*/

#sidepane
	{
	float:none !important;
	width:100%;
	}


/* Main Navigation
------------------------------------------------------------------------------------*/

#nav
    {
    display:none;
    }


/*Contact Information
------------------------------------------------------------------------------------*/

#contactinfo
    {
    width:100%;
    /*padding:1em 0px 0px 0px;
    border-top:1px dotted #999999;*/
    }


/* Footer
------------------------------------------------------------------------------------*/

#footer
    {
    float:none !important;
    width:100%;
    padding:1em 0px 0px 0px;
    border-top:1px solid #999999;
    }


/* Miscellaneous classes
------------------------------------------------------------------------------------*/