body {
	background-color: #E6ECE6;
}

div.page {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

div.page_header {
	position: absolute;
	background: black;
	color: white;
	border: 1px solid white;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 29px;
}

div.menu_container {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
}

div.user_info_container {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	background: #9AB399;
	border: 1px solid white;
	color: #1A331A;
}

img.header_shadow {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 100%;
	height: 15px;
}

div.page_body {
	position: absolute;
	top: 30px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 10px;
}

div.program_title {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	height: 25px;
	border: 1px solid #1A331A;
	background: #9AB399;
	overflow: auto;
	font-weight: bold;
	font-size: 152%;
	text-align: center;
	color: #1A331A;
}

img.program_title_gradient {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 25px;	
}
div.program_container {
	position: absolute;
	top: 36px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	padding: 8px;
	border: 1px solid #1A331A;
	background: white;
	overflow: auto;
}

div.loading_screen {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom:0px;
	background: #FFF;
	border: 50px solid #777;
}

img.loading_screen {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 200px;
	height: 200px;
	margin-left: -100px;
	margin-top: -100px;
}


div.error_box {
	z-index: 1500;
	position: absolute;
	display: none;
	border: 2px solid red;
	background: #FDD;
	left: 10%;
	top: 10%;
	height: 80%;
	width: 80%;
}

div.error_box_title {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	color: white;
	background: #F55;
	border-bottom: 2px solid red;
	padding: 5px;
	font-weight: bold;
	font-size: 152%;
}

div.error_box_body {
	position: absolute;
	top: 37px;
	left: 0px;
	right: 0px;
	padding: 8px;
}

div.error_box_footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border-top: 2px dotted red;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 122%;
}


div.plus_minus {
	position: relative;
	border: 1px solid white;
	background: #9AB399;
	height: 14px;
	width: 14px;
	top: 0px;
}

img.plus_minus {
	position: absolute;
	width: 14px;
	height: 14px;
	top: 0px;
	left: 0px;
	font-weight: bold;
	font-size: 140%;
}

img.plus_minus_grad {
	position: absolute;
	width: 14px;
	height: 14px;
	left: 0px;
	top: 0px;
	cursor: pointer;
}