@CHARSET "UTF-8";

/**
 * CSS Reset
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background: transparent;
}



p {page-break-after:always}
.footer {position: fixed; bottom: 0px;}
.pagenum:before {content: counter(page)}

img {
    display: inline-block;
}


blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

/**
 * Element/tags
 */
html {
	overflow-y: scroll;
}

body {
	
	font-size: 100%;
	line-height: 1.4;
	font-family:Geneva,Verdana,'Bitstream Vera Sans','DejaVu Sans',sans-serif;
	background: #fffffe;
	margin: 0;
	padding: 0;
	color: #46423c;
	
}

#bgsheet {
	font: 75% georgia, sans-serif;
	line-height: 1.88889;
	color: #555753; 
	background-image: url("CCSheet.jpg");
	background-repeat: no-repeat;
	background-color:#ffffff;
	background-position: centre bottom;
	margin: 0;
	padding: 0;
}

ul, ol, dl {
}

h1 {
	font-family:Constantina,Georgia,'Nimbus Roman No9 L',serif;
}

h1, h2, h3, h4, h5, h6, p, table {
	padding: 3px 15px;
}

h1, h2, h3, h4 {
	color: #46423C;
}

h1 {
	font-size: 1.7em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 0.8em;
}


a img {
	border: none;
}

td {
	padding: 5px;
}

input, textarea, select {
	margin-bottom: 10px;
}

/**
 * Tables
 */
 
table.report tr.report, th.report, td.report {
	border: 1px solid blue;
	border-padding: 0px;
	border-collapse: collapse;
	font-size: 0.9em;
	
} 

table.report {
	page-break-inside:auto; 	
} 

tr.report {
	page-break-inside:avoid; 
	page-break-after:auto;
}

thead.report { 
	display:table-header-group; 
}

tfoot.report { 
	display:table-footer-group; 
}

th.report {
	border: 1px solid blue;
	border-collapse: collapse;
	font-size: 1.2em;
	cellpadding: 3px;
} 

table.header tr.header, th.header, td.header {
	width: 1200px;
	border: 0px solid green;
	border-padding: 0px;
	border-collapse: collapse;
	font-size: 1.1em;
	
} 


table.header {
	page-break-inside:auto; 	
} 

tr.header {
	page-break-inside:avoid; 
	page-break-after:avoid;
}

thead.header { 
	display:table-header-group; 
}

tfoot.header { 
	display:table-footer-group; 
}

th.header {
	border: 0px solid green;
	border-collapse: collapse;
	font-size: 1.1em;
	cellpadding: 0px;
} 

table.scrreport tr.scrreport, th.scrreport, td.scrreport {
	border: 0px solid blue;
	border-padding: 0px;
	border-collapse: collapse;
	font-size: 0.9em;
	
} 

table.scrreport {
	page-break-inside:auto; 	
} 

tr.scrreport {
	page-break-inside:avoid; 
	page-break-after:auto;
}

thead.scrreport { 
	display:table-header-group; 
}

tfoot.scrreport { 
	display:table-footer-group; 
}

th.scrreport {
	border: 0px solid blue;
	border-collapse: collapse;
	font-size: 1.1em;
	cellpadding: 3px;
} 



/**
 * Links
 */
a:link {
	color: #054993;
	text-decoration: none;
}
a:visited {
	color: #054993;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #2c2c2c;
	text-decoration: none;
}

/**
 * Layout divs
 */

#scrcontainer {
	margin: 0 auto;
	float: left;
	width: 100%;
	background-color:  #fffffe;
	
}
  
#container {
	font-size: 90%;
	padding: 0px;
	width: 1030px;
	background: #ffffff;
	border: 5px solid #ffffff;
	margin: 0 auto;
	float: centre;
	
	
}

#repcontainer {
	width: 1200px;
	background: #ffffff;
	margin: 0px auto;
	
}

#landrepcontainer {
	width: 1500px;
	background: #ffffff;
	margin: 0 auto;
}

#header {
	background: #fffffe;
	padding-top: 30px;
}

#header img {
 	padding:0;
 	margin: 0;
 }

div.message {
	min-height: 15px;
	padding-left: 15px;
	background-color: #ffffff;
	text-align: left;
}

div.reportmessage {
	min-height: 0px;
	background-color: #fffffe;
	text-align: center;
	font-size: 80%;
	font-weight: normal;
	padding: 20px 20px 0px 0px;
}

div.landreportmessage {
	min-height: 0px;
	background-color: #fffffe;
	text-align: center;
	font-size: 80%;
	font-weight: normal;
	padding: 15px 20px 0px 0px;
}

