﻿/*
	filename: Default_Print.css
	author: zliniguez
	purpose: provides style detail for site when printing
*/

/*-- load core/reset stylesheets --*/
@import url("reset.css");

/* set core styles */
body {
	background-color: #fff;
	color: #000;
	padding: 0 10px;
	font: normal 62.5% Verdana, "Lucida Sans Unicode", Helvetica, Arial;
}
	
p { margin: 10px 0; }

input, textarea { font-family: Verdana, "Lucida Sans Unicode"; }

.imageReplace span {
	display: block;
	height: 0;
	overflow: hidden;
	width: 0;
}

/*-- remove unnecessary elements --*/
div#header div#actions { display: none; }
div#container { border: 0px; }
