/* ======================================== Form Elements ==============================*/
fieldset {
	color: #95c21d;
	margin: 20px 0px 0px 15px;
	font-size: 1em;
	border: 1px solid #eee;
	padding: 2px;
	clear: both;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
	color: #95c21d;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px 0px 15px 0px;
	float: left;
}
form div {
	display: block;
	clear: both;
	margin: 0 0 7px 0;
	float: left;
	width: 100%;
}
form p {
	color: #666;
	padding: 9px 0px 6px 0px;
	margin-bottom: 5px;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	clear: both;
}
label {
	color: #666;
	padding: 9px 0px 6px 0px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	clear: left;
	display: block;
	width: 178px;
	float: left;
}


form .hiddenlabel {
	display: none;
}
form span {
	margin: 6px 0px 9px 15px;
	display: inline;
}
form div.dateholder {
	width: 500px;
}
form div.choice {
	display: inline;
	clear: both;
	margin: 0 4px 0 10px;
	width: 450px;
}

form div.choice input {
	margin: 0px 0 4px 0px;
	line-height: normal;
	padding: 0;
	text-align: left;
	display: inline;
	width: 30px;
}
form div.choice label {
	/*	margin: -6px 0 4px 6px; */
	margin: -12px 0 4px 6px;
	float: left;
	line-height: normal;
	clear: right;
	display: inline;
	width: 200px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	height: 16px;
	width: 200px;
	padding: 3px 0px 0 3px;
	margin: 4px 0px 4px 5px;
	font-size: 1.1em;
	float: left;
	font-weight: normal;
	display: inline;
}


textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	height: 80px;
	width: 200px;
	padding: 3px 0px 0 3px;
	margin: 4px 0px 4px 5px;
	font-size: 1em;
	float: left;
	font-weight: normal;
	display: inline;
}
form input.long {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	height: 16px;
	padding: 3px 0px 0 3px;
	margin: 4px 0px 4px 15px;
	font-size: 0.9em;
	width: 300px;
	float: left;
	font-weight: normal;
}
form span.secondrow {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	height: 16px;
	padding: 2px 0px 0 2px;
	margin: -20px 0 0 0;
	float: left;
	display: inline;
	clear: right;
}
form fieldset div.contactdetails {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:10pt;
	font-weight:normal;
	float: left;
	display: inline;
}
form span.secondrow label {
	margin: 6px 0px 6px 15px;
}
form select {
	width: 190px;
	font-size: 0.9em;
	color: #666;
	margin: 6px 0px 6px 15px;
	display: block;
	float: left;
	width: 204px;
}
form select.date1 {
	width: 40px;
	font-size: 0.9em;
	color: #666;
	margin: 6px 0px 6px 15px;
	clear: left;
	display: inline;
	float: left;
}
form select.date2 {
	width: 80px;
	font-size: 0.9em;
	color: #666;
	margin: 6px 0px 6px 15px;
	clear: none;
	display: inline;
	float: left;
}
form input.sub2 {
	font-size: 12px;
	font-family: "Trebuchet MS", helvetica, verdana, tahoma, sans-serif;
	color: #fff;
	font-weight: bold;
	background-color: #ff9600;
	display: inline;
	width: 114px;
	height: 30px;
	cursor: pointer;
	border: none;
	padding: 0px 0 0 0;
	margin-top: 12px;
	margin-left: 325px;
}
form input.search_button {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	height: 2em;
	padding: 0px 3px 0 3px;
	margin: -4px 0px 0 0;
	font-size: 1em;
	display: inline;
	background-color: #cc0000;
	border: 0;
	margin-left: 5px;
	font-weight: bold;
	cursor: pointer;
}
form input.input_file {
	height: 24px;
	width: 284px;
}
/* ======================================== Table Styles ==============================*/
caption {
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
	font-size: 1em;
}
table {
	padding: 0 0 0px 0;
	font-size: 1.1em;
	width: 90%;
	width /**/: /**/ 100%;
	clear: left;
	margin: 15px 0 15px 0;
	color: #6e5440;
}
table th {
	text-align: left;
	border-bottom: 1px solid #ccc;
	border-right: #d4d4d4 1px solid;
	padding: 0.7em 0.6em 0.5em 0.6em;
	background-color: #95c21d;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}
th a {
	color: #fff;
}
th a:hover {
	margin-top: 2px;
	text-decoration: underline;
}
th a:visited {
	margin-top: 2px;
	color: #fff;
}
table tr th.altend {
	border-bottom: 1px solid #ccc;
	border-right: none;
	padding: 0 0.6em 0 0.6em;
}
table td {
	padding: 0.5em 1.2em 0.5em 0.5em;
	text-align: left;
	border-right: #d4d4d4 1px solid;
}
table tr .alt td, .alt_row {
	background-color: #F1F2EC;
}
table tr.alt td.altend {
	border: none;
	background-color: #f1f0f0;
}
table tr td.altend {
	border: none;
	background-color: #fff;
}
/* ======================================== Screen Reader Hack ==============================*/
.hidden { /* \*/
	display: block;
	/* */
	position: absolute;
	left: -2000px;
	top: -2000px;
	width: 1px;
	height: 1px;
}
/* ======================================== Additional Classes ==============================*/
.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
/* ======================================== Gallery ==============================*/
#gallery {
	margin-left: 10px;
	margin-bottom: 5px;
	clear: both;
}
.imageholder {
	border: 1px solid #ddd;
	height: 150px;
	width: 158px;
	float: left;
	display: inline;
	clear: none;
}
.imageholder div.image {
	margin: 0;
	padding: 0;	
}
.imageholder div.image a{
	width: 150px;
}
.imageholder div.image a img{
	margin: 2px !important;
	padding: 2px !important;
	max-height: 130px;
}


.imageholder div.date {
	clear: both;
	text-align: center;
	width: 100%;
	margin-top: 6px;
	height: 20px;
	border-bottom: 1px solid #ddd;
}
.imageholder div.desc {
	clear: both;
	text-align: center;
	width: 100%;
	margin-top: 6px;
	border-top: 1px solid #ddd;
	font-size: 1.1em;
}





.gallerypages {
	clear: both;
	margin-top: 0px;
	border: 1px solid #ddd;
	height: 20px;
	padding: 0 5px 0 5px;
	font-size: 1.1em;
}