#detailcontent {
	clear: left;
	float: left;
	background-color: #00ff40;
	width: 100%;
	padding: 20px 0;
	margin: 0 0 0 5%;
	display: inline;
}

#scrcontent {
	clear: left;
	float: left;
	padding: 20px o;
	margin: 0 0 0 5%;
	display: inline;
	
	width: 80%;
	
}
div.detailmessage {
	min-height: 0px;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 80%;
	font-weight: normal;
	padding: 50px 50px 50px 50px;
}
	
.sidebar {
	float: left;
	width: 180px;
	padding: 10px 0 20px 0;
	margin: 0 15px;
	overflow: hidden;
}

.content {
	padding: 10px 0 20px 0;
	width: 730px;
	float: left;
	overflow: hidden;
	
}

.detailcontent {
	padding: 10px 0 20px 0;
	width: 500px;
	float: left;
	overflow: hidden;
}

.repcontent {
	padding: 0px 0 20px 0;
	width: 1200px;
	float: left;
	overflow: hidden;
}

.landrepcontent {
	padding: 10px 0 20px 0;
	width: 1500px;
	float: left;
	overflow: hidden;
}

.frmbox {
	padding: 10px 0 20px 0;
	width: 1100px;
	float: left;
	overflow: hidden;
	background-colour: #00ffff;
}


.small {font-size: 90%;}

.bold  {font-weight: bold;}

.notice {color:red; background-color:yellow;}

@media screen {
	.noscreen {display: none; }
}

@media print {
	.noprint {display: none; }
	.landscape { 
  width: 100%; 
  height: 100%; 
  margin: 0% 0% 0% 0%; 
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation='1');
 } 
}

@page { size: 8.5in 11.6in; }
@page landscape { size: 11.6in 9in; }

div.landscape-content {
page: landscape;
}



#footer {
	padding: 10px 0;
	background: #ffffff;
	position: relative;
}


.divpic {
	padding: 500px 5px;
	background: #ff80ff url("c:/xampp/htdocs/php24/carpetcall/images/CCSheet.jpg") no-repeat scroll left top;
	background-size: 100% 100%;
}

/**
 * Styling
 */
.content ul, .content ol { 
	padding: 3px 15px 3px 20px; 
}

/**
 * Navigation
 */
 
#navigation {
	background: #fffffe;
	font-family:Constantina,Georgia,'Nimbus Roman No9 L',serif;
	padding-bottom: 0px;
	border: 1px solid #0000ff;
	float: left;
	text-align: left;
	
}

ul.mainnav {
	list-style: none;
	padding-top: 10px;
}

ul.mainnav li {
	float: right;
}

ul.mainnav a, ul.mainnav a:visited {
	padding: 0 10px 0 10px;
	font-size: 1.3em;
	display: block;
	text-decoration: none;
	border-right: 1px solid #054993;
}

ul.mainnav li:first-child a, ul.mainnav li:first-child a:visited {
	border-right: none;
	padding-right: none;
}

ul.mainnav a:hover, ul.mainnav a:active, ul.mainnav a:focus {
	color: #2c2c2c;
	background: #d2f5ff;
}

ul.mainnav a.current {
	color: #2c2c2c;
}
ul.mainnavlogo {
	list-style: none;
	padding-top: 10px;
}

ul.mainnavlogo li {
	float: left;
}

ul.mainnavlogo a, ul.mainnavlogo a:visited {
	padding: 0 10px 0 10px;
	font-size: 1.3em;
	display: block;
	text-decoration: none;
	border-right: 1px solid #054993;
}

ul.mainnavlogo li:first-child a, ul.mainnavlogo li:first-child a:visited {
	border-right: none;
	padding-right: none;
	padding-Top: 10px;
}

ul.mainnavlogo a:hover, ul.mainnavlogo a:active, ul.mainnavlogo a:focus {
	color: #2c2c2c;
}

ul.mainnavlogo a.current {
	color: #2c2c2c;
}


ul.catnav {
	list-style: none;
	border-top: 1px solid #738498;
	margin-bottom: 15px;
}

ul.catnav li {
	border-right: 1px solid #738498;
	border-bottom: 1px solid #738498;
	border-left: 1px solid #738498;
}

ul.catnav a, ul.catnav a:visited {
	font-family:Constantina,Georgia,'Nimbus Roman No9 L',serif;
	font-weight:bold;
	padding: 5px 5px 5px 5px;
	display: block;
	text-decoration: none;
	background: #c3d2e5;
}

ul.catnav a:hover, ul.catnav a:active, ul.catnav a:focus {
	background: #fffffe;
	color: #2c2c2c;
}

