.main {font-size: 12px; font-family: Verdana, Arial; font-weight: bold}
html { height: 100%; margin-bottom: 1px; }

/* a:hover{text-decoration: underline}	*/
a {text-decoration: underline; color:#000090}
.white {background-color: #FFFFFF}
.grey {background-color: #F2F2F2}
.darkgrey {background-color: #AAAAAA}
.greyHeading {
	background-color: #EEE; 
	padding: 4px;
}

a#small_button{
	padding: 1px;
	font-size: 12px;
	font-weight: bold;
	color: #00B;
	text-decoration: none;
	text-align: center;

}

a#small_button:hover{
	text-decoration:underline;
}


div.fields label{
	width:40em;
	float:left;
	text-align:right;
	margin-right:1em;
}

input#text {
	background:#f5f5f5;
	font-size:1em;
	margin-bottom:0.5em;
}

input#radio {

}

input:active,input:focus,textarea:active,textarea:focus{
	background:#FFFFBB;
}
div.clear{clear:both;}

.left1 {
	text-align:right;
}

.tableSubHeading {
	background: #eee; 
	font-weight:bold; 
	padding:2px;
	margin-top:5px;
	border: 1px solid #969696;
}

.tableSubSubHeading {
	background: #F2F2F2; 
	font-weight:bold; 
	padding:1px;
}


.field1{
	border:1px solid #969696; 
	background:#f5f5f5
}

div#settings{
	width:80%;
	border:1px solid #202020;
	background:#ffffff;
	padding:1px;
	margin:0 auto;
}

div#indexoptions{
	padding:10px;
	width:500px;
	border:1px solid #202020;
	background:#ffffff;
	margin:0 auto;
}



div#sitelist{

}


div#admin{
    padding:10px;
	margin: 15px 15px;
}

#admin p.warn,#admin p.ok{
	text-align:center;
}



#mainmenu ul li a:hover,#mainmenu ul li a:focus,#mainmenu ul li a:active{
	background: #e5ecf9;
}


#mouse_over{
	background: #e5ecf9;
}



#tabs {
	font-family: Verdana, Arial;
	font-size: 12px;
	clear: both;
	text-align: center;
}

#tabs ul {
	display: inline;
	list-style-type: none;
	margin: 0;
}

#tabs li { 
	float: left; 
	height: 26px;
}

#tabs a { 
	width: 90px; 
}

#tabs a#selected {
	position: relative;
	top: 0px;
	margin: 0 2px 0 0;
	float: left;
	background: #eee;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

#tabs a#default {
	position: relative;
	top: 0;
	margin: 2px 2px 0 0;
	float: left;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	padding: 5px 4px 5px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

#tabs a:hover {
	background: #eee;
	position: relative;
	top: 0;
	padding: 5px 4px 6px 10px;
	margin-top: 0px;
}

#tabs a.active {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #EEE;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #333;
}

#tabs a.active:hover {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #333;
}

#main {
	text-align: left;
	border: 1px solid #666;
	clear: both;
	width: 98%;
	margin-top: -1px;
}

#submenu ul {
	list-style-type: none;
	margin:0;
	margin-left:25px;
	padding: 0;
}

#submenu li {
	float: left;
	padding: 0 8px 0 8px;
	margin-left:-1px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	white-space: nowrap;
}
#submenu li a{
	color: #00B;
	font-weight:bold;
	padding:2px;
	text-decoration:none;
}


#submenu li a:hover{

	text-decoration:underline;
}


#submenu {
	height:1em;
	padding:7px;
	margin-bottom:10px;
	font-family: Verdana, Arial;
	background: #eee;
	color: #666;
	border-bottom:1px solid #666;
	padding: 5px 7px 7px 7px; /* for All other Browsers */
}



#vertmenu {
	float:right;
		width: 100px;
	margin-left:0;
	padding: 0 0 0 0;
	font-family: Verdana, Arial;
	}

#vertmenu ul{
		list-style: none;
		margin-right:0;
		margin-left:0;
		margin-top: 0;
		padding: 0;
		border: none;
}

#vertmenu li {
    margin-left:0px;
	padding-bottom:1px;
	text-align:left;
}

