
.ft-bold {
	font-weight: bold;
}

.ft-form-field {
	position: relative;
	padding-bottom: 5px;
	height: 2.5em;
}

.ft-activities {
	height: 6em;
}

.ft-form-field label {
	display: block;
	font-weight: bold;
	width: 240px;
}

.ft-checkbox-list label {
	display: inline;
	font-weight: normal;
	width: auto;
}

.ft-form-field .ft-input-field {
	position: absolute;
	left: 250px;
	top: 3px;
}

.ft-input-field input {
	width:100%;
}

.ft-long-field-width {
	width: 300px;
}

.ft-medium-field-width {
	width: 200px;
}

.ft-short-field-width {
	width: 100px;
}

.ft-submit-buttons {
	text-align: center;
}

.ft-data-table {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-top: 1px;
	
}

.ft-data-table th {
	background-color: #135;
	color: white;
	padding: 3px;
}

.ft-data-table td {
	padding: 2px;
}

.ft-data-table .ft-even {
	background-color: #eee;
}

.ft-form-information {
	margin-bottom: 10px;
}

.ft-info-label {
	font-weight: bold;
}

.ft-text-right {
	text-align: right;
}

.ft-page-navigation {
	margin: 10px 0;
}

.ft-activity-list {
	margin-top: 0; 
	margin-bottom: 0;
}

.ft-top-border {
	border-top: 2px solid #ddd;
	padding-top: 5px;
}

.ft-hidden {
	display: none;
}

