/*Modified CSS for data entry forms */

/*Make all form input data align to right*/
.data{
	text-align:	right;
}

/*Style color is different for motivational view factor to make it stand out */
td.motivationData{
	text-align:	right;
	background-color: 	#AFDCEC;
}

/*Color for each heading on data forms*/
tr.heading{
	background-color: #E3E4FA;
}
	

/*Heading of each column on data input forms, to have the column width fixed to allow more data display*/
#heading{
	text-overflow: ellipsis;
	width: 20px;
}

/*Make all numbers in the data table on all printed reports align right*/
/*Reports: national, in province, visitor, organization, other provinces */
.reportData{
	text-align: right;
	width:	12%;
	background-color:	white;
}

p.saveScenarioText {
	padding: 1px 0px 5px 3px; 
	vertical-align: middle;
	text-align: center;
	font-size: 9.0pt;
	clear: both;
	margin: 0;
	min-height: 1.23em;
}

table.formContent{
	border-style: inset inset inset inset;
	border-collapse:	collapse;
	border-color:	gray;	
	border-width: 1px 1px 1px 1px;
		
}

.alignMiddle {
	text-align: center;
}

div.report {
	overflow-x: scroll; 
	overflow-y: hidden;
	width: 600px;
	margin-left: 150px;
	padding: 0px 0px 5px 10px;
}

/*style for heading in impact tab reprots */
.tabHeading{
	text-align:	center;
	vertical-align:	middle;
	background-color: #E3E4FA;
}