td.boardlist
{
width: 20%;
vertical-align: top;
}

td.featured
{
width: 80%;
vertical-align: top;
}

/* Bottom Banner Cell */
div.bbn {
	height: 42px;
	padding-top:21px;
	text-align: center;
	background-color: #9999ff;
}

/* Botton Banner Image */
img.bbn {
	width: 361px;
	height: 28px;
	vertical-align:middle;
}

/* Generic frame */
div.smart {
	margin-top: 10px;
	border: 2px solid silver;
	text-align: center;
	padding:4px;
}

body {
	color: #000077;
}

body, div#cse-search-results>iframe {
	background: #ffffcc;
	background: linear-gradient(left center,#ffffcc, #ffffee);
	background: -moz-linear-gradient(left center,#ffffcc, #ffffee);
	background: -webkit-gradient(linear, left center, right center, from(#ffffcc), to(#ffffee));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorStr=#ffffcc, endColorStr=#ffffee);
}
div#cse-search-results>iframe {
	height: 1100px;
	width: 100%;
}
