/**
margin: 25px 50px 75px 100px;
        top margin is 25px
        right margin is 50px
        bottom margin is 75px
        left margin is 100px
**/
.normal{
	font-weight: normal;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.OpenAccess{
	color: #ee3524;
}

input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}

#SearchContainer{
	display:block;
	width:100%;
}

/**Search boxes**/
.searchBoxWrapper{
	width:100%; 	
	display:block; 
	padding-bottom:0px;
	margin-bottom:0px;
	text-align:center;
}

.searchBoxTitle{
	height: 300px;
	display:block; 
	width:100%;
	margin:0px auto;
	position: relative;
}
.searchBoxBackgroung{
	height: 300px;
	width:100%;
	margin:0px auto; 
	/**background-image: url("./images/Research_background.jpg");**/
	background-image: url("/fas/PublishingImages/Research/Research_background.jpg");
	background-repeat: no-repeat;
    background-size: 100% 100%;
	position: absolute;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.searchBoxContents{
	position: absolute;
	bottom: 0;
    left: 0;
	opacity:2;
}

::placeholder{
	opacity:0.4;
}

.searchBoxContents span{
	vertical-align:top;
	font-size:30px; 
	padding-left:5px;
	padding-top:16px;
	height: 10px;
	display: inline-block;
	color:black;
	font:bold;
}
.searchBoxContents	 img{
	vertical-align:bottom;
	padding-top:20px;
	width:35px;
}

.inputWrapper{
	margin: 10px auto;
	display: inline-block;
}

.inputWrapper select, #input_field, #input_keyword{
	float:left; 
	width:100%; 
	height:40px;  
	display:block; 
	margin: 3px auto;
	border: 1px solid #dadbdb;
	padding-left: 15px;
	
	/*fix width and height of select and input fields to be equal*/
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}



#Result{
	width: 100%;
	height: 40px;
	display: block;
}
#result_checkbox{
	width: 45%;
	height: 100%;
	display: block;
	float: left;
	padding-left:0px;
	padding-top:10px;
}
#checkbox_input{
	float: left;
}
#btnSearchGo{
	float:right;
	width:45%; 
	height:40px; 
	background-color:#ee3524; 
	color:#fff; 
	border: 1px solid #dadbdb; /*fix height of Submit button*/
}
/**End of Search boxes**/

/**Results**/
.searchBoxResults{
	/**display: none;**/
	display: block;
	width: 100%;
	margin: 0px auto;
}
.results_list{
	list-style-type:none;
	padding:0px;
	width:100%;
	margin:0px
}
.box{
	width: 100%;	
}
.box a{
	color:#ee3524; 
}
#empty_result{
	color:#ee3524;
}
.box:hover {
  background-color: #dadbdb;
}

.bold{
	font: bold;
}

/**End of Results**/