* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 150px;
	
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 45px;
}




/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 960px;
	margin: -45px auto 0;
	height: 45px;
	text-align:center;
}


.border_1_black
{
	border: 1px solid #AFD13E;
}

.border_1_green
{
	border: 1px solid #AFD13E;
}

.back_light_green
{
	background: #E5F7AD; /* for non-css3 browsers */ 
}
.back_white
{
	background: #FFF; /* for non-css3 browsers */ 
}
.login
{
	border: 3px solid #AFD13E;
	padding:5px;
}

.mygrid
{
	border: 1px solid #AFD13E;
	background: #E5F7AD; /* for non-css3 browsers */ 
}
.mygrid_scroll_area
{
	height:300px;
	overflow-x:hidden;
	overflow-y:auto;
}
.mygrid_scroll_area_high
{
	height:450px;
	overflow-x:auto;
	overflow-y:auto;
}

.mygridrow
{
	margin-top:5px;
	margin-left:25px;
	padding:5px;
	background: #F0FFC2;
	border: 1px solid #AFD13E;
}
.mygridtitle
{
	margin-left:25px;
	padding:5px;
}
.rowbutton
{
	height:20px;
}
.form_under_grid
{
	padding:10px;
}
.level_1
{
	margin-left:50px;
	width:855px !important;
}
.title_level_1
{
	margin-right:-15px;
}

.level_2
{
	margin-left:75px;
	width:830px !important;
}
.title_level_2
{
	margin-right:-40px;
}
.level_3
{
	margin-left:100px;
	width:805px !important;	
}
.title_level_3
{
	margin-right:-65px;
}

.a_button, .a_button:visited, .a_button:hover
{
	text-decoration:none;
	color:#AFD13E;
	font-size: 19px;
}
.up_button
{
	border: 3px solid #AFD13E;
	padding:5px;
	font-size: 14px;
}
.up_button.selected
{
	font-weight:bold;
	background:#AFD13E;
}
.up_button.disabled
{
	background:#F0FFC2;
	color:#aaa;
}
.wiz_back
{
	background:#AFD13E;
}
.wiz_button
{
	text-decoration:none;
	color:black;
}
.wiz_button:visited
{
	text-decoration:none;
	color:black;
}
.textview
{
	width:100%;
	height:100px;
}
.small_ref_button, .small_ref_button:visited, .small_ref_button:hover
{
	text-decoration:none;
	color:#9AB836;
}
