/* framework specific classes */


 


.formWrapper {
float: left;
text-align: left;
width: 700px;
	}

.formPair {
	clear: both;
	padding-bottom: 1.7em;
}

.formField {
font-size: 90%;
font-family: verdana, arial, tahoma, san serif;
	color: #fff;
	font-weight: bold;

}

.formValue {

	text-align: left;
}

.formError {
  color: red;

}

.formPairError {
  color: red;
}

.formMessage {
  color: red;
  font-family: arial, verdana;
  font-size: 14px;

}

.formButtons {


	padding-bottom: .5em;
	
}

.formWrapper input {
	border: 1px dotted #4CAAFB;
	width: 275px;
}

TABLE.framework-table {
	border: thin red solid;
	font-size: 9pt;
}

TABLE.framework-table TH {
  font-weight: bold; 
  background-color: #eee;
}

TABLE.framework-table TD {
  border-bottom: 1px dotted #DEEEFE;	
}

/*
.active {
  background-color: #afa;
}

.inactive {
	background-color: #faa;
}

.inactive {
	font-style: italic;
	background-color: #faa;
}
*/
.framework-link {
	border: 1px dotted Purple;
}

.debugging {
	font-size: x-small;
	white-space: pre;
}
