/* ======================================================================
   PRINT CSS for KidStart - Copyright 2008
   Author: Barnaby Hart, Igentics Ltd   
/* =====================================================================*/
body {
	font-size: 11pt;
}
a {
	color: #215065 !important;
	font-weight: bold;
	text-decoration: underline;
}
a:link, a:visited {
	color: #00f;
	text-decoration: underline;
}
.noprint {
	display: none !important;
}
.printable {
	display: block !important;
}
#toolbox, #miniregister, #shopnow, ul.nav, #categorybrowse {
	display: none;
}
ul.tabs, table#paging, table#toc, #featuredpartners p a, #footer ul {
	display: none;
}
#featuredpartners {
	margin: 1em 0;
	padding: 1em 0;
	border-top: 1px #666 dotted;
	border-bottom: 1px #666 dotted;
}
#featuredpartners ul {
	padding-bottom: 0;
}
#footer {
	font-size: 9pt;
}
h1, h2 {
	padding: 0;
	margin: 0.5em 0;
}
h1 {
	padding-bottom: .2em;
	border-bottom: 1px #215065 solid;
}
h1 a {
	text-decoration: none !important;
	font-size: 18pt;
	color: #000;
}
ul {
	margin-left: 2em;
}
.form {
	font-size: 1em;
}
.form th {
	width: 120px;
	text-align: right;
	padding-right: 5px;
}



table.data {
	width: 90%;
	margin-bottom: 5px;
	border-collapse: collapse;
	font-size: .9em;
}
table.data th {
	padding: 0 4px;
	vertical-align: middle;
	text-align: left;
	color: #093479;
	white-space: nowrap;
	background: #6fcee4;
}
th.center {
	text-align: center !important;
}
table.data tr {
	vertical-align: top;
}
table.data td {
	padding: 6px 4px;
	text-align: left;
	border-bottom: 1px #6fcee4 solid;
	color: #093479;
}
table.data tr.subtotal td {
	background: #ecf9fb;
	padding: 4px;
	font-weight: bold;
	border-top: 1px #6fcee4 solid;
	border-bottom: 1px #6fcee4 solid;
}
table.data tr.total td {
	background: #ecf9fb;
	padding: 4px;
	font-weight: bold;
	border-top: 2px #6fcee4 solid;
	border-bottom: 2px #6fcee4 solid;
}


#kiddybankpanel table {
	margin: 0 10px 20px 10px;
	font-size: .9em;
	border-collapse: collapse;
}
#kiddybankpanel table td.value {
	padding-left: 3px;
	text-align: right;
	white-space: nowrap;
}
#kiddybankpanel table tr {
	vertical-align: bottom;
}
#kiddybankpanel table tr#totalsaved td {
	padding-top: 5px;
	padding-bottom: 7px;
	border-top: 1px #419639 solid;
	font-weight: bold;
}
#kiddybankpanel table tr#totalpending td {
	padding-top: 5px;
	border-top: 1px #419639 solid;
}
#homeMember td.rightcol {
	padding-left: 2em;
}

#membersummary dl {
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 3px;
	font-size: .9em;
}
#membersummary dt {
	float: left;
	margin-right: 5px;
	font-weight: bold;
}
#membersummary dd {
	padding-bottom: 2px;
	margin-bottom: 2px;
}


#importantInfo .inner ol li {
	list-style-type: none;
	padding-bottom: .5em;
}
#importantInfo .inner ol li ol {
	padding: .5em 0;
}
#importantInfo .inner ol li ol li {
	padding-bottom: 0;
	margin-left: 22px;
}