/*	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: Verdana;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 4px;
}

.enterpriseLoginTxt
{
	font-family: Verdana;
	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: Verdana;
	color: #000000;
	font-weight: Bold;
	font-size: 20px;
}

.appNameLabelTxt
{
	font-family: Verdana;
	color: #000000;
	font-weight: Bold;
	font-size: 20px;
}

.headerTxt
{
	font-family: Verdana;
	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;
}
