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

body {
	background-color: #e2ecf1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #333;
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
}
#search {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	padding: 8px;
	margin:10px;
	position: relative;
	float:left;
	width:270px;
	z-index: 100;
}
#search_main {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	padding: 8px;
	margin:10px auto;
	position: relative;
	width:50%;
	z-index: 10;
}
#header {
	width:100%;
	height:100px;
	background-image:url(../images/research_header.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#002c59;
	
}
#footer{ 
height:35px; 
width:100%; 
clear:both;
text-align:center;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
background-color:#b9c8d4;
padding-top:10px;

}

#menu{ 
height:40px; 
width:100%; 
clear:both;
background-color:#002c59;
border-bottom:5px solid #c7d7e3;

}

.goTop a:link{ float:right; margin-right:10px; width:50px; margin:10px; text-decoration:none;}


div.nav_year {
	background: #619dbb;
	padding:3px 5px;
	margin: 0 0 5px 0;
	-moz-box-shadow: 0 0 8px #ccc;
	-webkit-box-shadow: 0 0 8px #ccc;
	border:2px solid #fff;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
div.nav_year a:link, div.nav_year a:visited {
	color:#FFF;
	text-decoration:none;
}
div.nav_year a:hover {
	color:#ffffb6;
	text-decoration:none;
}

h5 {
	
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:#666;
text-decoration:none;
margin:0px;
margin-bottom:5px;

}

#Academic {
	background-image:url(../images/Academic.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:45px;
	width:240px;
	z-index:999;
	margin-left:-27px;
	margin-top:-5px;
	margin-bottom:5px;
	
}

#results{
	background-color:#FFF;
	background-image:url(../images/gradient.png);
	background-position:top;
	background-repeat:repeat-x;
	border-bottom:2px solid #e78d15;
	border-top:2px solid #e78d15;
	padding:2px;
	margin:5px 0;
	clear:both;
}

	
div.result /*each search result display*/

	{
	color:#cf6612; /*e78d15*/
	text-decoration:none;
	text-align:left;
	display:inline;
	margin:0px 2px;
	padding:4px 10px 2px 2px;
	border-right:1px dotted #ccc;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	cursor:default;
	line-height:25px;
	}	
	
div.result span  	/*Table cell properties*/
	{
	color:#2c54b3; /*5e8823*/
	text-decoration:none;
	font-style:normal;
	margin:0px 3px;
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	}
	
div.result span:hover  	/*Table cell properties*/
	{
	color:#179c6f;/*8f9d28*/
	text-decoration:none;
	
	}

hr{ 
margin:4px 8px;
padding:0px;
height:1px;
border:none;
border-bottom:1px dashed #8f9d28;
}	

#example-one div.nav, #example-one div.nav a:current
{
background-color: #20a7d7;
color: white;
}

table.ResultTable		/*Table default properties*/
	 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border-collapse:collapse; /*merge borders of adjoining cells*/
	border:solid 1px #ccc;
	text-align: center;
	background-position: center;
	margin-left: 20px;
	}
table.ResultTable caption		/*Table Header properties**/
  	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	background-color: #fff;
	text-align:left;
	color:#619dbb;
	font-weight:bold;
	height:30px;
	padding:4px;
	padding-bottom:1px;
	border:1px solid #ccc;
	border-bottom:2px solid #ccc;
	vertical-align: baseline;
	
  	}	

table.ResultTable th		/*Table Header properties**/
  	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #fff;
	text-align:center;
	background-color:#619dbb;
	font-weight:bold;
	height:30px;
	padding:4px;
	border:1px solid #ccc;
	border-bottom:2px solid #ccc;
	
  	}	

table.ResultTable tr	/*Table Row properties*/
	{
	height:25px;
	margin: 2px;
	border:solid 1px #ccc;
	}
table.ResultTable	 td	/*Table cell properties*/
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	height:25px;
	width:auto;
	text-align: left;
	background-color:#f1f6f9;
	color:#186590;
	border:solid 1px #ccc;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	vertical-align: top;
	}
		
table.ResultTable td a:link, table.ResultTable td a:visited 	{
	color:#186590;
	text-decoration:none;
	}
	
table.ResultTable td a:hover {
	color:#20a7d7;
	text-decoration:underline;
	}

	table.ResultTable	 td.left	/*Table cell properties*/
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	height:25px;
	width:auto;
	text-align: left;
	background-color:#f1f6f9;
	color:#186590;
	border:solid 1px #ccc;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	}