/* Common to all */
.FE_Content {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	padding-top: 5px;
	text-align: left;
}
.FE_Content P {
	line-height: 13px;
}
.HelpCursor A {
	cursor: help;
}
.FE_FooterLeft {
	text-align: left;
}
.FE_FooterLeft IMG {
	vertical-align: middle;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
}
.FE_FooterRight {
	text-align: right;
}
.FE_FooterRight IMG {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 4px;
}
.FE_HeaderText {
	text-transform: capitalize;
	font-family: Verdana, Arial, Sans-Serif;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}


/* Grey */
.FE_Content_Grey {
	background-color: #f5f5f5;
	height:250px;
}
.FE_Grey {
	/*
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-bottom: #696969 1px solid;
*/
	margin: 0px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 100%;
	background-color: #ffffff;
}
.FE_Header_Grey {
	margin: 0px;
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-bottom: #696969 1px solid;

	cursor: default;
	background-color: #dcdcdc;
/*	background-position: left bottom;

	border-bottom: #a9a9a9 1px solid;
	background-repeat: repeat-x;
*/
}
.FE_Header_Grey IMG {
	vertical-align: top;
}
.FE_Footer_Grey {
	/* BACKGROUND-IMAGE: url(IS-grad-blue.jpg); 
	border-top: #a9a9a9 1px solid;
	background-color: #dcdcdc; /* #C9D3CA; */

}

/* White */
.FE_White {
	margin: 0px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 100%;
	background-color: #ffffff;
}
/*
.FE_White_Border {
	margin: 0px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 100%;
	background-color: #ffffff;
	border-right: #426f61 1px solid;
	border-top: #426f61 1px solid;
	border-left: #426f61 1px solid;
	border-bottom: #426f61 1px solid;
}
*/
.FE_Border {
	background-color: #ffffff;
	border-right: #426f61 1px solid;
	border-top: #426f61 1px solid;
	border-left: #426f61 1px solid;
	border-bottom: #426f61 1px solid;
}
.FE_Header_White {
	height: 20px;
	margin: 0px;
	cursor: default;
	background-color: #ffffff;
}
.FE_HeaderText_Admin {
	text-transform: capitalize;
	font-family: Verdana, Arial, Sans-Serif;
	color: #FF9922;
	font-weight: bold;
	font-size: 12px;
}
.FE_Content_White {
	background-color: #FFFFFF;
}
.FE_Footer_White {
	background-color: #FFFFFF;
	color: #FF9922;
	font-weight: normal;
	font-size: 10px;
}