
/* SEARCH RESULT DEFAULT
*******************************************************************************/
table.search_result_header {
	width:100%;
	margin-top:10px;
	}
	table.search_result_header th {
		height:20px;
		border:1px solid #9FB6D5;
		text-align:center;
		}
	table.search_result_header td {
		text-align:center;
		vertical-align:middle;
		}
	table.search_result_header th.title {
		width:140px;
		text-align:center;
		}
	table.search_result_header td.title {
		width:140px;
		padding-top:10px;
		text-align:center;
		}
	table.search_result_header td.title img {
		padding:3px 0 3px 0;
		border:0 none;
		}
	table.search_result_header td.textarea {
		text-align:left;
		padding-bottom:10px;
		}
	table.search_result_header a:link,
	table.search_result_header a:visited {
		}
	table.search_result_header a:hover {
		}

	table.search_result_header .result_row_0 {
		background-color:#F0F0F0;
		}
	table.search_result_header .result_row_1 {
		background-color:#FFFFFF;
		}

