table {
	padding: 0 4px 8px 0;
	}

th, td {
	padding: 3px 6px;
	}

th {
	border-bottom: 2px solid #344260;
	font-weight: bold;
	padding-top: 10px;
	}

td {
	border-bottom: 1px solid #ccc;
	}

tr.alt {
	background-color: #f8f8f8;
	}

table.clean, table.standard {
	margin: 0 4px 8px 0;
	width: 100%;
	// border-bottom: 1px solid #eee;
	}
	
	table.clean th, table.clean td, table.standard th, table.standard td {
		// border-top: 1px solid #eee;
		padding: 3px 4px;
		}
		
	table.clean th.blank, table.clean td.blank, table.standard th.blank, table.standard td.blank {
		border-top: 0;
		}
	
	table.standard th {
		font-weight: bold;
		background-color: #39357d;
		color: #fff;
		}

	table.clean th {
		font-weight: bold;
		width: 120px;
		padding-left: 1px;
		border-bottom: 1px solid #eee;
		}
	
	table.clean td {
		border-bottom: 1px solid #eee;
		}

	table h3 {
		margin: 0;
		padding: 0;
		}

	.survey th, .survey td { padding: 5px; border-bottom: 1px solid #eee; }
	.survey th { padding-left: 0; }
	table.survey { border-top: 1px solid #eee; }

/* blog specific */

p.blog_meta {
	}
	
	h2 + p.blog_meta {
		margin-top: -10px;
		}
	
	p.blog_meta span.publication {
		text-transform: uppercase;
		}

#blogLanding .entry {
	border-bottom: 1px solid #ddd;
	}

p.blog_post_actions {
	margin: 0 0 8px 0;
	padding: 2px;
	/* border-bottom: 1px solid #eee; */
	}
	
	p.blog_post_actions a.more {
		display: block;
		padding: 2px 2px 2px 12px;
		background: url(http://static.j2strategies.com/i/icons/mini/arrow_mini_right.gif) left center no-repeat;
		color: #666;
		}

div.paginate p {
	margin: 10px 0;
	padding: 5px 8px;
	background-color: #eee;
	}
	
	div.paginate p span.pagination_links {
		float: right;
		text-align: right;
		}

/* forms */

form.fieldset fieldset input, form.fieldset fieldset textarea {
	border: 1px solid #999;
	border-bottom-color: #ddd;
	border-right-color: #ddd;
	padding: 2px;
	}

	form.fieldset input:focus,form.fieldset textarea:focus,form.fieldset select:focus {
		background-color: #ffffe0;
		}

form.fieldset fieldset fieldset input {
	margin-right: 8px;
	}

form.fieldset fieldset {
	margin: 15px 0;
	border: 1px #143d8d solid;
	padding: 8px;
	}

form.fieldset fieldset fieldset {
	border: none;
	padding: 0;
	}

form.fieldset fieldset legend {
	color: #143d8d;
	font-size: 110%;
	padding: 0 4px;
	margin: 0 0 0 7px;
	}
	
form.fieldset fieldset fieldset legend {
	padding: 0 0 2px 0;
	font-weight: normal;
}

form.fieldset fieldset fieldset legend span {
	display: block;
	}

form.fieldset label {
	display: block;
	float: left;
	vertical-align: top;
	width: 10em;
	margin-right: .5em; 
	text-align: left; 
	}

form.fieldset fieldset fieldset legend, form.fieldset label {
	color: #333;
	}

form.fieldset fieldset fieldset label {
	float: none;
	margin-left: 11em;
	display: block;
	width: auto;
	}


form.fieldset fieldset ol {
	margin: .5em;
	padding: 0;
	background: none;
	}

form.fieldset fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	clear: left;
	border-bottom: 1px #ddd solid;
	background: none;
	}

form.fieldset em {
	font-weight: bold;
	font-style: normal;
	color: #cc0000;
	margin-left: 4px;
	}

form.fieldset option {
	padding-right: .25em;
	}

form .compliance {
	margin: 10px 0;
	padding: 5px 10px;
	border: 1px solid #ff6633;
	background-color: #fff8e5;
	}
	
	form .compliance h2 {
		color: #ff6633;
		font-size: 120%;
		}
	
	form .compliance li {
		border: 1px solid #FFB399;
		border-left-width: 3px;
		background: none;
		margin-top: 8px;
		padding: 3px 3px 3px 8px;
		}