/* Datasheet Controls, for use with Webmaster */
/* DATASHEET CONTROL */
.ctrl_datasheet {
	background: 		#003232;
}

.ctrl_datasheet div {
	padding: 			2px 3px 2px 3px;
}

/* COMMON CLASSES */
.ctrl_datasheet .even {
	background-color: 	#001616;
}

.ctrl_datasheet .title {
	background-color: 	#006464;
	font-size: 			24px;
	text-align: 		center;
	font-weight: 		bold;
}

.ctrl_datasheet .blurb {
	font-size: 			small;
}

.ctrl_datasheet .label {
	display: 			inline-block;
	width: 				25%;
	
	font-weight: 		bold;
}

.ctrl_datasheet .data {
	display: 			inline-block;
	width: 				75%;
	
	text-align:			right;
}

/* END COMMON CLASSES */

/* FORM CONTROLS */
select {
font-size: 32px;
font-family: Georgia, "Times New Roman", Times, serif;
background-color: #000a0a;
border: none;
color: #fff;
width: 75%;
}
input {
font-size: 32px;
width: 75%;
font-family: Georgia, "Times New Roman", Times, serif;
background-color: #000a0a;
border: none;
color: #fff;
}
textarea {
font-size: 16px;
width: 75%;
height: 512px;
text-align: justify;
font-family: Georgia, "Times New Roman", Times, serif;
background-color: #000a0a;
border: none;
color: #fff;
}
/* END DATASHEET CONTROL */
