/*
	/parknpool/includes/styelsheets/search_tbl.css
	 
	Copyright (c) 2006-2008 ParknPool Corp.
	
	2006/04/14 mv	Initial coding.
	2006/08/16 mv	Convert to new page format.
	2008/02/12 mv	Modify to use new page design.
*/

/* Used in Categories page intro section */

.searchPageParameter {
	color: #006600;
	background-color: #ffffff;
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
}

/* Used in Intro Section Table of Search Page */

table.searchTable {
	background-color: #fff;
	color: #ffffff;
	border: 1px solid #ccc;
	margin-bottom:15px;
	padding: 5px;
	text-align: left;
	width: 500px;
}

.save {
	width: 405px !important;
}

.searchTableCaption {
	font-size: x-small;
	font-weight: bold;
}

.searchTableCats {
	text-align: center;
	width: 100%;
}

tr.searchTableContentsEven {
	background-color: #ccc;
	color: #ffffff;
	font-size: xx-small;
	font-weight: bold;
	vertical-align: top;
}

tr.searchTableContentsOdd {
/*	background: #FCEBBE; */
	font-size: xx-small;
	font-weight: bold;
	vertical-align: top;
}

tr.searchTableHeader {
/*	background: #630; */
    background-color: #ffffff;
	color: #363;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
	vertical-align: top;
}

