table.std_table		{	width:100%;	border-collapse:collapse;	border-top:3px solid #70afdd;	border-bottom:3px solid #70afdd;}
table.std_table th 	{	padding:6px 8px;	background:#b3daf6;	border-right:1px solid #70afdd;	border-left:1px solid #70afdd;	color:#2f6b90;}
table.std_table td 	{	padding:6px 8px;	background:#fafafa;	border-right:1px solid #aabcfe;	border-left:1px solid #aabcfe;	border-top:1px solid #aabcfe;	color:#2f6b90;}

table.min_table 		{	border-collapse:collapse;	width:100%;}
table.min_table th	{	text-align:left;	font-weight:normal;	margin:0;	padding:0;	border-top:dotted 1px #70afdd;}
table.min_table td 	{	text-align:right;	margin:0;	padding:0;	border-top:dotted 1px #70afdd;}
table.min_table tr:first-child th {	border-top:0;}
table.min_table tr:first-child td {	border-top:0;}

/* Ini - base search form css */
#search {
	background:#4e8fb7 url(/form_search_bg.gif) no-repeat bottom left;
	float:left;
	width:540px;
	min-height:74px;
	padding:20px;
}

#search fieldset {
	background:transparent url(/form_search_arr.gif) no-repeat 0px 0px;
	padding-left:85px;
	width:445px;
}

#search fieldset#search_prog {
	display:none;
}
#search fieldset#search_stat {
	display:none;
}
#search fieldset#search_main {
	display:block;	
}
#search fieldset strong {
	font:normal 14.25pt verdana,sans-serif;
	color:#fff;

	width:100%;
	float:left;
	clear:both;

	margin:-5px 0 0.75em 0;
	padding:0;
}

#search button {
	background:transparent url(/form_search_btn.gif) no-repeat;;
	height:30px;
	width:124px;
	float:left;
	border:0;	
}
/* Fin - base search form css */