html,body {
	height:100%;
	width:auto;
	margin:0px;
	padding:4px;
	border:none;
	text-align:center;

	scrollbar-arrow-color: white;
	scrollbar-track-color: #88AA88;
	scrollbar-face-color:#EEFFEE;
	scrollbar-shadow-color: #dFd;
	scrollbar-highlight-color: #fef;
	scrollbar-darkshadow-color: #aaa;
	scrollbar-3dlight-color: #eee;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#result {
    position: absolute;
	top: 120px;
	bottom: 0px;
	left: 0;
	right: 0;
	overflow: auto;
	text-align:center;
}
 
#result_sm {
    position: absolute;
	top: 110px;
	bottom: 0px;
	left: 0;
	right: 0;
	overflow: auto;
	text-align:center;
}

#resultPage {
	width: 100%;
	height: 100%;
	position:absolute;
}
 
#coolBar {
	height: 72px;
	position: absolute;
    z-index:10000;
    width: 100%;
	top: 0px;
	left: 0px;
	/*border-bottom: solid 1px #aaaaaa;*/
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-top: 86px;
	background-color:white;
	background-image:url('/sct.png');
	background-repeat: no-repeat;
	background-position: center -10px;
}

#coolBar_sm {
	height: 108px;
	xposition: absolute;
	xz-index:10000;
	xwidth: 800px;
	xtop: 0px;
	xleft: 0px;
	/*border-bottom: solid 1px #aaaaaa;*/
	xtext-align: left;
	xmargin: 0px;
	xpadding: 0px;
	xpadding-top: 16px;
	xpadding-left: 342px;
	xbackground-color:blue;
	xbackground-image:url('/sct_sm.png');
	xbackground-repeat: no-repeat;
	xbackground-position: left -10px;
}

#searchimg {
	position:relative;
	top:-10px;
	border:0px solid black;
	margin-bottom:-20px;
}

#cse-search-results {
	/*margin-left:30px;*/
}

#tagline {
	font-family:arial;
	font-size:9px;
	color:#4a4;
	margin-bottom:30px;
}

#tagline_sm {
	font-family:arial;
	font-size:9px;
	color:#4a4;
	margin:0px;
	padding:0px;
}
