<!--

/* search: options toolbox */

.search-options {
	background-color:#D1CEC5;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:-9px;
}

.search-options FORM {
	margin:0px;
	padding:0px;
}

.search-options TABLE {
	width:100%;
}

.search-options TD {
	vertical-align:top;
	padding:5px;
	white-space:nowrap;
	line-height:20px;
}

.search-options INPUT.search-textbox {
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:0px;
}

.search-options INPUT.search-button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#999999;
	border:1px solid #666666;
	height:18px;
	margin-top:4px;
	margin-right:7px;
}

/* search: options toolbox sections */

.search-options TD.section-list-td {
	border-top:1px solid #666666;
	background-color:#E5E3DE;
}

.search-options-sections {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
	width:500px;
}

.search-options-sections LI {
	float:left;
	width:160px;
}

/* search: results */

.search-results-list {
	clear:both;
	margin:0px;
	padding:0px;
	padding-top:10px;
	margin-left:55px;
}

.search-results-list LI {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #CCCCCC;
	color:#000000;
}

.search-results-list LI DIV.result-title {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#000000;
	margin-bottom:4px;
}
.search-results-list a{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#0C65AD;
	margin-bottom:4px;
}
.search-results-list LI DIV.result-info {
	font-size:12px;
	font-weight:normal;
	color:#333333;
	margin-bottom:4px;
}

.search-results-list LI DIV.result-summary {
	font-weight:normal;
	color:#666666;
	line-height:16px;
}

/* search: pager */

.search-results-pager {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
}

.search-results-pager UL {
	margin:0px;
	margin-top:0px!important;
	padding:0px;
	list-style:none;
	list-style-type:none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #000000;
	height:18px;
	padding:1px;
	padding-right:0px;
	background-color:#EEEEEE;
	white-space:nowrap;
	float:left;
}

.search-results-pager LI {
	margin-right:1px;
	height:18px;
	line-height:16px;

}

.search-results-pager LI.search-pager-info {
	float:left;
	background-color:#D1CEC5;
	color:#333333;
	width:82px;
	text-align:center;
}

.search-results-pager LI.search-pager-button {
	float:left;
	background-color:#666666;
	font-weight:bold;
	width:22px;
	text-align:center;
}

.search-results-pager LI.search-pager-button-selected {
	float:left;
	background-color:#000000;
	font-weight:bold;
	color:#FFFFFF;
	width:22px;
	text-align:center;
}


.search-results-pager LI.search-pager-button A {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	width:100%;
	height:100%;
}

.search-results-pager LI.search-pager-button A:hover {
	text-decoration:underline;
	background-color:#000000;
}

-->
