/*
	$Source: /sezame/cda_aci/css/search.css,v $ 
	$Revision: 1.1.1.1 $
	$Author: memery $
	$Date: 2004/09/06 07:40:43 $
	$Name: 1.1.1.1 $

	Description:
	============
	
	search_box
		search_table
			search_title
			search_sep_top
			search_item_title
			search_item_text - search_item_checkbox - search_item_select
			search_sep_bottom
			search_sep_button
			search_sep_right
			search_sep_left
*/

/* Column where the search table is in */
td.search_box {
	width: 100%;
	vertical-align:top;
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	border-left:1px solid #333333;	
}

td.search_left_colunm{
	width: 0px;
	/*border-left:1px solid #7F9DB9;*/
}

/* The search table */
table.search_table {
	vertical-align: top;
	font-family: Arial,Verdana;
	font-size: 8pt;
	color: #090A86;
	background-color: #cccccc;
}

/* The title of the search ( ex: Criteria ) */
.search_title {
	/*background-color: #F5F3EE;*/
	color: #3F3B3A;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	vertical-align:center;
	height: 20px;
}

/* The title of an item */
.search_item_title {
	height: 40px;
	padding-left:8px;
}

/* The title of an item */
td.search_item_title span {
	font-weight: normal;
	font-size: 8pt;
	color: #3F3B3A;
}

/* An input=text item */
.search_item_text {
	size: 10;
	font-weight: normal;
	font-size: 8pt;
	width: 130;
	color: #3F3B3A;
	border:1px solid #333333;
	
}

/* A select item */
.search_item_select {
	size: 1;
	font-weight: normal;
	font-size: 8pt;
	width: 130;
	color: #3F3B3A;
	border:1px solid #333333;
}

.search_button{
	margin: 0 0 0 0;
	background-color: #F5F3EE;
	border:'1px solid #cccccc';
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#3F3B3A;
	cursor : hand;
}

/* The separator between the title and the first item */
.search_sep_left {
	width: 1px;
	background-color: #C3D8F7;
	height: 1px;
}

/* The separator between the title and the first item */
.search_sep_right {
	width: 1px;
	background-color: #C3D8F7;
	height: 1px;
}

/* The separator between the title and the first item */
.search_sep_top {
	height: 1px;
}

/* The separator between the title and the first item */
.search_sep_bottom {
	height: 1px;
}

.search_button_box{
	text-align:center;
	padding-bottom:10px;
}
