/*
	# Company: Reload Media
	# CSS Author: Nick Maller (www.defythypixel.com)
	# File: print.css
*/

/* 
	** Print exclusions
*/
.offleft,
.screenonly,
.header,
.navigation,
.sidepanel,
.featurepanel,
fieldset legend,
.accreditations,
.flash-replaced object,
.flash-replaced embed,
hr
{
	display: none;
}

/* 
	** Global reset and setting vertical rhythm
*/
*
{
	margin: 0;
	padding: 0;
}
body
{
	color: #575759;
	font-size: 11pt;
	font-family: Arial, Sans-Serif;
}

/* 
	** Headings
*/
h1,
h2,
h3,
h4,
h5,
h6
{
	padding: .2cm 0 .4cm;
	
	color: #272729;
	font-family: Georgia, 'Times New Roman', serif
}
h1 {	font-size: 14pt; text-transform: uppercase; color: #1a77b4; padding-bottom: 0; padding-top: .5cm; }
h2 {	font-size: 13pt; text-transform: uppercase; color: #1a77b4; padding-top: .5cm; }
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;
}

ul li,
ol li
{
	margin-left: .6cm;
	padding-bottom: .1cm;
}
ul.section-list li
{
	margin-left: 0;
	padding-bottom: .5cm;
	list-style-type: none;
}

.fleft
{
	float: left;
}
.fright
{
	float: right;
}


/* 
	** 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;
}


/* 
	** Structure
*/
.crumbs
{
	padding-bottom: .4cm;
	
	font-size: 10pt;
}
.footer
{
	padding-top: .8cm;
}
