/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*#logo{background-image:url(..); width:280px; height:100px;}*/
#toplinks{position:absolute; right:10px; top:10px;}
#topgoogle{position:absolute; left:10px; top:10px;}
#footer{width:800px; background-color:#F0F0F0; padding:10px 0 10px 0;}

input{
	border: solid;
	border-width: 1px;
	border-color: #CCC;
	background-color: #E9E9E9;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #666;
}
input.search:hover {
	background-color: #FFF;
}
input.searchtext:hover {
	border-color: #C00;
}
.myresults {
	width: 800px;
	text-align: left;
}
.adsensetop {
	width:100%;
	text-align:left;
	border: dashed thin #fff;
}
.adsensetop:hover {
	border-color: #f00;	
}

/*PAGINATION STYLES*/
.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #c00;
text-decoration: none; 
color: #c00;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #333;
color: #000;
background-color: #f00;
}

.pagination a.currentpage{
background-color: #c00;
color: #FFF !important;
border-color: #c33;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #999;
border-color: #999;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666;
}

.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#C00;
}
.titletext a {
	color:#666;
}
h1 {
	font-size:13px;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#C00;
}
.smalltitle a {
	color:#C00;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.tags {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999;
}
.tags a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999;
	text-decoration:none;
}
.tags a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#C00;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#C00;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}