body {
    font-family: Arial;
    font-size: 12px;
    margin: 0;
}
img {
    border: 0;
}

div#container {
    margin: 0 auto;
    position: relative;
    width: 900px;
    top: 20px;
}

div#searchresults {
    margin: 20px 100px 20px 100px;
    text-align: center;
    word-spacing: 5px;
}

div#searchresults a:link, div#searchresults a:active, div#searchresults a:visited {
    text-decoration: none;
}

div#searchresults a:hover {
	text-decoration: underline;
}


div#footer {
    height: 40px;
    margin: 5px;
	font-size:10px;
}

.list {
    border: 1px solid #ddd;
    width: 900px;
}

.list tr th {
    background-image: url(../gfx/title_bar.jpg);
    color: #ffffff;
    height: 27px;
    text-align: left;
    padding-left: 4px;
}

.list tr td {
    border-bottom:1px solid #ddd;
    font-size:12px;
    padding:5px 4px 5px 4px;
    vertical-align:top;
}

.size {
    white-space: nowrap;
    text-align: right;
}

.download {
    width: 16px;
}

a:link, a:active, a:visited {
    color: #3b7fac;
}

a:hover {
    color: #000000;
}

.pagesystem {
    word-spacing: 5px;
    text-align: center;
    font-weight: bold;
}

#noresults {
    font-style: italic;
    text-decoration: none;
}
/*  Styling for Suggestion Box Container  */
.suggestionsBox {
	position: absolute;
	width: 240px;
	background-color: #212427;
	border: 2px solid #000;
	color: #fff;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#inputString {
width: 240px;
padding: 2px;
font-size: 12px;

}


.suggestionList {
	margin: 0px;
	padding: 0px;
}


/*  Individual Search Results  */
li {
	margin: 0px 0px 3px 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	list-style-type: none;
}

/*  Hover effect  */
li:hover {
background-color: #3b7fac;
font-weight: bold;
}

/* Tagcloud */

#tagcloud {
    margin:auto;
    width: 800px;
    padding: 10px;
    text-align:center;
}
 
#tagcloud a:link, #tagcloud a:visited {
    text-decoration:none;
}
 
#tagcloud a:hover, #tagcloud a:active {
    text-decoration: underline;
    color: #000;
}
 
#tagcloud span {
    padding: 4px;
}
 
.smallest {
    font-size: x-small;
}
 
.small {
    font-size: small;
}
 
.medium {
    font-size:medium;
}
 
.large {
    font-size:large;
}
 
.largest {
    font-size:larger;
} 
