/* 
'-------------------------------------------------------------------
'	© 2009 Micronet Technologies
'	Support for Rental Application may be found at:
'	http://www.micronetsoft.com/support/
'-------------------------------------------------------------------
 */

/* this style sheet is used for print pages */

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;
}

/*  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;
}

/* display none */
#topBar,
#navBar,
#debugMode,
.climbTop,
.pmFAQ,
#frmRecords,
input,
#RealAppNav,
.noPrint {
	display: none;
}

/* display */
#adminLogo {
	display: block;
	text-align: center;
}

#contentWrapper,
#contentMain,
#contentFooter {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
}

#contentFooter,
#contentFooter div,
#contentFooter p,
#contentFooter 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 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 related 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 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;*/
}

/* 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 Print Page */
#RealAppWrapper {
	border: 1px solid #000000;
}
#RealAppWrapper .highlight {
	background-color: #F1F1F1;
	margin-left: 15%;
	margin-right: 15%;
	padding: 0px 10px;
	border: 1px dashed #000000;
}
#RealAppWrapper .highlight1 {
	background-color: #f1f1f1;
	margin-left: 15%;
	margin-right: 15%;
	padding: 0px 1px;
	border: 1px solid #f1f1f1;
}
#RealAppWrapper .highlight2 {
	background-color: #f1f1f1;
	margin-left: 1%;
	margin-right: 1%;
	padding: 0px 1px;
	border: 1px solid #f1f1f1;
	font-size: 9pt;
}
#RealAppWrapper #dataTable,
#RealAppWrapper #dataTable2 {
	width: 100%;
}
#RealAppWrapper .dTable {
	border-color: #e1e1e1;
	border: 1px;
}
#RealAppWrapper .dRow2 {
	border-color: #e1e1e1;
	border: 1px;
	font-size: 9pt;
}
#RealAppWrapper .dRow {
	background-color: #f1f1f1;
}
#RealAppWrapper td,
#RealAppWrapper p,
#RealAppWrapper div,
#RealAppWrapper strong,
#RealAppWrapper .attention {
	font-size: 9pt;
}
#RealAppWrapper th,
#RealAppWrapper caption {
	font-size: 10pt;
}
#RealAppWrapper h1,
#RealAppWrapper h2 {
	font-size: 12pt;
}

