/*
 * Copyright by Intland Software
 *
 * All rights reserved.
 *
 * This software is the confidential and proprietary information
 * of Intland Software ("Confidential Information"). You
 * shall not disclose such Confidential Information and shall use
 * it only in accordance with the terms of the license agreement
 * you entered into with Intland.
 */
.search_table {
	border: none;
	width: 100%;
}

.search_table caption {
	color: black;
	text-align: left;
	font-weight: bold;
	padding: 15 0 0 0;
}

.search_table caption .hr {
	background-color: #33668f;
	height: 2px;
	margin: -1px 0 2px 0;
}

.search_table th {
	background-color: transparent;
}

.search_table td.colseparator {
	padding: 0 0 0 0;
}

.search_table td {
	padding: 0 4px 0 4px;
	vertical-align: top;
	/* white-space: nowrap; */
}

/* List based search item styles*/
.search_item {
	border: none;
	width: 100%;
	margin-bottom: 11px;	
}

div.search_item {
	padding-bottom: 11px;
	border-bottom: 1px solid #F5F5F5;
	margin-bottom: 0;
}

.search_item tr {
	border: none;
	width: 100%;
}

.search_item_table {
	border: none;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	width: 95%;
}

.search_item_ref {
	border: none;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 2px;
	width: 100%;
}

.search_item_ref img {
	margin-right: 4px;
	vertical-align: text-bottom;
}

.search_item_content {
	border: none;
	font-size: 13px;
	margin-bottom: 2px;
}

.search_item_content, .search_item_meta {
	padding-left: 24px;
}

.search_item_meta {
	font-size: 12px;
	color: #777;
}

.search_item_meta a {
	font-size: 12px;
	color: ##1111CC;
}

.search_item h3 {
	margin-bottom: 4px;
	border: none;
}

.highlight {
	font-weight: bold;
}

/* These are intentionally duplicated from the main CSS to apply the same styling in the mixed Search Result CSS environment */

.search_table a.notStarted {
	color: #009999;
}

.search_table .due {
	color: gray;
	text-decoration: line-through;
}

.search_table a.due {
	text-decoration: line-through underline;
}
