.searchComponent, .searchComponent.grey {
	/*the width is just set to simulate the width of the main column on the pc web*/
	/*width: 100%;*/
    background-color: #F5F5F5;
    border:1px solid #bebdbe;
	margin:0;
	padding:0;
}

.searchComponent.white {
    background-color: #fff;
}

.searchComponent.noborder {
    border : 0;
}

.searchComponent .top {
	padding: 9px 9px 4px 17px;
}

.searchComponent div.count_search_results{
	padding-left: 17px;
	background-color: #c6c6c6;
	color: #fff;
	font-weight:bold;
	font-size: 17px;
	line-height:21px;
}

.searchComponent h3 span.label{
	color: #fff;
}

.searchComponent h3.greyongradwhite span.label{
	color: #444 !important;
}

.searchComponent h3 a {
	color:#fff;
    font-size:12px;
    margin-left: 20%;
}

.searchComponent h3.greyongradwhite a{
	color: #444 !important;
}

.searchComponent div.view_results{
	background-color: #fff;
	padding: 4px 4px 4px 17px;
}

.searchComponent input,
.searchComponent select{
	border: 1px solid #ccc;
}

.searchComponent div.label_container {
	width: 65px;
	float: left;
}

.searchComponent div.label_container.period {
	padding-top: 16px;
	vertical-align: bottom;

}
.searchComponent select {
    width: 190px !important;
    margin-bottom: 4px;
}

.searchComponent .categorySelection select {
    height:100px;
    width:150px;
}

.searchComponent .and_date {
	height: 13px;
    background: url(/css_images/form_elements/newsfinder/and.gif) no-repeat center;
    width:250px;
    text-align:center;
}

.searchComponent td a.view_results{
	font-weight: bold;
	font-size:14px;
	color: #576a8a;
	text-decoration: none;
	float:left;
}

.searchComponent td.result_table_cell {
	padding-left:10px;
}

.searchComponent table.datatable, table.datatable tr{
	border:none !important;
}

.searchComponent div.view_results.odd{
	background-color: #f9f7f9;
}

.searchComponent td span.results_date{
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}

.searchComponent td a.results_source {
    padding-left: 4px;
}

.searchComponent label  {
	font-weight: bold;
	font-size: 12px;
    vertical-align:top;
	color: #424242;

}

.searchComponent .goToFullSearch {
    font-weight: bold;
	font-size: 12px;
    vertical-align:top;
    float:right;
    padding-right: 15px;
}

.searchComponent input[type=radio]{
	vertical-align: top;
	border: none;
}

/* this needs to be specified because IE6 doesn't understand input[type=radio] */
.radio_selector input {
    border: none;
}

.searchComponent div.navigate_results{
	border-top: 1px solid #e8e7e8;
	background-color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	text-align: right;
	padding-right: 17px;
}

.searchComponent div.navigate_results a{
	text-decoration: underline;
}


.searchComponent input.search_text{
	width: 140px;
	height: 20px;
	line-height: 18px;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0 2px 2px;
    margin: 0 3px 5px 3px;
	vertical-align:middle;

}

.searchComponent input.search_text.fieldWidth2 {
   width: 300px; 
}

#ME_column .searchComponent input.search_text{
    width: 160px;
}

.searchComponent div.radio_selector{
	padding-top:2px;
}

.searchComponent a.search_button {
	margin-left: 0;
	background-color:#FF8000;
	font-weight: bold;
	font-size:15px;
	text-decoration: none;
	color: #fff;
	border: none;
	height: 27px;
	line-height: 27px;
	padding: 5px;
    outline: none;
    vertical-align:middle;
}

.searchComponent td{
	border: none;
}

/*IE 6 HACK*/
* html .searchComponent a.search_button {
    padding: 5px 10px 25px;
    top: 5px;
    position:relative;

}

/* IE 7 */
*:first-child+html .searchComponent a.search_button {
    top: 4px;
    position:relative;
}

.searchComponent  a.search_button span {
    background:transparent none repeat scroll 0 0;
    border:1px solid white !important;
    color:#FFFFFF;
    margin:-2px;
    padding:2px 10px;

}

/*IE HACK*/
* html .searchComponent a.search_button span{
	display:inline;

}

/** new solution */
.searchComponent input.search_button {
	margin: 0 0 5px 3px;
	background-color:#FF8000;
	font-weight: bold;
	font-size:15px;
	text-decoration: none;
	color: #fff;
	height: 27px;
	border:1px solid #fff;
    padding: 0 10px;
    cursor:pointer;
    vertical-align:middle;
}

/** new solution */
.searchComponent.white input.search_button {
	border:1px solid #e8e7e8;
}

.borderradius .searchComponent input.search_button {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius:3px;
}

.searchComponent td{
	border: none;
}

/*IE 6 HACK*/
* html .searchComponent input.search_button {
    padding: 5px 10px 25px;
    top: 3px;
    position:relative;

}

/* IE 7 */
*:first-child+html .searchComponent input.search_button {
    top: 2px;
    position:relative;
}

.searchComponent .line1 {
    line-height:25px;
    margin: 5px;
    display:inline-block;
    vertical-align:top;
}

.searchComponent table.scroller td {
	text-align: right;
}

.searchComponent table.scroller td a{
	font-size: 	15px;
	font-weight: bold;
	line-height: 22px;
}

.searchComponent a.view_results img {
    margin-left: 3px;
}

.searchComponent .searchResultList ol {
    list-style-type: none !important;
}

.searchComponent .searchRadioButtons {
    display:inline-block;
}

.searchComponent .radio_selector a,
.searchComponent .radio_selector table {
    display:inline-block;    
}

.advanced_options_container .options {
    border: 1px solid #eee;
    padding: 5px;
}

.showHideOptions {
    padding-left: 10px;
}

.showHideOptions a {
    padding-right: 15px;
}

.sortParameter {
    margin: 15px 0 5px 0;
    position:relative;
    display:block;
}

.sortParameter table {
    display:inline-block;
    margin-left: 5px;
}

a.sortbutton {
    padding: 5px;
    font-weight:bold;
}

.searchResultItem {
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 20px;
}

.searchResultItem .article_title {
    display: block; 
    clear:left;
}

.searchResultItem .article_title a {
    padding-right: 10px;
}

.searchResultItem .article_title a.freetrial {
    font-size: 11px;
    font-weight: normal;
}

.searchResultItem .categoryName {
    color: #CE6A07;
}

.searchResultItem .relevance {
    display: inline-block;
    float:right;
}

.searchResultItem .article_date,
.searchResultItem .article_date .date {
    display:inline-block;
    float:left;
    margin: 0;
    padding: 0;
    font-weight:normal;
}

.searchResultItem .article_abstract {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 0;
}

