/*search css start */

fieldset{
	border:none;
}

#searchInputContainer{
	/* This div contains the transparent search box */
	width:420px;
	height:36px;
	background:url("../images/searchBox.png") no-repeat;
	float:left;
	margin-right:12px;
}

#s{
	/* The search text box. */
	
	border:none;
	color:#888888;
	background:url("../images/searchBox.png") no-repeat;
	
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	height:36px;
	line-height:36px;
	margin-right:12px;
	outline:medium none;
	padding:0 0 0 35px;
	text-shadow:1px 1px 0 white;
	width:385px;
}

/* The UL that contains the search type icons */

/* The submit button */

#submitButton{
	background:url('../images/buttons.png') no-repeat;
	width:83px;
	height:36px;
	text-indent:-9999px;
	overflow:hidden;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
}

#submitButton:hover{
	background-position:left bottom;
}

.results{
	width:497px;
	margin:auto 0;
}


p.notFound{
	text-align:center;
	padding:0 0 40px;
}


/* Web & news results */


.webResult h2{ 

	font-size:18px;
	font-weight:normal;
	padding:0px 20px;
	color:#000000;
}
.webResult h2 b{ color:#d52e27; }
.webResult h2 a{ color:#d52e27;border:none;}
.webResult p{ line-height:1;padding:8px 20px; color:#000000;}
.webResult p b{ color:#000000;}
.webResult > a{ margin-left:20px; color:#012251;}


/* Image & video search results */


.imageResult{
	float:left;
	height:180px;
	margin:0 0 20px 80px;
	text-align:center;
	width:152px;
	overflow:hidden;
}
.imageResult img{ display:block;border:none;}
.imageResult a.pic{

	display:block;
	margin:0 auto 15px;
}

/* The show more button */

#more{
	width:83px;
	height:36px;
	background:url('../images/more.png') no-repeat;
	cursor:pointer;
	margin:40px auto;
}

#more:hover{
	background-position:left bottom;
}



/* Giving Credit */

p.credit{
	margin:20px 0;
	text-align:center;
}

p.credit a{
	color:#012251;
	font-size:10px;
	padding:4px 8px;
}

p.credit a:hover{
	background-color:#38464f;
	border-color:#38464f #788E9B #788E9B #38464f;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	border-bottom:0px dotted #97cae6;
	color:#012251;
}

a:hover{
	border-bottom:0px dashed transparent;
	color:#012251;
}

.clear{
	clear:both;
}