
/* this style sheet is used specifically for pages that are printer friendly */

body {
	background-color: #FFFFFF;
	margin: 0px;
	background-image: none;
}

body, td, div, blockquote, p, ol, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #000000;
}

* {
	font-size: 12pt;
	line-height: 1.3;
	color: #000000; 
	/*background-color: transparent;*/
}

a:link {
	color: #333366; 
	background-color: inherit;
}

a {
	color: #333333; 
	background-color: inherit;
	text-decoration: none;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

/*  Let's not use this for now.
a:after {
	content:" «" attr(href) "»";
}
*/

h1, h2, h3, h4, h5, table, blockquote, img, li  {
	page-break-inside: avoid;
}


h1, h2, h3, h4, h5, h6, th, caption {
	font-family: Arial, sans-serif;
	color: #333366;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 14pt;
}

h4, h5, h6, th, caption {
	font-size: 12pt;
}

th, caption {
	margin: 0px;
}

/* hide the fluffers */
#countDown,
#topBar,
#navBar,
#debugMode,
.climbTop,
.n3-FAQ,
#frmRecords,
input,
#invoiceNav,
.noPrint {
	display: none;
}

/* show some hidden stuff */
#adminLogo {
	display: block;
	text-align: center;
}

#contentWrapper,
#contentMain,
#contentFeet {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
}

#contentFeet,
#contentFeet div,
#contentFeet p,
#contentFeet a {
	font-size: 9pt;
}




/* table properties - basically the same as main style sheet */
#dataTable,
#dataTable2 {
	border-collapse: collapse;
	border: none;
	background-color: transparent;
}
#dataTable td,
#dataTable2 td {
	border: none;
	padding: 2px;
	vertical-align: top;
}
/* Next 2 are for the totals line on the invoice summary page */
#dataTable .borderTopTotals {
	border-top: 1px dashed #000000;
}
#dataTable tr#trTotals td {
	padding: 10px 0px;
}


#dataTable img,
#dataTable2 img,
#adminTable img,
#currentFilterTable img {
	border: none;
	display: inline;
}


#logInTable caption,
#dataTable caption,
#dataTable2 caption,
#adminTable caption {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#dataTable th,
#dataTable2 th,
#adminTable th {
	font-weight: bold;
	padding: 4px;
}


/* an alternate sub table model for when a parent
table has one row of information and the second row
contains reltaed information - the 2nd row contains
data within this table. */
#dataTable .dataSubTable {
	border-collapse: collapse;
	border: none;
	width: 80%;
	background-color: transparent;
	margin: 0px 0px 20px 0px;
}

#dataTable .dataSubTable th {
	font-weight: bold;
	background-color: #F5F5F5;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

#dataTable .dataSubTable td {
	border-collapse: collapse;
	vertical-align: top;
	border: none;
}

#adminTable td {
	border: none;
	padding: 3px;
	vertical-align: top;
}

#logInTable {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

#logInTable {
	margin-top: 30px;
}

#logInTable td {
	border-collapse: collapse;
	vertical-align: baseline;
	padding: 5px 5px 0px 0px;
}

#logInTable col.colOne {
	text-align: right;
	width: 10%;
}

/* the current filter table on the invoice page */
#currentFilterTable {
	border-collapse: collapse;
	border: none;
	width: auto;
	background-color: transparent;
	margin: 10px 0px;
}

#currentFilterTable caption {
	font-weight: bold;
	text-align: left;
	color: #666666;
}
#currentFilterTable th {
	font-weight: bold;
	background-color: #F5F5F5;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	padding: 2px 4px 1px 4px;
	border: 1px solid #999999;
	text-align: center;
}

#currentFilterTable td {
	border-collapse: collapse;
	vertical-align: top;
	border: none;
	padding: 4px;
	text-align: center;
	/*border: 1px dashed #333333;*/
}



/* A bunch of miscellaneous classes - same as the main CSS */
.noBlock {
	display: inline;
}

.textAlignRight {
	text-align: right;
}

.textAlignLeft {
	text-align: left;
}

.textAlignCenter {
	text-align: center;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.floatClearBoth {
	clear: both;
}
/*centers block level elements*/
.marginAuto {
	margin-left: auto;
	margin-right: auto;
}

img.marginAuto {
	text-align: center;
}

.attention {
	font-weight: bold;
	color: #FF0000;
	background-color: transparent;
}



/* styles specific to the Invoice Print Page */
#invoiceWrapper {
	border: 1px solid #000000;
}
#invoiceWrapper .highlight {
	background-color: #F1F1F1;
	margin-left: 15%;
	margin-right: 15%;
	padding: 0px 10px;
	border: 1px dashed #000000;
}
#invoiceWrapper #dataTable,
#invoiceWrapper #dataTable2 {
	width: 100%;
}
#invoiceWrapper td,
#invoiceWrapper p,
#invoiceWrapper div,
#invoiceWrapper strong,
#invoiceWrapper .attention {
	font-size: 9pt;
}
#invoiceWrapper th,
#invoiceWrapper caption {
	font-size: 10pt;
}
#invoiceWrapper h1,
#invoiceWrapper h2 {
	font-size: 12pt;
}


