/*	TEXT STYLES ------------------------------------------------- */
body,table,tr,td
{
	font-family: Arial;
	font-size: 12px;
}

.inputField
{
	border: 1px solid #999999;
	padding-left: 2px;
	color: Black;
	font-size: 12px;
	background-color: #FFFFFF
}

.inputFieldLabel
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 4px;
}

.enterpriseLoginTxt
{
	font-family: Arial;
	color: #000000;
	font-size: 36px;
	font-weight: bold;
}

.alertText
{
	font-family: Arial;
	color: #EE0000;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 4px;
}

.alertText18
{
	font-family: Arial;
	color: #EE0000;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 4px;
}

.contactInfoTxt
{
	font-family: Arial;
	color: #999999;
	font-size: 12px;
}

.appNameTxt
{
	font-family: Arial;
	color: #000000;
	font-weight: Bold;
	font-size: 20px;
}

.appNameLabelTxt
{
	font-family: Arial;
	color: EE0000;
	font-weight: Bold;
	font-size: 20px;
}

.headerTxt
{
	font-family: Arial;
	color: #393939;
	font-weight: Bold;
	font-size: 16px;
}

/* BUTTON STYLES ------------------------------------------------- */
.primaryButton
{
	background-color: #EE0000;
	border: 1px solid;
	border-color: #000000 #000000 #000000 #000000;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

.primaryButtonHighlight
{
	background-color: #EE0000;
	border: 1px solid;
	border-color: #000000 #000000 #000000 #000000;
	font-family: Arial;
	color: #FFDD77;
	font-size: 13px;
	font-weight: bold;
}

.standardButton
{
	background-color: #FFDD77;
	border: 1px solid;
	border-color: #FF7700 #FF7700 #FF7700 #FF7700;
	font-family: Arial;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

.standardButtonHighLight
{
	background-color: #FFDD77;
	border: 1px solid;
	border-color: #000000 #000000 #000000 #000000;
	font-family: Arial;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

/*	LINK STYLES ------------------------------------------------- */
A:link
{
	text-decoration: none;
}

A:visited
{
	text-decoration: none;
	color: Blue;
}

A:active
{
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
	color: red;
}
.wingspanBackground
{
	background:no-repeat;
	background-image: url(../cahWingspanBackground.jpg);
	background-position: right;
	background-position:top;
}

.message {
  border: 0px solid black;
  float: left;
  height: 314px;
  padding: 5px;
  margin: 0 5px 0 0;
  position: relative;
  width: 150px;
}
.messagetext {
  height: 100px;
  position: relative;
}
.messagetext p {
  bottom: 5px;
  color: #000000;
  display: inline;
  font-size: 16px;
  font-weight: normal;
  margin: 0 auto 0 auto;
  padding: 0 5px 0 5px;
  position: absolute;
  text-align: left;
}

.messagetext br {
  bottom: 5px;
  color: #000000;
  display: inline;
  font-size: 16px;
  font-weight: normal;
  margin: 0 auto 0 auto;
  padding: 0 5px 0 5px;
  position: absolute;
  text-align: left;
}