<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
-----------------------------------------------
Client:Proctor Engineering Group
Project:Web Site Redesign (http://www.proctoreng.com/)

File Name:table.css 
Notes:Styles all tables.

Author:Dayspring Technologies, Inc.
Email:info@dayspring-tech.com
Web:http://www.dayspring-tech.com/
----------------------------------------------- */

/* Default Styles
----------------------------------------------- */
table {
	border:0;
	border-collapse:collapse;
	empty-cells:show;
	margin:0;
	width:100%;
}
table td {
	border:0;
	overflow:visible;
	vertical-align:top;
	white-space:wrap;
}
td.center, th.center {
	text-align: center;
}

/* Quote Style
----------------------------------------------- */
.table-quote {
	background:transparent url(/img/bg-quote-mid.gif) repeat-y 0 0;
	margin:0 0 20px;
	width:187px;
}
.table-quote td {
	padding:0 15px;
}
.table-quote td.top {
	background:transparent url(/img/bg-quote-top.gif) no-repeat 0 0;
	padding:0px 15px;
}
.table-quote td.bot {
	background:transparent url(/img/bg-quote-bot.gif) no-repeat 0 100%;
	padding:0px 15px;
}
p.p-quote {
	color:#333;
	font-size:108%;
}
p.p-author {
	color:#6eb64a;
	font-size:93%;
	margin:0;
}
p.p-company {
	font-size:85%;
	margin-bottom:5px;
}

/* Botcon Style
----------------------------------------------- */
#botcon {
	margin:0 0 20px;
}
#botcon th {
	background-color:#6eb64a;
	border-left:3px solid #fff;
	color:#fff;
	font-weight:bold;
	padding:5px 15px;
	width:33%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#botcon td {
	padding:10px 15px;
}
#botcon p, #botcon ul {
	margin-bottom:10px;
}

/* Data Styles
----------------------------------------------- */
.table-data caption, .cake-sql-log caption {
	font-size:123.1%;
	font-weight:bold;
	margin:0 0 8px;
	padding:0;
}
table.table-data, table.cake-sql-log {
	margin:0 0 20px;
}
.table-data tr:nth-child(2n+1), .cake-sql-log tr:nth-child(2n+2) {
	background-color:#e0edd8;
}
.table-data th, .cake-sql-log th {
	background-color:#6eb64a;
	border:1px solid #6eb64a;
	color:#fff;
	font-weight:bold;
	padding:5px 10px;
	width:auto;
}
.table-data td, .cake-sql-log td {
	border:1px solid #6eb64a;
	padding:5px 10px;
	width:auto;
}
table.cake-sql-log {
	margin:0 auto;
	width:959px;
}
.table-data td.nobdr {
	border-right:0;
}
.table-data td.nobdl {
	border-left:0;
}
.table-data tr.hilite {
	background-color:#B4CCDD;
}
</pre></body></html>