a,a:hover, a:visited, a:active {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #FF9200;
}

form {
	margin: 0px;
}

div {
	border: 1px solid white; /* fixes some stupid IE bug */
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

body {
	background-color: #ffffff;
	font-family: sans-serif;
}

table {
	border: none;
}

.control fieldset {
	width: 100%;
}

legend {
	border: 1px solid black;
	background-color: #FFE800;
	padding: 2px;
	font-size: 0.8em;
}

fieldset {
	padding: 6px;
	border: 1px dotted black;
	font-size: 0.8em;
}

.controlitem {
	margin-bottom: 10px;
}

.menu {
	width: 230px;
	font-size: 0.8em;
}

.authstatus {
	border: 1px dotted red;
	margin-top: 5px;
	font-size: 0.6em;
	color: red;
}

.authstatus legend {
	border: 1px dotted red;
	background-color: white;
}

.logincontent, .searchcontent {
	float: left;
}

.loginbutton, .searchbutton {
	float: right;
}

.logincontent input, .searchcontent input {
	width: 150px;
}

input[type=text],textarea {
	border: 1px solid black;
}

.logincontent input {
	background-image: url("http://wiki.openid.net/f/openid-16x16.gif");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	width: 130px;
}

.content {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding: 0px;
}

.control {
	width: 230px;
	margin: 0px;
	padding: 0px;
	float: right;
}

.maincontent {
	margin: 0px;
	padding: 0px;
	width: 630px;
	float: left;
}

.blogentry {
	clear: left;
	margin-bottom: 60px;
}

.bloghead {
	width: 100%;
	border-bottom: 1px solid black;
	margin-bottom: 5px;
	float: left;
}

.blogtitle {
	font-size: 1.2em;
}

.blogtag {
	float: right;
	font-size: 0.8em;
}

.blogtime {
	float: left;
	font-size: 0.8em;
}

.blogbody {
	padding-left: 20px;
	text-align: justify;
	font-size: 0.9em;
}

.title {
	width: 900px;
	height: 150px;
	padding: 0px;
	margin: 0px auto 0px auto;
	background-image: url("../img/beefsack.png");
}

.contenttitle {
	text-align: center;
	font-size: 1.5em;
}

.projectstatus {
	text-align: center;
	font-size: 0.8em;
}

.projectstatus .status {
	font-weight: bold;
}

.projectdescription, .projectlink, .projectdownload {
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	font-size: 0.8em;
}

.projectdescription {
	text-align: justify;
}

.projectlink {
	text-align: center;
}

.downloadfile {
	width: 100%;
}

.downloadarchivelink {
	font-style: italic;
}

.projectitem {
	margin-top: 20px;
	margin-bottom: 20px;
}	

.projectlist {
	margin-top: 20px;
}

.projectlist .projectdescription {
	width: 100%;
	margin: 0px 0px 20px 20px;
}

.projectlist .projectstatus {
	text-align: left;
	font-weight: bold;
}

.technology {
	text-align: center;
}

.breadcrumbs {
	font-size: 0.8em;
	margin-bottom: 20px;
	margin-left: 20px;
}

.searchignore {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.searchdiv {
	width: 250px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.searchcount {
	font-weight: bold;
}

.searchresult {
	font-size: 0.8em;
	margin-left: 20px;
}

.searchresultgroup {
	margin-bottom: 20px;
}

.paginationcontrol {
	text-align: center;
	font-size: 0.8em;
}

code, pre {
	display: block;
	border: 1px dotted black;
	background-color: #eeeeee;
	padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
	white-space: pre;
	font-family: monospace; 
}