* {
	margin: 0;
	padding: 0;
}
body {
	font-family:Arial,Verdana,sans-serif;
	background-color:#fff;
	color:#333;
	padding-bottom: 5%;
	padding: 0 5% 10% 5%;
}
input {
	border:1px solid #ccc;
	font-size:1em;
	padding:4px 6px 4px 6px;
}
input[type=submit] {
	font-size: 1em;
	background-color: #eee;
	text-decoration: underline;
	color: #0080ff;
	cursor: pointer;
}
input[type=text].result {
	color: #333;
	text-align: center;
	margin-top: 10px;
}
a,a:visited,a:active {
	color:#0080ff;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
li {
	list-style-type: none;
	
}
table {
	width: 100%;
	text-align: left;
	margin: 1% auto 0 auto;
}
td {
	padding: 10px 10px 3px 10px;
}
th {
	text-align: center;
	color: #ccc;
}

.txtcenter {
	text-align: center;
}
.txtright {
	text-align: right;
}
.txtleft {
	text-align: left;
}

.fontreg {
	font-size: 1.55em;
}

.fontsmall {
	font-size: 1.05em;
}

.fonttiny {
	font-size: 0.75em;
}

.clrgr {
	color: #ccc;
}

.top20 {
	padding-top: 20%;
}

.top15 {
	padding-top: 15%;
}

.top10 {
	padding-top: 10%;
}

.top5 {
	padding-top: 5%;
}

.top2 {
	padding-top: 2%;
}

.plink {
	border-bottom: 1px dotted #0080ff;
	cursor: pointer;
	display: inline;
	color: #0080ff;
}





#srch {
	width: 100%;
	padding: 2px;
}


.brd {
	border: 1px solid #999;
}

.clear {
    clear: both;
}
#urlList {
    margin-top: 30px;
}
.headDate {
    color: #ccc;
    text-align: center;
    float: left;
    width: 20%;
}
.headUrl {
    color: #ccc;
    text-align: center;
    float: left;
    width: 60%;
}
.headHits {
    color: #ccc;
    text-align: center;
    float: left;
    width: 15%;
}
.resDate {
    float: left;
    text-align:center;
    width: 20%;
}
.resUrl {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    width: 60%;
}
.resHits {
    float: left;
    width: 15%;
    text-align: center;
}

.resDate, .resUrl, .resHits, .headDate, .headUrl, .headHits, .statHeadUrl, .statHeadHits, .statResUrl, .statResHits {
    padding: 5px;
}

.statHeadUrl {
    float: left;
    color: #ccc;
    width: 80%;
    text-align: left;
}
.statHeadHits {
    float: left;
    width: 15%;
    text-align: center;
    color: #ccc;
}
.statResUrl {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
}
.statResHits {
    float: left;
    width: 15%;
    text-align: center;
}
