
/***** General *****/

a:link { text-decoration:none; color:#0000F0; }
a:visited { text-decoration:none; color:#0000F0; }
a:hover{ text-decoration:underline; }
body { font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:10px; background-color:#F4F4F4; }
td { font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:12px; background-color:#FFFFFF; }
pr { font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:10px; background-color:##F4F4F4; }

/***** Layout *****/

/* Header table - top of page */
.tbl_head { border:1px solid #000000; }

/* Breadcrumb table - below header table on pages other than main page */
.tbl_breadcrumb { border:1px solid #000000; }

/* Main body table */
.tbl_main { border:1px solid #000000; }
.tbl_main_left { border-right:1px solid #000000; }
.tbl_main_right { border-left:1px solid #000000; }

/* Footer table - bottom of page */
.tbl_foot { border:1px solid #000000; padding:10px; }

/***** Category/Listing specific *****/

/* directory listings */
.item_a { text-decoration:underline; font-size:11px; font-weight:bold; }
.item_desc { font-size:10px; }
.item_url { font-size:10px; color:#666666; }
.item_stats { font-size:10px; color:#333333; }
.item_rate { font-size:9px; border:1px solid #003366; }

/* text style on rating popup */
.rate_result { font-size:12px; color:#333333; text-align:center; }

/* search result data (relevance, etc) */
.srch_res_data { font-size:10px; color:#333333; }

/* Teaser text under main cat listings */
.subcat { font-size:10px; }

/* new links on main page */
.newlinks { font-size:10px; }

/* breadcrumbs */
.crumbs { font-size:11px; font-weight:bold; padding:4px; }

/***** Misc text *****/

/* text next to form fields on add url page */
.addurltext { font-size:12px; font-weight:bold; }
.addurltextsmall { font-size:10px; }

/* copyright statement at bottom of pages */
.copy { font-size:11px; color:#333333; }

/* Section headings */
.hdr_text { font-size:12px; color:#000000; font-weight:bold; text-decoration:none; background-color:#dddddd; padding:2px; }

/* Statistics (bottom of main body) */
.stats { font-size:10px; color:#666666; font-style:italic; }

/* Astronomy news items */
.carpitem { font-size:10px; }

/* search terms on results page */
.srch_terms { background-color:#BFFFBF; font-weight:bold; }


/***** Search form *****/
.search_box { border:1px solid #999999; background-color:#E8E8E8; font-size:10px; }
.search_button { border:1px solid #999999; background-color:#E8E8E8; font-size:10px; }
.search_adv { font-size:10px; }

/****** sponsored links *********/
.abc_results {
	border-bottom:1px dashed #000099;
	/*padding:10px;*/
	margin-top:10px;
	/*background-color:#F5F5F5;*/
	/*width:95%;*/
	text-align:left;
}

/******* last 5 searches *******/
.lastfive {
	padding:3px;
	border-bottom:1px solid #000000;
}
.lastfive-hdr {
	padding:3px;
	background-color:#dddddd;
	font-weight:bold;
	font-size:10px;
	text-align:center;
}



