body, td {
	font-family: sans-serif;
}

a {
	text-decoration: none;
}

a:link {
	color: blue;
}

a:visited {
	color: blue;
}

a:hover {
	color: lime;
}

a:active {
	color: purple;
}

p.warning {
	color: red;
	font-weight: bold;
}

img.noborder {
	border: none;
}

td#border {
	border: 1px solid;
}

div#newstitles {
	float: left;
	width: auto;
}

div#newsedit {
	position: relative;
	width: 100%;
	top: 0px;
}

div#contenttitles {
	float: left;
	width: auto;
}

div#contentedit {
	position: relative;
	width: 100%;
	top: 0px;
}

div#filetitles {
	float: left;
	width: auto;
	border: 1px dotted #000000;
	padding: 5px;
	margin-right: 20px;
}

input.textinput {
	width: 600px;
}

textarea.textareainput {
	width: 600px;
	height: 200px;
}