ul.menunav {
	list-style: none;
	border-top: 1px solid #738498;
	margin-bottom: 15px;
}

ul.menunav li {
	border-right: 1px solid #738498;
	border-bottom: 1px solid #738498;
	border-left: 1px solid #738498;
}

ul.menunav a, ul.catnav a:visited {
	font-family:Constantina,Georgia,'Nimbus Roman No9 L',serif;
	font-weight:bold;
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	background: #c3d2e5;
}

ul.menunav a:hover, ul.catnav a:active, ul.catnav a:focus {
	background: #fffffe;
	color: #2c2c2c;
}



/**
 * Buttons
 */

a.button, a.button:visited, 
button {
	border: 1px solid #738498;
	padding: 5px 5px;
	display: inline-block;
	text-decoration: none;
	background: #c3d2e5;
}

a.button:hover, a.button:active, a.button:focus,
button:hover, button:active, button:focus {
	background: #fffffe;
	color: #2c2c2c;
}

button {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 120%;
}

ul.ulfancy a.button.edit, ul.ulfancy a.button.edit:visited {
	font-size: 80%;
	font-weight: normal;
	padding: 2px 3px;
	margin-right: 10px;
	float: right;
	
}

ul.ulreport a.button.edit, ul.ulfancy a.button.edit:visited {
	font-size: 80%;
	font-weight: normal;
	padding: 2px 3px;
	margin-right: 10px;
	float: right;
}

h1 a.button, h1 a.button:visited {
	font-size: 40%;
	font-weight: normal;
	padding: 2px 3px;
	float: right;
	font-family:Geneva,Verdana,'Bitstream Vera Sans','DejaVu Sans',sans-serif;
}

h2 a.button, h2 a.button:visited {
	font-size: 70%;
	font-weight: normal;
	padding: 2px 3px;
	float: right;
	margin-left: 10px;
}

/**
 * Utility Classes
 */
.fltrt {
	float: right;
}

.fltlft {
	float: left;
}

.imageright {
	float: right;
	margin-left: 10px;
}

.imageleft {
	float: left;
	margin-right: 10px;
}

.clearfloat {
	clear:both;
}

.clearright {
	clear:left;
}
.element-invisible {
	height: 0;
	top: -3000em;
	position: absolute;
}

/**
 * Styled UL
 */
ul.ulfancy {
	list-style: none;
	padding:0;
	margin-top: 0px;
}

ul.ulfancy div.list-photo {
	float: left;
	padding: 10px;
	margin-right: 10px;
	background-color: #e1f5ff;
}


ul.ulfancy li.row0 div.list-photo {
	background-color: #ffffff;
}

ul.ulfancy h2 {
	font-size: 1.2em;
}

ul.ulfancy li {
	margin: 0;
	list-style: none;
	background-color: #ffffff;
}

ul.ulfancy li.row0 {
	background-color: #ffffff;
}

ul.ulfancy li.row1 {
	background-color: #e1f5ff;
}

ul.ulreport {
	position: relative;
	list-style: none;
	padding:0;
	margin-top: 0;
}

ul.ulreport div.list-photo {
	float: left;
	padding: 0;
	margin: 0;
	background-color: #e1f5ff;
}

ul.ulreport li.row0 div.list-photo {
	float: left;
	width: 730px;
	background-color: #ffffff;
}

ul.ulfancy h2 {
	font-size: 1.2em;
}

ul.ulreport li {
	margin: 0;
	list-style: none;
	background-color: #ffffff;
}

ul.ulreport li.row0 {
	float: left;
	width: 730px;
	background-color: #e1f5ff;
}

ul.ulinput div.col2-input1 {
	float: left;
	font-size: 12px;
	padding: 1px;
	margin: 0px 0px 0px 0px;
	width: 40%;
	background-color: #e1f5ff;
	display: inline;
}

ul.ulinput div.col2-input2 {
	float: right;
	font-size: 12px;
	padding: 1px;
	margin: 0px 0px 0px 0px;
	width: 55%;
	background-color: #e1f5ff;
	display: inline;
	
}
input.input {
	font-size: 10px;
	padding 0px;
}

select.input {
	font-size: 10px;
	padding 0px;
}


/**
 * Form fields
 */
form ul {
 	list-style: none;
}
 
form label {
 	width: 10em;
 	display: inline-block;
 	font-weight: bold;
}

form label.required:after {
 	content: " *";
}
 
fieldset {
	background-color: #ffffff;
	
}


.break { 
	page-break-before: always; 
}


span.error {
	color: #FF0000;
}


