/* CSS Document */

.successmsg {
color: green;
font-weight: bold;
}

.guestlisthome {
font-size: 14px;
}

.failuremsg {
color: red;
font-weight: bold;
}

.pagetitle {
font-family: Garamond, Georgia, Times New Roman, Helvetica, serif;
font-size: 24px;
font-weight: bold;
}

.emph {
font-weight: bold;
color: #007F40;
}

.leftbar {
font-family: Garamond, Georgia, Times New Roman, Helvetica, serif;
font-weight: bold;
font-size: 16px;
}

.bottombar {
font-family: Garamond, Georgia, Times New Roman, Helvetica, serif;
}

a {
color: #007F40;
}

a.menubutton {
	color: white;
	text-decoration: none;
}

.menubutton {
	border: 2px solid;
	border-color: #007F40;
	background-color: #007F40;
	border-collapse: collapse;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Garamond, Georgia, Times New Roman, Helvetica, serif;
	font-weight: bold;
	font-size: 18px;
	display: inline;
	float: left;
	width: 110px;
	text-align: center;
}

.menubutton:hover {
background-color: white;
color: #007F40;
}

.menubutton:active {
text-decoration: none;
}

p {
font-family: Garamond, Georgia, Times New Roman, Helvetica, serif;
font-size: 16px;
}

td {
font-family: Garamond, Georgia, Times New Roman, Helvetica, serif;
font-size: 16px;
}

form {
font-family: Garamond, Georgia, Times New Roman, Helvetica, serif;
font-size: 16px;
}

table.datadisplay {
border: 1px solid black;
border-spacing: 0px;
border-collapse: collapse;
}

td.datadisplay {
border: 1px solid black;
padding: 2px;
}

td.datadisplay-nb {
border: 0px solid black;
padding: 2px;
}

.tableheader {
font-weight: bold;
background-color: black;
color: white;
}

.tableheader a:link {
color: white;
}

.tableheader a:visited {
color: white;
}

.tableheader a:hover {
color: white;
}

.tablealternaterow {
background-color: #EEEEEE;
}
