/*  rosewheelerprint.css	RoseWheeler.com CSS definitions for printing  */

/*  basic sizes, styles, colours, margins and borders        */

body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:  0px;
	padding: 0px;
	font-size: 11pt;
	}

img {
	border: 0px;
	margin: 0px;
	}
a img {
	border: 0px;
	margin: 0px;
	}

img.floatleft {
	float: left;
	margin-right: 15px;
	}
img.floatright {
	float: right;
	margin-left: 15px;
	}

a {
	color: #000099;
	}
a:hover {
	color: #cc0000;
	}

.big {
	font-size: 140%;
	}	
.bigger {
	font-size: 120%;
	}	
.smaller {
	font-size: 90%;
	}	
.small {
	font-size: 80%;
	}	
.caption {
	font-size: 85%;
	font-style: italic;
	}	
.center {
	text-align: center;
	}
.bold {
	font-weight: bold;
	}
.highlight {
	font-weight: bold;
	color: #000066;
	}

.error {
	color: #cc0000;
	}
a.error {
	color: #cc0000;
	}
a:hover.error {
	color: #000066;
	}

.nobotmargin {
	margin-bottom: 0px;
	}

h1 {
	color: #000066;
	font-weight: bold;
	font-size: 150%;
	margin-top: 0px;
	margin-bottom: 15px;
	}
h2 {
	color: #666666;
	font-weight: bold;
	font-size: 135%;
	margin-top: 0px;
	margin-bottom: 13px;
	}
h3 {
	color: #000066;
	font-weight: bold;
	font-size: 120%;
	margin-top: 0px;
	margin-bottom: 12px;
	}
h4 {
	color: #666666;
	font-weight: bold;
	font-size: 110%;
	margin-top: 0px;
	margin-bottom: 10px;
	}

td h1 {
	color: #000066;
	font-weight: bold;
	font-size: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	}
td h2 {
	color: #666666;
	font-weight: bold;
	font-size: 135%;
	margin-top: 0px;
	margin-bottom: 0px;
	}
td h3 {
	color: #000066;
	font-weight: bold;
	font-size: 120%;
	margin-top: 0px;
	margin-bottom: 0px;
	}
td h4 {
	color: #666666;
	font-weight: bold;
	font-size: 110%;
	margin-top: 0px;
	margin-bottom: 0px;
	}

hr {
	border: 0;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	width: 100%;
	text-align: left;
	}

ul {
	margin: 10px 20px 20px 40px;
	padding: 0px 0px 0px 0px;
	}
li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

/*  layout components - note that most menu items are hidden for printing */

#header {
	margin: 0px;
	padding: 0px;
	}

#logoheader, #rosewheelerlogo, #rightlogo, #headmenu {
	display: none;
	}

#breadcrumbs, #grey {
	width: 100%;
	background-color: white;
	margin-left: 20px;
	}
#navlinks {
	font-size: 70%;
	margin-bottom: 20px;
	}

#contentsplain, #contentandsides, {
	width: 100%;
	background-color: white;
	margin-left: 20px;
	}

#leftmenu {
	display: none;
	}

#main, #widemain {
	width: 100%;
	background-color: white;
	}

#center, #fullcenter, #widecenter {
	width: 100%;
	background-color: white;
	font-size: 80%;
	}

#footer
	{
	clear: both;
	padding: 0px 0px 20px 0px;
	background-color: white;
	font-size: 80%;
	}

#footnote {
	width: 100%;
	background-color: white;
	font-size: 80%;
	}

#bottomplain, #bottom {
	width: 100%;
	margin: 20px 0px 0px 0px;
	background-color: white;
	font-size: 70%;
	text-align: center;
	}

.dials {
	left: 0px;
	top: 0px;
	height: 180px;
	width: 100%;
	background-color: white;
	}
.dials p {
	padding: 0px;
	margin: 0px 23px 0px 23px;
	display: inline;
	}
.dials img {
	padding: 5px 11px 15px 9px;
	margin: 0px;
	background-image: url("dial_newbg.png");
	background-repeat: no-repeat;
	}

.charts {
	left: 0px;
	top: 0px;
	height: 210px;
	width: 100%;
	background-color: white;
	}
.charts p {
	padding: 0px;
	margin: 0px;
	display: inline;
	}
.charts img {
	padding: 10px 20px 20px 20px;
	margin: 0px;
	background-image: url("chart_newbg.png");
	background-repeat: no-repeat;
	}

.buckets {
	left: 0px;
	top: 0px;
	height: 265px;
	width: 100%;
	background-color: white;
	}
.buckets p {
	padding: 0px;
	margin: 0px;
	display: inline;
	}
.buckets img {
	padding: 6px 20px 19px 20px;
	margin: 0px;
	background-image: url("bucket_newbg.png");
	background-repeat: no-repeat;
	}

/*  table styles: colours, margins and borders  */

td { 
	font-size: 80%; 
	vertical-align: top;
	}

table.simple {
	border-collapse: collapse;
	width: 100%;
	}
table.simple td { 
	padding: 0px 10px 10px 0px;
	}

table.photo {
	border-collapse: collapse;
	width: 100%;
	}
table.photo td { 
	padding: 0px 7px 7px 0px;
	}

table.form {
	border-collapse: collapse;
	width: 100%;
	}
table.form td { 
	padding: 3px 2px 3px 0px;
	font-size: 85%;
	}

table.plain td { 
	padding: 4px 9px 4px 0px;
	font-size: 85%;
	}
table.plain tr.head td { 
	font-weight: bold;
	color: #000066;
	}

table.boxed {
	border-collapse: collapse;
	width: 100%;
	}
table.boxed td { 
	border: 1px solid #666666; 
	padding: 4px 4px 4px 5px;
	font-size: 85%;
	}
table.boxed tr.head td { 
	font-weight: bold;
	color: white;
	background-color: #666666;
	}

table.ruled {
	border-collapse: collapse;
	width: 100%;
	}
table.ruled td { 
	border-bottom: 1px solid #666666; 
	padding: 4px 5px 4px 5px;
	font-size: 85%;
	}
table.ruled tr.head td { 
	font-weight: bold;
	color: white;
	background-color: #666666;
	}

table.plainruled {
	border-collapse: collapse;
	width: 100%;
	}
table.plainruled td { 
	border-bottom: 1px solid #666666; 
	padding: 4px 5px 4px 5px;
	font-size: 85%;
	}
table.plainruled tr.head td { 
	font-weight: bold;
	color: #000066;
	border-top: 1px solid #666666; 
	}

table.background {
	border-collapse: collapse;
	width: 100%;
	}
table.background td { 
	border-bottom: 2px solid white; 
	padding: 3px 5px 3px 5px;
	font-size: 80%;
	background-color: #d0d0d0;
	}
table.background tr.head td { 
	font-weight: bold;
	color: white;
	background-color: #808080;
	}

table.alternating {
	border-collapse: collapse;
	width: 100%;
	}
table.alternating td { 
	padding: 4px 5px 4px 5px;
	font-size: 85%;
	background-color: white;
	}
table.alternating tr.alt td { 
	background-color: #99cccc;
	}
table.alternating tr.head td { 
	font-weight: bold;
	color: white;
	background-color: #666666;
	}


/*  end of file  */
