/* CSS Document */
/*---------------------------------------------------------------*/
/* styles for images */
img.FloatRight {
	margin: 0px 0px .4em .4em;
}
img.FloatLeft {
	margin: 0px .4em .4em 0px;
}
.ButtonAlign { /* use to get buttons to have proper vertial align with text */
  vertical-align: middle;
}
a.Button {
  margin: 0px .5em 0px 0px;
  padding: .3em .7em;
  background-color: #e8eeae;
  font-size: 80%;
  font-weight: bold;
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
}
a.Button:hover {
  background-color: #D6e478;
  text-decoration: none;
}
/*-----------------------------------------------------------------------------*/
/* classes for validator */
.tfvHighlight {
	padding: 1px;
	padding-right: 4px;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	color: #C00;
	font-weight: bold;
}
.tfvNormal {
	padding: 1px;
	padding-right: 4px;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
  color: #666;
	font-weight: bold;
}
.inputHighlighted {
	padding: 1px;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	color: #C00;
}
.inputNormal {
	padding: 1px;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
  color: #666;
}
/*-----------------------------------------------------------------------------*/
/* WYSIWYG Editor */
table.tableTextareaEditor {
  border: 1px solid #CCC;
}
table.toolbar1 {
  margin-top: 5px;
  margin-left: 5px;
}
/*-----------------------------------------------------------------------------*/
#idCurrenCountShortProfile {
  width: 30px;
  border: none;
}

