.body {
	font-family: Helvetica;
	background-color: #394855;
}
#contentarea {
	background-color: #fffdea;
	position: relative;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	border-left: 2px solid #212226;
	border-right: 2px solid #212226;
	padding: 5px;
	height: auto;
	min-height: 100%;
	overflow-y: visible;
	overflow-x: visible;
	margin-top: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#contenttitle {
	font-family: Helvetica;
	color: #212226;
	font-size: 2em;
	position: absolute;
	top:10px;
	left: 100px;

}
#cellexplanation {
	width: 380px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #EEE;
	padding: 10px;
	font-size: 12px;
	position: absolute;
	display: none;
	z-index: 99;
	border: 1px solid white;
}
#cellexplanationtext {
}
.frameworkcell {
	background: white;
	float:left;
	border: 1px solid black;
	height: 100%;
}
.container {
	height: 300px;
	width: 100%;
	margin-left: 0;
	clear: both;
}
#print .container {
	width: 1000px;
}
#addrow {
	float:right;
	width: 32px;
	height: 32px;
}
#contentactions {
	position: absolute;
	top:10;
	right: 10;
}
#invisibleaether { display: none; }
.clear { height:1px; clear: both; }
.actioniconcontainer { clear:both; float:right; width: 70px; padding-top: 5px; padding-bottom: 5px }
.actionicon { width: 32px; height: 32px; }

.objective {
	width:965px; background-color: #CCC;
	border-left: 1px solid black; border-right: 1px solid black;
	padding: 5px;
}
.objective input[type=text] {width:400px; background-color: #FFF; border: 1px solid black}
.objective input.text {width:400px; background-color: #FFF; border: 1px solid black}

#introduction input[type=text] {width:300px; border: 1px solid #000}
#introduction input.text {width:300px; border: 1px solid #000}
#introduction {
	margin-left: 40px;
	margin-bottom: 10px;
	height: 100px;
	width: 460px;
	margin-bottom: 20px;
}
#welcometext {
	font-size: 12px;
	width: 400px;
	position: absolute;
	top: 80px;
	right: 40px;
	background-color: #f0fffc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
}

#eflogo{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 64px;
	height: 64px;
}


#contentarea input[type=text] {width:400px; border: 1px solid #000}
#contentarea input.text {width:400px; border: 1px solid #000}

.outputcell, .outcomecell {
	width: 30px;
	background: white;
	float:left;
	border: 1px solid black;
	height: 92px;
	position: relative;
 }
.verticaltext {
	writing-mode: tb-rl;
	filter: flipv fliph;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	clear: both;
}
#notificationbox {
	position: absolute;
	top:10px;
	right: 140px;
	color: #FFF;
	background-color: #344540;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	display: none;
}
#notificationbox a {
	color: #FFF;
}
#frameworkrow {clear:both}

.header {
	background: white;
	float:left;
	border: 1px solid black;
	text-align: center;
	font-size: 8pt;
	height:33px
}
#goal {
	margin-top: 10px;
	width: 380px;
	height: 60px;
}
.header_output {width:284px}
.header_indicator {width:220px}
.header_indicator_container{width:200px;}
.header_level{width:200px; height:18px; border:0px; border-bottom:1px solid black}
.header_baseline {width:99px; height:14px; border:0px;  border:0px}
.header_target{width:98px; height:14px; float:right; border:0px; border-left:1px solid black}
.header_datasource {width:134px}
.header_timeframe {width:129px}

.cell {
	background: white;
	float:left;
	border: 1px solid black;
	height: 92px;
	font-size: 10pt;
	line-height: 1em;
}
.celltextarea {
	width: 100%;
	height: 100%;
	display: none;
}
.cell_output {width:255px}
.cell_indicator {width:220px}
.cell_baseline {width:100px}
.cell_target {width:100px}
.cell_datasource {width:130px}
.cell_timeframe {width:128px}

.emaildiv {
	background-color: #fffdea;
	position: relative;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	border-left: 2px solid #212226;
	border-right: 2px solid #212226;
	padding: 5px;
	height: 90%;
	margin-top: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
	padding-top: 20px;
}
.second {display: none}
.deletecell {
	width:16px; height:16px; position:absolute; bottom:2px; left:2px
}
