/*
	# Company: Scholz Electrical
	# CSS Author: Nick Maller (www.defythypixel.com)
	# File: print.css
*/

/* 
	** Print exclusions
*/
.text-nav,
.banner,
.global-nav,
fieldset legend,
.section-nav,
.sidepanel,
.flash-replaced object,
.flash-replaced embed,
.footer ul,
hr
{
	display: none;
}

/* 
	** Global reset and setting vertical rhythm
*/
*
{
	margin: 0;
	padding: 0;
}
body
{
	color: #878787;
	font-size: 11pt;
	font-family: Arial, Sans-Serif;
}

/* 
	** Headings
*/
h1,
h2,
h3,
h4,
h5,
h6
{
	padding: .5cm 0 .4cm;
	color: #091d4d;
}
h1 {	font-size: 14pt; }
h2 {	font-size: 13pt; }
h3 {	font-size: 12pt; }
h4 {	font-size: 11pt; }
h5 {	font-size: 11pt; }
h6 {	font-size: 11pt; }


/* 
	** Content Elements
*/
p,
ul,
ol,
dl,
fieldset
{
	padding-bottom: .4cm;
}


fieldset
{
	border: 0;
}
fieldset div
{
	padding-bottom: .1cm;
}
fieldset div.buttons
{
	padding-left: 4cm;
}
fieldset label
{
	float: left;
	display: block;
	width: 4cm;
}
fieldset .txt
{
	width: 6cm;
}

dl dt
{
	display: block;
	float: left;
	clear: both;
	width: 38%;
	padding-top: 2px;
	
	font-weight: bold;
}
dl dd
{
	display: block;
	margin-bottom: 2px;
	padding: 2px 0 3px 39%;
	
	border-bottom: 1px solid #efefef;
}

.fright
{
	float: right;
}
img.fright
{
	margin-left: .5cm;
}

/* 
	** Links
*/
a:link,
a:visited
{
	color: #066391;
}
a:hover
{
	color: #0082c3;
}
a img
{
	border: 0;
}

/* 
	** table.tables
*/
table.table
{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	
	font-size: 90%;
}
table.table caption
{
	text-align: left;
	font-weight: bold;
}
table.table th,
table.table td
{
	padding: .2cm;
	
	border: 1px solid #eaeaea;
}
table.table th
{
	text-align: left;
}
table.table thead th,
table.table thead td
{
	background-color: #eaeaea;
}

.footer
{
	padding-top: .8cm;
}
