/*Search page body */

/*Top categories*/
.main_cat1 {
	font-size: 16px;
	font-weight: bold;
	border: 1px solid red;
}
.main_cat2 {
	font-size: 12px; 
	font-weight: bold;
	border: 1px solid blue;
}
.cat1:visited {
	font-size: 16px;
	font-weight: bold;
}

/*Small urls*/
.url {
	font-weight: bold;
}

/*Page descriptions*/
.description {
}

/* Title/link of pages */
.title{
	font-size: 1.2em;
}

table.searchBox {
}
table.searchBox tr:hover {
	background-color: white !important;
}
table.searchBox input {
	width: 200px !important;
}

#result_report {
	text-align:center ;
	padding:3px;
	background-color:#e5ecf9; 
	font-weight: bold;
	margin-bottom:14px;
}

.catBanner {
	padding:3px;
	margin-top:15px;
	background-color:#e5ecf9; 
	font-weight: bold;
	border: 1px solid yellow;
}

.webPageBanner {
	padding:3px;
	margin-top:20px;
	background-color:#e5ecf9; 
	font-weight: bold;
	border: 1px solid green;
}

hr {
}

/*main results table */
#results {
	width: 100%;
}

#other_pages {
	text-align: center;
}

#common_report {
	text-align: center;
}

#cat_table {
	width: 100%;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:20px;
	border-top:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	border: 1px solid purple;
}

#cat_main {
	font-weight: bold;
}

.divline{
	margin-top: 20px;
	margin-bottom: -5px;
	border-bottom: 1px solid #DDDDDD;
}

#sub_cat {
}

.idented {
	margin-left: 30px;
}

#did_you_mean {
	text-align: center ;
	margin: 10px;
}