﻿/**********************************************************************************
* 
* © 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 ETI CMS 2.1 - User Manual website
*
***********************************************************************************/

/* Auxiliary style sheets
----------------------------------------------------------------------------------*/

@import url(type.css);
@import url(forms.css);


/* Body 
----------------------------------------------------------------------------------*/

*
    {
    margin:0px;
    padding:0px;
    }

body
    {
    background:#ffffff;
    }


/* Images 
----------------------------------------------------------------------------------*/

img
    {
	border:none;
    }

.imageleft
    {
    float:left;
    margin:0px 1em 1em 0px;
    /*border:1px solid #005b98;*/
    clear:both;
    }

.imageright
    {
    float:right;
    margin:0px 0px 1em 1em;
    /*border:1px solid #005b98;*/
    clear:both;
    }

.imageleft img, .imageright img
    {
    }

.imagefull
    {    
    display:block;
    margin:0px auto 1em auto;
    padding:8px;
    border:1px solid #00b7e8;
    clear:both;
    }


/* Container
----------------------------------------------------------------------------------*/

#container
	{
	width:100%;
	}


/* Masthead
----------------------------------------------------------------------------------*/

#masthead
    {
    float:none !important;
    width:100%;
    margin:0px 0px 0em 0px;
    }

#logo img
    {
	display:block;
    }


/* Navigation
----------------------------------------------------------------------------------*/

#nav
    {
    display:none;
    }


/* Main background
----------------------------------------------------------------------------------*/

#main
    {
    float:none !important;
    width:100%;
    }


/* Page controls
----------------------------------------------------------------------------------*/

.pagecontrols
    {
    display:none;
    }
    

/* Content
----------------------------------------------------------------------------------*/

#content
    {
    float:none !important;
    width:100%;
    }


/* Bottom cap
----------------------------------------------------------------------------------*/

#bottomcap
    {
    display:none;
    }


/* Footer
----------------------------------------------------------------------------------*/

#footer 
    {
    float:none !important;
    width:100%;
    margin:1em 0px 0px 0px;
    padding:1em 0px 0px 0px;
    border-top:1px solid #000000;
    }
