@charset "UTF-8";
/* CSS Document */

/* Searchbox */
#submitButton{
	cursor:pointer;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  width: 50px;
  height: 25px;
  margin-left: 5px;
  background: transparent url(/ir/common/imgs/bt-search.gif) no-repeat left top;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
}
#submitButton:hover{
	background-position:left bottom;
}
/* 20140313 add */
#globalSeachArea #search {
	color: #999999;
}

/* Web & news results */


.webResult{ margin-bottom:5px;}
.webResult h2{ 
	font-size:107%;
	font-weight:normal;
	padding:0px 20px 8px;
}
.webResult h2 b{ font-weight:bold; }
.webResult h2 a{ border:none; text-decoration:underline;}
.webResult h2 a:hover{ border:none; text-decoration:none;}
.webResult p{ line-height:1.5;padding:10px 20px 25px;}
.webResult p b{ font-weight:bold;}
.webResult > a{ margin-left:20px;}

#SearchListTitle {
	font-weight: bold;
	font-size: 136%;
	margin-bottom:30px;
}
#more {
	text-align:center;
}
#more a {
	cursor:pointer;
}