@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCC;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	text-align: left;
	margin: 0;
	border-right-width: medium;
	border-right-style: outset;
	border-right-color: #9FC79F;
	border-bottom-width: medium;
	border-bottom-style: outset;
	border-bottom-color: #9FC79F;
}
.disabled_cell {
	background-color: #666;
}
.oneColLiqCtrHdr #header {
	background-color: #9FC79F;
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #header {
	background-color: #9FC79F;
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 18px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 18px;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.win {
	background-color: #ADFFAD;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #9FC79F;
} 
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #9FC79F;
}
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.first_quintile {
	background-color: #FF5D5D;
}
.second_quintile {
	background-color: #FFADAD;
}
.loss {
	background-color: #FFADAD;
}
.third_quintile {
	background-color: #FFFFFF;
}
.fourth_quintile {
	background-color: #ADFFAD;
}
.fifth_quintile {
	background-color: #5DFF5D;
}
.mini_font_for_table {
	font-size: 10px;
}
.miniature_font_for_goals {
	font-size: 8px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}

