html {
	height: 100%;
	color: #000;
}

body {
	height: 100%;
}

#nonFooter
{
position: relative;
min-height: 100%;
}

/* begin IE */
* html #nonFooter
{
height: 100%;
}
/* end IE */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	background:transparent;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,textarea,select {
	/* begin IE */ *font-size:100%; /* end IE */
}

legend {
	color: #000;
}

body {
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	/* begin IE6 */
	*font-size: small;
	*font: x-small;
	/* end IE6 */
	*font:"segoe ui",clean,calibri,arial,helvetica,sans;
}

table {
	font-size: inherit;
	font: 100%;
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	/* begin IE6 */ *font-size: 108%; /* end IE6 */
	line-height: 100%;
}



















html, body {
	height:100%;
	min-height:100%;
	padding:0;
	margin:0;
	background:#000;
	/* font:12px/1.21 arial, helvetica, sans; */
	font:12px/1.21 helvetica,verdana,arial,sans;
	/*
	Lucida Sans Unicode
	MS Reference Sans Serif
	Microsoft Sans Serif
	Arial Unicode MS
	*/
	color:#555;
	cursor:default;
	overflow:hidden;
}



/*
body, div, span, p, ul, li, label, img, body .application_formframe, body .application_form {
	cursor:url('/style/amoeba/images/cur/default.cur'),default;
}
a {
	cursor:url('/style/amoeba/images/cur/pointer.cur'),pointer;
}
input, textarea {
	cursor:url('/style/amoeba/images/cur/text.cur'),text;
}
*/



/*
html,body,div,span,ul,table {
	cursor:url('/Application Development/Cursors/default/default.cur'),default;
}
input[type="text"],input[type="password"],textarea {
	cursor:url('/Application Development/Cursors/default/text.cur'),text;
}
input[type="button"],input[type="reset"],input[type="submit"],a {
	cursor:url('/Application Development/Cursors/default/pointer.cur'),pointer;
}
body.amoeba_loading div,body.amoeba_loading span,body.amoeba_loading ul,body.amoeba_loading table {
	cursor:url('/Application Development/Cursors/default/pointer_working.cur'),busy;
}
*/



a, a:hover, a:visited, a:focus {
	color:#59C;
	text-decoration:none;
}
body a:hover {
	color:#8BF;
	text-decoration:none;
}

#amoebaos_loading_screen {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: -1px 0 0;
	padding: 0 0 1px;
	/* background: url('/images/boot-bg.png') center #3F4C57; */
	background: #989D95;
	background: #888;
	border: none;
	border-top: 1px solid #CCC;
	text-align: center;
	overflow: hidden;
	z-index: 998;
	cursor: busy;
}


#amoebaos_explainer {
	position: absolute;
	left: 50%;
	top: 54%;
	width: 400px;
	padding: 10px;
	margin: 70px 0 0 -212px;
	background: #222;
	border: 2px solid #777;
	font-size: 14px;
	color: #CCC;
	text-shadow: 0 -1px 0 #000;
	-moz-text-shadow: 0 -1px 0 #000;
	-webkit-text-shadow: 0 -1px 0 #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 15px #000;
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

body .amoebaosorg_link {
	position: absolute;
	left: 20px;
	top: -1px;
	padding: 5px 15px;
	background: none;
	border: none;
	font-size: 14px;
	text-decoration: none;
	/*color: #2E8006;*/
	color: #A2D17F;
	text-shadow: 0 -1px 0 #453;
	-moz-text-shadow: 0 -1px 0 #453;
	-webkit-text-shadow: 0 -1px 0 #453;
}
body .amoebaosorg_link:hover {
	background: none;
	color: #C2F19F;
	/*color: #2E8006;*/
}
#learn_more {
	left: auto;
	top: auto;
	right: 20px;
	bottom: -1px;
}

.amoebaos_logo {
	position: absolute;
	display: block;
	left: 50%;
	top: 54%;
	width: 300px;
	height: 229px;
	margin: -197px 0 0 -150px;
}

#loading_text {
	position: absolute;
	left: 0;
	bottom: 70px;
	width: 100%;
	padding: 4px 0 3px;
	margin: 0;
	background: none;
	color: #444;
	text-align: center;
	font-size: 130%;
	text-shadow: 0 1px 0 #AAA;
	-moz-text-shadow: 0 1px 0 #AAA;
	-webkit-text-shadow: 0 1px 0 #AAA;
}
/*
#loading_text {
	position:absolute;
	left:0px;
	bottom:70px;
	width:100%;
	color:#555;
}
*/

.loading_img {
	position: absolute;
	left: 50%;
	/*
	width: 24px;
	height: 24px;
	*/
	bottom: 30px;
	margin: 0 0 0 -16px;
	border: none;
	background: none;
	overflow: hidden;
	z-index: 100;
	-webkit-transform: scale(0.7);
	-webkit-transform-origin: 50% 50%;
	-moz-transform: scale(0.7);
	-moz-transform-origin: 50% 50%;
	-o-transform: scale(0.7);
	-o-transform-origin: 50% 50%;
}





body #loading_text a {
	position: relative;
	padding: 2px 10px;
	/*background: #777;*/
	background: #72777D;
	border: 1px solid #6C737D;
	border-top-color: #92979D;
	border-bottom-color: #6A7075;
	color: #C6C9CC;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-shadow: 0 -1px 0 #5A6065;
	-moz-text-shadow: 0 -1px 0 #5A6065;
	-webkit-text-shadow: 0 -1px 0 #5A6065;
	border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	box-shadow: 0 1px 4px #444;
	-moz-box-shadow: 0 1px 4px #444;
	-webkit-box-shadow: 0 1px 4px #444;
}
body #loading_text a:hover {
	background: #82878D;
	border: 1px solid #7C838D;
	border-top-color: #A2A7AD;
	border-bottom-color: #6A7075;
	color: #E6E9EC;
}


