/* ================================================================================================== */
/* Generic Style Declarations */

body		{	background: #ffffff;
			color: #000000;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 8pt;
			line-height: 150%;
			margin: 0px; }

hr		{	color: #cccccc;
			background-color: #cccccc; }

h1, h2, h3, h4, h5, h6, code, pre
		{	color: #000000;
			text-transform: none; }

h1		{	font-size: 11pt; }

h2		{	font-size: 10pt; }

h3		{	font-size: 9pt; }

h4, h5, h6	{	font-size: 8pt; }

code, pre	{	font-size: 8pt; }
a:link, a:visited
		{	text-decoration: underline;
			color: #000000; }

abbr:after, acronym:after
		{	content: " [" attr(title) "] "; }

/* END Generic Style Declarations */
/* ================================================================================================== */





/* ================================================================================================== */
/* Styles for content containers */

.Content, #Content td.Content
		{	font-size: 8pt;
			background-color: #ffffff;
			color: #000000;
			padding: 0px; }

#Content td.Content
		{	border-bottom: 1px solid #aaaaaa;
			padding: 10px 0px; }

td.Content a:after
		{	content: " [" attr(href) "] ";
			text-decoration: none;
			display: inline; }

/* END Styles for content containers */
/* ================================================================================================== */





/* ================================================================================================== */
/* Footer Styles */

#Footer		{	margin-top: 10px; }

#Footer td	{	padding: 10px 0px 0px 0px; }

#Footer a:link, #Footer a:visited
		{	text-decoration: underline;
			color: #000000; }

#Footer		{	color: #000000;
			font-size: 6pt; }

/* END Footer Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Breadcrumb Styles */

#Bread a:link, #Bread a:visited
		{	text-decoration: underline;
			color: #000000; }

#Bread		{	color: #000000;
			font-size: 6pt; }

#Bread > a:after
		{	content: ""; }

/* END Breadcrumb Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Data Table Styles */

table.Data	{	border-collapse: collapse;
			border: 1px solid #000000;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 8pt; }

table.Data td	{	border: 1px solid #000000;
			font-size: 8pt; }

table.Data tr.NewRow td
		{	padding-top: 3px;
			border-top: 1px solid #000000; }

table.Data th	{	font-weight: bold;
			font-size: 8pt;
			color: #000000;
			background-color: #ffffff;
			border: 1px solid #000000; }

table.Data td table.Data td, table.Data td table.Data th, table.Data td table.Data
		{	border-color: #cccccc; }

table.Data .Totals
		{	background-color: transparent; }

table.Data .HideCol
		{	display: block; }

table.Data>.HideCol
		{	display: table-column; }

/* END Data Table Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Layout Styles */

.PrintOnly, #PrintLogo
		{	display: block; }

#Banner, #Nav, #Focus, .NoPrint
		{	display: none; }

#Content, #Footer
		{	width: 100%;
			margin: 0px;
			border: none; }

dl.Featured	{	background-image: none;
			min-height: 1px;
			margin-bottom: 10px; }

dl.Featured dt, dl.Featured dd
		{	padding-left: 0px; }

dl.Featured dd em
		{	color: #000000; }

table#NewsLinks	{	margin: 10px 0px 0px 0px; }

table#NewsLinks ul li
		{	padding-left: 0px;
			background-image: none; }

table#NewsLinks ul li em
		{	color: #000000;
			font-size: 6pt; }

/* END Layout Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Shopping Cart Styles -- Class the table tag as Cart to use */

table.Data, #MiniCart, table.Cart td, table.Donations td, table.Cart th, table.Donations th, table.Data td, table.Data th, #Content table.Data td, #Content table.Data th
		{	border: 1px solid #000000; }

table.Data th, table.Data .Totals, table.Cart th, td.PaymentHeader, table.Donations th
		{	background-color: #ffffff;
			color: #000000; }

table.Cart tr td, table.Cart tr.SubTotal td, table.Cart tr.OrderTotal td, table.Cart tr.SubTotal th, table.Cart tr.OrderTotal th, #MiniCart table.Cart tr.SubTotal td, #MiniCart table.Cart tr.SubTotal th, table.Data tr.Divider th, table.Data tr.Divider td
		{	border-top: 3px double #000000; }

table.Data tr.NewRow td
		{	border-top: 1px solid #000000; }

table.Cart tr.ShippingTotal td, table.Cart tr.TaxTotal td
		{	border-top: 1px solid #000000; }

table.Cart tr td.ConfiguredText
		{	border-top: 1px solid #000000; }

input.CB	{	border: 2px solid #000000;
			background-color: #ffffff; }

/* END Shopping Cart Styles -- Class the table tag as Cart to use */
/* ================================================================================================== */

