/* CSS for KSearch Client Side by KScripts */

body {
	background-image: url(../images/gradient_background.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size: 11px;
	list-style-image: url(../images/linusbullet.gif);
}

/* Search Top Frame */
.top_frame { font-size: 12px; font-weight: bold; text-decoration: none; color: #000000;}

/* Search Results */
.results { font-size: 12px; font-weight: normal; text-decoration: none; color: #000000;}

/* Search Help Page */
.help { font-size: 12px; font-weight: normal; text-decoration: none; color: #000000;}
.helpsmall { font-size: 10px; font-weight: normal; text-decoration: none; color: #000000;}

/* Copyright */
.copyright { font-size: 10px; font-weight: normal; text-decoration: none; color: #000000;}

/* Search links */
A.search_results:link { font-size: 12px; font-weight: normal; text-decoration: none;color: #006699;}
A.search_results:visited { font-size: 12px; font-weight: normal; text-decoration: none;color: #006699;}
A.search_results:active { font-size: 12px; font-weight: normal; text-decoration: underline; color: #006699;}
A.seach_results:hover { font-size: 12px; text-decoration: underline; color: #006699;}

/* Regular links */
A:link { font-size: 12px; font-weight: bold; text-decoration: none;color: #006699;}
A:visited { font-size: 12px; font-weight: bold; text-decoration: none;color: #006699;}
A:active { font-size: 12px; font-weight: bold; text-decoration: underline; color: #006699;}
A:hover { font-size: 12px; text-decoration: underline; color: #006699;}

H4 { font-weight: bold; text-decoration: none; color: #000000;}


