/*************************************************
	
	TESTIMONIALS - styles.css
	Created by Derek Ashauer
	
*************************************************/
.clear {
	width: 100%;
	height: 1px;
	overflow: hidden;
	clear: both;
}

/* RANDOM 
**************************************************/
div.t-random {
	float: left;
	margin-right: 10px;
	padding: 8px;
	background: #EFEFEF;
	border: 1px solid #999999;
	color: #006600;
	font-weight: bold;
	text-align: center;
}

/* SEARCH BOX 
**************************************************/

div.t-search {
	position: relative; top: 20px;
	margin-bottom: 30px;
}
div.t-search form {
	width: 450px;
}

div.t-search label {
		float: none;
		width: 4px;
	}
	
/* SEARCH RESULT 
**************************************************/

div.t-search-result {
	padding: 10px;
	margin-bottom: 10px;
	background: #EFEFEF;
	border: 1px solid #999999;
}
	.t-search-result table td	{ vertical-align: top; }
	div.t-search-result img {
		float: left;
	}
	div.t-search-result h2, div.t-search-result h3, div.t-search-result h4, div.t-search-result blockquote, div.t-search-result p {
		margin-left: 40px;
	}
	div.t-search-result blockquote {
		background: #D9DEE9 url(../../images/quote.gif) 10px 10px no-repeat;
		border-top: 1px solid #A1ABBE;
		border-bottom: 1px solid #A1ABBE;
	}
	div.t-search-result blockquote p {
		margin: 10px 10px 10px 45px;
	}

/* PROFILE 
**************************************************/

div.t-profile img {
	float: left;
}
div.t-profile blockquote {
	background: #D9DEE9 url(../../images/quote.gif) 10px 10px no-repeat;
	border-top: 1px solid #A1ABBE;
	border-bottom: 1px solid #A1ABBE;
	margin-left: 0px;
}
	div.t-profile blockquote p {
		margin: 10px 10px 10px 45px;
	}
	
div.t-profile table {
	float: right;
	width: 350px;
	margin-bottom: 10px;
	border: 1px solid #efefef;
	border-width: 1px 1px 0;
}
	div.t-profile caption {
		font-weight: bold;
		font-size: 16px;
		color: #FFFFFF;
		background-color: #615171;
		padding: 5px;
	}
	div.t-profile th {
		text-align: center;
		background-color: #EFEFEF;
		padding: 0;
	}
	div.t-profile td {
		border-bottom: 1px solid #EFEFEF;
		text-align: center;
	}

#tnav	{ width: 100%; float: left; background: #D9DEE9; }
	#tnav td	{ padding: 5px; font-size: 13px; font-weight: bold; }
	
.search	{ float: right; display:block; background: url(../images/search.gif) no-repeat 0 0; padding: 3px 0 8px 28px; }

table.sortable a.sortheader {
    font-weight: bold;
    display: block;
	text-decoration: none;
}
table.sortable a.sortheader span.sortarrow {
    color: #000;
	font-size: 13px;
}