body {
	font-size: 1em;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	margin: 0;
	padding: 5px;
}
img {
	border: none;
}
table {
	border: none;
	border-collapse: 	collapse;
	padding: 			0;
}
th {
	font-size: 1.2em;
	font-variant: small-caps;
	border: 1px solid #D8D8D8;
	height: 28px;
	text-align: center;
	background: url(http://static.publicbits.com/images/gradient.gif);
	background-repeat: repeat-x;
}
th a:hover {
	background: url(http://static.publicbits.com/images/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: center 14px;
	padding-bottom: 6px;
}
th.sorted a {
	background: url(http://static.publicbits.com/images/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: center 14px;
	padding-bottom: 6px;
}
th.sorted a:hover {
	background: url(http://static.publicbits.com/images/arrow-up.gif);
	background-repeat: no-repeat;
	background-position: center 14px;
} 
th.descending a {
	background: url(http://static.publicbits.com/images/arrow-up.gif);
	background-repeat: no-repeat;
	background-position: center 14px;
}
th.descending a:hover {
	background: url(http://static.publicbits.com/images/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: center 14px;
}
td {
	margin: 0;
	padding: 4px;
	border: 1px solid #D8D8D8;
}
tr.description, tr.description:hover {
	background-color: #FCFCFC;
	display: none;
}
tr.description span {
	font-size: 1.1em;
	display: block;
	height: 0;
	overflow: hidden;
	overflow-y: auto;
}
tr.row1 {
	background-color: transparent;
}
tr.row2 {
	background-color: #fff6f7;
}
tr:hover {
	background-color: #fffec8;
}
a {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:active {
	color: black;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}
a.external, a.nfo {
	color: gray;
	font-variant: small-caps;
}
button {
	float: left;
	padding: 0;
	border-width: 2px;
	background-color: #404040;
	border-color:#D9DFEA rgb(14, 31, 91) rgb(14, 31, 91) rgb(217, 223, 234);
	color: white;
	margin: 6px 0 0 5px;
	font-size: .8em;
}
#share {
	position: absolute;
	top: 0;
	right: 15px;
	height: 50px;
}
#share p {
	margin: 2px 0;
	font-size: .6em;
	width: 105px;
}
#feedback {
	background: #FFFFFF;
	position: absolute;
	overflow: hidden;
	height: 20px;
	width: 100px;
	left: 15px;
	top: 0;
}
#feedback form {
	display: none;
	margin: 5px 0;
	padding: 2px;
}
#feedback h1 {
	padding: 2px 5px;
	background-color: #F21D1D;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
}
#feedback p {
	text-align: left;
	font-size: .8em;
	margin: 5px 0;
	padding: 0;
}
#feedback label {
	width: 7em;
	float: left;
	text-align: right;
	margin-right: .5em;
}
#feedback textarea {
	border: 1px solid #D8D8D8;
	height: 4em;
	width: 100%;
}
#feedback textarea.invalid {
	border-color: #F21D1D;
}
#feedback button {
	float: right;
}
#container {
	width: 1080px;
	margin: 0 auto;
	text-align: center;
}
#header {
	background: url(http://static.publicbits.com/images/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 15px;
	letter-spacing: 5px;
	margin: 20px auto;
	padding-top: 90px;
	width: 400px;
	height: 100px;
}
#categories {
	margin: 0;
}
#categories a {
	font-size: .7em;
}
#categories a:hover {
	color: orange;
}
#categories a.selected {
	color: orange;
	font-size: .9em;
}
#main #news {
    clear: both;
    font-size: .7em;
    margin: 5px auto;
	width: 530px;
    height: 20px;
	text-align: left;
}
#main #news ul {
    list-style-image: url(http://static.publicbits.com/images/twitter.png);
}
#main #news li {
    padding-left: 5px;
}
#main #news a {
    color: #0099CC;
    text-decoration: underline;
}
#main #search {
	margin: auto;
	width: 530px;
	text-align: center;
}
#main #search input {
	font-size: 1em;
	float: left;
	margin: 5px auto;
	padding: 0 10px;
	height: 1.5em;
}
#main #search .field {
	width: 400px;
	padding-left: 20px;
	border: 1px solid lightgray;
	background-image: url(http://static.publicbits.com/images/glass.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
#main #result, tr.description span {
	width: 700px;
}
#main #result {
	float: left;
	font-size: .7em;
	padding: 0;
	display: block;
	clear: none;
}
#main #result table {
	text-align: left;
	width: 100%;
}
#main #result td.name {
	width: 500px;
}
#main #result .date {
	text-align: right;
}
#main #result .size {
	text-align: right;
}
#main #result .activity {
	text-align: center;
}
#main #result .pages {
	margin: 10px;
	clear: left;
}
#main #result .pages a {
	font-size: 1em;
	display: inline;
	margin: 2px;
	padding: 1px 5px;
	border: 1px solid gray;
}
#main #result .pages a:hover {
	text-decoration: none;
	color: orange;
	border: 1px solid orange;
}
#main #result .pages a.selected {
	border: 1px solid orange;
	color: orange;
	font-size: 1.2em;
	padding: 4px 10px;
}
#left-skyscraper {
    border: none;
	margin: 0 20px 0 0;
	width: 160px;
    height: 400px;
	display: inline;
	float: left;
	clear: left;
}
#right-skyscraper {
	margin: 0 0 0 20px;
	width: 160px;
	display: block;
	float: left;
	clear: right;
}
#leaderboard {
	width: 700px;
	float: left;
	clear: both;
	margin: 10px auto;
	margin-left: 180px;
}
#footer {
	font-size: .7em;
	color: #d5d5d5;
	display: block;
	clear: both;
}
#footer a {
    color: #d5d5d5;
}
