<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Careerlink table layout declarations
 *
 * @author		Chuck Larsen
 * @version		0.1
 * @site			Careerlink.com
 * @style		table.css
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

 /** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Table Layout Declarations
 * @ids
 * @tags
 * @classes		table, line, col, top, check, headers, browse, first-col, last-col
 *			   full, tablebutton, null
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.table {
	float:left;
	clear:both;
	width:auto;
	padding:0px;
	/*border-collapse:separate;*/
	border-collapse:collapse;
	font-size:12px;
	background-color:#ffffff;
}
.line {
	background-color:#ffffff;
}
.col {
	padding-left:6px;
	padding-right:6px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px solid #888888;
	vertical-align:middle;
}
.col.thin {
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:3px solid #ffffff;
	background-color:#f1f1f1;
}
.top {
	vertical-align:top;
}
.check {
	width:14px;
	padding-right:0px;
}
.w16 {
	width:16px;
	padding-left:4px;
	padding-right:4px;
}
.headers {
	padding-left:8px;
	height:32px;
	vertical-align:top;
	border-bottom:1px solid #888888;
	border-top:1px solid #888888;
	border-left:1px solid #ffffff;
	border-right:1px solid #888888;
	background:#eaeaea url('../images/tablehead.png') repeat-x;
}
.headers img.info {
	width:32px;
	height:32px;
	float:right;
}
.browse {
	float:right;
	font-size:13px;
	margin-right:8px;
	line-height:32px;
}
.first-col {
	border-left:1px solid #888888;
}
.last-col {
	border-right:1px solid #888888;
}
.full {
	width:100%;
}
.tablebutton {
	float:left;
	height:20px;
	line-height:20px;
	margin-right:10px;
	padding-left:8px;
	margin-bottom:10px;
	padding-right:8px;
	text-align:center;
	border:1px solid #888888;
	color:#2e78df;
	background:#f1f1f1 url('../images/submitbg.png') repeat-x;
}
.null {
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:8px;
	background-color:#ffffff;
	border-left:1px solid #888888;
	border-right:1px solid #888888;
	border-bottom:1px solid #888888;
}
.dashbox {
	height:80px;
	overflow:auto;
}
.sub-title,
.sub-title-bootstrap {
	padding:8px 0px 7px 8px;
	text-align:left;
	font-size:14px;
	background:#7f7f7f url('../images/title2.png') repeat-x;
	color:#ffffff;
}
.sub-title a {
	font-weight:bold;
	color:#606060;
	font-size:12px;
	padding:0px 8px 0px 8px;
	border:1px solid #555555;
	background-color:#c0c0c0;
}
.sub-title a:hover {
	color:#ffffff;
	border-color:#ffffff;
	background-color:#a0a0a0;
}
</pre></body></html>