﻿TD.search {
	color: #004677;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
}

INPUT.search {
	background-image: url(../Images/Utility/input_bg.jpg);
	background-position: left bottom;
	border: solid 1px Black;
	font-size: x-small;
	/*height: 16px;*/
	margin: 0px 0px 0px 0px;
	padding: 1px 2px 1px 2px;
	vertical-align: middle;
}

.search-button {
	font-size: x-small;
	font-weight: bold;
	height: 22px;
	vertical-align: middle;
}

#searchcontrol .gs-webResult {
	width: 100%;
}

#searchcontrol .gsc-control { width : 100%; }

/*display the long URL and hide the short one*/
#searchcontrol .gs-webResult .gs-visibleUrl-short { display:none; }
#searchcontrol .gs-webResult .gs-visibleUrl-long { display:block; }


