/*-----------------------------------------------------------------------------
International Leasing, Co. Print Stylesheet

version:	1.0
date:		August 22, 2008
author:		Ryan J. Salva
email:		ryan at capitolmedia dot com
website:	internationalleasingco.com
history:	NA
-----------------------------------------------------------------------------*/


/* Default Font Styles
-----------------------------------------------------------------------------*/

* {
	border: none;
}

body {
	font-family: Lucida Sans, Arial, Verdana, Sans-Serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000;
	background: #fff;
}

h1 {
	color: #ff0000;
	padding-top: 2em;
	border-bottom: 2pt solid #000;
}

a {
	text-decoration: none;
	color: #000;
}

a[href^='mailto'] {
}

a[href^='mailto']::after {
	color: #0000ff;
	content: ', ' attr(href);
}


/* Tables
-----------------------------------------------------------------------------*/

table, td, th {
	border-collapse: collapse;
	border: 1px solid #000;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
}

th, thead td {
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding: .3em;
}

td {
	padding: .3em;
}


/* Convenience Classes
-----------------------------------------------------------------------------*/

.DoNotPrint {
	display: none;
}


/* Edit Mode
-----------------------------------------------------------------------------*/

.Create, .Edit {
	display: none;
}


/* Page Layout
-----------------------------------------------------------------------------*/

#Header {
	text-align: right;
}

#Wrapper {
	display: inline;
}

#Canvas {
}

.Left, .Right {
}

#Left, #Right {
	display: none;
}

#Footer {
	border-top: 3pt double #000;
	margin-top: 2em;
	padding-top: 1em;
	font-size: 7pt;
	line-height: 1.3em;
}


/* Navigation
-----------------------------------------------------------------------------*/

#System {
	display: none;
}

#Primary {
	display: none;
}

#Secondary {
	display: none;
}


/* Forms
-----------------------------------------------------------------------------*/

fieldset {
	display: none;
}

div.LabelInput {
	display: none;
}

input {
	display: none;
}