body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #999999;
}
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	margin-top: 6px;
	padding-top: 0px;
	margin-bottom: 12px;
}
li {
	list-style-type: none;
}
#pagecontainer {
	width: 100%;
}
#whiterow {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#diagonalrowtop {
	background-image: url(images/home/bg_diag.gif);
	background-repeat: repeat-x;
	height: 8px;
}
#featurerowblue {
	background-color: #333399;
}
#diagonalrowbottom {
	background-image: url(images/home/bg_diag.gif);
	background-repeat: repeat-x;
	height: 8px;
}
#greyrow {
	background-color: #E4E4E4;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-bottom: 25px;
}
#toprowcontainer {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
#navcell {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 7px;
	padding-right: 110px;
}
#navcell a {
	color: #999999;
	text-decoration: none;
}
#navcell a:hover {
	color: #99CA20;
	text-decoration: underline;
}
#logincell {
	background-image: url(images/home/cfoed_login.gif);
	padding-left: 200px;
	background-repeat: no-repeat;
	vertical-align: text-top;
	padding-right: 20px;
}
#logincell #textfield {
	padding: 3px;
	border: 1px solid #CCCCCC;
	color: #999999;
}
#featurerowcontainer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#comprehensivecell {
	color: #FFFFFF;
	background-color: #99CA20;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 45px;
	padding-left: 45px;
}
#componenttable {
	width: 717px;
	margin-right: auto;
	margin-left: auto;
}
#componenttable img {
	margin-bottom: 5px;
}
#componenttable a {
	color: #006699;
	text-decoration: none;
}
#componenttable a:hover {
	color: #99CA20;
	text-decoration: underline;
}
#footer {
	text-align: center;
	line-height: 1.8em;
	padding-bottom: 25px;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#greyrowunrecognized {
	background-color: #E4E4E4;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	height: 260px;
}
#greencellunrecognized {
	color: #FFFFFF;
	background-color: #9AC700;
	vertical-align: top;
	height: 245px;
	font-size: 1.3em;
	background-image: url(images/home/bg_unrecognized.png);
	background-repeat: no-repeat;
	background-position: 190px 55px;
	padding-top: 105px;
	padding-left: 342px;
	padding-right: 150px;
}
#navcellunrecognized {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 7px;
	width: 710px;
}
#navcellunrecognized a {
	color: #999999;
	text-decoration: none;
}
#navcellunrecognized a:hover {
	color: #CC9900;
	text-decoration: underline;
}
.unrecognizedemailfield {
	margin-left: 175px;
	font-size: .8em;
}
.unrecognizedemailfield #textfield {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFFFFF;
	background-color: #9AC700;
	border: 1px solid #C6E100;
	padding: 5px;
}
/* ============================================================= */
/* AJAX Modal Popup */
/* ============================================================= */
.modalBackground {
background-color:Gray;
filter:alpha(opacity=70);
opacity:0.7;
}

.modalPopup {
background-color:#31309c;
border-width:2px;
border-color:Black;
border-style:solid;
padding:20px;
color:#FFFFFF;
}

