/* ----- REPORTS PAGES ----- */

/* -----general styles */

div.floatleft {
	float: left;
	margin: 0px 15px 10px 0px;
	}
div.floatright {
	float: right;
	margin: 0px 0px 10px 15px;
	}


/* -----general orderform table format */

table.orderform {
   border-collapse: collapse;
   border: 2px solid #808000;
  	width: 100%;
  	bgcolor: white;
 	}


/* -----birth data table */

td.birthtop {
   border-collapse: collapse;
   padding: 8px 8px 0px 8px;
   text-align: left;
   bgcolor: white;
	}
td.birthmid {
   border-collapse: collapse;
   padding: 8px 8px 8px 8px;
   text-align: left;
   bgcolor: white;
	}
td.birthbottom {
   border-collapse: collapse;
   padding: 0px 8px 8px 8px;
   text-align: left;
   bgcolor: white;
	}
td.birthhdr {
   border-collapse: collapse;
   padding: 8px 8px 0px 8px;
	background-color: lemonchiffon;
   border-bottom: 1px solid #cdc5bf;
   bgcolor: white;
	}

div.boxheader {
	float: left;
	}
.boxtitle {
   text-align: left;
	font-family: times new roman,serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1.25em;
	color: darkgreen;
	margin-top: 0px;
	margin-bottom: 0px;
	}
p.filesizehdr {
	font-family: tahoma,arial,sans-serif;
	font-size: .85em;
	font-weight: normal;
	font-style: normal;
	color: black;
	padding-top: 5px;
	padding-bottom: 10px;
	}



div.mandatory {
	float: right;
	font-family: tahoma,arial,sans-serif;
	font-size: .75em;
	font-style: normal;
	font-weight: normal;
	color: darkgreen;
	padding: 10 0 0 0;
	margin: 10 0 0 0;
	}
div.subtotal {
	float: right;
	margin: 0px 0px 10px 15px;
	}
.subtotal {
	font-family: Tahoma,Arial,sans-serifp;
	font-size: 1em;
	color: darkred;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 0px;
	text-align: center;
	}
.subtotalbox {
	background-color: #E6E4DF;
	}

/* -----Report Selection Box */

td.col123 {
   border-collapse: collapse;
   border-top: 2px solid #808000;
   border-bottom: 2px solid #808000;
   border-right: 1px solid #808000;
   padding: 15px 8px 15px 8px;
   text-align: left;
   vertical-align: top;
   width: 100%;
   bgcolor: white;
	}

div.pricebox {
	width: 385px;
	border: 1px solid olive;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	background-color: lemonchiffon;
	}


table.orderform p {
	margin-top: 0px;
	margin-bottom: 0px;
	}

.dateselect {
	font-size: .8em;
	text-align: left;
	padding-bottom: 4px;
	font-weight: normal;
	}

.startdate {
	font-size: .8em;
	text-align: left;
	padding-bottom: 4px;
	font-weight: normal;
	color: black;
	}
.curresidencetop {
	font-size: .8em;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight: bold;
	color: indigo;
	}
.curresidencemid {
	font-size: .8em;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight: normal;
	}
.curresidencebottom {
	font-size: .8em;
	text-align: left;
	padding-bottom: 4px;
	padding-top: 0px;
	font-weight: normal;
	}
div.curresidence {
	padding-top: 10px;
	}


p.priceline {
	font-family: times new roman, serif;
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	color: maroon; 
	padding-top: 0px; 
	padding-bottom: 5px;
	}
span.filesize {
	font-family: tahoma,arial,sans-serif;
	font-size: .65em;
	font-weight: normal;
	font-style: normal;
	color: black;
	}
.reporttitle {
	font-family: times new roman, serif;
	font-weight: bold;
	font-size: 1.15em;
	color: maroon;
	margin-top: 0px;
	margin-bottom: 5px;
	}
span.prices {
	font-family: times new roman, serif;
	font-size: 1.25em;
	font-weight: bold;
	color: maroon; 
	}
span.oldprice {
	text-decoration: line-through;
	color: black;
	font-weight: normal;
	}
span.discountprice {
	color: red;
	}

.orderhdr1 {
	font-family: times new roman,serif;
	font-weight: bold;
	font-style: italic;
	font-size: 2em;
	color: firebrick;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	}
.orderhdr2 {
	font-family: times new roman,serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1.5em;
	color: darkgreen;
	background-color: lemonchiffon;
	}
.fieldhdr {
	font-weight: bold;
	color: indigo;
	}

p.viewsample {
	padding-top: 10px;
	}


/* ----- Buttons */

input.submitbutton {
	background-color: forestgreen;
	color: white;
	font-weight: bold;
	font-size: 1.25em;
	font-family: Arial,helvetica,sans-serif;
	}
input.resetbutton {
	color: black;
	font-weight: bold;
	font-size: 65%;
	}


/* ----- Span styles */

span.cartinstructions {
	color: indigo;
	}
span.tinytext {
	font-size: .85em;
	font-weight: normal;
	}



/* ----- DEFAULT PARAGRAPH STYLE ----- */
body p { 
 font-family: Tahoma,Arial,sans-serif; 
 font-size: 10pt; 
 margin-bottom: 10px;
 margin-top: 0px;
 }