#vertmenu li a{
		display: block;

	background: #fff;
	border: 1px solid #969696;
	padding: 3px 4px;
	font-size: 12px;
	font-weight: bold;
	color: #009;
	text-decoration: none;
		width: 100%;
}

#vertmenu ul li a:hover,#menu ul li a:focus,#menu ul li a:active{
	background: #e5ecf9;
}


input#submit{
	background:#e5ecf9;
	color:#000;
	font-size:12px;
	padding: 2px;
	font-weight:bold;
	margin:1em 0 0 0em;
}

#statistics_table {
	width: 80%;
	border: 1px solid #333;
	margin: 0 auto;
}

ul#vertmenu{
	margin: 100;
	padding: 0;
	list-style-type: none;
}

/*Search page body */
body {background-color:#000000; font-family:arial,sans-serif; font-size: 13px; color:#DDDDDD; max-width:1920px;}

/*Top categories*/
.main_cat1 {
	font-size: 16px; 
	font-weight: bold; 
	color:#0000FF;
	width:100%;
	max-width: 600px;
}

.main_cat2 {
	font-size: 12px; 
	font-weight: bold; 
	color:#0000FF;
	width:100%;
	max-width: 600px;
}
.cat1:visited {font-size: 16px; font-weight: bold; color:#5555AA}

/*Small urls*/
.url {color: #AACCFF;}
.url b {color: #0abbcc;}

a:visited{color:#EEEEFF}

.main_cat1:visited{color:blue;}
.main_cat2:visited{color:blue;}

.main_cat1:hover{color:#F9FC38;}
.main_cat2:hover{color:#F9FC38;}

/*Page descriptions*/
.description{font-size: 13px;}
.description b {color: #ff0000;}

td {font-family:arial,sans-serif; font-size: 13px; }

/* Title/link of pages */
.title{color:#CCCCFF; font-size:15px}
.title b {color:#F2F20C;}
a.title:hover {color:#F9FC38;}

div.searchBox {
	border:1px solid #CCCCFF;
	width:100%;
	max-width: 600px;
}

div.searchBoxForm {
	padding: 2px;
}

div.searchQueryBox {
	min-height: 48px;
	width: 100%;
}

div.searchQuery {
	float: left;
	max-width: 480px;
	width: 80%;
	margin: 2px;
}

div.searchQuery input {
	max-width: 476px;
	width: 98%;
}

div.searchSubmit {
	float: left;
	margin: 2px;
}

div.searchOptionsBox {
	min-height: 82px;
}

div.searchOptionsRow1 {
	min-height: 60px;
	padding: 0 8px;
	margin-bottom: 4px;
}

div.searchOptionsRow1 .searchOption{
	float: left;
	padding: 0 10px;
}

div.searchOptionsRow2 {
	min-height: 24px;
	padding: 0 8px;
	margin-bottom: 2px;
}

#result_report {
	text-align:center ;
	padding:3px;
	background-color:#222255; 
	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: #252c29; 
	font-weight: bold
}

hr{color:#000066;}
hr.powered{width:550px; color: #000066}

/*main results table */
#results{
	margin: 0 auto;
	width: 75%;
	word-wrap: break-word;
}

h1, h1 a {
	text-align: center;
	font-family: Verdana, Arial;
	font-size:24px;
	color: #CCCCFF;
}

h1 a, 
h1 a:visited {
	text-decoration: none;
	color: #CCCCFF;
}

h1 a:hover {
	color: #F9FC38;
	text-decoration: none;
}

h2, h2 a {
	text-align: center;
}

h3.footer {
	text-align: center; 
}

h3.footer a, 
h3.footer a:visited {
	color: blue; 
	text-decoration: none;
}

h3.footer a:hover {
	color: #F9FC38; 
	text-decoration: none;
}


#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;
	width:100%;
	max-width: 600px;
}

#common_report {
	text-align:center;
}

div.cat_table {
	width:100%;
	max-width: 600px;
	border-top:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
}

div.cat_cell {
	float: left;
	margin: 4px 0;
}


#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:30px;
}

#did_you_mean {
	font-size: 14px; 
	text-align:center ;
	margin:10px;

}

