@import "nc_common.css";

#loginout {
	float: right;
	padding: 0px 20px 10px 0px;
}

.form_label {

}

.info_label {
  color: #555;
}

.info_content {
  color: #333;
}

.info_tip {
  color: #555;
  font-size: 11px;
  font-style: italic;
}

tr.separator {
	height: 10px;
	background-color: #ddd;
}

table.signuptable td {
	vertical-align:top;
}

table td.title {
	padding-top:5px;
}

#topnav {
	width: 100%;
	margin: 10px 0px;
	height: 28px;
	padding: 0px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #EFE2C0;
}

#topnav a {
	display: block;
	float: left;
	width: 150px;
	text-align: center;
	line-height: 28px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color:#9F6000;
}

#topnav a:hover, #topnav a.highlight {
	background-color:#EFC868;
	color: #000;
}

td#submit_entry {
	background-color: #ffeeee;
	padding: 20px;
}