a {
	text-decoration: underline;
	color: black;
	font-weight: bold;
}

.admin {
	background-color: #BEBEBE;
	padding-left: 10px;
	border-top: black 1px solid;
	border-bottom: black 1px solid;
}

.admin a {
	text-decoration: none;
}

.comments {
	background: white;
	border-bottom: 1px black solid;
	border-left: 1px black solid;
	border-right: 1px black solid;
	width: 90%;
}

hr {
	width: 99%;
	height: 2px;
	color: black;
	border-bottom: #7F8DB2 1px solid;
	border-top: black 1px solid;
}

.innertable {
	border: 1px black solid;
	width: 90%;
}

input, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border:	black 1px solid;
	background-color: #9FABC5;
}

.padding {
	padding: 10px;
	text-align: center;
}

.tabheader {
	background-image: url(../images/tab-header.gif);
	height: 29px;
	color: White;
	vertical-align: middle;
}

td, div {
	font: 10px Verdana;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	border: black 1px solid;
	background-color: #9FABC5;
	height: 150px;
	width: 100%;
}