@import url("navbar-custom.css");
p{
	color: #003366;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	font-style:bold;
}

.portalButton a{
	width: 120px;
	padding: 20px;
	border: 1px solid #dcdcdc;
	height: 145px;
	float: left;
	margin: 10px 0 10px 10px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	/*background: -moz-linear-gradient(top,  rgba(169,219,128,1) 0%, rgba(169,219,128,0) 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,219,128,1)), color-stop(60%,rgba(169,219,128,0)));
	*/
}

.portalButton a:hover{
	color: #5b5b5b;
	text-decoration: none;
	/*background: -moz-linear-gradient(top,  rgba(169,219,128,1) 0%, rgba(169,219,128,0) 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,219,128,1)), color-stop(90%,rgba(169,219,128,0)));
	*/
}
.portalButton a:hover img{
	opacity: 1;
	color: #5b5b5b;
	padding-top: 10px;
}
.portalButton img {
	opacity: 0.8;
    -webkit-transition: padding-top 250ms ease-out;
	-moz-transition: padding-top 250ms ease-out;
	-o-transition: padding-top 250ms ease-out;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button
{
  box-sizing: content-box;
  line-height: normal;
}
.gsc-tabsArea div
{
  /*By default, Google custom search CSS sets it as AUTO, which shows scroll bars*/
  overflow: visible;
}
