/*###########################################################################
#	VERSION 1.1																#
#																			#
############################################################################*/


div .rssCont1, .rssCont2, .rssCont3, .rssCont4, .rssCont5, .rssCont6, .rssCont7 {
display:none;
}
/*############################
	SEARCH RESULTS Table
	Inherits Global Table Style, Code below adds on top of global style.
############################*/

div.GotoPageForm {
	color: #3C3C3C;
}

table#searchResults {
}

	/* Table Column Widths */
	table#searchResults col.resultNumber { width:1%;}
	table#searchResults col.thumbnail { width:50px; }
	table#searchResults col.title { }
	table#searchResults col.author { width:15%; }
	table#searchResults col.year { width:5%; }
	table#searchResults col.flags { max-width:20px; }
	table#searchResults col.info { width:25%; }

	table#searchResults caption {
		display:none;
	}


	/* Thumbnails */
	table#searchResults img.img1,
	table#searchResults img.img2,
	table#searchResults img.img3,
	table#searchResults img.img4 {
		max-width: 100px;
		max-height: 100px;
		background-repeat: no-repeat;
		background-position: top left;
	}
	table#searchResults img.img1 { background-image: url("../../images/search_results_img_bg1.gif"); }
	table#searchResults img.img2 { background-image: url("../../images/search_results_img_bg2.gif"); }
	table#searchResults img.img3 { background-image: url("../../images/search_results_img_bg3.gif"); }
	table#searchResults img.img4 { background-image: url("../../images/search_results_img_bg4.gif"); }


	table#searchResults span.ShortTFlags img {
		max-width:35px;
		max-height:100%;
		margin:1px;
	}

/*############################
 SubHeaderTop and SubHeaderBottom
############################*/


div.SubHeaderTop, div.SubHeaderBottom { 
	line-height: 2em;
	font-size: .9em;
}

div.SubHeaderBottom {
	border-width:1px 1px 10px 1px;
	border-color: #DEDEDE;
	border-bottom-color: #5E5E5E;
}

div.SubHeaderTop span.SearchMsg4, div.SubHeaderBottom span.SearchMsg4 {
	font-weight:bold;
	color:#3C3C3C;
	margin-right:10px;
}

div.SubHeaderTop a, div.SubHeaderBottom a { 
	font-weight:bold;
	font-size:.9em;
	margin:0px -1px;
	padding:1px 4px;
	text-decoration:none;
	color:#3C3C3C;
	background:#DDDDDD;
	border:1px solid #9F9F9F;
}

	div.SubHeaderTop a:hover, div.SubHeaderBottom a:hover { 
		color: #252525;
		background: #A3A3A3;
		border-color: #828282;
	}

div.SubHeaderTop span.PagingButton a, div.SubHeaderBottom span.PagingButton a {
	font-weight:bold;
	color: #3C3C3C;
}

div.SubHeaderTop span.PagingNumber, div.SubHeaderBottom span.PagingNumber {
	font-weight:bold;
	color: #3C3C3C;
	margin-left:5px;
}

span.ShortTitleAv {
	font-weight:bold;
}

/*############################
	Buttons
############################*/

div#TheButtons input {
	width: 160px;
	height: 25px;
	margin: 2px;
	font-size:.8em;
}

a.DisplayAs {
	margin: 0 0 5px 0;
	line-height: 2em;
	padding: 2px 2px 2px 20px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	background: transparent url("../../images/icon_shelf.png") no-repeat 0% 50%;
}

a.DisplayAs:hover {
	text-decoration: underline;
}