@import url('https://fonts.googleapis.com/css2?family=Aref+Ruqaa:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gotu&display=swap');

/*Search page body */
body {
	color: #666;
	background-color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.7em;
}


/* Links */
a,a:visited {
	color: #8E1E5B !important;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* Inline Elements */
p {
	padding-bottom: 1em;
}

p:last-of-type {
	padding-bottom: 0;
}

p.et_normal_padding {
	padding-bottom: 1em;
}


input[type=radio]:checked ~ .check {
  border: thin solid #666;
}

input[type=radio]:checked ~ .check::before{
  background: #0097A2;
}

input[type=radio]:checked ~ label{
  color: #0097A2;
}
strong {
	font-weight: bold;
}

cite,
em,
i {
	font-style: italic;
}

pre,
code {
	margin-bottom: 10px;
	font-family: Courier New, monospace;
}

ins {
	text-decoration: none;
}

sup,
sub {
	position: relative;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
}

sup {
	bottom: 0.8em;
}

sub {
	top: 0.3em;
}

dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

blockquote p {
	padding-bottom: 0;
}

embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
	padding-bottom: 10px;
	color: #333;
	font-weight: 500;
	line-height: 1em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}
/*Top categories*/
.main_cat1 {font-size: 16px; font-weight: bold; color:#0000FF}
.main_cat2 {font-size: 12px; font-weight: bold; color:#0000FF}
.cat1:visited {font-size: 16px; font-weight: bold; color:#5555AA}

/*Small urls*/
.url {color: #8E1E5B}


a:visited{color:#8E1E5B}
/*hr{color:#000066}*/

/*Page descriptions*/
.description{font-size: 13px;}

/* */
td {font-family:arial,sans-serif; font-size: 13px; }

/* Title/link of pages */
.title{color:#0000FF; font-size:15px}



table.searchBox{border:none 0;margin:0 auto;}

#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
}
.webPageBanner {
	padding:3px;
	margin-top:20px;
	background-color:#e5ecf9; 
	font-weight: bold
}

hr{color:#000066;}
hr.powered{width:550; color: #000066}

/*main results table */
#results{
	width: 780;
	padding-left:30px;
}

h1 {
	text-align: center;
	font-family: Verdana, Ariel;
	font-size:20px;
	color: #000066;
	}

#other_pages {
	text-align:center;
}

#powered_by {
	margin:0 auto;
	margin-top:20px;
	padding-top:10px;
	font-size:10px;
	text-align:center;
	vertical-align: center;
	position:absolute;
	bottom: 10px;
    width: 360px;
    left: 0;
    right: 0;
}

#common_report {
		text-align:center;
}

#cat_table {
		width:600px;
		margin-top:20px;
		padding-top:10px;
		padding-bottom:20px;
		border-top:1px solid #AAAAAA;
		border-bottom:1px solid #AAAAAA;

}

#cat_main {
	font-weight: bold;
}

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

#sub_cat {
	font-size:12px;
}

.idented {
	margin-left:0;
}

#did_you_mean {
	font-size: 14px; 
	text-align:center ;
	margin:10px;

}
.searchbox form{
	margin:50px auto 0;
}
.search-init .searchbox{
	height:330px;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	width:100%;
	max-width:700px;
	border:none 0;
}
.logo{
	margin:20px 0 auto;
	display:block;
	font-size:40px;
	text-align:center;
	color:#000066;
}
.searchbox h1{
	color:#0097A2;	
	font-size: 19px;
	margin:0;
	font-family: 'Gotu';
	
}
#query{
	width:100%;
	padding:6px 50px 6px 10px;
	font-size:40px;
	border:3px solid #d6d6d6;
	border-radius:8px;
	margin-bottom:14px;
}
.searchbox button{
	position: absolute;
	right: -60px;
	margin-top: -76px;
	font-size: 26px;
	color: #8E1E5B;
	border: 3px solid #d6d6d6;
	background: transparent;
	padding: 15px;
	border-radius: 8px;
	cursor: pointer;
}
.search-result #powered_by{
	position:relative
}

.searchbox input[type=radio]{
	margin-right:12px;
	margin-left:47px;
}
.searchbox td input[type=radio]:first-child{
	margin-left:10px;
}
.searchbox select{
	margin-right:15px;	
}
#powered_by a{	
	color:#8E1E5B !important;
}
